AgentEvent
Union of all agent lifecycle events.
type AgentEvent = AgentReadyEvent | AgentStateChangeEvent | AgentErrorEvent;
Defined in: src/core/events/types.ts:671
Union of all agent lifecycle events.
Remarks
Use this type to handle any agent event generically, or subscribe to specific event types via the EventListenerMap.
See
- AgentReadyEvent
- AgentStateChangeEvent
- AgentErrorEvent