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