#794 · Primary category: AI Agents & Automation

graph-memory

claude-code codex deepseek deepseek-harness dsh dsh-plugin dsh-plugins knowledge-graph memory openclaw openclaw-plugin opencode

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