langchain-rust 4.6.0

LangChain for Rust, the easiest way to write LLM-based programs in Rust
Documentation
mod tool;
pub use tool::*;

pub use wolfram::*;
mod wolfram;

mod scraper;
pub use scraper::*;

mod sql;
pub use sql::*;

mod duckduckgo;
pub use duckduckgo::*;

mod serpapi;
pub use serpapi::*;

mod command_executor;
pub use command_executor::*;

mod text2speech;
pub use text2speech::*;