//! TakoBull - Ultra-lightweight personal AI Assistant for embedded systems
//!
//! This library provides the core functionality for TacoBot, including:
//! - Async runtime management
//! - Configuration loading and validation
//! - Authentication (OAuth2 with PKCE)
//! - Agent loop for message processing
//! - Channel integrations (Telegram, Discord, etc.)
//! - LLM provider integrations
//! - Tool framework for extensibility
//! - Session and state management
//! - Device management for hardware interfaces
pub use ;
/// Re-export commonly used types