graphify_build
Build or update a knowledge graph from a project folder, extracting entities and relationships to explore code structure. Supports incremental updates and clustering.
Instructions
Build or update a knowledge graph from a folder. (Writes to graphify-out/.)
Args: path: Folder to extract the graph from (relative to the project dir or absolute). mode: "deep" -> more aggressive INFERRED edges; empty -> default. update: True -> re-extract only changed files and merge into the existing graph. cluster_only: True -> rerun clustering only, without re-extraction. no_viz: True -> skip the HTML visualization (faster for development).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| mode | No | ||
| update | No | ||
| cluster_only | No | ||
| no_viz | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |