- 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-aws
template, give it any name you like.
agent-infra-aws
with the following structure:
Run your Agent Infra AWS locally
cd
into the agent-infra-aws
directory
- Open localhost:8000/docs to view the FastAPI routes for the AgentOS instance.
- Open localhost:5432 to view the PostgreSQL database.
Stop Agent Infra AWS
Play around with the AgentOS and stop it using:Next
Congratulations on running your Agent Infra AWS locally. Next Steps:- Run your Agent API on AWS
- Read how to update workspace settings
- Read how to create a git repository for your workspace
- Read how to manage the development application
- Read how to format and validate your code
- Read how to add python libraries
- Chat with us on discord