-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi DEEP-PolyU Team,
Thank you for your incredible work on the survey "Graph-based Agent Memory: Taxonomy, Techniques, and Applications". This repository is a vital resource for the community as we move toward more structured and efficient agent memory systems.
I would like to suggest adding our recent work, MAGMA, to your Awesome-GraphMemory list. Our architecture aligns perfectly with your taxonomy, particularly in the Hybrid Graph Architectures and Memory Evolution sections.
Paper Title: MAGMA: A Multi-Graph based Agentic Memory Architecture for AI Agents
arXiv: https://arxiv.org/abs/2601.03236
GitHub: https://github.com/FredJiang0324/MAGMA
Alignment with your Taxonomy
Memory Storage (Hybrid/Multi-Graph): MAGMA utilizes a multi-graph structure (Entity, Temporal, and Topical) to represent agent experiences.
Memory Retrieval: It supports query-aware, multi-hop reasoning over the graph to refine retrieved raw chunks into query-focused memory.
Memory Evolution: MAGMA features proactive memory extraction and structured consolidation of interaction history.
We believe MAGMA provides a concrete implementation of the "Graph-based perspective" discussed in your survey. It would be an honor to have it included in your repository.
Thank you again for your contribution to the field!