GUI
The GUI provides a visual, user-focused way to run module workflows and launch games.
Behavior
- Loads operation manifests for selected modules.
- Renders operation metadata as visual controls.
- Presents prompt input through UI dialogs.
- Supports run-all and game launch entrypoints.
Best For
- End-user operation execution
- Module workflows that benefit from visual prompt handling
- Operator-friendly launch flows
Constraint
Like the TUI, the GUI is file-driven and depends on operation metadata defined by the module author.