Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: eval-harness
3owner: openagents
4version: 1.0.0
5kind: harness
6title: Agent Eval Harness
7summary: "Build a real eval suite for an agent or prompt: cases, graders, a baseline, and a regression gate"
8license: MIT
9tags: [evals, testing, harness, regression, quality]
10runtimes: [claude-code, codex, openai-agents, langgraph, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: HARNESS.md
16files:
17 - HARNESS.md
18 - grading.md
19 - templates/cases.jsonl
20inputs:
21 - name: target
22 type: string
23 required: true
24 description: "What is being evaluated: a prompt file, an agent entry point, or a graph node"
25 - name: n_cases
26 type: number
27 required: false
28 default: 30
29 description: How many cases to build before measuring a baseline
30requires: []
31

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc