llm-to-agent/docs/intelligence/memory-knowledge.md
2026-07-15 17:56:41 +08:00

22 lines
651 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 记忆与知识
状态todo
期望阶段P4
## 目标
让三端共享有用的个人、项目和会话上下文,同时保持数据本地化和可编辑。
## 已确定
- 目标层级Conversation、Task/Project、全局个人记忆以及短暂的 Run 工作记忆。
- 初期优先使用摘要、项目说明、架构记录和决策记录等普通文件。
- 记忆应能查看、编辑、固定或遗忘。
- 全文检索、文档导入、向量检索和混合检索均后置。
## 待细化
- 何时自动摘要与提炼记忆。
- 跨 Space 的记忆引用和隔离规则。
- 个人偏好写入全局记忆的确认体验。