yomo 0.6.3

A QUIC-based runtime for AI-LLM tool routing and serverless execution
Documentation
1
2
3
4
5
6
7
8
9
pub mod openai;
pub mod vllm_deepseek;
pub mod registry;
pub mod selection;
pub mod provider;

pub use provider::{
    FinishReason, Provider, ProviderError, ToolCall, UnifiedEvent, UnifiedResponse, Usage,
};