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