Local environment
Runs both AgentOS and PostgreSQL using Docker Desktop. Ideal for development, testing, and verifying your setup before deploying to the cloud.Production environment
AgentOS is deployed on Railway using the Dockerfile and a PgVector template is used as the database The template automates infrastructure creation and deployment steps using a single script.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 Railway deployment 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 Railway codebase
Create your codebase using theagent-infra-railway template, give it any name you like.
agent-infra-railway with the following structure: