fix(wiki): rename pinyin source files to Chinese names & update links

This commit is contained in:
2026-04-14 19:44:06 +08:00
parent 8f5268db77
commit 1e166667ba
24 changed files with 23 additions and 23 deletions

View File

@@ -0,0 +1,43 @@
---
title: "万字讲透OpenClaw-Workspace深度解析"
type: source
tags: [openclaw, workspace, agent]
date: 2026-03-21
---
## Source File
- [[raw/Agent/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md]]
## Summary
- 核心主题OpenClaw的Workspace文件体系深度解析
- 问题域如何让Agent从"能工作"变成"真好用"
- 方法/机制通过配置workspace目录下的各类文件AGENTS.md、SOUL.md、USER.md等来定义Agent行为
- 结论/价值掌握workspace文件体系可实现Agent的个性化配置和长期记忆
## Key Claims
- Workspace文件体系是Agent从"能用"到"真好用"的分水岭
- AGENTS.md是Agent的"工作说明书",定义职责和行为边界
- SOUL.md是Agent的"性格档案",定义人格和沟通风格
- USER.md固化用户偏好减少重复交代
- TOOLS.md规范工具使用减少误操作
- memory/目录实现Agent的真正长期记忆
## Key Concepts
- [[Workspace]]Agent的工作台目录包含AGENTS.md、SOUL.md、USER.md等配置文件
- [[AGENTS.md]]定义Agent职责、行为边界和多Agent协调规则
- [[SOUL.md]]定义Agent性格叙事包括自我叙事、沟通风格、价值观
- [[USER.md]]:固化用户偏好和背景信息
- [[TOOLS.md]]:工具权限声明与使用规范
- [[IDENTITY.md]]Agent的结构化身份档案
- [[BOOTSTRAP.md]]:首次启动引导,一次性使用
- [[memory]]:长期记忆目录,实现跨会话上下文保留
## Key Entities
- [[OpenClaw]]开源AI Agent框架
- [[Claude]]AI大模型
## Connections
- [[OpenClaw]] ← uses ← [[Workspace]]
- [[Workspace]] ← contains ← [[AGENTS.md]]
- [[Workspace]] ← contains ← [[SOUL.md]]
- [[Workspace]] ← contains ← [[USER.md]]