Back to today's list

Mesh Memory Protocol: Semantic Infrastructure for Multi-Agent LLM Systems

Hongwei Xu

Published Apr 22, 2026
Editorial review7.5
Relevance0.474
Freshness0.000

Why It Matters

What makes this one worth your time

As LLM agents increasingly work together on complex tasks, MMP provides a structured approach to enhance their collaborative capabilities, which is crucial for improving efficiency and effectiveness in multi-agent systems.

MMP enables real-time cognitive collaboration among LLM agents across sessions.

Summary

The paper introduces the Mesh Memory Protocol (MMP), which facilitates cross-session cognitive collaboration among LLM agents by addressing key protocol-level properties for agent communication.

Key contributions

  • Introduction of the Mesh Memory Protocol (MMP) for agent-to-agent cognitive collaboration.
  • Specification of four composable primitives that support the protocol's functionality.
  • Implementation of MMP in production across multiple reference deployments.

Notable insights

  • The protocol emphasizes field-by-field acceptance of information, allowing for nuanced collaboration rather than simple message exchanges.
  • The concept of inter-agent lineage for traceability of claims could significantly enhance accountability and understanding in collaborative environments.

Possible limitations

  • Not stated in the abstract.

Abstract

arXiv:2604.19540v1 Announce Type: cross Abstract: Teams of LLM agents increasingly collaborate on tasks spanning days or weeks: multi-day data-generation sprints where generator, reviewer, and auditor agents coordinate in real time on overlapping batches; specialists carrying findings forward across session restarts; product decisions compounding over many review rounds. This requires agents to share, evaluate, and combine each other's cognitive state in real time across sessions. We call this cross-session agent-to-agent cognitive collaboration, distinct from parallel agent execution. To enable it, three problems must be solved together. (P1) Each agent decides field by field what to accept from peers, not accept or reject whole messages. (P2) Every claim is traceable to source, so returning claims are recognised as echoes of the receiver's own prior thinking. (P3) Memory that survives session restarts is relevant because of how it was stored, not how it is retrieved. These are protocol-level properties at the semantic layer of agent communication, distinct from tool-access and task-delegation protocols at lower layers. We call this missing protocol layer "semantic infrastructure," and the Mesh Memory Protocol (MMP) specifies it. Four composable primitives work together: CAT7, a fixed seven-field schema for every Cognitive Memory Block (CMB); SVAF, which evaluates each field against the receiver's role-indexed anchors and realises P1; inter-agent lineage, carried as parents and ancestors of content-hash keys and realising P2; and remix, which stores only the receiver's own role-evaluated understanding of each accepted CMB, never the raw peer signal, realising P3. MMP is specified, shipped, and running in production across three reference deployments, where each session runs an autonomous agent as a mesh peer with its own identity and memory, collaborating with other agents across the network for collective intelligence.