create-councilverse
v1.0.1
Published
Scaffold a CouncilVerse multi-agent council in 60 seconds. Works with any LLM provider.
Downloads
239
Maintainers
Readme
create-councilverse
Scaffold a CouncilVerse multi-agent council project in 60 seconds.
Quick Start
npx create-councilverse my-council
cd my-council
npm installAdd your API key to .env:
ANTHROPIC_API_KEY=sk-ant-...Run a debate:
npx tsx src/council.tsWhat You Get
src/council.ts— working council debate script.env.example— environment variable template- 15 pre-built formations (Strategy Room, Tribunal, Risk Council, etc.)
- TypeScript configured and ready
Formations
The scaffolded project uses @relaylaunch/councilverse-formations which includes 15 structured debate methodologies. Each formation defines agent roles, system prompts, and synthesis logic.
License
MIT — RelayLaunch LLC
