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

996 B
Raw Blame History

title, type, tags, last_updated
title type tags last_updated
Agent Workspace concept
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

Sources