Interface: Run
Defined in: packages/orchestration/src/types.ts:87
Properties
agentName
agentName:
string
Defined in: packages/orchestration/src/types.ts:90
completedAt?
optionalcompletedAt?:number
Defined in: packages/orchestration/src/types.ts:93
cost
cost:
number
Defined in: packages/orchestration/src/types.ts:97
Cost in USD for this run
error?
optionalerror?:string
Defined in: packages/orchestration/src/types.ts:95
eventCount
eventCount:
number
Defined in: packages/orchestration/src/types.ts:99
Event count for replay
id
id:
string
Defined in: packages/orchestration/src/types.ts:88
parentRunId?
optionalparentRunId?:string
Defined in: packages/orchestration/src/types.ts:101
Parent run ID for spawn hierarchies
result?
optionalresult?:unknown
Defined in: packages/orchestration/src/types.ts:94
startedAt
startedAt:
number
Defined in: packages/orchestration/src/types.ts:92
status
status:
RunStatus
Defined in: packages/orchestration/src/types.ts:91
ticketId
ticketId:
string
Defined in: packages/orchestration/src/types.ts:89