基于 Jeff Huber Context Engineering 理论的 OpenCode 记忆管理技能。 memory-manager/ ├── SKILL.md # 技能定义 ├── package.json # 依赖配置 ├── README.md # 本文件 ├── scripts/ │ ├── memory.ts # 核心存储(SQLite) │ ├── search.ts # ...
Structured memory management for OpenClaw agents using SQLite graph store, multi-view indexing, TTL pruning, and HANDOFF generation.
In this tutorial, we build an ultra-advanced agentic AI workflow that behaves like a production-grade research and reasoning system rather than a single prompt call. We ingest real web sources ...