trusty-common 0.6.2

Shared utilities and provider-agnostic streaming chat (ChatProvider, OllamaProvider, OpenRouter, tool-use) for trusty-* projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Ticketing API surface.
//!
//! Why: Groups the canonical types, config loader, backend trait, and the
//! per-backend implementations under one `crate::api::*` namespace.
//! What: Re-exports the most commonly used items at module level.
//! Test: covered by the submodule tests.

pub mod backends;
pub mod client;
pub mod config;
pub mod models;