Bee is your AI ops coordinator — always watching, so you don't have to.
Tell Bee what to build. She dispatches AI coding agents in isolated worktrees, monitors CI, forwards code reviews, and pings you on Telegram when your PR is ready to merge.
Built for developers who use AI coding agents and want to run more than one at a time.
Four steps. One command. Bee handles the rest.
Tell Bee what you need in plain English. She understands your codebase.
Each worker gets its own git worktree. No conflicts, no babysitting.
The agent commits, pushes, and opens a pull request — all autonomously.
See everything in the TUI, or get a Telegram ping. Review and merge.
Run multiple AI coding agents in parallel — each in its own isolated git worktree.
Signal hooks react to CI failures, reviews, and pushes — following playbooks automatically.
Choose Claude Code, Codex, or Gemini as your coordinator backend. Mix and match per workspace.
Get notified on Telegram when a PR is ready — step away and let it run.
Configure .apiari/ and Bee knows how to act, what to know, and what to do when things happen.
Customize how the coordinator communicates. Set personality, tone, and communication style per workspace.
Load project knowledge into every session — tech stack, conventions, repo structure. Bee reads it before every task.
Reusable runbooks loaded by signal hooks. Define how to handle CI failures, Copilot reviews, merge readiness, and more.
Event-driven automation. When CI fails, a review comes in, or a PR is pushed, the coordinator follows a playbook automatically.
autonomous gives full toolset access. observe is read-only. Fine-grained capabilities like merge_prs and dispatch_workers.
Ratatui terminal dashboard with workers panel and coordinator chat. Connected to the daemon via Unix socket.
Josh described a 4-feature sprint to Bee. She dispatched 4 workers in parallel — authentication refactor, API redesign, new test suite, and a UI overhaul. All 4 PRs landed with CI green and Copilot reviews addressed. Josh checked in the next morning.
Apiari isolates each agent in its own git worktree. No shared files, no merge conflicts, no corrupted state.
One TUI to see everything. What's running, what's stuck, what opened a PR, what needs your attention.
Bee coordinates so you don't have to. She breaks down work, dispatches agents, and flags anything that needs a human.
Two commands. Bee will guide you through the rest. Works out of the box with Claude Code, Codex, Gemini, or any compatible agent.
Run agents in parallel without the coordinator. Manual mode.
Required. Claude Code, Codex, Gemini, or compatible agent.
Recommended. For PRs and repo integration.
Terminal-native. Works anywhere with a shell.
Optional. Alternative agent backend.
Optional. Alternative agent backend.
Two binaries, one shared UI kit. Each does one thing well.
Agent multiplexer. Runs AI agents in parallel across isolated git worktrees with a full-screen TUI.
Unified CLI and dashboard. Daemon, coordinator chat, signal monitoring, Telegram bot, multi-workspace support.
Shared TUI design system. Honey/amber theme, scroll primitives, conversation renderer, markdown rendering.
Architecture diagrams and live terminal demos for the technically curious.
Two distinct flows — use swarm standalone for parallel agents, or add apiari for full orchestration.