What problem does it solve?
Autoresearch reduces wasted turns in open-ended research by enforcing an explicit completion gate that requires measurable validator evidence or architect approval plus an output artifact.
Core Features & Use Cases
- Validator-gated loop: Keeps iterating until a required completion artifact passes a validator regime rather than stopping on model self-claims or incidental hooks.
- Two validation modes: Supports either a
mission-validator-script that writes a passing result JSON, or a prompt-architect-artifact that includes an architect verdict plus an output artifact path.
- Stateful artifact contract: Persists mode selection, validator inputs, and completion artifact paths in
.omagy/state/autoresearch-state.json so the workflow survives across turns.
Quick Start
Start a validator-gated run by issuing an omagy autoresearch start command with your mission task, chosen validation mode, and the required completion artifact path so the loop can continue until the artifact contract is satisfied.