Files
adk-python/contributing/samples/multi_agent_seq_config/README.md
T
Liang WuandCopybara-Service 43f302ce1a chore(config): Add _config suffix to all yaml-based agent examples
Also expand agent folder name to full spelling, e.g. ma --> multi_agent

PiperOrigin-RevId: 795926902
2025-08-16 16:10:43 -07:00

14 lines
418 B
Markdown

# 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 expenstive to review the code.
3. An final agent backed by the smartest and slowest model to write the final revision.
Sample queries:
> Write a quicksort method in python