1.1 KiB
1.1 KiB
title, type, tags, last_updated
| title | type | tags | last_updated | |||
|---|---|---|---|---|---|---|
| OpenClaw | entity |
|
2026-04-15 |
基本信息
- 类型:AI Agent 框架
- 核心设计:workspace 文件体系
- 用途:构建可持久化、可记忆、性格一致的 AI Agent
核心组件
Workspace 文件体系
- AGENTS.md:岗位职责说明书
- SOUL.md:性格档案
- USER.md:用户偏好固化
- TOOLS.md:工具权限规范
- IDENTITY.md:结构化身份元数据
- BOOTSTRAP.md:一次性初始化引导
- 长期记忆:memory/ 目录
多 Agent 协作
- Agent 编排:通过 AGENTS.md 中的 spawn 规则实现多 Agent 协调
- workspace 支持多 Agent 共享配置
关键概念
Connections
- OpenClaw ← 包含 ← Workspace
- Workspace ← 由 ← AGENTS.md + SOUL.md + USER.md + TOOLS.md + IDENTITY.md + BOOTSTRAP.md
- Claude Code ← 被调用方 ← OpenClaw