每日 Harness 开源 · Source
返回本期 · Back to 2026-07-09

论文 · Papers2026-07-09 · Thursday, July 9, 2026

Memory in the Loop: In-Process Retrieval as ExtendedWorking Memory for Language Agents

arxiv.org原文 ↗

Memory in the Loop: In-Process Retrieval as ExtendedWorking Memory for Language Agents
这篇论文把 agent 的 memory 从“每轮最多查一次的外部工具”移动到 observe-reason-act 循环内部,让每一步都能读写记忆。关键实验把延迟作为变量:in-process store 约 100us,云端 110ms round trip 下 redundant actions 从 0/12 升到 7.2/12;在 bounded window 中,in-loop memory 把 recall 从 0/5 提到 3.6-4.8/5,244/244 次写入都被保留。值得看的点不只是 memory 机制,而是它把长期记忆系统的瓶颈定位到“存储位置”和 embedding 延迟,说明 agent memory 的工程形态会直接改变行为轨迹。
浏览

评论 · Comments