Files
nexus/wiki/concepts/AgentWorkspace.md
2026-05-03 05:42:12 +08:00

25 lines
996 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 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`