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

Project context

By default, praisonai tui walks up from the current directory to your git root and prepends any AGENTS.md / CLAUDE.md / agents.md / .agents/AGENTS.md it finds to the agent’s system prompt, layered on top of ~/.praisonai/AGENTS.md. Pass --no-context (or set PRAISON_NO_CONTEXT=true) to disable. See Context Files for details.

See Also