Interface: ApprovalRequest
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:342
Request for human approval during autonomous execution.
Properties
reason
reason:
string
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:348
Reason approval is needed
requestId
requestId:
string
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:344
Request identifier
step
step:
PlanStep
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:346
Step requiring approval
suggestedAction
suggestedAction:
"approve"|"modify"|"reject"
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:350
Suggested action
timeoutMs
timeoutMs:
number
Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:352
Timeout for response in ms