Coordinator + workers
One long-lived coordinator breaks work into a task DAG and spawns up to 12 short-lived workers — explorers, coders, testers, reviewers — in parallel.
Core concepts
Coordinate fleets of specialized AI workers across GitHub Copilot and Anthropic Claude — investigate, plan, build, test, and review code in parallel.
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/vriveras/agents-fleet/master/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/vriveras/agents-fleet/master/install.ps1 | iexThen launch the REPL in any project and let the fleet learn your codebase:
cd your-project
agents-fleet❯ /init # 7 explorers + 1 critic profile your repo
❯ /feature "Add rate limiting to the API"
❯ /start # watch the fleet build itNew here? Start with the Introduction, then work through Getting Started. Looking for a specific command? See the Commands Manual.