Skip to main content
run.py
The example imports these helper modules from the same directory:
agent_search_over_knowledge.py
agent_with_guardrails.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
custom_tool_for_self_learning.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

Run the example

Clone Agno and run the example from the repository root:
Full source: cookbook/00_quickstart/run.py