GenPark AI Agent Skill - Raft consensus leader election state machine, term arbitration, randomized heartbeat timers, and split-vote resolver.
-
Updated
Sep 6, 2026 - Python
GenPark AI Agent Skill - Raft consensus leader election state machine, term arbitration, randomized heartbeat timers, and split-vote resolver.
GenPark AI Agent Skill - Vector clock and Lamport logical timestamp engine tracking causal dependencies and detecting concurrent race conditions across asynchronous agents.
GenPark AI Agent Skill - Vector clock and Lamport logical timestamp engine tracking causal dependencies and detecting concurrent race conditions across asynchronous agents.
GenPark AI Agent Skill - Practical Byzantine Fault Tolerance (PBFT) 3-phase consensus pre-prepare/prepare/commit with 2f+1 quorum verification.
GenPark AI Agent Skill - Raft consensus leader election state machine, term arbitration, randomized heartbeat timers, and split-vote resolver.
GenPark AI Agent Skill - Practical Byzantine Fault Tolerance (PBFT) 3-phase consensus pre-prepare/prepare/commit with 2f+1 quorum verification.
Production-grade genpark-vector-clock-causal-broadcast-skill skill for AI agents
Production-grade genpark-three-phase-commit-non-blocking-skill skill for AI agents
Production-grade genpark-three-phase-commit-non-blocking-skill skill for AI agents
Production-grade genpark-vector-clock-causal-broadcast-skill skill for AI agents
Ring-based distributed leader election protocol circulating active ID token rings and electing the maximum active identifier in O(N).
Ring-based distributed leader election protocol circulating active ID token rings and electing the maximum active identifier in O(N).
Distributed Raft Consensus algorithm implementation using UDP segments.
Implementation of a distributed replication protocol used for passive replication
Implementation of Raft's distributed consensus using P4-programmable data-plane devices.
This project aimed at extending the original Paxos implementation specified by Lamport into a version with preemption. As part of this project I also added correctness testing to check that executions with both the original and the extended versions are correct. I measure the running times to learn a consensus value under varying values of 3 par…
Deterministic Raft Distributed Consensus Engine & Network Partition Simulator
To associate your repository with the distributed-consensus topic, visit your repo's landing page and select "manage topics."