c6d02c8198
Co-authored-by: Shangjie Chen <deanchen@google.com> PiperOrigin-RevId: 904672556
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(orpython main.py)
Check sample output in sample.output file in this folder.