Files
chill_notes/wiki/Resources/方法论/OpenClaw.md
2026-04-28 09:41:21 +08:00

44 lines
1.0 KiB
Markdown
Executable File
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.
---
created: 2026-04-28
type: concept
tags: [OpenClaw, AI-助手, 多平台]
---
# OpenClaw
> 开源 AI 助手框架,支持多渠道部署
## 定义
OpenClaw 是一个开源的 AI 助手框架支持在多个平台上部署微信、Telegram、Discord 等),具备记忆管理、技能扩展、定时任务等能力。
## 核心架构
| 组件 | 说明 |
|------|------|
| Gateway | 核心守护进程,管理连接和路由 |
| Plugins | 渠道插件微信、Telegram、Discord 等) |
| Skills | 可扩展的技能模块 |
| Memory | 持久化记忆系统MEMORY.md + daily notes |
| Cron | 定时任务调度 |
| Sub-agents | 子智能体委托机制 |
## 核心文件
| 文件 | 作用 |
|------|------|
| `SOUL.md` | AI 助手的个性和行为定义 |
| `MEMORY.md` | 长期记忆 |
| `USER.md` | 用户信息 |
| `AGENTS.md` | 工作空间规范 |
| `HEARTBEAT.md` | 心跳检查任务 |
## 相关概念
- [[Claude Code]]
- [[gstack]]
- [[Harness Engineering]]
---
*基于实际使用经验整理*