rig-experimental 0.0.1

An experimental companion crate for `rig`, the agentic AI framework for building modular, lightweight agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# rig-experimental
A companion crate for [`rig`](https://github.com/0xPlaygrounds/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.

## Current features
- Semantic Routing: set up a semantic router with `SemanticRouter`, then add your vector store of choice (that implements `rig::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)