reagent-rs 0.2.0

A Rust library for building AI agents with MCP & custom tools
Documentation
1
2
3
4
5
6
7
mod tool;
mod tool_builder;
mod errors;

pub use tool::*;
pub use tool_builder::*;
pub use errors::ToolExecutionError;