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.
- Install dependencies:
bun install - Create env file:
cp .env.example .env.local - Set keys in
.env.local:OPENROUTER_API_KEYEXA_API_KEY
- Run:
bun start
Runtime config lives at the repo root in config.json.
models: participating model IDschairmanModel: model used for synthesissequentialThinking: enable/disable the native sequential thinking toolwebSearch: enable/disablewebSearch+crawlPages