rig-core 0.40.0

An opinionated library for building LLM powered applications.
Documentation
1
2
3
4
//! Built-in tools shipped with `rig` that agents can use out of the box.

pub mod think;
pub use think::ThinkTool;