Claude Code 101|02|Input Pipeline
Claude Code 并不是把用户输入原样交给模型,而是先经过 prompt、slash command、bash mode、附件、hook context 等多条路径的归一化。
阅读全文
Claude Code 并不是把用户输入原样交给模型,而是先经过 prompt、slash command、bash mode、附件、hook context 等多条路径的归一化。
阅读全文
Claude Code 的核心不是 CLI 外壳,而是一个把模型、工具、上下文、权限、状态和终端体验组织起来的 Agent Runtime。
阅读全文
长期运行 Agent 不能只看最终回复。OpenClaw 用 event stream、transcripts、usage、QA lanes、Mantis 和 public review 形成可复现证据链。
阅读全文
OpenClaw 扩展的关键是保持边界:manifest-first discovery、capability registration、activation planning、hooks 和共享 message tool。
阅读全文
一个能读文件、跑命令、发消息、调用设备的 Agent 必须有分层安全:auth、pairing、allowFrom、tool policy、sandbox、approval 和 audit。
阅读全文
Nodes and Apps 把 OpenClaw 从聊天带到真实设备:screen、camera、location、canvas、App SDK 和 device pairing。
阅读全文
Automation 让 Agent 从被动聊天走向主动系统:cron、webhook、hooks、commitments、heartbeat 和 task records 都有不同边界。
阅读全文
多 Agent 不是简单并发。OpenClaw 用 named agents、session isolation、tool policy 和 specialist lanes 管理 delegated work。
阅读全文
长对话一定会撞上上下文窗口。OpenClaw 用 compaction、pruning、memory flush 和 context engine 把历史变成可继续运行的状态。
阅读全文
长期运行 Agent 需要可检查的记忆层:durable memory、daily notes、hybrid search、memory flush、dreaming 和 wiki 化整理。
阅读全文
真实聊天渠道不是文本管道:OpenClaw 要处理 dedupe、debounce、history wrapper、queue mode、threading、chunking 和 silent reply。
阅读全文
OpenClaw 的能力系统分三层:Tools 负责行动,Skills 负责方法,Plugins 负责运行时扩展。混在一起就会失去边界。
阅读全文