apprentice_lib 0.1.1

A library that allows to create LLM agent applications
Documentation
1
2
3
4
5
6
7
8
//! Agent tools.

mod tool;

pub use tool::ParamType;
pub use tool::ToolSpec;
pub use tool::ToolParam;
pub use tool::ToolChoice;