CLI-first orchestration
Your AI coding team, orchestrated.
Route messages to Claude CLI workers via Telegram or Discord. They code, commit, and ship — you stay in the loop.
$ deploy the auth service to staging
manager → routing to worker:auth-service
worker → pushing to staging branch...
worker → ✓ deployed in 34s
$
How it works
Message
Send a natural-language message from Telegram or Discord. No commands, no syntax — just say what you need.
Route
A Manager agent analyzes your request and routes it to the right project-specific worker session.
Execute
Workers run in isolated git worktrees — coding, committing, and pushing without interrupting each other.
Features
Multi-worker pool
Concurrent semaphore-based pool executes tasks in parallel across repos.
Session persistence
Every user gets a persistent Claude CLI session with full conversation history.
Integration hub
Slack, Google Calendar, Gmail, Linear, and Jira — connect via OAuth in one click.
Git worktree isolation
Workers edit code in isolated worktrees, typecheck, then merge back safely.
Live dashboard
Real-time status, log streaming via SSE, session management — all from the browser.
Streaming activity
In-memory activity feed with live polling so you always know what your agents are doing.