Files
nexus/wiki/concepts/每日复盘.md

30 lines
1.1 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: "每日复盘"
type: concept
tags: [openclaw, cron, self-improving, habit, agent]
last_updated: 2026-04-15
---
## Definition
OpenClaw Agent 每天 23:00北京时间自动执行的自我复盘流程通过 self-improving skill 记录学习、检查重复、同步长期记忆。
## 复盘流程
1. 读取当天的 memory/YYYY-MM-DD.md 文件
2. 调用 self_improvement_log 记录今日学习
3. 检查 Pattern-Key 是否与之前重复(重复踩坑信号)
4. 把有价值的经验同步到 memory-lancedb-pro长期记忆
5. 通过 Telegram 发送复盘摘要
## 触发方式
OpenClaw cron job每天 23:00 执行,每个 Agent 独立运行自己的复盘流程。
## 关键价值
- 从"每次重新教"变为"记得上次错哪"
- 推动流程优化(如发现 3 月 27 日无 memory 文件 → 修改为 Session 启动时强制创建)
- Recurrence-Count 累积让系统性问题和偶发错误清晰分层
## Connections
- [[Self-Improving Skill]] ← 工具 ← [[每日复盘]]
- [[双层记忆架构]] ← 架构 ← [[每日复盘]]
- [[OpenClaw cron]] ← 触发 ← [[每日复盘]]