Pilot Gossip

Gossip protocol for eventually-consistent shared state propagation across swarms. Use this skill when: 1. You need eventually-consistent state replication without coordination 2. Agents should share updates with random subsets of peers 3. You want epidemic-style information dissemination Do NOT use this skill when: - You need strong consistency (use pilot-consensus) - You need ordered message delivery (use leader-based broadcast)

TeoSlayer ed9e071 2 files · 2.9 KB Updated

File contents

TeoSlayer/pilot-skills/tree/main/skills/pilot-gossip commit ed9e071c10

Frequently asked questions

npx skillmds@latest add teoslayer/pilot-gossip