OpenClaw
拆解OpenClaw的核心机制
3 篇文章
OpenClaw 上下文工程深度剖析:五层防线如何让 Agent 永续运行
从源码层面剖析 OpenClaw 的五层上下文管理防线:Prompt Cache Boundary、Tool Result Guard、LLM-based Compaction、Session Truncation、Context Engine Plugin,以及它们之间的 trade-off 设计。
2026.04.06 · OpenClaw · 24 min read
Agent 记忆 ≠ 向量搜索:OpenClaw 如何让记忆自己决定什么值得永远记住
深入 OpenClaw 源码,拆解 Agent 长期记忆系统的设计决策:SQLite 存储、Hybrid Search、Temporal Decay、以及受认知科学启发的 Dreaming 记忆晋升机制。
2026.04.06 · OpenClaw · 16 min read
OpenClaw 长期记忆实现方式
从核心源码出发,探寻OpenClaw的长期记忆实现方式。
2026.04.06 · OpenClaw · 12 min read
Topics
Focus
Agent memory RAG evaluation Tool calling Long-context