Reusable gossip protocol building blocks for Rust
3-node replicated KV store in Go — from-scratch Raft consensus, leader election, fault tolerance, Dockerised
Raft consensus algorithm in pure Python with simulated network, partition injection, and correctness test suite (Ongaro 2014, Fig 2)
Convene a council of frontier models — Grok · Codex/OpenAI · GLM · MiniMax · Claude · Gemini — from the CLI or any MCP harness. A Frontier Infra proje...
AI council engine — three LLMs answer independently, critique each other, then synthesize a consensus. GPT-4o, Claude Sonnet, Gemini Flash with mock f...
Self-healing distributed coordination — Raft locks, leases & KV with a control-plane-confined LLM ops agent. Java 25 · Apache Ratis · gRPC · Spring Bo...
A Raft consensus library built from scratch in Rust, with a deterministic network simulator for testing leader election, log replication, and partitio...
Fault-tolerant distributed key-value store built from scratch in Go, implementing the Raft consensus algorithm with crash-safe persistence and at-most...
Single fork, no dependencies, Ethereum consensus
Focused OpenClaw-native skill and repo-local CLI for fixed 2-round cross-model deliberation.
Design and Implementation of Distributed Applications
Balanced ternary {-1,0,+1} coordination algebra: Z/3Z arithmetic, ternary matrices, consensus convergence proofs, spectral analysis
The open swarm network for AI agents. One command puts your idle agent to work on collective missions - publicly scored, diversity-weighted, reputatio...
Go语言实现的完整区块链平台,包含区块创建、交易处理、状态管理、加密算法等核心技术
Several AI models race a prompt, then critique each other and collaborate on one document by consensus — local + cloud, private by default.
From-scratch distributed key-value store on Raft in Go — leader election, log replication, snapshots, dynamic membership, Kubernetes Helm, mTLS, obser...
Multi-CLI orchestrator: route one prompt to codex, claude, copilot, gemini and watch them debate, cascade, vote, or synthesize in your browser.
Sheaf-theoretic gossip reconciliation: H¹ obstruction detection, spectral gap convergence, multi-agent knowledge consistency
Fusion - Hybrid Smart Multi-Model AI Orchestration for ZCode. Auto-shifts between Consensus, Sequential, Specialist and Fallback modes.
A local-first, multi-model council harness for high-stakes decisions — risk-gated escalation, fail-closed consensus, hash-chained audit. Eight council...
Final project for NYU Distributed Systems: a prediction market state machine on Raft
Distributed rate-limiting and policy engine backed by Raft consensus. Polyglot (Go/Rust/Python), sub-millisecond p99, deterministic simulation testing...
Multi-agent AI consensus CLI: run Claude Code, Gemini, Codex, Copilot & Cursor in parallel on one task — independent plans, cross-critique, Devil's Ad...
Multi-LLM consensus engine (Laravel 13) — cross-check AI answers, preserve minority opinions, output auditable trust levels. 多模型交叉驗證,保留少數...
Raft consensus in Rust with gRPC transport, Prometheus metrics, Grafana dashboards, and Kubernetes deployment via StatefulSets and Terraform.
Interactive educational visualization of the Raft consensus algorithm.
混合 blockDAG 模拟框架,目前实现了 Nakamoto 共识和三种基于 DAG 的区块链共识算法。
Decentralized, database-free backend on a from-scratch Raft consensus implementation — replication, snapshotting, dynamic membership, linearizable rea...
Multi-LLM consensus framework: parallel voters, weighted scoring, veto rules, audit-ready meeting records
Everything required to run a validator on the Quantova network — the consensus rules you enforce, hardware and stake requirements, build and run comma...
Robust weighted-median consensus with harmonic-decayed credibility tiers and minority-cluster detection. Zero deps, pure TS.
Fault-tolerant distributed key-value store in Go from scratch — Raft consensus (leader election, log replication, term-based safety), SHA-256 consiste...
Collaborative strand review and validator-sealed narrative records.
Occlude validator node — verify-only ZK proof verification with BFT consensus and reputation scoring
A high-performance, fault-tolerant distributed consensus engine implementing state machine replication, dynamic leader election, and linearizable log...
A from-scratch Raft key-value store in Go with deterministic simulation testing and linearizability checking.
Distributed Intelligence Platform for Multi-Agent AI Systems — semantic routing, Byzantine consensus, collective memory DAG, circuit breakers, auto-sc...
Claude Code skill: convene a council of 5 expert AI agents to deliberate on any topic using Delphi-method consensus
Multi-stakeholder document platform with threaded discussion, structured voting with mandatory reasoning, and dynamic consensus. Business plans, partn...
文渊阁 Wenyuan — 三席 AI 合议工作台。多智能体分阶段独立思考、交叉批议、修订策案、投票决策。Rust + Tauri + Vue 3 构建。
BFT 3-of-4 multi-party-witnessed agreement — each witness signs an action hash with its own ECDSA P-256 cosign key over DSSE. The category SZL invents...
Analyze WTI crude oil markets using an AI-agent committee for automated trading research, position management, and performance analytics.
Formal specifications for Quantova's consensus — a post-quantum NPoS Layer 1 that separates block production from finality and removes quantum-vulnera...
基于 C++17 的分布式键值存储系统,提供 Raft 共识复制、RocksDB 持久化、快照压缩与多节点 TCP 通信能力
Deterministic simulation tester for Raft, in EigenScript — a runtime stress test (ported from codekitchen/liferaft)
Vortex DSE formal methods research
High-performance distributed messaging system implementing consensus, leader election, replication, fault tolerance, and reliable inter-node communica...
⚖️ Decentralized agent arbitration — Agents vote on conflicts, weighted by reputation. Consensus for autonomous systems.
A Raft key-value store with a built-in fault-injection harness that proves linearizability under partitions and crashes, by sarmalinux