Skip to content

casparbreloh/conclave

Repository files navigation

Conclave

Conclave is a terminal AI council: multiple models answer in parallel, then a chairman model synthesizes one final response. It is built for fast, grounded answers with optional web research tools.

Quickstart

  1. Install dependencies: bun install
  2. Create env file: cp .env.example .env.local
  3. Set keys in .env.local:
    • OPENROUTER_API_KEY
    • EXA_API_KEY
  4. Run: bun start

Configuration

Runtime config lives at the repo root in config.json.

  • models: participating model IDs
  • chairmanModel: model used for synthesis
  • sequentialThinking: enable/disable the native sequential thinking tool
  • webSearch: enable/disable webSearch + crawlPages

About

Terminal AI council that gathers parallel model responses and synthesizes a final answer.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors