A companion crate for rig that offers some helpful extras you may need for your agentic AI pipelines.
This is mostly an experimental crate, so expect to see things break.
- Semantic Routing: set up a semantic router with
SemanticRouter, then add your vector store of choice (that implementsrig::vector_store::VectorStoreIndex) and start adding some routes and agents! - Autonomous agent abstraction
- Extra providers that integrate directly into
rig:- Candle
- OpenAI Realtime API
- ElevenLabs (currently TTS only; more modes incoming)