A quorum is the minimum number of members of a distributed system or multi-agent cluster that must agree on an operation, value, or state transition for it to be considered valid and committed. This mechanism is fundamental to fault tolerance and consistency, ensuring the system can withstand the failure of some nodes without compromising data integrity or halting progress. It is a critical component of consensus protocols like Raft and Paxos, which coordinate autonomous agents.
