Auto-sync: 2026-04-18 00:18
This commit is contained in:
24
wiki/concepts/Knowledge-Base.md
Normal file
24
wiki/concepts/Knowledge-Base.md
Normal 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]]
|
||||
- [[版本控制]]
|
||||
Reference in New Issue
Block a user