wiki-ingest: 4 Agent Use Cases (autonomous PM, content factory, product factory, knowledge base RAG) - 2026-04-15 evening batch

This commit is contained in:
2026-04-15 20:35:29 +08:00
parent b2e7c5bb9a
commit 9688f3f54b
34 changed files with 1227 additions and 23 deletions

View File

@@ -0,0 +1,29 @@
---
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]] ← 触发 ← [[每日复盘]]