/help and /model while the agent streams responses in the TUI.
TUI CLI Commands
Complete reference for all TUI-related CLI commands.Quick Start
1
Launch the TUI
2
Run a headless simulation
praisonai tui
Main TUI command group for interactive terminal interface.launch
Launch the interactive TUI.
Examples:
simulate
Run a headless TUI simulation script for testing.
Options:
Examples:
snapshot
Print a TUI-like snapshot of current state.
Examples:
trace
Replay events from persistence like a timeline.
Options:
Examples:
praisonai queue
Queue management commands.ls
List queued runs.
Examples:
cancel
Cancel a queued or running run.
Examples:
retry
Retry a failed run.
Examples:
clear
Clear all queued runs.
Examples:
stats
Show queue statistics.
Examples:
Environment Variables
Best Practices
Use simulation flags in CI
Use simulation flags in CI
Run
praisonai simulate with mock providers to avoid live API spend in pipelines.Enable JSONL logging for audits
Enable JSONL logging for audits
Set
PRAISONAI_TUI_JSONL when you need structured event replay after failures.Keep debug mode off in production
Keep debug mode off in production
PRAISONAI_TUI_DEBUG=1 is for local troubleshooting only — it adds verbose noise.Document slash commands for your team
Document slash commands for your team
Share a cheatsheet of
/context, queue, and simulate commands so operators behave consistently.Related
TUI Overview
Interactive terminal interface
TUI Simulation
Headless testing and CI

