Multi-Agent Transactive Memory Enhances LLM Agent Collaboration

To Eun Kim, Xuhong He, Dishank Jain, Ambuj Agrawal, Negar Arabzadeh, Fernando Diaz· June 19, 2026 View original

Summary

The Multi-Agent Transactive Memory (MATM) framework enables decentralized LLM agents to share and reuse procedural knowledge by storing and retrieving agent-generated trajectories in a shared repository. This system allows consumer agents to improve task execution and reduce interaction steps without explicit coordination or joint training, particularly in interactive environments.

The increasing deployment of Large Language Model (LLM) agents with diverse capabilities across various tasks highlights the need for effective knowledge sharing among these heterogeneous populations. Similar to how search engines organize human-generated content, retrieval systems can now organize agent-generated artifacts for reuse. Specifically, agent trajectories, which encode valuable procedural knowledge, are often discarded after a single use or kept only by the originating agent. This forces new agents to repeatedly rediscover solutions that already exist. To address this inefficiency, the authors propose Multi-Agent Transactive Memory (MATM). MATM is a framework designed for population-level storage and retrieval of these agent-generated trajectories. Producer agents contribute their task execution paths to a shared repository, while consumer agents can retrieve these trajectories to enhance their own task performance. Focusing on interactive environments like ALFWorld and WebArena, where trajectories are long and rich in procedural structure, experiments demonstrate that retrieving from MATM significantly improves downstream task performance and reduces the number of interaction steps. This is achieved without requiring explicit coordination or joint training among agents, positioning MATM as a valuable design pattern for experience sharing in open agent ecosystems.

Why it matters

This framework significantly improves the efficiency and performance of decentralized AI agent systems by enabling agents to learn from each other's experiences, reducing redundant effort and accelerating problem-solving in complex environments.

How to implement this in your domain

  1. 1Design a shared repository for storing agent-generated procedural knowledge and trajectories.
  2. 2Implement a retrieval mechanism allowing new agents to access and utilize past successful trajectories.
  3. 3Evaluate the performance gains in multi-agent systems by comparing MATM-enabled agents with baseline agents.
  4. 4Consider applying MATM in interactive environments where agents perform long, sequential tasks.

Who benefits

RoboticsSoftware DevelopmentGamingCustomer ServiceLogistics

Key takeaways

  • Agent-generated trajectories contain valuable reusable procedural knowledge.
  • MATM enables population-level sharing and retrieval of agent experiences.
  • Retrieving past trajectories improves task performance and reduces interaction steps for new agents.
  • This framework fosters experience sharing in open agent ecosystems without explicit coordination.

Original post by To Eun Kim, Xuhong He, Dishank Jain, Ambuj Agrawal, Negar Arabzadeh, Fernando Diaz

"arXiv:2606.19911v1 Announce Type: new Abstract: The decentralized deployment of LLM agents with diverse capabilities across diverse tasks motivates infrastructure for knowledge sharing across heterogeneous agent populations. Just as search engines index human-generated artifacts…"

View on X

Originally posted by To Eun Kim, Xuhong He, Dishank Jain, Ambuj Agrawal, Negar Arabzadeh, Fernando Diaz on X · view source

Want to go deeper?

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

Explore courses