Universal Message Format (UMF) - Provider-agnostic message representation for LLM interactions with ChatML formatting, internal hub model, and MCP support
//! Streaming response accumulation for LLM providers.
//!//! This module provides utilities for accumulating streaming responses from LLM providers,
//! handling both text deltas and tool call deltas with sparse index support.
modaccumulator;modtypes;pubuseaccumulator::StreamingAccumulator;pubusetypes::{StreamChunk, AccumulatedResponse};#[cfg(test)]modtests;