| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| google_agents_cli-1.2.0-py3-none-any.whl | 2026-07-23 | 1.1 MB | |
| google_agents_cli-1.2.0.tar.gz | 2026-07-23 | 961.0 kB | |
| README.md | 2026-07-23 | 1.2 kB | |
| Release v1.2.0 source code.tar.gz | 2026-07-23 | 2.9 MB | |
| Release v1.2.0 source code.zip | 2026-07-23 | 3.2 MB | |
| Totals: 5 Items | 8.1 MB | 0 | |
Release v1.2.0
- Cloud telemetry moved to ADK's
otel_to_cloud, across the CLI and deploys.playgroundandrungain an--otel-to-cloudflag that forwards ADK's current--otel_to_cloud; the old--trace-to-cloudstays as a hidden, still-functional alias that warns when used. On the deployment side, Agent Runtime now exports throughotel_to_cloud(gated onGOOGLE_CLOUD_AGENT_ENGINE_ENABLE_TELEMETRY) and generated projects configure Cloud telemetry declaratively in Terraform instead of at runtime. Bundledgoogle-adkmoves to>=2.2.0with theotel-gcpextra, and the observability skill was updated to match. - Scaffolds now default to
gemini-3.6-flash. - Agent Analytics now captures GenAI completions on Agent Runtime. The BigQuery telemetry log sink is configured per deployment target, so Agent Runtime deployments route their GenAI request/response logs into BigQuery instead of leaving the completions view empty.
- Managed Agents guidance in the ADK code skill. The bundled ADK cheatsheet gained a Managed Agents section covering when to use
ManagedAgent, Gemini API vs Agent Platform (GEAP) setup, and a runnable create-and-use example.