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
#[cfg(feature = "candle")]
pub mod candle;

#[cfg(feature = "elevenlabs")]
pub mod elevenlabs;

pub mod openai_realtime;