This repo is a place to build and experiment with agents.
- Install
uv
, see official repo - Run
uv sync
- Create a
.env
file in the root directory and add the following:# Required OPENAI_API_KEY=... # Optional TAVILY_API_KEY=... EXA_API_KEY=... # Optional - Agno Debug AGNO_DEBUG=false # Set to 'true' for debug output # Optional - Agno Tracing AGNO_API_KEY=... AGNO_MONITOR=true
- Run each example, they are self-contained