From d2e6281a6822d2017c101d4369240b8f4c6abcc8 Mon Sep 17 00:00:00 2001 From: gdeyoung Date: Sat, 11 Jul 2026 15:54:04 -0500 Subject: [PATCH] feat: add graph_memory plugin --- plugins/graph_memory/index.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/graph_memory/index.yaml diff --git a/plugins/graph_memory/index.yaml b/plugins/graph_memory/index.yaml new file mode 100644 index 0000000..3732033 --- /dev/null +++ b/plugins/graph_memory/index.yaml @@ -0,0 +1,9 @@ +title: Mnemograph (Graph Memory) +description: In-process knowledge graph for AI agents — entity extraction, relationship tracking, and recall enrichment. Zero external databases, zero network calls, runs entirely inside the agent using SQLite and asyncio. +github: https://github.com/gdeyoung/mnemograph +tags: + - memory + - storage + - tools + - agents + - workflow