Skip to content

Release v1.1.0

Choose a tag to compare

@eliasecchig eliasecchig released this 10 Jul 19:03

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 generate and eval grade no 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 (was metrics.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-cli command.
  • Refreshed the bundled skills, including pointing the RAG samples at core/python/ in google/adk-samples.