Files
nexus/wiki/sources/yang-xia-ri-ji-3.md
2026-04-14 16:02:50 +08:00

47 lines
2.3 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: "养虾日记3用 Obsidian + Gitea 为 AI 助手构建持久化笔记系统"
type: source
tags: [AI, Agent, Obsidian, Gitea, 知识管理]
date: 2026-04-09
source_file: raw/微信公众号/养虾日记3用 Obsidian + Gitea 为 AI 助手构建持久化笔记系统.md
---
## Summary
- 核心主题用Obsidian做知识库、Gitea做版本控制、OpenClaw做写入接口
- 问题域AI助手输出只在对话中存在对话结束内容消失
- 方法/机制AI执行任务时顺手写笔记到ObsidianGit版本控制历史
- 结论/价值把AI变成会自动整理笔记的实习生做完事顺手记录更新
## Key Claims
- OpenClaw的obsidian skill支持write/append/read/search/update五种操作
- Agent Archive按Agent分目录vs Knowledge Base公共知识的分层结构
- Git历史实现"任何时候都能回溯"commit message记录变更来源
- Karpathy的LLM Wiki思路增量构建持久化Wiki页面互相链接知识越积越厚
## Key Quotes
> "本质上是把AI变成了一个'会自动整理笔记的实习生'——它做完事,就会顺手把记录更新好。" — 比利哥
> "RAG模式是'每次从零检索'知识不积累而LLM Wiki是让AI增量构建和维护一个持久化的Wiki。" — Karpathy
## Key Concepts
- [[LLM Wiki]]AI增量构建和维护持久化Wiki区别于RAG每次从零检索
- [[Obsidian Skill]]OpenClaw的笔记操作技能write/append/read/search/update
- [[Agent Archive]]单一Agent的私有笔记目录
- [[Knowledge Base]]跨Agent共用的整理后知识
- [[Graph View]]Obsidian的图谱视图用于发现孤岛页面和知识盲区
## Key Entities
- [[OpenClaw]]AI Agent操作系统
- [[Obsidian]]:笔记管理工具
- [[Gitea]]自建Git服务用于版本控制
- [[Karpathy]]AI研究员提出LLM Wiki概念
- [[星枢]]/[[星辉]]/[[星曜]]OpenClaw Agents各有专属Archive
## Connections
- [[yang-xia-ri-ji-2]] ← 记忆层 ← [[yang-xia-ri-ji-3]]Obsidian笔记是记忆的物理载体
- [[bu-tan-ji-shu]] ← 工具支撑 ← [[yang-xia-ri-ji-3]](端到端能力需要持久化笔记系统)
- [[养龙虾5天血泪史]] ← 技术细节 ← [[yang-xia-ri-ji-3]](两文都强调版本控制和写回纪律)
## Contradictions
- 尚未发现