A GraphRAG memory system for AI agents. Dual-pipeline ingestion (structure-first + LLM), tri-mode retrieval with query expansion and LLM re-ranking, bi-temporal knowledge graph with memory evolution
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
feat: add Next.js web dashboard and Obsidian plugin source
3b0a6b5View on GitHubdocs: fix 17 code-vs-doc discrepancies and extract Module Reference
151c895View on GitHubfeat: add Phase 9 advanced features — bi-temporal edges, query expansion, memory evolution, session capture, LLM re-ranking
c2cf008View on GitHubdocs: update PROJECT_DOCUMENTATION.md for Phase 5 completion
2fe3b8cView on GitHubfeat: add integration test for end-to-end API flow (Task 31)
4f5511aView on GitHubfix: add input validation for turn dict keys in ingest_conversation
9b406fcView on GitHubfeat: add conversation ingestion to MemoryGraph API (Task 30)
1a407e1View on GitHubfix: add default=str to all json.dumps calls in MCP resources
00570a6View on GitHubfeat: add MCP resources for graph stats, community details, and node details (Task 29)
c041453View on GitHubfeat: add MCP server with 6 core tools wrapping MemoryGraph API (Task 28)
cc8047dView on GitHub