Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/benchmark/types.ts
Benchmark Types
Shared interfaces for all benchmark adapters (Aider Polyglot, SWE-bench). Zero external dependencies.
Properties
| Property | Type |
|---|---|
id | string |
suite | `'aider-polyglot' |
prompt | string |
repo | string |
baseRef | string |
setupPatch | string |
languages | string[] |
difficulty | `'easy' |
timeoutSec | number |
expectedFiles | string[] |
testCommand | string |
goldPatch | string |
metadata | Record<string, unknown> |
Was this page helpful?