Skip to main content

Crate deck_orchestrator

Crate deck_orchestrator 

Source
Expand description

deck-orchestrator — the mpsc hub.

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).

Structs§

Handle
Lightweight handle the TUI (and any other client) keeps. Cloneable; internally just channel handles + a broadcast subscription factory.
Runtime
The owned runtime piece: holds the receiver and spawned task.

Enums§

Command
Event