Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

View File

@@ -0,0 +1,24 @@
---
title: "Agent Workspace"
type: concept
tags: []
last_updated: 2026-05-01
---
## Overview
Agent WorkspaceAgent 工作区)是 AI Agent 的定义容器单元,包含 Agent 的全部行为规范、身份和配置信息。
## Definition
Agent Workspace = 行为规范AGENTS.md/SOUL.md+ 身份定义IDENTITY.md+ 其他配置文件
## Key Properties
- **多文件结构**OpenClaw Workspace 包含 `SOUL.md`(核心理念)、`AGENTS.md`(行为规范)、`IDENTITY.md`(身份定义)三文件
- **安装即注册**Workspace 复制到目标路径即完成 Agent 注册,无需额外配置
- **工具特定性**:不同工具对 Workspace 格式要求不同OpenClaw 三文件 vs OpenCode 单文件)
## Relationships
- [[AgentIntegration]] ← uses ← [[AgentWorkspace]]Workspace 是集成的最小单元)
- [[OpenClaw]] ← manages ← [[AgentWorkspace]]
## Sources
- [[OpenClaw Integration]]`Agent/agency-agents/integrations/openclaw/README.md`