beep beep
Ship 42 features while you sleep
Hop aboard the fabulous agent bus. Orchestrate a swarm of coding agents that claim tasks, write code, and merge worktreesโall while you catch some z's.
Multi-agent Orchestration
Run multiple Claude Code or Codex agents in parallel across different projects
Elastic Worktree Pool
Each agent gets its own git worktree, scaling from 1-100 agents per project
Pluggable Issue Backends
Automatic task assignment from GitHub Issues or ticket
Strong Permission Controls
TOML-based rule engine with LLM authorization for autonomous operation
Interactive TUI
Monitor and interact with all agents from a single terminal interface
Done Detection
Recognizes when agents complete tasks and recycles them for new work
$ fab server start
๐ fab daemon started
$ fab project add git@github.com:user/repo.git --name myproject
๐ Added project myproject
$ fab project start myproject
๐ Started orchestration for myproject
$ fab tui
# Sit back and watch the magic happen โจ