Skip to main content

Module api_memory_graph

Module api_memory_graph 

Source
Expand description

Aggregated memory graph endpoint for the Memory Auditor.

GET /api/memory/graph — returns items + edges + spaces in one payload, ready for the Obsidian-style force-graph visualization.

Primary path: Operator MCP tool (memory_graph) via direct SDK/gRPC. Fallback path: HTTP calls to Kumiho FastAPI (used when operator unavailable).

Structs§

GraphEdge
GraphNode
GraphStats
MemoryGraphQuery
MemoryGraphResponse

Functions§

handle_memory_graph