Skip to content

Add openclaw-memory-curator: WM→SWM→VM curator for OpenClaw workspace memory - #26

Open
kiyeps wants to merge 2 commits into
OriginTrail:mainfrom
kiyeps:add/openclaw-memory-curator
Open

Add openclaw-memory-curator: WM→SWM→VM curator for OpenClaw workspace memory#26
kiyeps wants to merge 2 commits into
OriginTrail:mainfrom
kiyeps:add/openclaw-memory-curator

Conversation

@kiyeps

@kiyeps kiyeps commented Aug 22, 2026

Copy link
Copy Markdown

Summary

Adds integrations/openclaw-memory-curator.json — a registry entry for OpenClaw Memory Curator, a curator daemon + CLI that bridges OpenClaw workspace memory into DKG V10's three-layer verifiable memory system.

Repo: https://github.com/kiyeps/openclaw-memory-curator (commit pinned in entry)

What it does

  • Ingest: parses memory/*.md workspace files into Knowledge Assets with provenance quads, lands them in Working Memory (120 files smoke-tested live, 43 secrets auto-redacted, 0 errors)
  • SWM promotion: automatic maturity tracking (reference-count threshold or explicit share: tag), swm/share seals by default → publish-ready assertions (verified via SPARQL shared-working-memory view)
  • VM gate: Verifiable Memory publish is explicit CLI-only (curator publish <ka>) with interactive confirmation — never automatic. This satisfies the bounty rule that UI endorsement is disallowed; the gate is a deterministic human/CLI act.
  • Recall: SPARQL search over WM+SWM for agent consumption

Why it fits

The first-party OpenClaw adapter is a chat bridge + read-only memory recall; all writes are delegated to the agent via SKILL.md prose (lossy, undisciplined). This integration fills that gap with deterministic, auditable curation — the LLM-Wiki / autoresearch direction the bounty targets.

Checklist

  • Schema validation passes: 0 errors (1 expected warning — VM write authority, justified in fitNotes)
  • Zero npm dependencies, node:test suite 22/22
  • Smoke-tested against live DKG V10 node (Base Sepolia testnet)
  • Quads use urn:openclaw:memory:* subjects, no per-quad graph field
  • Secret redaction before any quad leaves the process

kiyeps and others added 2 commits August 22, 2026 14:20
Curator daemon + CLI bridging OpenClaw workspace memory into DKG V10
three-layer verifiable memory (WM -> SWM -> VM) with maturity tracking,
secret redaction, and an explicit human-gated Verifiable Memory publish.

Validates against schema: 0 errors (VM write-authority warning is
expected and justified in fitNotes: promotion is CLI-gated, never
automatic, per the bounty's no-UI-endorsement rule).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant