Kind: Function
Source: atloria-monorepo/libs/agent-core/src/benchmark/swebench-evaluator.ts
Run the SWE-bench Docker evaluation harness.
This executes the official harness which:
- Pulls pre-built Docker images per task (correct Python, conda, deps)
- Applies the agent's patch to a clean repo checkout
- Runs the gold test patch and tests
- Reports pass/fail per task
Signature
tsfunction runEvaluation(options: EvalCommandOptions, log: (msg: string) => void): EvalResult[]
Parameters
| Name | Type |
|---|---|
options | EvalCommandOptions |
log | (msg: string) => void |
Returns: EvalResult[]
Was this page helpful?