@concilium/core
v2.1.1
Published
Core domain logic for the Concilium multi-LLM deliberation platform
Downloads
292
Readme
@concilium/core
Core domain logic for the Concilium multi-LLM deliberation platform.
This package contains the framework-agnostic domain types, ports (interfaces), adapters, and services that power both the CLI and desktop app. It is published as a standalone package so third-party tools can build on the same deliberation engine.
Installation
npm install @concilium/coreUsage
import { DeliberationService, ConfigService } from '@concilium/core';See the main repository for full documentation.
License
MIT
