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
pub mod agents;
pub mod providers;
pub mod routing;

pub use agents::autonomous::AutonomousAgent;