Owns the tokio::sync::mpsc channels that connect the TUI to the LLM,
MCP, store and sandbox tasks. The TUI sends Commands in; each task
emits Events out; a broadcast channel fans events to anyone who
subscribes (TUI, log file, future remote dashboard).