//! Otelite TUI Library
//!
//! This library provides the core functionality for the Otelite Terminal User Interface,
//! including state management, API client, and UI components.
// TUI is under development - many components not yet integrated
// Re-export commonly used types
pub use ;
pub use Config;
pub use ;
/// Run the TUI application with the given configuration.
pub async