# RetryResult

**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#L45)

## Properties

| Property | Type |
|---|---|
| `best` | `TaskResult` |
| `attempts` | `AttemptResult[]` |
| `passedAny` | `boolean` |
| `firstPassAttempt` | `number` |
