zhoda

svalench/zhoda
★ 0 stars Python AI/LLM Updated today
Open-source deliberation engine: LLM factions interview you about the goal, then debate until they reach zhoda (consensus) — or hand you an honest dissent map. Core (FastAPI) + MCP server + DeepSeek Harness plugin.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zhoda": {
      "command": "uvx",
      "args": [
        "zhoda"
      ]
    }
  }
}

Or install with pip: pip install zhoda

README Excerpt

**Models argue until they reach zhoda.** Zhoda (from Belarusian «згода» — agreement, consensus) is an open-source deliberation engine for LLMs. **The honest formula:** a model may not switch sides without an unclosed objection; agreement does not count until it survives two consecutive rounds; every verdict carries the minority report and the full transcript.