fleet_review
Send the same prompt to multiple AI agents in parallel and view responses side by side for consensus or diverse perspectives.
Instructions
Fan out the same prompt (e.g. a diff to review, a design question) to multiple agents in parallel and return all responses side by side. Use for consensus code review or to get diverse model perspectives before deciding. Defaults to codex + agy (the reliable delegates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agents | No | Which agents to fan out to (default [codex, agy]) | |
| prompt | Yes | The task/content to send to every agent | |
| machine | No | Machine to run all agents on (default draydev) | |
| timeout_ms | No | Per-agent timeout in ms (default 180000) |