AI agent orchestration platform — manage, monitor, and deploy AI agent teams from a single control plane.
Quick Start · Features · Docker · Discord
- Multi-agent orchestration with real-time monitoring and org charts
- Multiple execution engines: Claude Code, Codex, Gemini CLI, OpenCode, OpenAI API, Anthropic API, OpenClaw Gateway
- Workflow engine with visual editor (7 step types)
- Skills marketplace and plugin system
- Cost tracking and budget management per agent
- Dark/light themes with 6 color schemes (Amber, Mono, Blue, Rose, Emerald, Arctic)
- Full i18n support (English + Chinese)
- Mobile-ready responsive UI
git clone https://github.com/OrrisTech/theagent-company
cd theagent-company
pnpm install
pnpm build
pnpm dev
# Open http://localhost:3100An embedded PostgreSQL database is created automatically — no external setup required.
Requirements: Node.js 20+, pnpm 9.15+
npx theagentcompany onboard --yesThe onboarding wizard detects your local CLIs (Claude, Codex, OpenCode, Pi), or lets you configure API keys or an OpenClaw Gateway.
# Copy and configure
cp .env.example .env
# Edit .env — set BETTER_AUTH_SECRET and at least one API key
# Quickstart (embedded PostgreSQL — local only)
docker compose -f docker-compose.quickstart.yml up
# Production (external PostgreSQL)
docker compose up| Layer | Stack |
|---|---|
| Server | Node.js + Express + PostgreSQL (Drizzle ORM) |
| UI | React 19 + Vite + TailwindCSS + Radix UI |
| CLI | Node.js + Commander + esbuild |
| Adapters | Pluggable execution engines (local CLI, HTTP API, WebSocket) |
- Deployment Guide
- Database Setup
- Deployment Modes
- CLI Reference
- Development Guide
- Plugin System
- Specifications
pnpm dev # Full dev (API + UI, watch mode)
pnpm dev:once # Full dev without file watching
pnpm dev:server # Server only
pnpm build # Build all
pnpm typecheck # Type checking
pnpm test:run # Run tests
pnpm db:generate # Generate DB migration
pnpm db:migrate # Apply migrationsSee doc/DEVELOPING.md for the full development guide.
We welcome contributions. See the contributing guide for details.
- Discord — Join the community
- GitHub Issues — bugs and feature requests
- GitHub Discussions — ideas and RFC
MIT © 2026 The Agent Company
Open source under MIT. Built for people who want to run companies, not babysit agents.
