adk-python/contributing/samples/workflow_agent_seq
2025-05-18 16:17:16 -07:00
..
__init__.py Create a developer folder and add samples. 2025-05-07 09:26:19 -07:00
agent.py chore: Creates a sample main.py to demonstrate how to use adk as a library for the workflow agent in docs. 2025-05-18 16:17:16 -07:00
main.py chore: Creates a sample main.py to demonstrate how to use adk as a library for the workflow agent in docs. 2025-05-18 16:17:16 -07:00
README.md chore: Creates a sample main.py to demonstrate how to use adk as a library for the workflow agent in docs. 2025-05-18 16:17:16 -07:00
sample.output chore: Creates a sample main.py to demonstrate how to use adk as a library for the workflow agent in docs. 2025-05-18 16:17:16 -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.