Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/benchmark/benchmark-monitor.ts
Properties
| Property | Type |
|---|---|
totalTasks | number |
passed | number |
failed | number |
timedOut | number |
passRate | number |
byCategory | Record<string, number> |
correctAreaButFailed | TaskResult[] |
noChanges | TaskResult[] |
timedOutWithChanges | TaskResult[] |
patterns | FailurePattern[] |
toolComparison | `{ |
passing: Record<string, number>; failing: Record<string, number>;
}| |avgTurns|{ passing: number; failing: number }| |summary|string` |
Was this page helpful?