Skip to content

feat: create evaluation harness for graders#179

Merged
helloml0326 merged 4 commits into
agentscope-ai:mainfrom
jc200808:feat-dev-260512
May 20, 2026
Merged

feat: create evaluation harness for graders#179
helloml0326 merged 4 commits into
agentscope-ai:mainfrom
jc200808:feat-dev-260512

Conversation

@jc200808

Copy link
Copy Markdown
Collaborator

OpenJudge Version

[The version of OpenJudge you are working on, e.g. import openjudge; print(openjudge.__version__)]

Description

[Please describe the background, purpose, changes made, and how to test this PR]

Checklist

Please check the following items before code is ready to be reviewed.

  • Code has been formatted with pre-commit run --all-files command
  • All tests are passing
  • Docstrings are in Google style
  • Related documentation has been updated (e.g. links, examples, etc.)
  • Code is ready for review

@jc200808 jc200808 requested review from XiaoBoAI and helloml0326 May 15, 2026 18:15

@helloml0326 helloml0326 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

  1. 如何考虑 agent_harness 和 cookbooks/grader_validation/的关系,逻辑上会有些重叠
  2. *_harness命名是否会和 市场上的agent harness(claude code等)混淆

@jc200808

jc200808 commented May 18, 2026

Copy link
Copy Markdown
Collaborator Author
  1. 如何考虑 agent_harness 和 cookbooks/grader_validation/的关系,逻辑上会有些重叠
  2. *_harness命名是否会和 市场上的agent harness(claude code等)混淆

Renamed to grader benchmark to avoid confusion with agent harness as known. The logic is different from each other. cookbooks/grader_validation/ is built on the runner+analyzer pipeline, and the benchmark is a self-contained evaluation workflow, while the validator is composable.

@helloml0326 helloml0326 merged commit 0851304 into agentscope-ai:main May 20, 2026
1 check passed
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.

2 participants