//! Per-event handlers for the A2A streaming pipeline.
//!
//! Routes incoming stream events to their handlers: `completion` for terminal
//! completion and error events, `text` for incremental text accumulation via
//! [`TextStreamState`].
pub use ;
pub use TextStreamState;