//! Sage CLI UI Module
//!
//! Provides UI components for the CLI interface.
//! Uses the rnk App mode for CLI UI rendering.
//!
//! # Architecture
//!
//! - `adapters/` - Framework-specific implementations of sage-core UI traits
//! - `rnk_app/` - rnk-based terminal UI implementation
use crateCli;
use io;
pub async