Auto-sync
This commit is contained in:
35
wiki/entities/OpenClaw.md
Normal file
35
wiki/entities/OpenClaw.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
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]]
|
||||
Reference in New Issue
Block a user