pub type BoxedTool = Box<dyn Tool + Send + Sync + 'static>;
pub struct BoxedTool(/* private fields */);