OpenClaw developer builds Kumiho cognitive memory plugin for persistent agent collaboration

A developer has built Kumiho, a cognitive memory system for OpenClaw that addresses the framework's lack of persistent memory across sessions. The system uses a knowledge graph to maintain context from previous conversations, decisions, and collaborative work.
What Kumiho does
Kumiho is an AI cognitive memory system backed by a knowledge graph. The core concept is graph-native memory where facts connect to other facts, decisions have provenance, and outputs have versioned identities for later retrieval.
OpenClaw integration
The developer created an OpenClaw plugin called @kumiho/openclaw-kumiho that:
- Hooks into every conversation to recall relevant context before the agent responds
- Captures structured summaries after conversations
- Runs a nightly Dream State cycle that enriches the graph while idle (deprecating stale facts, creating relationship edges, adding semantic tags)
Creative memory layer
Kumiho includes a creative memory system where:
- Every document, plan, or piece of code the agent produces gets a versioned
kref - Each output has a
DERIVED_FROMedge back to the memory that inspired it - When resuming a project weeks later,
creative_recallbrings the full history back
Developer motivation
The developer appreciated OpenClaw's multi-channel agents, plugin architecture, and seamless Telegram/Discord integration, but wanted memory that persisted beyond individual sessions. They specifically wanted the agent to remember the history of collaboration — ideas discussed, decisions made, and work in progress — rather than just factual recall.
📖 Read the full source: r/openclaw
👀 See Also

OpenClaw Model Performance Review: Codex 5.3 Leads, GLM Models Disappoint
A developer tested multiple AI models with OpenClaw, finding Codex 5.3 performs best with 9/10 rating, while GLM 4.7 and GLM 5 scored 5/10 due to high token usage, slow responses, and inconsistent output.

DeepMind DiscoRL Meta Learning Update Rule Ported from JAX to PyTorch
A developer has ported DeepMind's DiscoRL meta learning update rule from the 2025 Nature article from JAX to PyTorch. The implementation includes a GitHub repository with a Colab notebook, API, and weights hosted on Hugging Face.
OpenClaw AI Agent with 6 Roles, Memory, and ADHD-Aware Design: Daily Ops Breakdown
A solo founder with ADHD built an open-source AI agent with 6 roles (action planner, debriefer, writer, legal, investigator, CRM) sharing memory, auto-generating follow-ups and drafts from transcripts.

HolyCode: Docker Container for Persistent Claude AI Coding Environments
HolyCode is a Docker container that maintains AI coding environment state across machine switches and rebuilds. It includes 30+ preinstalled tools, browser automation with Chromium + xvfb + Playwright, and preserves context in ./data/opencode.