feat(wiki): ingest misc sources batch (Daily notes/Others/Skills/Vibe Coding/微信公众号/跨境电商)

This commit is contained in:
2026-04-14 20:33:01 +08:00
parent 38121d2e41
commit e4232f4feb
59 changed files with 1802 additions and 63 deletions

View File

@@ -0,0 +1,34 @@
---
title: "养虾日记2-Agent记忆"
type: source
tags: [article]
date: 2025-03-06
---
## Source File
- [[raw/微信公众号/养虾日记2让Agent更懂你OpenClaw + Self-Improving 复盘实战案例分享.md]]
## Summary
- 核心主题OpenClaw Agent记忆解决方案
- 问题域AI Agent每次对话都是白纸
- 方法/机制使用self-improving skill+每日复盘机制
- 结论/价值解决AI记不住的最大问题
## Key Claims
- AI每次对话都是白纸是最大问题
- self-improving skill可实现自改进
- 每日复盘机制确保记忆传承
## Key Concepts
- [[记忆系统]]Agent跨会话保留上下文
- [[自改进]]Agent自我优化
## Key Entities
- [[OpenClaw]]AI Agent框架
- [[Self-Improving]]:自改进技能
## Connections
- [[OpenClaw]] ← 扩展 ← [[自改进]]
- [[记忆系统]] ← 实现 ← [[复盘]]
## Contradictions