oxi-ai 0.4.3

Unified LLM API — multi-provider streaming interface for AI coding assistants
Documentation
1
2
3
4
5
6
7
8
9
10
//! Utility modules ported from pi-mono's ai package
//!
//! These utilities provide robust handling for common AI API edge cases:
//! - Unicode sanitization for safe JSON serialization
//! - JSON parsing with repair for malformed streaming responses
//! - Context overflow detection across providers

pub mod json_parse;
pub mod overflow;
pub mod sanitize_unicode;