rig-experimental

Crates.iorig-experimental
lib.rsrig-experimental
version0.0.1
created_at2025-07-02 09:21:52.652023+00
updated_at2025-07-02 09:21:52.652023+00
descriptionAn experimental companion crate for `rig`, the agentic AI framework for building modular, lightweight agents.
homepagehttps://github.com/joshua-mo-143/rig-experimental
repositoryhttps://github.com/joshua-mo-143/rig-experimental
max_upload_size
id1734825
size214,699
Joshua Mo (joshua-mo-143)

documentation

README

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)
Commit count: 0

cargo fmt