Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
gfy
command
|
|
|
internal
|
|
|
compare
Package compare provides graph comparison algorithms for measuring structural similarity, detecting changes, and ranking impact between two or more knowledge graphs.
|
Package compare provides graph comparison algorithms for measuring structural similarity, detecting changes, and ranking impact between two or more knowledge graphs. |
|
export
Package export provides graph export in various formats.
|
Package export provides graph export in various formats. |
|
semantic
Package semantic provides LLM-based semantic extraction via Ollama.
|
Package semantic provides LLM-based semantic extraction via Ollama. |
|
serve
Package serve implements an MCP stdio server for querying the knowledge graph.
|
Package serve implements an MCP stdio server for querying the knowledge graph. |
|
source
Package source resolves input paths (directories, archives, git URLs) into local directories suitable for the analysis pipeline.
|
Package source resolves input paths (directories, archives, git URLs) into local directories suitable for the analysis pipeline. |
|
trace
Package trace finds call paths leading to nodes with specific behavioral tags.
|
Package trace finds call paths leading to nodes with specific behavioral tags. |
|
watch
Package watch monitors a directory for file changes and rebuilds the graph.
|
Package watch monitors a directory for file changes and rebuilds the graph. |
|
pkg
|
|
|
analyze
Package analyze provides graph analysis: god nodes, surprising connections, suggested questions.
|
Package analyze provides graph analysis: god nodes, surprising connections, suggested questions. |
|
build
Package build assembles extraction results into a graph.
|
Package build assembles extraction results into a graph. |
|
cache
Package cache provides SHA256-based caching for extraction results.
|
Package cache provides SHA256-based caching for extraction results. |
|
cluster
Package cluster implements community detection using the Louvain algorithm.
|
Package cluster implements community detection using the Louvain algorithm. |
|
detect
Package detect handles file discovery, type classification, and corpus health checks.
|
Package detect handles file discovery, type classification, and corpus health checks. |
|
extract
Package extract performs deterministic structural extraction from source code using tree-sitter.
|
Package extract performs deterministic structural extraction from source code using tree-sitter. |
|
graph
Package graph provides an adjacency-list graph with string-keyed nodes and arbitrary attribute maps, matching the NetworkX dict-of-dicts semantics.
|
Package graph provides an adjacency-list graph with string-keyed nodes and arbitrary attribute maps, matching the NetworkX dict-of-dicts semantics. |
|
report
Package report generates GRAPH_REPORT.md from analysis results.
|
Package report generates GRAPH_REPORT.md from analysis results. |
|
search
Package search provides graph node search with fuzzy matching, diacritics normalization, and degree-weighted ranking.
|
Package search provides graph node search with fuzzy matching, diacritics normalization, and degree-weighted ranking. |
|
types
Package types defines shared data structures for the gfy pipeline.
|
Package types defines shared data structures for the gfy pipeline. |
|
validate
Package validate enforces the gfy extraction schema.
|
Package validate enforces the gfy extraction schema. |
Click to show internal directories.
Click to hide internal directories.