Pilot Leader Election

Elect a coordinator with automatic failover using heartbeat-based leader election. Use this skill when: 1. A swarm needs a single coordinator for decision making 2. You need automatic failover when the current leader fails 3. You want to avoid split-brain with deterministic tie-breaking Do NOT use this skill when: - All agents need equal voting power (use pilot-consensus) - You need decentralized decision making (use pilot-gossip)

TeoSlayer 8e57d50 2 files · 3.3 KB Updated

File contents

TeoSlayer/pilot-skills/tree/main/skills/pilot-leader-election commit 8e57d50d71

Frequently asked questions

npx skillmds@latest add teoslayer/pilot-leader-election