Section 01
[Introduction] MemTrace: An Open-Source Debugging Framework for Tracking LLM Memory System Errors
MemTrace is an open-source LLM memory system debugging framework developed by the NLP team at Zhejiang University (ZJUNLP). Its core function is to convert memory processes into executable memory evolution graphs (operation-variable execution graphs) to enable fine-grained operation-level error attribution and support automatic prompt optimization to improve task performance. The framework was open-sourced on June 9, 2026, with the corresponding paper submitted on May 27, 2026. The code repository is on GitHub (https://github.com/zjunlp/MemTrace), and the paper is available at https://arxiv.org/abs/2605.28732.