Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/benchmark/types.ts
Result of running the agent on a single task.
Properties
| Property | Type |
|---|---|
taskId | string |
suite | BenchmarkTask['suite'] |
passed | boolean |
hasChanges | boolean |
agentPatch | string |
durationMs | number |
turns | number |
tokens | { input: number; output: number; total: number } |
costUsd | number |
toolCalls | ToolCallRecord[] |
error | string |
timedOut | boolean |
failureCategory | FailureCategory |
attemptIndex | number |
difficulty | `'easy' |
language | string |
repo | string |
fileLocalization | FileLocalization |
terminationReason | `'success' |
setupDurationMs | number |
agentDurationMs | number |
patchSaved | boolean |
Was this page helpful?