MAP-Graph Enhances Multi-Agent Memory with Provenance and Trust

Yiqi Wang, Zihao Yan, Jiaqi Zhang, Zhangkai Wu, Mingkai Zheng, Zequn Sun, Yanming Zhu, Taotao Cai· August 12, 2026 View original

Key takeaways

  • MAP-Graph provides provenance-aware shared memory for multi-agent AI systems.
  • It uses a typed execution graph to trace information ancestry and manage access.
  • The system filters memories by permissions, reranks by path trust, and gates actions by risk.
  • This approach significantly improves task success, decision accuracy, and access control.

Who benefits

AI DevelopmentCybersecurityFinancial ServicesLegalTechAutonomous Systems

Summary

MAP-Graph is a provenance-aware shared memory layer for multi-agent workflows that represents agents, sources, memories, claims, and actions in a typed execution graph. It traces ancestry, filters by permissions, reranks by path trust, and applies a risk-sensitive gate to improve task success and access control while retaining lineage for audit.

Researchers have introduced MAP-Graph, a new provenance-aware shared memory layer designed for multi-agent language model workflows. While shared memory is crucial for agents to reuse information across long workflows, existing systems often struggle with ensuring that relevant evidence is admissible for specific agents or actions, especially when dealing with private, poisoned, untrusted, or revoked sources. This can lead to unauthorized reads or unsafe actions. MAP-Graph addresses these issues by representing all components—agents, sources, memories, claims, and actions—within a typed execution graph. This graph allows the system to trace the ancestry of information, exclude records that are permission-ineligible, and rerank eligible memories based on semantic similarity and a multiplicative path trust score. Crucially, it applies a risk-sensitive gate before action execution, ensuring that actions are only taken with appropriately trusted and authorized information, while retaining the full lineage for auditing purposes. Evaluations on a controlled benchmark demonstrated that MAP-Graph achieved 94.96% overall task success and significantly improved exact decision accuracy and access control compared to other methods. The results highlight the effectiveness of using provenance as an operational control signal, rather than just post-hoc audit metadata, within complex multi-agent environments.

Why it matters

This research provides a robust solution for managing shared memory in multi-agent AI systems, enhancing security, trustworthiness, and compliance by ensuring agents only access and act upon authorized and trusted information.

How to implement this in your domain

  1. 1Design multi-agent systems with explicit provenance tracking for all shared memory and actions.
  2. 2Implement a typed execution graph to represent relationships between agents, data sources, and information.
  3. 3Develop risk-sensitive gates for agent actions, requiring specific trust levels for critical operations.
  4. 4Integrate permission filtering and path-based trust scoring into shared memory retrieval mechanisms.

Original post by Yiqi Wang, Zihao Yan, Jiaqi Zhang, Zhangkai Wu, Mingkai Zheng, Zequn Sun, Yanming Zhu, Taotao Cai

"arXiv:2608.10509v1 Announce Type: new Abstract: Shared memory helps language-model agents reuse information across long workflows, yet relevant evidence may not be admissible for a particular agent or action. Because restrictions propagate through derivations, summaries can conce…"

View on X

Originally posted by Yiqi Wang, Zihao Yan, Jiaqi Zhang, Zhangkai Wu, Mingkai Zheng, Zequn Sun, Yanming Zhu, Taotao Cai on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses