Skip to main content

AgentEvent

Agent Runtimes


Agent Runtimes / types/events / AgentEvent

Interface: AgentEvent

Defined in: types/events.ts:12

Properties

agent_id

agent_id: string

Defined in: types/events.ts:14


created_at

created_at: string

Defined in: types/events.ts:21


id

id: string

Defined in: types/events.ts:13


kind

kind: string

Defined in: types/events.ts:16


metadata

metadata: Record<string, unknown>

Defined in: types/events.ts:20


payload

payload: Record<string, unknown>

Defined in: types/events.ts:19


read

read: boolean

Defined in: types/events.ts:18


status

status: string

Defined in: types/events.ts:17


title

title: string

Defined in: types/events.ts:15


updated_at

updated_at: string

Defined in: types/events.ts:22