Quickstart
Prerequisites
- Docker and Docker Compose
- Python 3.9+ if you want to run commands on the host
1. Create your environment file
stub providers by default, which makes local startup deterministic and avoids external API calls.
For a full explanation of every environment variable, including whether it is required, see Environment Reference.
Recommended models
When you switch fromstub to real OpenAI-compatible providers, these are the recommended models:
Recommended default setup:
- Adjudicator:
openai/gpt-5.4 - Context Enhancer:
openai/gpt-5.4 - Cortex:
openai/gpt-5.4 - Embedding:
openai/text-embedding-3-large
inception/mercury-2 for the Context Enhancer and keep the other roles unchanged.
2. Start the stack
- API
- Celery worker
- Celery beat
- PostgreSQL with pgvector
- Redis
- Neo4j