Files
nexus/wiki/sources/养虾日记3-用-Obsidian-Gitea-为-AI-助手构建持久化笔记系统.md
2026-04-18 00:18:08 +08:00

47 lines
1.9 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: []
date: 2026-04-17
---
## Source File
- [[raw/微信公众号/养虾日记3用 Obsidian + Gitea 为 AI 助手构建持久化笔记系统.md]]
## Summary
- 核心主题AI Agent 输出持久化方案
- 问题域AI 助手对话内容随会话结束而丢失的问题
- 方法/机制Obsidian知识库 + Gitea版本控制 + OpenClaw写入接口
- 结论/价值:让 AI 变成"会自动整理笔记的实习生",输出自动落盘、多端同步、版本可溯
## Key Claims
- AI 助手的大量有用输出在对话结束后丢失,需要持久化方案解决
- Obsidian + Gitea + OpenClaw 的组合实现了笔记的版本控制和多端同步
- 研究过程写入 Agent Archive经过验证的知识沉淀到 Knowledge Base
- 每次笔记更新对应 Git commit变更可追溯
## Key Quotes
> "一句话概括:用 Obsidian 做知识库,用 Gitea 做版本控制,用 OpenClaw 做写入接口。"
> "本质上是把 AI 变成了一个'会自动整理笔记的实习生'——它做完事,就会顺手把记录更新好。"
## Key Concepts
- [[Agent Archive]] — 单一 Agent 的私有笔记目录
- [[Knowledge Base]] — 跨 Agent 共用的整理后知识
- [[版本控制]] — Git 管理笔记历史变更
- [[Graph View]] — Obsidian 的知识网络可视化
- [[QMD]] — 纯本地运行的 Markdown 搜索引擎
## Key Entities
- [[OpenClaw]] — AI Agent 管理工具,提供 obsidian skill
- [[Obsidian]] — 基于 Markdown 的本地优先笔记软件
- [[Gitea]] — 自建 Git 服务,用于版本控制
- [[iCloud Drive]] — Apple 云同步服务,实现多端一致
## Connections
- [[Obsidian]] ← 知识库 ← [[OpenClaw]]
- [[Gitea]] ← 版本控制 ← [[Obsidian]]
- [[养虾日记2-让Agent更懂你]] ← 同一系列
## Contradictions
- (暂无)