996 B
996 B
title, type, tags, last_updated
| title | type | tags | last_updated |
|---|---|---|---|
| Agent Workspace | concept | 2026-05-01 |
Overview
Agent Workspace(Agent 工作区)是 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)