//! Toast API Server
//!
//! This library provides CLI clients and an OpenAI-compatible API server built on Claude and DeepSeek.
/// Configuration constants and defaults
/// API client for interacting with Claude
/// API client for interacting with DeepSeek
/// Helper utilities for request/response processing and tool commands
/// CLI implementation for Claude
/// CLI implementation for DeepSeek
/// Unified CLI implementation for both providers
/// Server implementation for the OpenAI-compatible API
// Re-export common types for easy access
pub use ;
pub use ;
pub use ;