Aigon Pro command. research-autopilot requires Aigon Pro. Without Pro installed, it prints a gate message pointing you to the free alternatives (research-start + research-do). The status and stop subcommands remain ungated regardless.
Synopsis
aigon research-autopilot <research-id> [agents...] [--eval-agent=<agent>]
aigon research-autopilot status <research-id>
aigon research-autopilot stop <research-id>Shortcuts
/arap(slash command) ·aigon arap(CLI)
Description
Runs a full research cycle hands-off: starts all agents, waits for findings, then spawns an evaluator to synthesise results and recommend features. The equivalent of running research-start + research-eval automatically.
Usage
# Fleet research — two agents, auto-eval when done
aigon research-autopilot 23 cc gg --eval-agent=cc
# Check AutoConductor status
aigon research-autopilot status 23
# Stop the AutoConductor (agents continue independently)
aigon research-autopilot stop 23From the dashboard
Click Research Autopilot on any backlog research card.
What it does
- Calls
research-startto set up agent worktrees and launch all agents - Polls workflow state every 30 seconds
- When all agents signal
submitted, spawns the evaluator - Evaluator synthesises findings and recommends features
- AutoConductor exits with a summary
Related
research-start— manual research setupresearch-eval— manual evaluation- Research Workflow guide
Last updated on