Skip to main content
Run any Skill in Manus
with one click

hierarchical-memory-system

Stars1
Forks0
UpdatedJuly 13, 2026 at 14:48

分层分级记忆系统 - 六层记忆架构(L1-L6)+ 缓存优化。 L1 会话记忆 → L2 短期记忆 → L3 长期记忆 → L4 技能记忆 → L5 任务上下文 → L6 全息记忆。 Use when: 记忆系统, memory system, 六层记忆, L1-L6, 记忆分层, 上下文管理, 缓存优化. Do NOT use for: - 单次会话记录(用 L1 session) - Skill 创建(用 skill_manage) - 数据持久化(用 file_write) - 知识图谱(用 fact_store) v1.10.0 新增: - ✅ 缓存优化系统集成(DeepSeek Prefix Caching) - ✅ 平均缓存命中率 92%+,节省成本 80%+ - ✅ CLI 工具 hermes-cache(统计监控、优化建议) - ✅ 固定前缀策略(从 HERMES.md 读取核心约束) - 🎯 效果:Token 成本 -81%、延迟 -80%、缓存命中 92%+ v1.9.0 新增: - ✅ 六层记忆架构(L1-L6) - ✅ L2 精简方法论(2491→1021 chars,-59%) - ✅ 跨层协同优化(L2↔L5、L3↔L6、L4→L3) - ✅ l5_to_l2_injector.py(高频实体反向注入) - 🎯 效果:跨层一致性 +100%、重复录入 -80%

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
2 files
SKILL.md
readonly