Files
adk-python/contributing/samples/workflow_agent_seq
Liang Wu 6c217bad82 chore: update models in samples/ folder to be gemini 2.0+
Gemini 1.5 is obsolete and not accessible to new projects.

PiperOrigin-RevId: 795330977
2025-08-14 21:36:23 -07:00
..

Workflow Agent Sample - SequentialAgent

Sample query:

  • Write a quicksort method in python.
  • Write a python function to do bubble sort.

To run in cli (after installing google-adk):

  • uv run main.py (or python main.py)

Check sample output in sample.output file in this folder.