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
13
mod agent;
mod completions_api;
mod extractor;
mod extractor_usage;
mod models;
mod multi_extract;
mod permission_control;
mod request_hook;
mod streaming;
mod streaming_tools;
mod structured_output;
mod support;
mod typed_prompt_tools;