Events
The Agent User Interaction Protocol SDK uses a streaming event-based architecture. Events are the fundamental units of communication between agents and the frontend. This section documents the event types and their properties.EventType Enum
TheEventType enum defines all possible event types in the system:
BaseEvent
All events inherit from theBaseEvent type, which provides common properties
shared across all event types.