Open Source Multi-Agent Platform
64 autonomous AI agents — PM, engineers, designers, testers, marketing, legal, finance — collaborating to deliver real output. All running locally from your terminal.
npx agent-factory start
No cloud dependencies. No external orchestration. Just one command.
Pre-built roles across 5 departments: Dev, Business, Content, Creative, and Quant. Each with specialized skills, memory, and communication protocols.
Give the CEO agent a mission. It auto-decomposes into tasks, assigns to the right agents, and drives parallel execution — no manual coordination.
N×N permission-controlled messaging. Agents collaborate, request reviews, share context, and escalate issues — just like a real team.
Real-time dark-themed dashboard with pixel-art office, task board, message center, log monitor, and skill store. Bilingual (EN/中文).
Anthropic, OpenAI, DeepSeek, MiniMax, Google, Mistral, Groq and more. Mix and match models per agent for cost optimization.
Built-in OpenClaw engine. No cloud. No external orchestration service. One npx command to start everything locally.
Dashboard — Real-time overview of your AI company
Pixel Office — Retro visualization of your AI org
Agent Management — Create, configure, and monitor agents
Autopilot — CEO-driven autonomous task execution
Task Board — Kanban-style task management
Skill Store — Extend agents with installable skills
Every role a company needs — from CEO to Security Engineer to Novel Writer.
┌─────────────────────────────────────────────────┐ │ Dashboard UI (Next.js, port 3100) │ │ Dark theme │ Bilingual │ Pixel Office │ ├─────────────────────────────────────────────────┤ │ Agent Factory │ │ ├── 64 Agent Role Templates │ │ ├── CEO-driven Autopilot │ │ ├── Skill System (ClawHub) │ │ ├── N×N Communication Matrix │ │ ├── Task & Project Management │ │ └── Shared Project Workspace │ ├─────────────────────────────────────────────────┤ │ Built-in OpenClaw Engine (port 19100) │ │ ├── LLM Router (15+ providers) │ │ ├── Tool System (exec/browser/search) │ │ └── Session & Memory Management │ └─────────────────────────────────────────────────┘
Requires Node.js 22+. macOS or Linux.
Quick Start (npx)
npx agent-factory start
Or install globally
curl -fsSL https://raw.githubusercontent.com/shuanbao0/agent-factory/main/scripts/install.sh | bash
agent-factory startThen open http://localhost:3100 in your browser