omniference 0.3.2

A multi-protocol inference engine with provider adapters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Unit tests for individual components
//!
//! These tests focus on testing single components in isolation,
//! without requiring external services or live API connections.

pub mod adapters;
pub mod catalog;
pub mod cost;
pub mod date_suffixed_models;
pub mod library;
pub mod middleware;
pub mod openrouter_adapter;
pub mod openrouter_catalog;
pub mod router;
pub mod sse;
pub mod types;