Files
nexus/wiki/concepts/Knowledge-Base.md
2026-04-18 00:18:08 +08:00

24 lines
721 B
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: "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]]
- [[版本控制]]