Type Aliases

EmittedEvent

Type Alias: EmittedEvent

EmittedEvent = AgentfootprintEvent

Defined in: src/core/runner.ts:252

Union used in emit() for the AgentfootprintEvent type constraint. A consumer emitting a custom event passes a plain object payload; the dispatcher wraps it as AgentfootprintEvent only when the name is a registered type. Otherwise it flows through as an opaque custom event.

On this page