freshcrate
Skin:/
Home > Frameworks > PolyCouncil

PolyCouncil

PolyCouncil is an open-source multi-model deliberation engine for LM Studio. It runs multiple LLMs in parallel, gathers their answers, scores each response using a shared rubric, and produces a final,

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

PolyCouncil is an open-source multi-model deliberation engine for LM Studio. It runs multiple LLMs in parallel, gathers their answers, scores each response using a shared rubric, and produces a final, consensus-driven result. Designed for testing, comparing, and orchestrating local models with ease.

README

PolyCouncil

A QML desktop app for multi-model deliberation and discussion

Compare local and hosted models in one workflow, stream responses live, and keep the full decision trail.

PythonLicensePlatformStatusGitHub starsGitHub forksGitHub issues GitHub pull requests

Overview

PolyCouncil coordinates multiple LLMs across local and hosted providers, then lets you review the run as a structured workflow instead of a loose stack of chat outputs.

The current desktop app uses:

  • a QML primary UI in gui/main.qml
  • a Python bridge in qml_bridge.py
  • a clean runtime entrypoint in main.py

The legacy widgets-era council.py is still in the repo for compatibility and reference, but it is no longer the primary app entrypoint.

Core Modes

Deliberation

Multiple models answer the same prompt, score peer answers, and produce a weighted winner.

Discussion

Multiple models collaborate across turns and generate a final synthesis.

Features

Providers

  • LM Studio
  • Ollama
  • OpenAI-compatible hosted APIs
  • OpenAI
  • OpenRouter
  • Google Gemini
  • Anthropic
  • Groq
  • Together AI
  • Kimi
  • MiniMax
  • Z.AI
  • Fireworks AI

Workflow

  • provider profiles and saved connection presets
  • searchable large model lists
  • persona assignment and persona editing
  • file attachments and image attachments
  • live streaming output when the provider supports it
  • session replay and JSON export
  • leaderboard/history tracking

Safety and persistence

  • sanitized markdown rendering
  • secure API key storage when the OS keychain is available
  • session history stored under app data directories

Screenshots

Main Workflow

PolyCouncil main workflow

Settings And Persona Library

PolyCouncil settings and persona library

Results Overview

PolyCouncil results overview

Quick Start

Windows EXE

  1. Download the latest PolyCouncil.exe from Releases.
  2. Start LM Studio or Ollama, or prepare a hosted provider API key.
  3. Launch PolyCouncil.exe.
  4. Load models from the left workflow pane.
  5. Select models, write a prompt, and run the council.

Run from source

git clone https://github.com/TrentPierce/PolyCouncil.git
cd PolyCouncil
pip install -r requirements.txt
python main.py

Requirements

  • Python 3.11+
  • PySide6
  • aiohttp
  • qasync
  • pypdf
  • python-docx
  • markdown
  • bleach
  • keyring

Source layout

  • main.py: QML app entrypoint
  • qml_bridge.py: QObject bridge exposed to QML
  • gui/main.qml: main application shell
  • gui/components/: reusable QML controls
  • core/: provider routing, discussion logic, sessions, settings, rendering helpers
  • tests/: pytest coverage for providers, voting, personas, discussion flow, and rendering safety

Build

Build the desktop executable

python -m PyInstaller build_exe.spec --clean --noconfirm

Output:

  • dist/PolyCouncil.exe on Windows
  • dist/PolyCouncil on Linux and macOS runners

The build spec targets main.py and bundles the QML UI, QML components, personas config, and app icon.

Development

git clone https://github.com/TrentPierce/PolyCouncil.git
cd PolyCouncil
pip install -r requirements-dev.txt
python main.py

Run tests:

pytest -q

Data locations

Settings, profiles, and user personas

  • Windows: %APPDATA%\\PolyCouncil
  • macOS: ~/Library/Application Support/PolyCouncil
  • Linux: ${XDG_CONFIG_HOME:-~/.config}/PolyCouncil

Leaderboard and session history

  • Windows: %LOCALAPPDATA%\\PolyCouncil
  • macOS: ~/Library/Application Support/PolyCouncil
  • Linux: ${XDG_DATA_HOME:-~/.local/share}/PolyCouncil

Troubleshooting

Models do not load

  • verify the provider base URL and API key
  • confirm the provider actually exposes a compatible model-list endpoint
  • use manual model entry for providers that do not expose a standard list endpoint

OpenRouter privacy errors

Some OpenRouter models, especially :free routes, may fail if your account privacy settings do not allow any available backend for that model. Adjust the privacy policy in your OpenRouter account or choose a different route.

No winner selected

Failed or cancelled answers are excluded from the voting pool. If every model fails, PolyCouncil will finish the run without forcing a winner.

Contributing

Contributions are welcome in:

  • provider compatibility
  • voting quality
  • streaming behavior
  • UI polish
  • documentation
  • test coverage

Open an issue or submit a pull request.

License

This project is licensed under the Polyform Noncommercial License 1.0.0.

See LICENSE for details.

Release Notes

Support

Release History

VersionChangesUrgencyDate
v1.2.0-beta.1## Beta release This prerelease packages the new QML-based PolyCouncil desktop app and the latest workflow, provider, and reliability fixes. ### Highlights - Full QML primary UI with the new futuristic pastel design - New `main.py` and `qml_bridge.py` runtime path for the desktop app - Responsive three-pane workflow with refreshed screenshots in the repo docs - Persona library management from Settings, including create, edit, and delete for custom personas - Expanded hosted provider presets inMedium3/24/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.1# PolyCouncil v1.1.1 Release Notes **Release Date:** February 18, 2026 ## Highlights - Added first-class multi-provider support: - LM Studio - Ollama - OpenAI-compatible hosted APIs - Added hosted API presets: - OpenAI - OpenRouter - Google Gemini (OpenAI-compatible endpoint) - Added mixed-provider councils: local and hosted models can now run in the same round. ## UX and Workflow Improvements - Provider setup is now centered in the main screen for faster use. - Added additive mLow2/18/2026
v1.1.0# PolyCouncil v1.1.0 Release Notes **Release Date:** January 20, 2026 --- ## What's New ### Stability & Reliability Improvements - **Thread-Safe Settings**: Fixed a race condition that could cause settings to be lost when toggling multiple options quickly - **Single-Voter Validation**: The app now verifies that the selected single-voter model is actually loaded before using it, with a helpful warning if not - **Better Error Messages**: Clearer feedback when issues occur, especiLow1/20/2026
v1.0.1# PolyCouncil v1.0.1 - Icon Fix Release ## What's New ### Icon Fixes - **Fixed Icon Color**: Resolved color accuracy issues in the application icon - **Fixed Icon Scaling**: Improved icon scaling across different Windows display contexts and resolutions - **Better Icon Quality**: Updated to use optimized icon file for better visual fidelity ## Changes - Updated EXE build configuration to use `PolyCouncilIco.ico` for improved color accuracy and proper scaling - Icon now displays cLow11/17/2025
v1.0.0# PolyCouncil v1.0.0 - First Release 🎉 ## 🚀 What is PolyCouncil? PolyCouncil is a multi-model deliberation engine for LM Studio that runs multiple local LLMs in parallel, gathers their responses, and has them evaluate each other using a shared scoring rubric. After scoring, the models vote on which answer is best, producing a consensus-driven final result. **Running a single model gives you one perspective. Running a council gives you… perspective squared.** ## ✨ Key Features ##Low11/12/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

algorithm-11A structured reasoning and decision architecture for stable, interpretable, and hallucination‑resistant AI systems. An open standard for human–AI collaboration and autonomous systems.v1.0.0
aletheiaOperating framework for AI-assisted work with decision, governance, validation, and learnings before execution.main@2026-06-01
RAPTORRAPTOR (Robust AI-Powered Toolkit for Operational Robots) is an AI-native Content Insight Engine that transforms passive media storage into an intelligent knowledge platform through automated analysismain@2026-05-20
DeepMCPAgentModel-agnostic plug-n-play LangChain/LangGraph agents powered entirely by MCP tools over HTTP/SSE.v1.0.0
cyrax_AI_ossAI-powered multi-agent system that transforms Telegram into an intelligent automation hub — routing user intent across vision, browser, desktop, and code agents using dynamic model orchestration.0.0.0

More in Frameworks

langchainThe agent engineering platform
deer-flowAn open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of ta
tqdmFast, Extensible Progress Meter
simBuild, deploy, and orchestrate AI agents. Sim is the central intelligence layer for your AI workforce.