pub type AgentRunStream = Pin<Box<dyn Stream<Item = Result<AgentResponseUpdate, Error>> + Send>>;
A boxed stream of agent run updates.
pub struct AgentRunStream { /* private fields */ }