Files
nexus/wiki/sources/养虾日记2-让Agent更懂你-OpenClaw-Self-Improving-复盘实战案例分享.md
2026-04-17 23:18:07 +08:00

45 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "养虾日记2让Agent更懂你OpenClaw + Self-Improving 复盘实战案例分享"
type: source
tags: []
date: 2026-04-17
source_file: raw/微信公众号/养虾日记2让Agent更懂你OpenClaw + Self-Improving 复盘实战案例分享.md
---
## Source File
- [[raw/微信公众号/养虾日记2让Agent更懂你OpenClaw + Self-Improving 复盘实战案例分享.md]]
## Summary
- 核心主题AI Agent 记忆问题的解决方案,通过 self-improving skill + 双层记忆架构 + 每日复盘机制实现 Agent 持续学习和改进
- 问题域OpenClaw Agent 每次对话都是白纸、没有记忆的问题
- 方法/机制self-improving skill自改进技能+ 每日复盘23:00定时+ 双层记忆架构(短期记忆+长期记忆)
- 结论/价值:错误只犯一次,第二次就知道怎么做对
## Key Claims
- AI Agent 最大的问题不是"回答质量差",而是"没有记忆,每次对话都是一张白纸"
- self-improving 的核心价值:错误只犯一次,第二次就知道怎么做对
- 双层记忆架构短期记忆管每日上下文长期记忆管知识self-improving 管成长
- Pattern-Key 重复本身就是一个信号——第一次记了,第二次就该解决了
## Key Quotes
> "AI 每次对话都是一张白纸。" — 核心问题描述
> "昨天我跟它说过'这个问题不要用A方法',今天它照常用。上一周我教会它的一个工作流,下周一它完全忘了。" — 问题现象
> "三层各司其职每日文件管上下文向量数据库管知识self-improving 管成长。" — 双层记忆架构总结
## Key Concepts
- [[Self-Improving Skill]]:自改进技能,结构化的经验记录系统
- [[双层记忆架构]]短期记忆memory/YYYY-MM-DD.md+ 长期记忆memory-lancedb-pro+ self-improving 层
- [[每日复盘机制]]每天23:00定时执行复盘流程
- [[Pattern-Key]]:经验记录的检索键,用于追踪问题生命周期
- [[Recurrence-Count]]:重复次数指标,区分一次性错误和系统性重复
## Key Entities
- [[OpenClaw]]AI Agent 管理工具,本文的实践平台
## Connections
- [[Self-Improving Skill]] ← enables ← [[每日复盘机制]]
- [[每日复盘机制]] ← generates ← [[Pattern-Key]]
- [[Pattern-Key]] ← tracked_by ← [[双层记忆架构]]
## Contradictions
- (暂无)