# RetryConfig

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `maxAttempts` | `number` |
| `strategy` | `'best_patch' | 'first_pass'` |
| `scorer` | `(patch: string, task: BenchmarkTask) => Promise<number>` |
| `temperatureSchedule` | `number[]` |
