yomo 0.6.2

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

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