delimit_deliberate
Achieve unanimous agreement among multiple AI models through direct deliberation. Models debate or dialogue until consensus is reached, providing reliable answers to complex questions.
Instructions
Run multi-model consensus via real AI-to-AI deliberation (Pro).
Models debate each other directly until unanimous agreement. Free tier: 3 deliberations using Gemini Flash + GPT-4o-mini, no setup required. BYOK: configure your own API keys in ~/.delimit/models.json for unlimited use with any models (Grok, Claude, Gemini Pro, GPT-4o, etc).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question to reach consensus on. | |
| context | No | Background context for all models. | |
| mode | No | "dialogue" (short turns) or "debate" (long essays). | dialogue |
| max_rounds | No | Maximum rounds (default 3 for debate, 6 for dialogue). | |
| save_path | No | Optional file path to save the full transcript. | |
| scope | No | Optional scope override — "strategic", "social", or "operational". When empty, the engine classifies from keywords in the question and context. Strategic and social scopes enforce the 3-model minimum (charter consensus-thresholds) and allow Grok as a tiebreaker on deadlock. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||