Skip to main content

Interface: HumanInteractionManagerConfig

Defined in: packages/agentos/src/core/hitl/HumanInteractionManager.ts:37

Configuration for HumanInteractionManager.

Properties

autoRejectOnTimeout?

optional autoRejectOnTimeout: boolean

Defined in: packages/agentos/src/core/hitl/HumanInteractionManager.ts:47

Auto-reject on timeout (vs returning timeout response)


defaultTimeoutMs?

optional defaultTimeoutMs: number

Defined in: packages/agentos/src/core/hitl/HumanInteractionManager.ts:41

Default timeout for requests in ms


logger?

optional logger: ILogger

Defined in: packages/agentos/src/core/hitl/HumanInteractionManager.ts:39

Logger instance


maxPendingPerType?

optional maxPendingPerType: number

Defined in: packages/agentos/src/core/hitl/HumanInteractionManager.ts:45

Maximum pending requests per type


notificationHandler?

optional notificationHandler: HITLNotificationHandler

Defined in: packages/agentos/src/core/hitl/HumanInteractionManager.ts:43

Notification handler