Releases: firo2525/konklave
Releases · firo2525/konklave
Konklave v0.1.0 - Public Release
Konklave v0.1.0
A council of AI models that thinks, codes, reviews, and ships - together.
Installation
pip install konklave
konclave init
konclave
Windows: double-click start.bat
Desktop GUI: pip install "konklave[gui]" then run konklave-gui
Get a free OpenRouter API key at https://openrouter.ai/keys
What's in this release
- Multi-agent pipeline: Architect -> Researcher(s) -> Coder -> Review panel -> Tester -> Auditor
- Model-diverse review panel: third voter from a different model family (reviewer@google/gemini-2.5-pro)
- Deliberation round: on a split vote, each reviewer sees the others' reasoning before final verdict
- Image and video generation: new image_gen and video_gen tools for any OpenAI-compatible API
- Web search: live internet grounding via OpenRouter web plugin or web_search tool
- Semantic codebase index: meaning-based code search backed by embeddings
- Three frontends: TUI (Textual), desktop GUI (PySide6/Qt), web dashboard (FastAPI)
- Work modes: very_fast to autonomous
Configuration
Copy config.example.toml to:
- Windows: %APPDATA%\konklave\config.toml
- macOS: ~/Library/Application Support/konklave/config.toml
- Linux: ~/.config/konklave/config.toml
Requirements
Python 3.11+ - OpenRouter API key (free tier: https://openrouter.ai/keys)