just-llm-client 0.2.0

Just a lightweight, composable, and minimal LLM client — not an agent framework
Documentation
1
2
3
4
5
6
7
8
//! Shared LLM client-level types grouped by concern.

/// Normalized balance and quota types.
pub mod balance;
/// Normalized chat-completion request, response, and tool-calling types.
pub mod chat;
/// Normalized model catalog types.
pub mod model;