You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
2367901ec5
Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 858763407
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.