Search papers, labs, and topics across Lattice.
This paper introduces Multi-Agent Transactive Memory (MATM), a framework that enables decentralized knowledge sharing among diverse LLM agents by allowing them to store and retrieve agent-generated trajectories. By leveraging a shared repository, MATM facilitates the reuse of procedural knowledge, significantly enhancing task execution in interactive environments like ALFWorld and WebArena. Experimental results show that agents utilizing MATM improve their performance and reduce interaction steps, highlighting its potential for optimizing collaborative agent systems.
Agents can now share and reuse knowledge, cutting down task execution time and improving performance without the need for coordination or joint training.
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 to support human problem solving, retrieval systems can organize agent-generated artifacts for reuse across agent populations. We extend retrieval-augmented generation - which demonstrates the value of human-authored artifacts to individual agents - to retrieval of agent-generated artifacts supporting a population of agents. In particular, agent trajectories encode reusable procedural knowledge, yet these artifacts are typically discarded after a single use or retained only by the producing agent, forcing newly instantiated agents to repeatedly rediscover existing solutions. We propose Multi-Agent Transactive Memory (MATM), a framework for population-level storage and retrieval of agent-generated trajectories, where producer agents contribute trajectories to a shared repository and consumer agents retrieve them to improve task execution. We focus on interactive environments (ALFWorld and WebArena), where trajectories are long and encode especially rich procedural structure. Our experiments demonstrate that retrieving trajectories from MATM improves downstream task performance and reduces interaction steps without coordination or joint training. These results position MATM as a design pattern for population-level experience sharing in open agent ecosystems.