"From Atoms to Organisms: The Future of Multi-Agent Orchestration"
Automatos AI is an enterprise-grade platform for creating, managing, and orchestrating intelligent AI agents. It goes beyond simple "chains" to create autonomous software teams that can plan, reason, collaborate, and execute complex workflows.
Agents don't just follow scripts. They collaborate.
- Consensus Protocols: Agents debate and vote on solutions.
- Dynamic Teams: The system assembles the right team for the job.
- Self-Correction: Agents monitor each other and fix errors in real-time.
Watch your agents think in real-time with our SSE-powered streaming architecture.
- Live Execution Theater: See every step, thought, and tool call.
- Performance Metrics: Track cost, latency, and success rates.
- Predictive Insights: AI forecasts potential bottlenecks.
Your agents aren't blind. They see your entire codebase as a knowledge graph.
- Semantic Search: "Find where we handle authentication."
- Symbol Resolution: "Show me the
Userclass hierarchy." - Impact Analysis: "What breaks if I change this function?"
Automatos is built on a modular, scalable foundation:
- 🔵 API Layer: 52+ REST endpoints, SSE streaming, OpenAPI specs.
- 🟡 Modules Layer: Self-contained domains (
agents,tools,codegraph,orchestrator). - 🔴 Consumers Layer: Async workers for heavy lifting (RAG, workflows).
- 🟢 Core Layer: The bedrock (PostgreSQL, Redis, LLM Gateway).
👉 Read the Architecture Overview
Get running in 5 minutes.
- Docker & Docker Compose
- OpenAI / Anthropic API Key
git clone https://github.com/AutomatosAI/automatos-ai.git
cd automatos-ai
cp .env.example .env
# Edit .env to add your API keysdocker-compose up- Frontend: http://localhost:3000
- API Docs: http://localhost:8000/docs
- Quick Start: Zero to Hero in 5 mins.
- Developer Guide: Local setup & contribution.
- Deployment: Production best practices.
- Orchestrator: The brain of the system.
- Agents: Lifecycle & coordination.
- CodeGraph: Code intelligence.
- Tools: Registry & MCP.
- NL2SQL: Database interaction.
We are building the operating system for the agentic future. Join us!
🌟 Star on GitHub • 📖 Read the Docs • 💬 Join Discord
Built with ❤️ by the Automatos AI Team



