//! Claude API Server
//!
//! This library provides a CLI client and an OpenAI-compatible API server built on Claude.
/// Configuration constants and defaults
/// API client for interacting with Claude
/// Helper utilities for request/response processing and tool commands
/// CLI implementation (default interface)
/// Server implementation for the OpenAI-compatible API
// Re-export common types for easy access
pub use ;
pub use ;