ic-rig 0.2.0

A lean, modular library for building LLM applications. Bring your own HTTP client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ic-rig"
version = "0.2.0"
edition = "2024"
description = "A lean, modular library for building LLM applications. Bring your own HTTP client."
license = "MIT"
repository = "https://github.com/Zedonboy/ic-rig"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"

[features]
openai    = []
anthropic = []
gemini    = []
deepseek  = []