cognitive-swarm
v0.2.0
Published
Signal-based swarm intelligence for LLM agents — formal consensus, 28 math modules, emergent behavior
Maintainers
Readme
cognitive-swarm
Signal-based swarm intelligence for LLM agents. Formal consensus, 28 math modules, emergent behavior.
This is the umbrella package — one install gives you everything:
npm install cognitive-swarmimport {
SwarmOrchestrator,
researchTemplate,
SignalBus,
ConsensusEngine,
shannonEntropy,
ParticleSwarm,
ReputationTracker,
instrumentSwarm,
} from 'cognitive-swarm'Individual Packages
If you only need specific functionality:
npm install @cognitive-swarm/math # 28 math modules (standalone)
npm install @cognitive-swarm/orchestrator # SwarmOrchestrator
npm install @cognitive-swarm/agent # LLM agents
npm install @cognitive-swarm/signals # Signal Bus
npm install @cognitive-swarm/consensus # Consensus strategiesSee all 20 packages: Documentation
