mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-20 04:12:21 -06:00
chore: Creates a sample main.py to demonstrate how to use adk as a library for the workflow agent in docs.
For Issue #573. PiperOrigin-RevId: 760380509
This commit is contained in:
committed by
Copybara-Service
parent
2ad1f79422
commit
9e767b3fe1
12
contributing/samples/workflow_agent_seq/README.md
Normal file
12
contributing/samples/workflow_agent_seq/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user