rig
Rust framework for building LLM agents, tools, and vector search
All Skills in This Repository (7)
Pure Emerald Level Indicatorsrig-provider
Implement and audit Rig model providers for LLM API integrations.
rig-wasm-check
Audit Rig framework Rust code for WebAssembly compatibility issues.
rig-vector-store
Guide Rig vector store crate implementations with VectorStoreIndex trait requirements.
rig-agent-scaffold
Generate Rig agent boilerplate code enforcing trait-based abstractions and builder patterns.
rig-review
Validate Rust code changes against Rig project quality gates.
rig-migrate
Detect Rig version changes and migrate Rust codebases between versions.
rig
Build LLM-powered Rust applications with a unified API for providers and vector stores.
Frequently Asked Questions
FAQPage SchemaHow to install Rig?โผ
Run `npx skills add 0xPlaygrounds/rig --all -g -y` in your terminal to install all skills in this suite globally.
What is the Rig Rust library used for?โผ
Rig is a Rust framework for building LLM-powered apps, giving you agents, tool calling, embeddings, and vector search through one consistent API.
Which AI providers does Rig support?โผ
Rig supports 20+ providers including OpenAI, Anthropic, Gemini, and AWS Bedrock, plus 10+ vector stores like Qdrant, MongoDB, Neo4j, and Milvus.
Can Rig run in the browser with WebAssembly?โผ
Yes. Rig's portable core and classic agent runtime support wasm32-unknown-unknown targets, so agents can run directly in the browser.
Do I need deep Rust experience to use Rig?โผ
Basic Rust knowledge is enough. Rig's builder-style API lets you create a working AI agent with just a few lines of code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core