#794 · Primary category: AI Agents & Automation
graph-memory
Deepseek Harness、Openclaw知识图谱记忆插件。2026年4月受邀发布在清华大学讨论会。Knowledge Graph + Memory;Knowledge Graph Context Engine for OpenClaw — extracts structured triples from conversations, compresses context 75%, enables cross-session experience reuse
Project last updated:08/27/26
GitHub Stars
582
Forks
85
Contributors
7
License
MIT
Why we included this project
Agentic coding tools like OpenClaw and DeepSeek Harness share a common problem: each new session starts with no memory of the last, and long conversations bloat the context window. Graph Memory tackles this by storing conversation knowledge as a typed graph, where tasks, skills, and events become nodes linked by edges like USED_SKILL and SOLVED_BY. When a new question comes in, it pulls only the relevant subgraph rather than replaying the whole transcript, which the project says cuts context use by about 75%. Recent user turns stay verbatim, and the memory survives restarts, so a later session can automatically recall what an earlier one learned. For teams building agents that need durable, explainable memory instead of an ever-growing prompt, this plugin is worth a close look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
hermes-agent
The agent that grows with you
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
deepseek-harness
DeepSeek Harness: Everything is a Plugin.
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.