Files
Didier Durand 5d941460b6 docs: Fix various typos
Merge https://github.com/google/adk-python/pull/4186

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/4186 from didier-durand:main f8a52b58e133551bec1d98660fd552afd881a8b9
PiperOrigin-RevId: 859203551
2026-01-21 12:01:54 -08:00

14 lines
416 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 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