Adam Framework
/install adam-framework
Adam Framework
AI Amnesia — Solved. Within-Session Coherence Degradation — Solved.
The Adam Framework is a 5-layer persistent memory architecture for OpenClaw agents, developed over 8 months across 353 sessions on a live business by a non-coder running consumer hardware.
OpenClaw just got acquired by OpenAI. Your memory layer shouldn't be.
What It Solves
- AI Amnesia — your agent wakes up blank every session, forcing you to re-explain context, projects, and goals that should already be known
- Within-Session Drift — as a session accumulates context, the model's reasoning consistency quietly degrades before compaction triggers
The 5 Layers
| Layer | Component | What It Does |
|---|---|---|
| 1 | Vault injection via SENTINEL | Identity files loaded at every boot. Agent wakes up knowing who it is. |
| 2 | memory-core plugin | Live memory search mid-session via memory_search / memory_get tools |
| 3 | Neural graph (nmem_context) | Associative recall — 12,393 neurons, 40,532 synapses. Concepts link to concepts. |
| 4 | Nightly reconciliation | Gemini merges daily logs into CORE_MEMORY.md while you sleep. Nothing lost. |
| 5 | Coherence monitor | Scratchpad dropout detector — fires re-anchor before drift causes damage. 33 tests passing. |
The Key Insight
The memory is in the files. The model is just the reader.
When the system was completely wiped and rebuilt from scratch, the agent came back online with full continuity — because the identity files survived. Swap the LLM, keep the Vault. Memory persists.
Setup
Two paths — pick one:
Path 1 — You do it yourself (30–60 min) Read SETUP_HUMAN.md. Plain English, no technical background assumed.
Path 2 — Let your agent handle it Paste SETUP_AI.md into your OpenClaw chat. It asks 8 questions and does the install itself.
Prerequisites
- OpenClaw running with any model
- Python 3.10+
npm install -g mcporter- NVIDIA Developer free tier API key (Kimi K2.5, 131K context, free)
- Gemini API key (free) for nightly reconciliation
Links
- Repo: https://github.com/strangeadvancedmarketing/Adam
- Live proof (353 sessions): https://strangeadvancedmarketing.github.io/Adam/showcase/ai-amnesia-solved.html
- Full setup guide: https://github.com/strangeadvancedmarketing/Adam/blob/master/SETUP_HUMAN.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install adam-framework - 安装完成后,直接呼叫该 Skill 的名称或使用
/adam-framework触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Adam Framework 是什么?
5-layer persistent memory and coherence architecture for OpenClaw agents. Solves AI amnesia and within-session drift. Built and validated over 353 sessions o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。
如何安装 Adam Framework?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install adam-framework」即可一键安装,无需额外配置。
Adam Framework 是免费的吗?
是的,Adam Framework 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Adam Framework 支持哪些平台?
Adam Framework 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Adam Framework?
由 strangeadvancedmarketing(@strangeadvancedmarketing)开发并维护,当前版本 v1.0.1。