Install
openclaw skills install openclaw-memory-fixOpenClaw记忆系统优化方案 - 四层架构 + 动态衰减 + 智能检索
openclaw skills install openclaw-memory-fixOpenClaw记忆系统优化方案 - 四层架构 + 动态衰减 + 智能检索
| 方向 | 触发条件 |
|---|---|
| L1→L2 | 任务完成、用户确认 |
| L2→L3 | 相似情景3次+ |
| L3→L4 | 知识验证10次+ |
# 查看记忆状态
node scripts/memory.js status
# 手动触发迁移
node scripts/memory.js migrate
# 触发遗忘模拟
node scripts/memory.js preview-decay
在 WORKSPACE 下创建 memory/ 目录:
memory/
├── L1/ # 短期记忆
├── L2/ # 情景记忆
├── L3/ # 语义记忆
├── L4/ # 长期记忆
└── config.json # 配置文件
参考:references/MEMORY.md
作者:Odin for 馒头哥