Skip to main content
Local development uses Docker Compose. Resources are defined in infra/dev_resources.py.

Start Local Environment

This starts:
  • PostgreSQL database (port 5432)
  • AgentOS API (port 8000)
Access points:

View Logs

Expected startup output:

Building Custom Images

By default, the dev environment uses pre-built agno images. To build your own:

1. Update Settings

infra/settings.py

2. Build the Image

Force rebuild (no cache):

Common Operations

Target Types

The -t flag filters what to create:

Troubleshooting