Usage
TUI (Interactive)
CLI
| Flag | Description |
|---|---|
-a | Comma-separated agents to debate (required) |
-r | Number of debate rounds (default: 2) |
-m | Agent to synthesize the conclusion |
Examples
How It Works
Initial Positions
Each agent presents their initial position on the topic. All agents respond in parallel.
Response Rounds
In each subsequent round, agents read all previous responses and can:
- Defend their position with new arguments
- Address counterpoints from other agents
- Update their view if convinced
Configuration
TUI Settings
Configure debate options via/settings → Collaboration tab:
| Setting | Description |
|---|---|
| Rounds | Number of debate rounds (1-5, default: 2) |
| Moderator | Agent to synthesize conclusion (default: none) |
CLI Flags
When to Use Debate
Debate mode excels at:- Exploring trade-offs - Different perspectives highlight pros and cons
- Technical decisions - Architecture, technology choices, design patterns
- Edge case discovery - Adversarial discussion uncovers potential issues
- Learning - See how different models reason about problems
Keyboard Shortcuts
| Key | Action |
|---|---|
Escape | Hide view (keeps running) |
Ctrl+E | Return to debate view |
Ctrl+C | Cancel debate |
Enter | Select winner (after completion) |