Skip to main content

AgentNotification

Agent Runtimes


Agent Runtimes / types/notifications / AgentNotification

Interface: AgentNotification

Defined in: types/notifications.ts:59

Properties

agentId

agentId: string

Defined in: types/notifications.ts:63

Agent that generated the notification


body

body: string

Defined in: types/notifications.ts:71

Notification body (markdown)


category

category: string

Defined in: types/notifications.ts:77

Category for grouping


createdAt

createdAt: string

Defined in: types/notifications.ts:75

When the notification was created


id

id: string

Defined in: types/notifications.ts:61

Unique notification ID


level

level: NotificationLevel

Defined in: types/notifications.ts:67

Notification severity


metadata?

optional metadata?: Record<string, unknown>

Defined in: types/notifications.ts:79

Additional metadata


podName

podName: string

Defined in: types/notifications.ts:65

Pod running the agent


read

read: boolean

Defined in: types/notifications.ts:73

Whether the user has read this notification


title

title: string

Defined in: types/notifications.ts:69

Notification title