Add AutoR agent preset - #11
Open
tangxiangru wants to merge 1 commit into
Open
Conversation
AutoR (https://github.com/tangxiangru/AutoR) is a stage-structured research harness that drives Claude Code or Codex CLI through an eight-stage pipeline, with a reviewer agent in place of the human approval gate so a run needs no human at any point. Follows the ResearchHarness convention of an `/abs/path/to/` placeholder, since AutoR is a repository checkout rather than an installed CLI. Verified locally through `TaskRunner` with the preset as written: workspace created, agent launched, `status: completed`, exit code 0, and a `report/report.md` written at the benchmark path along with `report/images/`, `code/` and `outputs/`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a built-in preset for AutoR, following the Add Your Own Agent instructions.
What AutoR is
A stage-structured research harness that drives Claude Code or Codex CLI through an eight-stage pipeline (literature survey → hypothesis → study design → implementation → experimentation → analysis → writing → dissemination). Each stage boundary is normally a human approval gate; for benchmark runs a reviewer agent takes that role, so a run needs no human at any point.
Changes
evaluation/agents.json— theautorpreset.evaluation/static/logos/autor.svg— 64×64, matching the existingrh.svghouse style.README.md— the installation table, the supported-agents table, and the prose list of built-in agents.AutoR is a repository checkout rather than an installed CLI, so the preset uses the
/abs/path/to/placeholder convention already used by the ResearchHarness entry in the same file.Testing
Driven through
TaskRunnerwith the preset exactly as written (with only the/abs/path/to/prefix substituted for a real checkout):The run produced
report/report.mdat the benchmark path along withreport/images/,code/andoutputs/, leftdata/andrelated_work/untouched, and streamed JSON lines to stdout so_agent_output.jsonland the run browser's model detection both work._meta.jsoncame backcompletedfrom the harness as expected.Notes
Happy to adjust the label, icon, logo, or command shape to whatever you prefer.