<- Adapters

Graphify

experimentalplatform

sovereign code/artifact knowledge graph via graphify (BYO mesh backend)

pip install chp-adapter-graphify

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

affectedv1.0.0
chp.adapters.graphify.affected
explainv1.0.0

Plain-language explanation of a node and its neighbors from the graph (sovereign, no LLM).

chp.adapters.graphify.explain
extractv1.0.0
chp.adapters.graphify.extract
god_nodesv1.0.0

List the most connected nodes (architectural hubs) — where the codebase concentrates

chp.adapters.graphify.god_nodes
labelv1.0.0
chp.adapters.graphify.label
mergev1.0.0
chp.adapters.graphify.merge
pathv1.0.0

Shortest path between two nodes in the graph — how A relates to B (sovereign, no LLM).

chp.adapters.graphify.path
queryv1.0.0
chp.adapters.graphify.query
updatev1.0.0

Incrementally re-extract changed code files into an existing graph (AST-only, offline,

chp.adapters.graphify.update
See the full capability catalog →