1//! Built-in tools shipped with `rig` that agents can use out of the box. 2 3pub mod think; 4pub use think::ThinkTool;