| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| google_agents_cli-1.5.0-py3-none-any.whl | 2026-09-01 | 1.3 MB | |
| google_agents_cli-1.5.0.tar.gz | 2026-09-01 | 1.0 MB | |
| README.md | 2026-09-01 | 2.0 kB | |
| Release v1.5.0 source code.tar.gz | 2026-09-01 | 3.3 MB | |
| Release v1.5.0 source code.zip | 2026-09-01 | 3.7 MB | |
| Totals: 5 Items | 9.3 MB | 0 | |
Release v1.5.0
- Extension system with a LangChain template.
agents-clican now be extended with custom commands and add-on agent templates, shipped with a LangChain extension and authoring guides. Extensions install from GitHub, other git hosts (including self-hosted and enterprise servers), or a local path for development. - Add
agents-cli infra showto inspect the Terraform configuration provisioned byagents-cli infra single-project. - Add
--update-onlytoagents-cli deploy, so a deploy updates an existing Agent Runtime engine instead of creating a duplicate. - Add a
--labelsflag toagents-cli deployto tag Agent Runtime and Cloud Run deployments. - Add
--qpstoagents-cli evalthat controls the request rate instead of being throttled to the default value. - Name the scaffolded root agent after its project instead of a generic default.
agents-cli deploynow retries throttled Agent Platform calls.agents-cli createnow reports precondition failures as clear errors instead of exiting successfully or printing a traceback.- https://github.com/google/agents-cli/issues/68
- Fix background server reuse ignoring the requested session mode.
- https://github.com/google/agents-cli/issues/70
- Fix
reasoning_engine_adapterstreaming returning an empty response. - https://github.com/google/agents-cli/issues/80
- Prevent multi-region deployments in scaffold and deploy.
- https://github.com/google/agents-cli/issues/81
- Give a clear error for malformed project manifests instead of silently defaulting or printing a traceback.
- https://github.com/google/agents-cli/issues/74
- Fix stale command references in docs and CLI hints.
- https://github.com/google/agents-cli/issues/77
- Scaffolded A2A agents now forward tool calls and responses to clients, not just text.
agents-cli setupnow works without network or git access, with skills bundled into the package.- Fix a Windows failure loading a scaffolded project whose config points at a local path.