rig icon indicating copy to clipboard operation
rig copied to clipboard

⚙️🦀 Build portable, modular & lightweight Fullstack Agents

Results 44 rig issues
Sort by recently updated
recently updated
newest added

this PR adds a `client` impl for calling local models, such as ollama and lm studio. it also duplicates some examples, such as simple chat, embeddings and tools calls. it...

- [x] I have looked for existing issues (including closed) about this As requested in #125 ## Feature Request ### Motivation We want to support local execution of LLMs. Starting...

model

- [ ] I have looked for existing issues (including closed) about this ## Feature Request Add a Telegram integration crate to easily create Telegram bots from Rig `Agents`. ###...

plugin

- [x] I have looked for existing issues (including closed) about this ## Feature Request Add a Discord integration crate to easily create Discord bots from Rig `Agents`. ### Motivation...

plugin

- [x] I have looked for existing issues (including closed) about this ## Feature Request Update the `completion::Message` type to reflect new features in popular model providers. Note: this would...

## Vector Store Integration Request Pinecone is a popular cloud based, fully managed vector database designed specifically for RAG applications. ### Resources The Pinecone API provides a user-friendly way to...

vector store

## Model Provider Integration Request Groq provides a high-performance inference platform optimized for large language model (LLM) workloads. Integrating Groq as an LLM provider in Rig will allow users to...

model

- [ ] I have looked for existing issues (including closed) about this ## Feature Request Add a Twitter integration crate to easily create Twitter bots from Rig `Agents`. ###...

plugin

- [x] I have looked for existing issues (including closed) about this ## Feature Request - Extractors exist as a wrapper on top of agents with a pre-made tool. Since...

- [x] I have looked for existing issues (including closed) about this ## Feature Request Bring the low-level embedding API closer to the completion API in terms of completeness and...

refactor