Files
nexus/wiki/concepts/MEMORY.md.md
2026-04-22 16:03:25 +08:00

806 B

title, type, tags, sources, last_updated
title type tags sources last_updated
MEMORY.md concept
OpenClaw
Agent
Memory
万字讲透openclaw-workspace深度解析-2026-03-21
2026-03-21

Definition

MEMORY.md 是 OpenClaw workspace 中用于存储 Agent 长期知识总表的文档,与 memory/ 日期滚动目录共同构成 Agent 的持久记忆层。

与 memory/ 目录的关系

  • MEMORY.md:长期知识总表,适合存储需要长期保留的、不随时间变化的知识
  • memory/:按日期滚动的记忆笔记,适合存储随时间积累的会话片段和临时洞见

两者共同构成 Agent-Memory 的存储层。