What problem does it solve? Setting up and running a multi-service AI agent platform involves coordinating a gateway, an orchestrator, and PostgreSQL, which is error-prone without clear operational guidance. This Skill provides the exact commands and configuration needed to run, test, migrate, and deploy the platform locally or with Docker. ## Core Features & Use Cases - Local Development Setup: Start the gateway and orchestrator with uv, either in minimal in-memory mode or full-stack mode backed by PostgreSQL. - Docker Compose Orchestration: Launch all services (gateway on 8000, orchestrator on 8001, postgres on 5432) with a single command and a documented service table. - Database Migrations: Apply, generate, and roll back Alembic migrations through the project CLI. - Use Case: A developer clones the repository, needs to verify the message pipeline end-to-end, and uses this Skill to start PostgreSQL, run migrations, launch both services, and send a test curl request to the gateway. ## Quick Start Ask the agent to start the full stack locally with PostgreSQL and send a test message to the gateway endpoint.