Files
Google Team Member ed8b31ce5f chore: migrate from gemini-1.* and gemini-2.0* to gemini-2.5-*
`gemini-1.*` and `gemini-2.0*` models are respectively deprecated and scheduled for shutdown on June 1, 2026. `gemini-2.5*` models are their successors.
No regressions in unit tests:
```
========================================================================================== 5583 passed, 2237 warnings in 84.91s (0:01:24) ===========================================================================================
```

PiperOrigin-RevId: 907663315
2026-04-29 10:34:22 -07:00
..

Config-based Agent Sample - Sequential Workflow

A multi-agent setup with a sequential workflow.

The whole process is:

  1. An agent backed by a cheap and fast model to write initial version.
  2. An agent backed by a smarter and a little more expensive to review the code.
  3. A final agent backed by the smartest and slowest model to write the final revision.

Sample queries:

Write a quicksort method in python