llmy-agent 0.7.2

All-in-one LLM utilities.
Documentation
1
2
3
4
5
6
7
pub mod agent;
pub mod tool;

pub use agent::StepResult;
pub use llmy_agent_derive::tool;
pub use llmy_types::error::LLMYError;
pub use tool::{Tool, ToolDyn};