rig-experimental 0.0.1

An experimental companion crate for `rig`, the agentic AI framework for building modular, lightweight agents.
Documentation

rig-experimental

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.

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)