//! # Kota - A lightweight ai code agent in Rust.
//!
//! ## Modules
//!
//! - `kota_code`: Core AI code agent functionality with LLM integration, file operations,
//! code analysis, and task management.
//! - `kota_cli`: Command-line interface components
//!
// Re-export commonly used types for convenience
pub use ;
// Re-export CLI components for testing
pub use ;
/// Prelude module for convenient imports