pub type ToolEventStream = Pin<Box<dyn Stream<Item = ToolEvent> + Send>>;
A stream of tool execution events.
pub struct ToolEventStream { /* private fields */ }