Files

14 lines
416 B
Markdown
Raw Permalink Normal View History

# 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.
2025-11-05 15:42:51 -08:00
2. An agent backed by a smarter and a little more expensive to review the code.
2026-01-21 12:01:27 -08:00
3. A final agent backed by the smartest and slowest model to write the final revision.
Sample queries:
> Write a quicksort method in python