Skip to content

SuperInstance/plato-dcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plato-dcs

crates.io License: MIT

Dynamic Consensus System — multi-agent belief, lock accumulation, consensus.

When agents disagree, how do they reach consensus? Plato DCS implements a dynamic consensus system where agents accumulate locks on beliefs until a threshold is reached.

How It Works

  1. Propose — An agent proposes a belief
  2. Accumulate — Other agents lock their agreement
  3. Threshold — When enough agents agree, the belief is accepted
  4. Dynamic — Thresholds adjust based on confidence and agent expertise

What It Does

  • Multi-agent belief tracking — Each agent's beliefs are recorded
  • Lock accumulation — Agreement is collected, not voted
  • Dynamic thresholds — Consensus requirements adjust based on stakes
  • Conflict resolution — When agents disagree, evidence wins

Installation

pip install plato-dcs

Part of the Cocapn Fleet

Enables democratic decision-making across the fleet without a central authority.

License

MIT

About

DCS flywheel — belief, deploy policy, dynamic locks consensus

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors