Local environment
Runs both AgentOS and PostgreSQL using Docker. Ideal for development, testing, and verifying your setup before deploying to the cloud.Production environment
Since this template provides you with a Dockerfile and Docker Compose file, you can easily deploy it to any cloud provider that supports Docker. Or you could deploy it to one of the Hosted Platforms like Railway or Render. For Railway, you can use the Agent Infra Railway template to deploy your AgentOS.How to get started
- Clone the template repository and install the dependencies
- Start with the local setup to ensure everything works end-to-end.
- Move to the cloud provider of your choice using the provided guides once your local environment is ready.
Setup
1
Create and activate a virtual environment
2
Install Agno
3
Install uv and docker
4
Export your OpenAI key
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: