rig
rig copied to clipboard
⚙️🦀 Build portable, modular & lightweight Fullstack Agents
Previously, the mongo integration test was failing with `Error connecting to Search Index Management service.`. This is because it takes a bit of time for the container to initialize the...
- [x] I have looked for existing issues (including closed) about this ## Feature Request Loaders could do with some more features to create a more complete experience. - [...
- [x] I have looked for existing issues (including closed) about this ## Feature Request Add a loader type that can work with the EPUB format (ebook format). ### Motivation...
Resolves #5 I've modeled the crate on the SQLite one. On the DB side, the crate is relying on the [pgvector](https://github.com/pgvector/pgvector) extension. It creates an [HSNW index](https://github.com/pgvector/pgvector?tab=readme-ov-file#hnsw) and uses the...
anthropic currently sends back a vec on `Content` structs. Before the fix we were matching on the first element of that. The first element of a ToolUse is rarely ever...
You have developed pretty good website which i personally liked alot :) so you can clearly create one section with title - Demo or Live example or something similar and...
Add onchain-verifiable, decentralized inference for rig with onchain Llama, onchain Hermes, and onchain Intellect.
- [x] I have looked for existing issues (including closed) about this ## Feature Request What would be a good way to share tool code between projects? Example: I have...
- update gemini client to support proxy ```rust pub fn with_proxy(mut self, proxy_url: &str) -> Self { let proxy = reqwest::Proxy::all(proxy_url).expect("Proxy URL should be valid"); self.http_client = reqwest::Client::builder() .proxy(proxy) .build()...