llm 1.3.8

A Rust library unifying multiple LLM backends.
Documentation
1
2
3
4
5
6
7
//! Agent module for building reactive, memory-enabled LLM agents.

#[cfg(feature = "agent")]
pub mod builder;

#[cfg(feature = "agent")]
pub use builder::AgentBuilder;