llm-agent 0.3.0

The agent library to build LLM applications that work with any LLM providers.
Documentation
1
2
3
4
5
6
mod content;
mod toolkit;
mod types;

pub use toolkit::MCPToolkit;
pub use types::{MCPInit, MCPParams, MCPStdioParams, MCPStreamableHTTPParams};