Interface: CheckpointDecision
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:295
Human's decision at a checkpoint.
Properties
checkpointId
checkpointId:
string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:297
Checkpoint ID
decidedAt
decidedAt:
Date
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:312
Timestamp
decidedBy
decidedBy:
string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:310
Who decided
decision
decision:
"modify"|"continue"|"abort"|"pause"
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:299
Decision
instructions?
optionalinstructions:string
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:308
Instructions for agent
modifications?
optionalmodifications:object
Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:301
Modifications if any
addSteps?
optionaladdSteps:string[]
adjustedGoal?
optionaladjustedGoal:string
parameterChanges?
optionalparameterChanges:Record<string,unknown>
skipSteps?
optionalskipSteps:string[]