TUI
The TUI is a menu-driven terminal interface that executes workflows defined in operation manifests.
Behavior
- Discover available modules.
- Load operations from module manifests.
- Present selectable operations.
- Collect prompt input interactively.
- Stream output as operations run.
Best For
- Interactive development sessions
- Quick validation of module operation design
- Running workflows without GUI dependencies
Constraint
The TUI is file-driven. A script must exist in the operation manifest to be executed through this interface.