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

FlowBoard v5: The Project Workspace Your AI Agents Actually Run
FlowBoard v5 is a React-based project workspace for AI agents. It includes an event-sourced task store (SQLite), multi-agent support, idea-to-specs loop, and modular overview widgets.

Helix: Open-Source Framework Turns Claude into Personal AI Agent for macOS
Helix is an open-source framework that connects Claude via Claude Code in Terminal to macOS through four MCP server plugins, enabling Claude to control applications, maintain persistent memory, run scheduled tasks, and operate with local voice processing.

Total Recall: Local Knowledge Graph for Claude Code Conversation History
Total Recall is an open-source system that ingests Claude Code's JSONL conversation transcripts into a SQLite database with full-text search and vector embeddings, making conversation history searchable across sessions. It retrieves actual conversation excerpts with DAG-aware context and includes a ChatGPT importer.

OpenClaw Setup Assistance Offered by ClawSet
ClawSet provides setup services for OpenClaw, focusing on understanding client needs. The service includes a setup call for $99 and a month of troubleshooting support.