Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Multi-protocol consensus for agent swarms supporting Raft leader election, Byzantine fault tolerance, Gossip state propagation, and CRDT conflict-free merging.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 17% | 0% |
| Protocol | Use Case | Fault Tolerance | Complexity | |----------|----------|-----------------|------------| | Raft | Leader-based consensus, ordered log | Crash faults (f < n/2) | Medium | | Byzantine | Untrusted agents, adversarial conditions | Byzantine faults (f < n/3) | High | | Gossip | Eventual consistency, state propagation | Partition tolerant | Low | | CRDT | Conflict-free replicated data types | Always convergent | Low |
agents/swarm-coordinator/ - Protocol orchestrationagents/strategic-queen/ - Weighted voting leadershipInvoke via babysitter process: methodologies/ruflo/ruflo-swarm-coordination
Other measured skills in the registry, with their headline benchmark lift.