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

Usage

Commands

Examples

Launch TUI

Run simulation

Take snapshot

Resume a previous session directly

See Interactive TUI → Launching with a resumed session for the full flow.

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