Search papers, labs, and topics across Lattice.
This paper introduces $\Sigma$-Mem, an online reliability memory designed for LLM-based multi-agent systems, which records and updates historical competence and relationship evidence for individual agents based on feedback from their decisions. The method leverages Weyl's inequality to ensure stable online adaptation without the need for retraining, allowing for effective integration of reliability information into agent interactions. Experimental results demonstrate that $\Sigma$-Mem significantly outperforms traditional voting mechanisms and adapts to changes in reliability, enhancing coordination among agents in diverse task environments.
$\Sigma$-Mem not only tracks agent reliability but also adapts dynamically to feedback, outperforming traditional methods in multi-agent coordination.
Memory is central to long-horizon LLM agents, yet existing memory systems primarily preserve interaction content rather than modeling which agents can be trusted and under what conditions. This limitation is particularly important in multi-agent systems, where a central model may be unable to directly verify plausible or correlated peer responses. We introduce $\Sigma$-Mem, an online reliability memory that records historical competence evidence for individual peers and peer relationship evidence across the peer set. Both forms of evidence are maintained as real symmetric states and updated from post-decision correctness feedback. By Weyl's inequality, the spectral change caused by each event-level update is bounded, enabling stable online adaptation without retraining the underlying models. $\Sigma$-Mem provides a general write-and-read interface: the same memory can be used for residual steering of a central model, response-free peer routing, or reliability-weighted voting. Across five Qwen-family models, $\Sigma$-Mem adapts to counterfactual reliability shifts and generalizes to unseen peers and task domains. Direct memory readouts also outperform majority voting and the best fixed peer over the full OOD evaluation set. Moreover, performance improves consistently as more correctness feedback becomes available, indicating that $\Sigma$-Mem progressively accumulates actionable reliability information. These results establish reliability memory as a reusable foundation for adaptive coordination in LLM-based multi-agent systems.