pub type EventStream = Pin<Box<dyn Stream<Item = Result<Event, AdkError>> + Send>>;
Core traits and types.
Always available regardless of feature flags. Includes:
Agent
Tool
Toolset
Session
State
Event
AdkError
Result
pub struct EventStream { /* private fields */ }