Skip to content
OpenSmartRoute
Skillv1.0.0

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 on a live business. No CS degree required.

by strangeadvancedmarketing(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from strangeadvancedmarketing/Adam (SKILL.md). Install upstream with npx skills add strangeadvancedmarketing/Adam. Copyright stays with the author.

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/strangeadvancedmarketing-adam-adam-framework/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

strangeadvancedmarketing-adam-adam-framework.ocm.jsonjson
{
  "ocm": "1",
  "id": "strangeadvancedmarketing-adam-adam-framework",
  "kind": "skill",
  "name": "adam-framework",
  "description": "5-layer persistent memory and coherence architecture for OpenClaw agents. Solves AI amnesia and within-session drift. Built and validated over 353 sessions on a live business. No CS degree required.",
  "publisher": "strangeadvancedmarketing",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "memory",
      "persistence",
      "identity",
      "coherence",
      "vault",
      "neural-graph",
      "local-first",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "5-layer persistent memory and coherence architecture for OpenClaw agents. Solves AI amnesia and within-session drift. Built and validated over 353 sessions on a live business. No CS degree required."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/strangeadvancedmarketing/Adam",
      "path": "SKILL.md",
      "ref": "191f95acfdfcd11cee73031338bc24af6e36989e",
      "url": "https://github.com/strangeadvancedmarketing/Adam/blob/191f95acfdfcd11cee73031338bc24af6e36989e/SKILL.md",
      "key": "strangeadvancedmarketing/Adam/SKILL.md"
    }
  },
  "instructions": "# Adam Framework\n\n**AI Amnesia — Solved. Within-Session Coherence Degradation — Solved.**\n\nThe 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.\n\nOpenClaw just got acquired by OpenAI. Your memory layer shouldn't be.\n\n## What It Solves\n\n- **AI Amnesia** — your agent wakes up blank every session, forcing you to re-explain context, projects, and goals that should already be known\n- **Within-Session Drift** — as a session accumulates context, the model's reasoning ",
  "cost": {
    "context_tokens": 629
  }
}

Fetch it by URL: GET /api/v1/registry/strangeadvancedmarketing-adam-adam-framework/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.