fabryk-graph 0.1.2

Knowledge graph infrastructure for Fabryk (petgraph + rkyv persistence)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# fabryk-graph

Knowledge graph infrastructure for Fabryk.

## Status

Under construction — being extracted from the music-theory MCP server.

## Features

- petgraph-based graph storage
- Traversal algorithms
- Optional rkyv-based persistence (feature-gated with `graph-rkyv-cache`)
- Domain-extensible relationship types

## License

Apache-2.0