Skip to content

Add ResearchClaw agent support#4

Open
ch3n-s4ndy wants to merge 1 commit intoInternScience:mainfrom
ch3n-s4ndy:add-researchclaw-agent
Open

Add ResearchClaw agent support#4
ch3n-s4ndy wants to merge 1 commit intoInternScience:mainfrom
ch3n-s4ndy:add-researchclaw-agent

Conversation

@ch3n-s4ndy
Copy link
Copy Markdown

Summary

  • Add ResearchClaw as a new supported agent in agents.json
  • Command: researchclaw agent -m <PROMPT> -w <WORKSPACE> (no absolute paths, no special config)
  • Update README: News, Install Agents, and Supported Agents sections
  • Add ResearchClaw logo SVG

Details

ResearchClaw is an AI research assistant with built-in skills for paper search, literature review, and data analysis. It integrates via its CLI (pip install researchclaw), following the same pattern as OpenClaw and Nanobot.

Changes

File Change
evaluation/agents.json New researchclaw entry
README.md News, Install Agents, Supported Agents
evaluation/static/logos/researchclaw.svg Logo

Test

  • researchclaw agent --help works after pip install researchclaw
  • Verified end-to-end: ran Physics_000 task, agent completed with report + figures + scoring

🤖 Generated with Claude Code

- Add ResearchClaw entry to agents.json with CLI command:
  `researchclaw agent -m <PROMPT> -w <WORKSPACE>`
- Update README: News, Install Agents, Supported Agents sections
- Add ResearchClaw logo SVG

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds support for the ResearchClaw agent to the ResearchClawBench. The changes include updating the README with news entries, installation instructions, and agent lists, as well as adding the agent's configuration to agents.json and providing a new SVG logo. A review comment suggests updating the count of supported frontier agents in the documentation to maintain consistency and grammatical correctness.

### 🤖 Supported Agents

ResearchClawBench ships with built-in support for five frontier coding agents plus a lightweight ResearchHarness baseline:
ResearchClawBench ships with built-in support for five frontier coding agents, ResearchClaw, plus a lightweight ResearchHarness baseline:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The count of supported frontier coding agents should be updated to 'six' now that ResearchClaw has been added. The current phrasing 'five frontier coding agents, ResearchClaw,' is grammatically inconsistent and less concise than the previous format.

Suggested change
ResearchClawBench ships with built-in support for five frontier coding agents, ResearchClaw, plus a lightweight ResearchHarness baseline:
ResearchClawBench ships with built-in support for six frontier coding agents plus a lightweight ResearchHarness baseline:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant