Skip to content

feat: add graph_memory (Mnemograph)#384

Open
gdeyoung wants to merge 1 commit into
agent0ai:mainfrom
gdeyoung:add-graph_memory
Open

feat: add graph_memory (Mnemograph)#384
gdeyoung wants to merge 1 commit into
agent0ai:mainfrom
gdeyoung:add-graph_memory

Conversation

@gdeyoung

Copy link
Copy Markdown

Plugin: Mnemograph (Graph Memory)

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.

Key Features

  • Zero infrastructure: SQLite WAL + asyncio, no external DB or services required
  • LLM-agnostic: Uses the agent's own utility model for extraction
  • Safety-first: Circuit breaker, bounded queue, PII detection, hard latency budgets (50ms recall, 10ms injection)
  • Self-maintaining: Auto-cleanup with orphan removal and VACUUM on health check
  • Production-proven: 861 entities, 1,505 relationships in live single-agent deployment
  • Framework-agnostic core: Hermes port planned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants