# FileLocalization

**Kind:** Interface

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

File localization metrics for a single task result.

## Properties

| Property | Type |
|---|---|
| `filesEdited` | `string[]` |
| `expectedFiles` | `string[]` |
| `overlap` | `string[]` |
| `recall` | `number` |
| `precision` | `number` |
