Skip to main content

Crate deck_tui

Crate deck_tui 

Source
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 App can hold an optional orchestrator binding without App::new taking three arguments.

Functions§

run
Standalone entry (no orchestrator wired). Useful for --no-llm smoke tests and the first-launch onboarding screen.
run_with_handle
Wired entry. The binary crate calls this with an Orchestrator handle.