Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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