langchain-rust-openrouter 4.6.0

LangChain for Rust with OpenRouter integration - unified access to 200+ LLM and embedding models
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::*;