Skip to content

bodhi-realtime-agent / QueuedNotification

Interface: QueuedNotification

Defined in: types/notification.ts:10

A notification produced by a service subagent, queued for delivery to the user. Urgent notifications may interrupt the current turn; normal ones wait for a natural pause.

Properties

event

event: ExternalEvent

Defined in: types/notification.ts:18

The external event that triggered the notification.


priority

priority: NotificationPriority

Defined in: types/notification.ts:14

Delivery urgency.


queuedAt

queuedAt: number

Defined in: types/notification.ts:20

Unix timestamp (ms) when this notification was queued.


result

result: SubagentResult

Defined in: types/notification.ts:16

Full subagent output that produced this notification.


text

text: string

Defined in: types/notification.ts:12

Human-readable notification text to speak/display.

Built with VitePress