diff --git a/README.md b/README.md
index 719952b..1104de2 100644
--- a/README.md
+++ b/README.md
@@ -379,6 +379,7 @@ Install whichever agent(s) you plan to benchmark. You do not need every built-in
| **EvoScientist** | [EvoScientist/EvoScientist](https://github.com/EvoScientist/EvoScientist) | Official GitHub repository |
| **ResearchClaw** | [ymx10086/ResearchClaw](https://github.com/ymx10086/ResearchClaw) | `pip install` |
| **LingTai** | [Lingtai-AI/lingtai](https://github.com/Lingtai-AI/lingtai) | Official GitHub repository |
+| **AutoR** | [tangxiangru/AutoR](https://github.com/tangxiangru/AutoR) | Stage-structured research harness over Claude Code / Codex CLI. Run it with `rcb_agent.py`; see [docs/researchclawbench.md](https://github.com/tangxiangru/AutoR/blob/main/docs/researchclawbench.md). |
| **ResearchHarness** | [InternScience/ResearchHarness](https://github.com/InternScience/ResearchHarness) | Lightweight baseline harness for testing different LLMs; install with `pip install researchharness`. The Web UI preset still uses a local checkout path in `agents.json`. |
#### 5. Launch
@@ -453,7 +454,7 @@ After CLI evaluation, `python3 rcb-clear` prints a dry-run summary of duplicated
### 🤖 Supported Agents
-ResearchClawBench ships with built-in support for Claude Code, Codex CLI, ARIS Codex, OpenClaw, Nanobot, EvoScientist, ResearchClaw, LingTai, plus a lightweight ResearchHarness baseline:
+ResearchClawBench ships with built-in support for Claude Code, Codex CLI, ARIS Codex, OpenClaw, Nanobot, EvoScientist, ResearchClaw, LingTai, AutoR, plus a lightweight ResearchHarness baseline:
| Agent | Command | Notes |
|:------|:--------|:------|
@@ -465,6 +466,7 @@ ResearchClawBench ships with built-in support for Claude Code, Codex CLI, ARIS C
|
**EvoScientist** | `evosci --ui cli ...` | Self-evolving AI Scientists |
|
**ResearchClaw** | `researchclaw agent -m ...` | AI research assistant with built-in skills |
|
**LingTai** | `cd && lingtai-tui -p ` | Substrate for an AI organization |
+|
**AutoR** | `python3 /abs/path/to/AutoR/rcb_agent.py --workspace --prompt ` | Unattended multi-stage research pipeline; a reviewer agent replaces the human approval gate |
|
**ResearchHarness** | `python3 /abs/path/to/ResearchHarness/run_agent.py ...` | Lightweight baseline harness for testing different LLMs |
#### 🔧 Add Your Own Agent
diff --git a/evaluation/agents.json b/evaluation/agents.json
index 6da7227..34dfd3c 100644
--- a/evaluation/agents.json
+++ b/evaluation/agents.json
@@ -47,6 +47,12 @@
"logo": "/static/logos/lingtai.png",
"cmd": "cd && lingtai-tui -p "
},
+ "autor": {
+ "label": "AutoR",
+ "icon": "A",
+ "logo": "/static/logos/autor.svg",
+ "cmd": "python3 /abs/path/to/AutoR/rcb_agent.py --workspace --prompt "
+ },
"researchharness": {
"label": "ResearchHarness",
"icon": "H",
diff --git a/evaluation/static/logos/autor.svg b/evaluation/static/logos/autor.svg
new file mode 100644
index 0000000..7a81f0d
--- /dev/null
+++ b/evaluation/static/logos/autor.svg
@@ -0,0 +1,5 @@
+