Expand description
Engine-level command results — TUI-agnostic outcomes of slash commands.
The engine processes a command and returns a CommandResult.
Renderers (TUI, headless) decide how to display the result.
Structs§
- Session
Summary - Summary of a session for listing.
Enums§
- Command
Result - Result of processing a slash command in the engine.
- Modal
Request - TUI-specific modals the engine can request.
Functions§
- handle_
engine_ command - Process commands that are pure engine logic — no TUI state needed. Returns None if the command needs TUI-level handling.
- parse_
command - Parse a slash command into (command, arg).