Loading...
Loading...
Fleet orchestration for distributed coding agents across Azure VMs. Invoked as `/fleet <command>`. Covers all fleet operations: status, scout, advance, adopt, watch, snapshot, dry-run, start, add-task, queue, auth, dashboard, tui, and more. Use when: user mentions fleet, agents, VMs, sessions, or asks "what are my agents doing".
npx skill4agent add rysweet/amplihack fleet/fleet <command>| Command | What it does |
|---|---|
| Quick text overview of all VMs and sessions |
| Discover, adopt, dry-run reason, show report |
| Point-in-time capture of all managed sessions |
| Live snapshot of a single session |
| Observe sessions with pattern classification |
| Interactive Textual TUI dashboard |
| Command | What it does |
|---|---|
| LIVE — reason and execute actions on sessions |
| Show what the admiral would do (no action) |
| Single PERCEIVE->REASON->ACT cycle |
| Run autonomous admiral loop |
| Command | What it does |
|---|---|
| Bring existing tmux sessions under management |
| Propagate auth tokens (GitHub, Azure, Claude) |
| Command | What it does |
|---|---|
| Queue work for the fleet |
| Show task queue |
| Project-level tracking |
| Generate fleet status report |
| Command | What it does |
|---|---|
| Manage fleet projects |
| Track a GitHub issue as a project objective |
| Sync objectives from GitHub issues by label |
| Fleet knowledge graph summary |
| Command | What it does |
|---|---|
| Show copilot lock/goal state |
| Show copilot decision history |
| User says | Command |
|---|---|
| "What are my agents doing?" | |
| "Show me the fleet" | |
| "Send next steps to all sessions" | |
| "Advance without confirmation" | |
| "Watch what dev/cybergym is doing" | |
| "Add auth to the new VM" | |
| "Queue this task for the fleet" | |
| "Track issue #42 for myapp" | |
| "Sync objectives from GitHub" | |
| "Open the dashboard" | |
fleet scout [--session vm:session] [--vm VM] [--skip-adopt] [--incremental] [--save PATH]
fleet advance [--session vm:session] [--vm VM] [--force] [--save PATH]
fleet dry-run [--vm VM ...] [--backend auto|anthropic|copilot|litellm]
fleet adopt <vm> [--sessions s1 s2]
fleet watch <vm> <session> [--lines 30]
fleet auth <vm> [--services github azure claude]
fleet add-task "prompt" [--priority high] [--repo URL]
fleet start [--interval 300] [--max-cycles 10]| Variable | Required for |
|---|---|
| All commands (auto-detected if azlin on PATH) |
| scout, advance, dry-run, run-once, start |
claude-opus-4-6docs/fleet-orchestration/ADMIRAL_REASONING.md| Icon | Status | Meaning |
|---|---|---|
| thinking | Agent is actively processing |
| running | Agent producing output |
| idle | Agent at prompt, waiting for direction |
| shell (dead agent) | No agent detected in this session |
| suspended | Agent backgrounded but alive |
| error | Error detected in session output |
| completed | Agent finished its task |
| waiting input | Agent asked a question, awaiting response |
azlin list--incremental~/.amplihack/fleet/last_scout.jsonget_existing_tunnels()gh pr listfleet_health.pySessionContext_status.py_cli_session_ops.py_cli_scout_advance.py_cli_formatters.pyfleet <command> [options]fleet scoutfleet advancesend_inputfleet advancefleet advance --confirmfleet advance --session vm:sessionfleet watch <vm> <session>