Skip to content

agents-fleetA multi-agent AI swarm in your terminal

Coordinate fleets of specialized AI workers across GitHub Copilot and Anthropic Claude — investigate, plan, build, test, and review code in parallel.

Install in one line

bash
# 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 | iex

Then launch the REPL in any project and let the fleet learn your codebase:

bash
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 it

New here? Start with the Introduction, then work through Getting Started. Looking for a specific command? See the Commands Manual.