Skip to main content
This file registers every quickstart agent, team, and workflow in one runtime.
run.py
The example imports these helper modules from the same directory:
agent_search_over_knowledge.py
agent_with_guardrails.py
agent_with_learning.py
agent_with_memory.py
agent_with_state_management.py
agent_with_storage.py
agent_with_structured_output.py
agent_with_tools.py
agent_with_typed_input_output.py
human_in_the_loop.py
multi_agent_team.py
sequential_workflow.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your Google API key

4

Clone Agno

Clone the pinned Agno source and run the remaining commands from its root:
5

Run the example

Run the example from the repository root:
Full source: cookbook/00_quickstart/run.py