rig 0.41.0

An opinionated library for building LLM powered applications.
Documentation
1
2
3
4
5
6
7
8
9
10
mod agent;
mod support;

mod cassette {
    mod agent;
    mod chat;
    mod context;
    mod migration_pain_points;
    mod streaming;
}