rig
Basic Information
Rig is a Rust library and toolkit for developers who want to build scalable, modular, and ergonomic LLM-powered applications and agents. It provides a core crate and companion crates to make it straightforward to connect to LLM providers and vector stores, and to embed completion and retrieval workflows into larger applications. The project targets Rust developers building fullstack or backend components that rely on language models, offering examples, integration points, and production users to demonstrate real-world adoption. The README notes a fast-evolving project with potential breaking changes and directs users to official documentation and crate API references for detailed guidance. The repo emphasizes portability, minimal boilerplate, and modularity for integrating LLMs into apps or agent systems.