Local Setup Notes¶
This page is retained for older links. The maintained setup guide is Getting Started / Local Setup.
Current quick facts:
- Docker Compose is the recommended local path:
docker compose up --build. - The Flutter dashboard is served at
http://localhost:8000/dashboard. - The legacy dashboard is served at
http://localhost:8000/dashboard-legacy. - The SDK session timeout default is
SESSION_TIMEOUT=600. .env.examplestarts Qdrant by default withCOMPOSE_PROFILES=qdrant; remove or empty the variable if you want no vector-store container.- For the all-PostgreSQL stack, set
COMPOSE_PROFILES=pgvector,DB_BACKEND=postgres,VECTOR_STORE_BACKEND=pgvector, andPOSTGRES_URI=postgresql+asyncpg://postgres:postgres@pgvector:5432/tbd_agents, then rundocker compose exec app alembic upgrade headon first start.