Skip to content

AgentResult

AgentResult = object

Defined in: agent/runner.ts:4

optional error?: string

Defined in: agent/runner.ts:4


optional exitCode?: number

Defined in: agent/runner.ts:4


optional fullLog?: string

Defined in: agent/runner.ts:4


output: string

Defined in: agent/runner.ts:4


status: "succeeded" | "failed" | "timed_out"

Defined in: agent/runner.ts:4


optional summary?: string

Defined in: agent/runner.ts:4


optional usage?: AgentUsage

Defined in: agent/runner.ts:4