Files
nexus/wiki/concepts/Agent-Archive.md
2026-04-18 00:18:08 +08:00

26 lines
821 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: "Agent Archive"
type: concept
tags: []
---
## 定义
单一 Agent 的私有笔记目录,用于记录该 Agent 的专属思考、工作日志、任务记录和内容输出。
## 示例
```
/Users/weishen/Workspace/nexus/openclaw/xingshu/ ← 星枢专属笔记
/Users/weishen/Workspace/nexus/openclaw/xinghui/ ← 星辉专属笔记
/Users/weishen/Workspace/nexus/openclaw/xingyao/ ← 星曜专属笔记
```
## 核心原则
研究过程写入 Agent Archive经过验证、可复用的知识沉淀到 Knowledge Base。
## 与 Knowledge Base 的关系
Agent Archive 是临时工作区Knowledge Base 是整理后的公共知识库。AI 在完成任务过程中将产出写入 Archive验证通过后迁移到 Knowledge Base。
## 关联
- [[Knowledge Base]]
- [[OpenClaw]]
- [[Obsidian]]