ooai_llm.tui.commands¶
Command-palette command specs for the optional Textual TUI.
- Purpose:
Keep command names and callbacks declarative so the app can expose Textual command-palette actions without hard-coding every command inside the app class.
Attributes¶
Classes¶
Declarative command-palette entry for the TUI app. |
Functions¶
|
Return built-in command-palette commands for the model explorer. |
Module Contents¶
- class ooai_llm.tui.commands.TUICommandSpec[source]¶
Declarative command-palette entry for the TUI app.
- action: TUICommandAction[source]¶
- ooai_llm.tui.commands.default_tui_command_specs(*, show_benchmarks: bool = True) tuple[TUICommandSpec, Ellipsis][source]¶
Return built-in command-palette commands for the model explorer.