//! Runtime layer: action dispatch, slash commands, short-send handling, //! and the LLM streaming pipeline. pub mod actions; pub mod commands; pub mod context; pub mod stream;