Skip to main content
This file starts an Agent OS server that provides a web interface for all the agents, teams, and workflows in this Quick Start guide.
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

Clone Agno

Clone the repository 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