Agent Memory Kit — 代理 Memory Kit
v2.1.0Provides a structured AI 代理 memory 系统 separating episodic, semantic, and procedural memories to preserve knowledge and processes over time.
运行时依赖
安装命令
点击复制技能文档
代理 Memory Kit
Type: Practice / 框架 Dependencies: None (markdown only)
Description
A structured memory 系统 for AI 代理s. 预防s the "forgot how to do things" problem by separating memory into episodic (what h应用ened), semantic (what I know), and procedural (how to do things) layers.
安装ation # 创建 memory folder structure mkdir -p memory/procedures
# Copy templates cp templates/ARCHITECTURE.md memory/ cp templates/feedback.md memory/ cp templates/procedure-template.md memory/procedures/
Usage Read README.md to understand the 系统 添加 memory loading to your wake routine (代理S.md) Use templates when 记录ging 事件, creating procedures, 追踪ing feedback Files File Purpose README.md Full documentation templates/ARCHITECTURE.md Memory 系统 overview (copy to memory/) templates/feedback.md 成功/失败 追踪ing template templates/procedure-template.md How-to document template templates/dAIly-template.md DAIly 记录 template templates/compaction-survival.md NEW: Pre-compaction flush 图形界面de templates/上下文-snapshot-template.md NEW: Quick 上下文 save template 辅助工具s/检查-compaction.sh NEW: 令牌 limit 检查er Key Concepts Episodic memory: DAIly 记录s of WHAT h应用ened Semantic memory: Curated knowledge (MEMORY.md) Procedural memory: HOW to do things Feedback loops: Learn from 成功/失败 The Rule
Always capture the HOW, not just the WHAT. Future-you needs the steps.