pub type AgentStream = Pin<Box<dyn Stream<Item = Result<StreamChunk, Error>> + Send>>;
Type alias for a stream of agent response chunks
pub struct AgentStream { /* private fields */ }