Skip to content

AgentTask

Defined in: scoring/agents.ts:40

A task to be processed by an agent

complexityScore: number

Defined in: scoring/agents.ts:48

Pre-computed complexity score (0-10)


complexityTier: ComplexityTier

Defined in: scoring/agents.ts:50

Pre-computed complexity tier


context: string

Defined in: scoring/agents.ts:46

Code/diff context


description: string

Defined in: scoring/agents.ts:44

Task description/prompt


id: string

Defined in: scoring/agents.ts:42

Unique task identifier


optional metadata: Record<string, unknown>

Defined in: scoring/agents.ts:54

Additional metadata for provider-specific needs


optional repo: string

Defined in: scoring/agents.ts:52

Repository reference (optional)