AgentCapabilities
Defined in: scoring/agents.ts:22
What an agent is capable of doing
Indexable
Section titled “Indexable”[key: string]: unknown
Custom capability flags
Properties
Section titled “Properties”async?
Section titled “async?”
optionalasync:boolean
Defined in: scoring/agents.ts:32
Is this agent async (returns job ID to poll)?
canCreatePR?
Section titled “canCreatePR?”
optionalcanCreatePR:boolean
Defined in: scoring/agents.ts:28
Can this agent create PRs?
canExecute?
Section titled “canExecute?”
optionalcanExecute:boolean
Defined in: scoring/agents.ts:30
Can this agent run commands?
maxContext?
Section titled “maxContext?”
optionalmaxContext:number
Defined in: scoring/agents.ts:26
Maximum context length (tokens/chars)
tiers:
ComplexityTier[]
Defined in: scoring/agents.ts:24
Complexity tiers this agent can handle