Auto-sync: 2026-04-18 00:18

This commit is contained in:
2026-04-18 00:18:08 +08:00
parent 7a7a35f726
commit 5ce3ede529
25 changed files with 694 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
---
title: "Knowledge Base"
type: concept
tags: []
---
## 定义
经过整理、跨 Agent 共用的知识库目录,用于存储工具评测、架构决策、最佳实践等可复用知识。
## 示例
```
/Users/weishen/Workspace/nexus/openclaw/knowledgebase/ ← 知识库(经过整理的公共知识)
```
## 与 Agent Archive 的关系
Agent Archive 是单一 Agent 的私有工作笔记Knowledge Base 是整理后的公共知识。AI 在完成任务过程中将产出写入 Archive验证通过后迁移到 Knowledge Base。
## 核心原则
研究过程写入 Agent Archive经过验证、可复用的知识沉淀到 Knowledge Base。
## 关联
- [[Agent Archive]]
- [[Obsidian]]
- [[版本控制]]