Runs an autonomous pi-autoresearch sub-agent in tmux. Requires Piclaw >=1.8.0, plus pi, tmux, and Git on PATH.
Open Settings → Add-Ons and install autoresearch from the catalog.
start_autoresearchRequired fields:
project_dir — project directory under the workspaceprompt — experiment objectiveOptional fields include model, max_iterations, sandbox, and template variables. sandbox defaults to true. If false, the supervisor creates a separate Git worktree and branch; it does not run experiments directly in the original checkout.
When no model is supplied, the add-on reads child pi --list-models and posts a model-picker Adaptive Card before starting.
autoresearch_statusReads current tmux/session state and recent JSONL experiment results.
stop_autoresearchStops the tmux session and produces a Markdown report when experiment data is available.
The add-on registers an autoresearch status panel, posts experiment updates to the originating chat, and handles launch/stop card intents.
The bundled autoresearch-create skill describes the inner experiment files and loop used by the child agent.
autoresearch-create