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