Skip to main content

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?

optional instructions: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:308

Instructions for agent


modifications?

optional modifications: object

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:301

Modifications if any

addSteps?

optional addSteps: string[]

adjustedGoal?

optional adjustedGoal: string

parameterChanges?

optional parameterChanges: Record<string, unknown>

skipSteps?

optional skipSteps: string[]