让AI实时生成记忆,避免信息丢失。
General Agentic Memory Via Deep Research
- 离线存简记,上线时按需检索整合信息。
- 在多个任务中显著优于现有记忆系统。
- 适合需要动态记忆的智能体应用。
记忆对AI智能体至关重要,但传统静态记忆因提前预存信息,不可避免导致信息丢失。为此,我们提出一种新框架——通用智能体记忆(GAM),遵循‘即时编译’原则,在离线阶段仅保留简洁有用的记忆,运行时动态构建优化上下文。GAM采用双组件设计:1)记忆器(Memorizer),用轻量记忆突出关键历史信息,同时将完整历史保存于通用页面存储中;2)研究者(Researcher),根据预建记忆从页面存储中检索并整合信息以响应在线请求。该设计使GAM能有效利用前沿大语言模型的智能体能力和运行时可扩展性,并通过强化学习实现端到端性能优化。实验表明,GAM在多种基于记忆的任务场景中显著优于现有记忆系统。
原文摘要 · Abstract (English)
Memory is critical for AI agents, yet the widely-adopted static memory, aiming to create readily available memory in advance, is inevitably subject to severe information loss. To address this limitation, we propose a novel framework called \textbf{general agentic memory (GAM)}. GAM follows the principle of "\textbf{just-in time (JIT) compilation}" where it focuses on creating optimized contexts for its client at runtime while keeping only simple but useful memory during the offline stage. To this end, GAM employs a duo-design with the following components. 1) \textbf{Memorizer}, which highlights key historical information using a lightweight memory, while maintaining complete historical information within a universal page-store. 2) \textbf{Researcher}, which retrieves and integrates useful information from the page-store for its online request guided by the pre-constructed memory. This design allows GAM to effectively leverage the agentic capabilities and test-time scalability of frontier large language models (LLMs), while also facilitating end-to-end performance optimization through reinforcement learning. In our experimental study, we demonstrate that GAM achieves substantial improvement on various memory-grounded task completion scenarios against existing memory systems.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。