DEFINITION
Block-Level CRDT
Block-Level Conflict-free Replicated Data Type
Definition
A data structure for managing shared memory state in multi-agent systems that resolves conflicts automatically without coordination, enabling collaborative agent memory at the block level rather than character level.
Examples in the Wild
- Example 1:Multi-agent collaborative editing
- Example 2:Distributed agent state synchronization
- Example 3:Shared knowledge base updates across agents