HN讨论 · 身份未知
LLM Agent 记忆管理缺少 curation 机制
作者从自己的 agent 项目出发,引用论文指出信息收集与组织本身不等于智能,真正缺失的是 curation——决定哪些信息值得保留、哪些被替换、哪些仍然为真。他据此提出了 Facts 开放协议和 CLI。
查看原始信号hn:49337475
目标用户
构建和维护 LLM agent 的开发者,尤其是关注 agent 长期记忆与知识管理的人
潜在需求
需要一个支持人在环路(HITL/HOTL)的知识/记忆 curation 机制,能够决定信息保留与替换、区分真伪和时效变化。
发生场景
在 agent 从文件系统或外部资料收集大量信息后,仅靠信息收集和组织无法产生智能;开发者需要判断哪些信息值得保留、哪些替换、哪些已经失效。
来源证据
作者认为 agent 记忆管理缺少 curation:需要决定保留什么、替换什么、什么为真以及什么不再为真。
automatically get you intelligence". I agree. I thought to myself, what's missing is "curation". Something has to decide what's worth keeping, what replaces what, what's true, and what quietly stopped being true. Knowledge/memory management that supports HITL and HOTL. Then I thought, what if those AllSign core fundamentals could be turned into an open protocol for actor-agnostic knowledge management? That led me to create the Facts protocol and Fact CLI. If you're curious, you can read morehttps://news.ycombinator.com/item?id=49337475
为什么值得留意
作者基于实际 agent 项目经验指出记忆系统的关键缺口是 curation,并尝试用开放协议和 CLI 给出可落地解法;这一方向对 agent memory 工具设计有参考价值。
已有方案
- Filesystem-Based Memory for LLM Agents(论文)
未满足部分
- 现有 agent 记忆方案缺乏 curation 机制,无法自动决定保留、替换与真实性判断
- 需要支持 HITL 和 HOTL 的人机协同记忆管理
目前未知
- Facts 协议和 CLI 的实际采用情况未知
- 作者未说明为何现有记忆管理工具不适合 curation
- 论文具体结论细节未知
继续核实
- 构建 LLM agent 的开发者是否普遍遇到记忆缺少 curation 的问题?
- 现有记忆管理工具在 curation 上的具体缺失有哪些?
- Facts 协议是否被实际项目采用,效果如何?
关联信号
- producthunt:1219838
主题词
agent memoryknowledge curationmemory managementllm agentshuman-in-the-loop