A Claude Code skill that makes multiple LLMs debate, critique each other anonymously, and synthesize a single superior answer.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
fix: use unique temp file in SKILL.md phase2 instructions to avoid parallel overwrites
aae72e7View on GitHubfeat: Add logical fallacy detection with 12 fallacy types, CLI flag (--fallacies), and cost estimation support.
c9f0c04View on GitHubfeat: Add real-time SSE streaming for Phase 1 with parallel and sequential modes.
0cecc16View on GitHubfeat: Add quorum voting (--vote), multi-round dialogue (--rounds N), and bias tracking (bias command).
ddc3fd5View on GitHubfeat: Implement fallback model support for providers, including configuration and status reporting.
69bc8c4View on GitHubfeat: Add two-pass Phase 2 execution for deep mode, enabling deferred cross-critique for local models via a new `phase2` CLI command.
302279bView on GitHubfeat: Add x.ai provider support by implementing `_call_xai` and integrating it into the model calling mechanism with corresponding tests.
ac83998View on GitHubfeat: Add EMA-based model scoring and leaderboard functionality with a new CLI command.
bd9245aView on GitHubfeat: Implement session context building with token budget management and gracefully handle null content responses from LLM providers.
4796903View on GitHubrefactor: Use a shared httpx.AsyncClient for all API calls to improve connection reuse.
05c9f39View on GitHubfeat: Implement JSON-based ranking extraction with re-prompting and regex fallback for critique parsing.
b5cafa2View on GitHubfeat: Add initial test suite for orchestrator, providers, and ranking modules, and update README.
353decdView on GitHubdocs: update README to reflect new modular package architecture and features
48769f2View on GitHubfeat: Modularize Conclave application by introducing dedicated modules for sessions, configuration, progress reporting, and more.
1a5ed3bView on GitHubdocs: update README with new sections for cost estimation, multi-turn sessions, real-time progress, and retry logic.
36413ddView on GitHub