AgentResult
AgentResult =
object
Defined in: agent/runner.ts:4
Properties
Section titled “Properties”error?
Section titled “error?”
optionalerror?:string
Defined in: agent/runner.ts:4
exitCode?
Section titled “exitCode?”
optionalexitCode?:number
Defined in: agent/runner.ts:4
fullLog?
Section titled “fullLog?”
optionalfullLog?:string
Defined in: agent/runner.ts:4
output
Section titled “output”output:
string
Defined in: agent/runner.ts:4
status
Section titled “status”status:
"succeeded"|"failed"|"timed_out"
Defined in: agent/runner.ts:4
summary?
Section titled “summary?”
optionalsummary?:string
Defined in: agent/runner.ts:4
usage?
Section titled “usage?”
optionalusage?:AgentUsage
Defined in: agent/runner.ts:4