pub type LlmEventStream = Pin<Box<dyn Stream<Item = Result<ChatStreamEvent>> + Send>>;
Stream item type returned by LLM streaming executors.
pub struct LlmEventStream { /* private fields */ }