Files
adk-python/contributing/samples/ma_seq/README.md
T
2025-08-11 18:09:55 -07:00

418 B

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