rig-core 0.35.0

An opinionated library for building LLM powered applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod agent;
mod embeddings;
mod extractor;
mod interactions_api;
mod models;
mod multi_turn_streaming;
mod reasoning_roundtrip;
mod reasoning_tool_roundtrip;
mod streaming;
mod streaming_tools;
mod structured_output;
mod transcription;