llm_council
Broadcast complex problems, code architecture, or security audits to multiple LLMs in parallel, then let a Chief Justice model synthesize critiques to deliver a single optimal consensus solution.
Instructions
Multi-Model Consensus & Council Deliberation. Broadcasts a complex problem, code architecture, or security audit in parallel to multiple LLM council members (e.g. Dahl, DeepSeek, Groq, Ollama), then automatically uses a designated Chief Justice / Synthesizer model to critique, cross-examine, and deliver the single optimal consensus solution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| judge | No | Chief Justice / Synthesizer configuration. Defaults to active default model. | |
| prompt | Yes | The complex task, technical dilemma, code bug, or architectural question for council deliberation. | |
| members | No | List of council member models/providers. Defaults to active provider + fallback chain if omitted. | |
| temperature | No | Sampling temperature for member generation (default 0.7). | |
| system_prompt | No | Optional system prompt applied to all council member models. | |
| synthesis_instruction | No | Custom adjudication instructions for the Chief Justice (e.g. 'Focus on lowest latency and minimal memory footprint'). |