tui command provides interactive TUI (Text User Interface) and simulation capabilities.
Usage
Commands
| Command | Description |
|---|---|
launch | Launch the interactive TUI |
simulate | Run a headless TUI simulation script |
snapshot | Print a TUI-like snapshot of current state |
trace | Replay events from persistence like a timeline |
Examples
Launch TUI
Run simulation
Take 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
- Interactive TUI - TUI details
- Session - Session management

