Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

View File

@@ -1,35 +0,0 @@
---
title: "OpenClaw"
type: entity
tags: [AI框架, Agent, 开发者工具]
last_updated: 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 共享配置
## 关键概念
- [[Workspace]]Agent 的工作台目录
- [[Agent 编排]]:多 Agent 场景下的任务分配与协调
## Connections
- [[OpenClaw]] ← 包含 ← [[Workspace]]
- [[Workspace]] ← 由 ← AGENTS.md + SOUL.md + USER.md + TOOLS.md + IDENTITY.md + BOOTSTRAP.md
- [[Claude-Code]] ← 被调用方 ← [[OpenClaw]]