Pilot Consensus

Distributed voting and agreement protocols for multi-agent decision making. Use this skill when: 1. Multiple agents need to agree on a value or decision 2. You need Byzantine fault-tolerant consensus in a swarm 3. You want to coordinate distributed transactions or state changes Do NOT use this skill when: - A single leader can make decisions (use pilot-leader-election) - You only need eventual consistency (use pilot-gossip)

TeoSlayer b215f6b 2 files · 3.0 KB Updated

File contents

TeoSlayer/pilot-skills/tree/main/skills/pilot-consensus commit b215f6b2f8

Frequently asked questions

npx skillmds@latest add teoslayer/pilot-consensus