- An AgentOS instance, serving Agents, Teams, Workflows and utilities using FastAPI.
- A PostgreSQL database for storing sessions, memories and knowledge.
Setup
1
Create and activate a virtual environment
2
Install Agno
3
Install uv and docker
4
Export your OpenAI key
Agno is compatible with any model provider; simply update the agents in your project.
Create your Agent Infra Docker codebase
Create your codebase using theagent-infra-docker
template, give it any name you like.
agent-infra-docker
with the following structure:
Run your Agent Infra Docker locally
cd
into the agent-infra-docker
directory
- Open localhost:7777/docs to view the FastAPI routes for the AgentOS instance.
- Open localhost:5432 to view the PostgreSQL database.