Skip to main content

EventSpec

Agent Runtimes


Agent Runtimes / types/eventspecs / EventSpec

Interface: EventSpec

Defined in: src/types/eventspecs.ts:33

Event type specification for agent lifecycle and guardrail events.

Properties

description

description: string

Defined in: src/types/eventspecs.ts:41

Description of the event type


fields

fields: EventField[]

Defined in: src/types/eventspecs.ts:45

Payload fields for this event type


id

id: string

Defined in: src/types/eventspecs.ts:35

Unique event type identifier


kind

kind: string

Defined in: src/types/eventspecs.ts:43

Event kind constant


name

name: string

Defined in: src/types/eventspecs.ts:39

Display name


version

version: string

Defined in: src/types/eventspecs.ts:37

Version