d92bb42ccf
Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 960963424
Config-based Agent Sample - Sequential Workflow
A multi-agent setup with a sequential workflow.
The whole process is:
- An agent backed by a cheap and fast model to write initial version.
- An agent backed by the same cheap and fast model to review the code.
- A final agent backed by a smarter and slower model to write the final revision.
Sample queries:
Write a quicksort method in python