Kind: Function
Source: atloria-monorepo/libs/agent-core/src/benchmark/swebench-evaluator.ts
Build the CLI command for running the official SWE-bench evaluation harness.
Requires:
- Docker installed and running
swebenchPython package installed (pip install swebench)- Pre-built Docker images available (auto-pulled by harness)
Signature
tsfunction buildEvalCommand(options: EvalCommandOptions): string
Parameters
| Name | Type |
|---|---|
options | EvalCommandOptions |
Returns: string
Was this page helpful?