Expand description
deck-tui — ratatui front-end.
The TUI owns the terminal and an App that drives input + render.
All LLM/MCP/Store traffic flows through a deck_orchestrator::Handle.
Structs§
- App
- AppHandle
- Carrier struct so
Appcan hold an optional orchestrator binding withoutApp::newtaking three arguments.
Functions§
- run
- Standalone entry (no orchestrator wired). Useful for
--no-llmsmoke tests and the first-launch onboarding screen. - run_
with_ handle - Wired entry. The binary crate calls this with an Orchestrator handle.