Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@eliasecchig eliasecchig released this 01 Jul 15:48

Release v1.0.0

Agents CLI is now 1.0 - GA

  • Redeploys now preserve the existing deployment spec on Agent Runtime and Cloud Run instead of resetting unspecified settings.
  • Agent Runtime deploys now honor .gcloudignore and .gitignore when packaging source, so uploads no longer include ignored files.
  • RAG is now a clone-and-study recipe: start from the rag-vector-search / rag-agent-search samples in google/adk-samples (surfaced via the workflow skill). The agentic_rag template, the --datastore flag, and the infra datastore / data-ingestion commands were removed and now print a redirect.
  • Generated projects now consolidate Python environment configuration into a single templated .env file.
  • Eval commands now tolerate ADK toolsets when introspecting eval metadata, so agents that use toolsets no longer fail metadata collection.
  • GKE Cloud Build deploys are now resilient to log-streaming limits and no longer fail when the build log stream is truncated.
  • Refreshed the bundled skills: RAG samples point to core/ on adk-samples main, the always-active workflow skill was generalized and trimmed, and the ADK code guidance notes streaming_agent_run_with_events for debugging on Agent Runtime.