Expand description
codemem-graph: Graph engine with petgraph algorithms and SQLite persistence.
Provides BFS, DFS, shortest path, and connected components over a knowledge graph with 6 node types and 15 relationship types.
Structsยง
- Graph
Engine - In-memory graph backed by petgraph, synced to SQLite via codemem-storage.