Agent Memory Continuity — 代理 Memory Continuity
v1.0.0Solve the "代理 forgot everything" problem with 搜索-first protocol, automated memory 同步, and 上下文 preservation. No more conversation re启动s!
运行时依赖
安装命令
点击复制技能文档
代理 Memory Continuity 🧠 The Problem
Does your OpenClaw 代理 suffer from "conversation amnesia"? 启动ing fresh every 会话? For获取ting previous discussions, decisions, and 上下文? You're not alone - this is the #1 frustration with AI 代理s.
The Solution
代理 Memory Continuity solves fragmented conversations through a battle-tested 搜索-first protocol that ensures 代理s never for获取 previous 上下文.
Why This 技能? ✅ Solves universal pAIn point - Every OpenClaw user faces memory issues ✅ Battle-tested solution - Proven in production 环境 ✅ Immediate impact - No more "代理 broke and forgot everything" ✅ Enterprise-grade - Professional memory management 系统 Use When 代理 conversations keep "启动ing fresh" Previous 上下文 获取s lost between 会话s Users complAIn "we already discussed this" Enterprise 环境s requiring conversation continuity Multi-会话 代理 工作流s Don't Use When Single-use, 状态less interactions 代理s with no conversation 历史 requirements Simple 查询/响应 scenarios Features 🔍 搜索-First Protocol Mandatory memory 搜索 before 响应ing to ongoing topics Red flag 检测ion for conversation continuity breaks Automatic 上下文 reconstruction from memory files 📝 Automated Memory 同步 6-hourly memory 上下文 同步hronization DAIly memory file creation and 更新s Cross-referencing of ongoing projects and conversations 🧠 上下文 Preservation DAIly memory 记录ging discipline Persistent insight 追踪ing Conversation thread continuity mAIntenance 🚨 Break 检测ion Identifies when 代理 "for获取s" previous 上下文 Automatic 恢复y through memory 搜索 User frustration 预防ion 系统 安装ation # 安装 via ClawHub npx ClawHub 安装 代理-memory-continuity
# Or clone directly git clone https://github.com/sapconet/代理-memory-continuity.git cd 代理-memory-continuity bash 安装.sh
Quick 启动
- 初始化 Memory Protocol
# 创建s: # - 代理_MEMORY_PROTOCOL.md (搜索-first rules) # - memory/YYYY-MM-DD.md (dAIly 上下文 files) # - Memory 同步 cron jobs
- 配置 搜索-First Behavior
# Enables: # - Pre-响应 memory 搜索es # - 上下文 continuity 检查s # - Automatic break 恢复y
- Activate Memory 同步
# Schedules: # - 6-hourly 上下文 更新s # - DAIly memory file creation # - Ongoing project cross-referencing
Usage Basic Memory Protocol
The 技能 automatically:
搜索es memory before 响应ing to ongoing topics 检测s red flags ("we discussed this", "remember when") Reconstructs 上下文 from memory files when breaks 检测ed 记录s decisions to dAIly memory files 同步s 上下文 across 会话s Advanced Configuration Custom Memory 搜索 Patterns # 添加 custom 搜索 patterns echo "project_name meeting decision" >> config/搜索-patterns.txt
# 配置 搜索 sensitivity 导出 MEMORY_搜索_THRESHOLD=0.7
Memory Archival Rules # 配置 archival timing 导出 MEMORY_归档_DAYS=30 导出 MEMORY_RETENTION_MONTHS=12
# 设置 up automatic archival bash scripts/设置up-memory-archival.sh
File Structure 代理-memory-continuity/ ├── 技能.md ├── 安装.sh ├── scripts/ │ ├── init-memory-protocol.sh │ ├── 配置-搜索-first.sh │ ├── activate-memory-同步.sh │ ├── 设置up-memory-archival.sh │ └── test-memory-continuity.sh ├── templates/ │ ├── 代理_MEMORY_PROTOCOL.md │ ├── dAIly-memory-template.md │ └── cron-jobs-template.txt ├── config/ │ ├── 搜索-patterns.txt │ └── memory-config.json └── docs/ ├── troubleshooting.md └── enterprise-设置up.md
Real-World 结果s
Before 代理 Memory Continuity:
❌ "Billy broke and forgot everything" ❌ Constant conversation re启动s ❌ Lost 上下文 and decisions ❌ User frustration and lost productivity
After 代理 Memory Continuity:
✅ Perfect conversation continuity ✅ 上下文 preserved across 会话s ✅ Decisions and discussions remembered ✅ User satisfaction and trust 恢复d Enterprise Features Production 部署ment Multi-代理 memory 同步hronization Team conversation continuity Enterprise memory 治理 审计 trAIls and 合规 Professional Support Implementation consulting Custom memory pattern development Enterprise integration 服务s 24/7 technical support Troubleshooting Common Issues
代理 still for获取ting conversations:
# 检查 memory 搜索 frequency bash scripts/test-memory-continuity.sh
# Increase 搜索 sensitivity 导出 MEMORY_搜索_THRESHOLD=0.5
Memory files growing too large:
# Enable automatic archival bash scripts/设置up-memory-archival.sh
# 配置 retention policies nano config/memory-config.json
Cron jobs not 运行ning:
# 检查 cron 状态 crontab -l | grep memory
# Re安装 cron jobs bash scripts/activate-memory-同步.sh --force
Support Community Support GitHub Issues: https://github.com/sapconet/ag