Consensus mode enables multiple AI models to collaborate on a task through a structured process of proposing solutions, voting, and synthesizing the best approach.Documentation Index
Fetch the complete documentation index at: https://docs.puzld.cc/llms.txt
Use this file to discover all available pages before exploring further.
Usage
TUI (Interactive)
CLI
| Flag | Description |
|---|---|
-a | Comma-separated agents to participate |
-r | Number of voting rounds (default: 2) |
-s | Agent to synthesize final result |
Examples
How It Works
Proposal Phase
Each agent independently proposes a solution to the task. They receive project structure context but don’t see other agents’ proposals to avoid bias.
Voting Rounds
Agents review all proposals and vote for the best one, providing reasoning. Multiple voting rounds allow positions to evolve.
Configuration
TUI Settings
Configure consensus options via/settings → Collaboration tab:
| Setting | Description |
|---|---|
| Rounds | Number of voting rounds (1-5, default: 2) |
| Synthesizer | Agent to synthesize final result (default: auto/first agent) |
CLI Flags
| Flag | Description |
|---|---|
-a | Comma-separated agents to participate (required) |
-r | Number of voting rounds (default: 2) |
-s | Agent to synthesize final result |
Actions After Consensus
After consensus completes, you can:| Action | Description |
|---|---|
| Build | Enter Build mode to implement the synthesized solution |
| Continue | Accept the result and continue chatting |
| Reject | Discard the result |
Project Context
Consensus mode automatically provides project structure to all agents, enabling them to make informed proposals that reference actual files and directories in your codebase.Keyboard Shortcuts
| Key | Action |
|---|---|
Escape | Hide view (keeps running in background) |
Ctrl+E | Return to consensus view |
Ctrl+C | Cancel operation |
↑/↓ | Navigate action options |
Enter | Select action |