Skip to main content
The tui command provides interactive TUI (Text User Interface) and simulation capabilities.

Usage

praisonai tui [OPTIONS] COMMAND [ARGS]...

Commands

CommandDescription
launchLaunch the interactive TUI
simulateRun a headless TUI simulation script
snapshotPrint a TUI-like snapshot of current state
traceReplay events from persistence like a timeline

Examples

Launch TUI

praisonai tui launch

Run simulation

praisonai tui simulate script.yaml

Take snapshot

praisonai tui snapshot

See Also