Files
nexus/wiki/entities/OpenClaw.md

36 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]