//! Core library for `codexia`.
//!
//! The library owns the OAuth flow, token lifecycle, upstream Codex client,
//! HTTP server, and status inspection helpers used by both the CLI binary and
//! any embedding integration.
/// Anthropic-compatible Messages API request, response, and SSE adapters.
/// Codex upstream request/response adapters and streaming support.
/// Local credential storage, persisted runtime config, and time utilities.
/// Background service installation and lifecycle management.
/// Shared error types and result aliases.
/// Model list resolution from defaults, CLI flags, and JSON files.
/// OAuth authorization, token exchange, and callback parsing.
/// OpenAI-compatible public request and response types.
/// HTTP server entrypoints and route handlers.
/// Account and rate-limit status fetchers.
/// Shared time formatting helpers for CLI and HTTP output.
/// OAuth credential caching and refresh orchestration.
/// Shared crate error type.
pub use ;