| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| google_agents_cli-1.1.0-py3-none-any.whl | 2026-07-10 | 1.1 MB | |
| google_agents_cli-1.1.0.tar.gz | 2026-07-10 | 968.7 kB | |
| README.md | 2026-07-10 | 892 Bytes | |
| Release v1.1.0 source code.tar.gz | 2026-07-10 | 2.9 MB | |
| Release v1.1.0 source code.zip | 2026-07-10 | 3.2 MB | |
| Totals: 5 Items | 8.2 MB | 0 | |
Release v1.1.0
- Guided brainstorming for new agents. The workflow skill's Phase 0 is now an interactive brainstorming dialogue that helps you shape an agent's spec before any code is written, and surfaces its assumptions for review when it can't ask.
eval generateandeval gradeno longer clutter output with benign third-party warnings and progress bars that never affected results. This output is still shown on failure and can be re-enabled for debugging.- Generated projects now name the default scaffolded eval metric module
tests/eval/response_quality.py(wasmetrics.py) to match the metric it implements. - Broad Windows compatibility fixes across the CLI.
- Fixed a command-name typo in user-facing hints so they point to the correct
agents-clicommand. - Refreshed the bundled skills, including pointing the RAG samples at
core/python/ingoogle/adk-samples.