# buildEvalCommand

**Kind:** Function

**Source:** [`atloria-monorepo/libs/agent-core/src/benchmark/swebench-evaluator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/benchmark/swebench-evaluator.ts#L112)

Build the CLI command for running the official SWE-bench evaluation harness.

Requires:
- Docker installed and running
- `swebench` Python package installed (`pip install swebench`)
- Pre-built Docker images available (auto-pulled by harness)

## Signature

```ts
function buildEvalCommand(options: EvalCommandOptions): string
```

## Parameters

| Name | Type |
|---|---|
| `options` | `EvalCommandOptions` |

**Returns:** `string`
