Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -1,25 +1,25 @@
---
title: "MEMORY.md"
type: concept
tags: [OpenClaw, Agent, Memory]
sources: [万字讲透openclaw-workspace深度解析-2026-03-21]
last_updated: 2026-03-21
---
## Definition
**MEMORY.md** 是 OpenClaw workspace 中用于存储 Agent **长期知识总表**的文档,与 `memory/` 日期滚动目录共同构成 Agent 的持久记忆层。
## 与 memory/ 目录的关系
- **MEMORY.md**:长期知识总表,适合存储需要长期保留的、不随时间变化的知识
- **memory/**:按日期滚动的记忆笔记,适合存储随时间积累的会话片段和临时洞见
两者共同构成 [[Agent-Memory]] 的存储层。
## Related Concepts
- [[Agent-Memory]] — 跨会话长期记忆机制
- [[Workspace]] — MEMORY.md 所在的目录
- [[OpenClaw]] — MEMORY.md 所属的框架
---
title: "MEMORY.md"
type: concept
tags: [OpenClaw, Agent, Memory]
sources: [万字讲透openclaw-workspace深度解析-2026-03-21]
last_updated: 2026-03-21
---
## Definition
**MEMORY.md** 是 OpenClaw workspace 中用于存储 Agent **长期知识总表**的文档,与 `memory/` 日期滚动目录共同构成 Agent 的持久记忆层。
## 与 memory/ 目录的关系
- **MEMORY.md**:长期知识总表,适合存储需要长期保留的、不随时间变化的知识
- **memory/**:按日期滚动的记忆笔记,适合存储随时间积累的会话片段和临时洞见
两者共同构成 [[Agent-Memory]] 的存储层。
## Related Concepts
- [[Agent-Memory]] — 跨会话长期记忆机制
- [[Workspace]] — MEMORY.md 所在的目录
- [[OpenClaw]] — MEMORY.md 所属的框架