by voocel · Codex Skill · ★ 645
OpenClaw Mini OpenClaw 核心架构的精简复现,用于学习 AI Agent 的系统级设计。 "没有记忆的 AI 只是函数映射,有记忆 + 主动唤醒的 AI,才是会演化的'生命系统'" 为什么做这个项目 网上大多数 Agent 教程只讲 Agent Loop: 这不是真正的 Agent 架构。 一个生产级 Agent 需要的是"系统级最佳实践"。 OpenClaw 是一个超 43w 行的复杂 Agent 系统,本项目从中提炼出核心设计与最小实现,帮助你理解: Agent Loop 的双层循环与 EventStream 事件流 会话持久化与上下文管理(裁剪 + 摘要压缩) 长期记忆、技能系统、主动唤醒的真实实现 多 Provider 适配(Anthropic / OpenAI / Google / Groq 等 22+ 提供商) 模块分层 本项目按学习价值分为四层,建议按 核心 → 扩展 → 网关 → 工程 的顺序阅读: ┌─────────────────────────────────────────────────────────────┐ │ [网关层] Gateway │ │ WebSocket RPC 网关,让 Agent 从 CLI 直连升级为网络服务 │ │ │ │ Protocol (帧协议) · Server (广播+握手+路由) │ │...
| Stars | 645 |
| Forks | 78 |
| Language | TypeScript |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 47.046/100 |
| Open Issues | 3 |
| Last Updated | 2026-04-06 |
| Created | 2026-02-01 |
| Platforms | node |
| Est. Tokens | ~16k |
These tools work well together with openclaw-mini for enhanced workflows:
Explore other popular codex skill tools:
openclaw-mini is 🦞 OpenClaw 核心架构的极简复现,涵盖 sessionKey 会话域、队列串行、工具化记忆检索、按需上下文加载、可扩展技能与主动心跳唤醒机制. It is categorized as a Codex Skill with 645 GitHub stars.
openclaw-mini is primarily written in TypeScript. It covers topics such as agent, ai, clawdbot.
You can find installation instructions and usage details in the openclaw-mini GitHub repository at github.com/voocel/openclaw-mini. The project has 645 stars and 78 forks, indicating an active community.
openclaw-mini is released under the MIT license, making it free to use and modify according to the license terms.