Interface: WorkflowCheckpoint
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:271
Workflow state for checkpoint review.
Properties
checkpointAt
checkpointAt:
Date
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:289
Timestamp
checkpointId
checkpointId:
string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:273
Checkpoint identifier
completedWork
completedWork:
string[]
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:281
Summary of work completed
currentPhase
currentPhase:
string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:277
Current step/phase
issues
issues:
string[]
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:285
Any issues or concerns
notes?
optionalnotes:string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:287
Agent's notes
progress
progress:
number
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:279
Progress (0-1)
upcomingWork
upcomingWork:
string[]
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:283
Upcoming work
workflowId
workflowId:
string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:275
Workflow/plan identifier