1//! Reusable CLI support for `agent-diva`. 2 3pub mod chat_commands; 4pub mod cli_runtime; 5pub mod client; 6pub mod provider_commands;