Skip to main content

LoopHuman

Agent Runtimes


Agent Runtimes / types/loops / LoopHuman

Interface: LoopHuman

Defined in: src/types/loops.ts:9

How the human participates in (or around) an agent execution loop.

Properties

approvalFor

approvalFor: string[]

Defined in: src/types/loops.ts:15

Actions that require explicit human approval


approvalRequired

approvalRequired: boolean

Defined in: src/types/loops.ts:13

Whether the loop pauses for human approval before sensitive actions


description

description: string

Defined in: src/types/loops.ts:17

Description of the human-in-the-loop behaviour


mode

mode: string

Defined in: src/types/loops.ts:11

Human interaction pattern: none, initiate, approve, feedback, or tool