| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| google_agents_cli-1.0.0-py3-none-any.whl | 2026-07-01 | 1.6 MB | |
| google_agents_cli-1.0.0.tar.gz | 2026-07-01 | 1.5 MB | |
| README.md | 2026-07-01 | 1.2 kB | |
| Release v1.0.0 source code.tar.gz | 2026-07-01 | 3.4 MB | |
| Release v1.0.0 source code.zip | 2026-07-01 | 3.7 MB | |
| Totals: 5 Items | 10.2 MB | 0 | |
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
.gcloudignoreand.gitignorewhen 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-searchsamples ingoogle/adk-samples(surfaced via the workflow skill). Theagentic_ragtemplate, the--datastoreflag, and theinfra datastore/data-ingestioncommands were removed and now print a redirect. - Generated projects now consolidate Python environment configuration into a single templated
.envfile. - 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-samplesmain, the always-active workflow skill was generalized and trimmed, and the ADK code guidance notesstreaming_agent_run_with_eventsfor debugging on Agent Runtime.