You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
d87feb8ddb
PiperOrigin-RevId: 793871778
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 a smarter and a little more expenstive to review the code.
- An final agent backed by the smartest and slowest model to write the final revision.
Sample queries:
Write a quicksort method in python