Open source multi-agent harness for orchestrating AI workers. Supports Claude Code, OpenAI Codex, Cursor Agent, and local models.
# Artificial
An open source AI agent harness for orchestrating multiple AI workers from a single dashboard. Built in Go.
Artificial lets you spawn, manage, and coordinate AI agents (Claude Code, OpenAI Codex, ACP-compatible models, local LLMs) as a team. Agents get personas, skills, communication channels, and a shared task board. You manage them from a real-time web dashboard or the REST API.
## What it does
- **Multi-agent orchestration** — run multiple AI agents in parallel, each with their own role and persona
- **Real-time dashboard** — chat with agents, manage tasks on a kanban board, monitor activity
- **Channel-based communication** — agents can message each other and receive notifications mid-task
- **Multiple backends** — supports Claude Code, OpenAI Codex, ACP (Agent Communication Protocol), and local models via OpenAI-compatible APIs
- **MCP integration** — each worker exposes tools to its agent via Model Context Protocol
- **Session persistence** — stop and resume agent sessions without losing context
## Architecture
```
┌───────────────────────────────────────────────────┐
│ svc-artificial │
│ Dashboard · REST API · WebSocket Hub │
│ SQLite DB │
└─────────┬──────────────┬─────────────┬────────────┘
│ WebSocket │ WebSocket │ WebSocket
┌─────┴──────┐ ┌────┴──────┐ ┌───┴────────┐
│ cmd-worker │ │ cmd-worker│ │ cmd-worker │
│ (Codex) │ │ (Cursor) │ │ (ACP) │
│ ┌──────┐ │ │ ┌──────┐ │ │ ┌────────┐ │
│ │ GPT │ │ │ │Cursor│ │ │ │Cursor/ │ │
│ │ 5.4 │ │ │ │Opus │ │ │ │opencode│ │
│ └──────┘ │ │ └──────┘ │ │ └────────┘ │
└────────────┘ └───────────┘ └────────────┘
```
## Quick start
```bash
# Build both binaries
make build
# Start the central service (dashboard at http://localhost:4000)
make run-artificial
# In another terminal, start a worker (or spawn from the Dashboard)
make rAgent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.