What problem does it solve?
This Skill simplifies the development of complex, LLM-powered applications by providing a unified, Rust-based framework that abstracts away provider-specific complexities.
Core Features & Use Cases
- Unified API: Interact with over 20 LLM providers and 10 vector stores through a single interface.
- Agentic Workflows: Build multi-turn, streaming, and tool-calling agents.
- RAG Pipelines: Easily integrate Retrieval-Augmented Generation for context-aware responses.
- Structured Extraction: Extract typed data from unstructured text.
- Use Case: Develop a customer support chatbot that can access a knowledge base, call external tools for real-time information, and provide streaming responses, all managed within a single Rust application.
Quick Start
Use the rig skill to build a simple agent that responds to prompts.