Skip to main content

Interface: HITLNotification

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

A notification sent to humans.

Properties

actionUrl?

optional actionUrl: string

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

Deep link to handle the request


agentId

agentId: string

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

Agent ID


expiresAt?

optional expiresAt: Date

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

Expiration time


requestId

requestId: string

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

Request ID


summary

summary: string

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

Summary


type

type: "escalation" | "checkpoint" | "approval_required" | "clarification_needed" | "edit_requested"

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

Notification type


urgency

urgency: "critical" | "low" | "medium" | "high"

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

Urgency