In distributed computing and multi-agent system orchestration, a quorum is the minimum threshold of participating nodes or agents that must agree to validate an operation, such as committing a transaction or updating a shared state. This mechanism is fundamental to consensus algorithms like Paxos, Raft, and Byzantine Fault Tolerance (BFT), ensuring that a system can make progress and maintain consistency even with partial failures or network partitions. It directly addresses the trade-offs described by the CAP theorem.
