FR
Usage

Use the TUI

Understand the TUI home screen, choose modes, and configure a session without memorizing CLI options.
palabre

The TUI is the recommended interface for human use. It creates the global configuration on first launch, refreshes known agents, and keeps navigation context between sessions.

Home screen

The home screen displays the current mode — Debate first —, active agents and roles, summary settings, response count, working directory, and available commands. Enter a subject directly to run the current mode.

Main commands

CommandEffect
/debatSwitches to the primary Debate mode.
/chatOpens a conversation.
/askSwitches to independent answers.
/agentsDisplays or changes agents.
/rolesDisplays or changes roles.
/configOpens settings.
/historyDisplays recent exports.
/helpDisplays all commands.
/homeReturns home.
/quitQuits Palabre.

Add context

Review this module --files src/auth.ts README.md
Review the architecture --context src docs

Paths containing spaces must be provided with a direct command.

Ending Chat

/end ends and saves; /home returns without saving; an error produces a partial transcript when possible. The export records the termination reason.

Use --terminal for raw human output. For an integration, use --renderer ndjson and the NDJSON documentation.