Skip to main content

Module graph_handlers

Module graph_handlers 

Source
Expand description

Handler functions for graph CLI commands.

These functions implement the logic behind graph validate, graph stats, graph query, and graph build (with a domain-provided extractor).

Structs§

BuildOptions
Options for graph build operations.
QueryOptions
Options for graph query operations.

Functions§

handle_build
Build a knowledge graph using the provided extractor.
handle_query
Query the graph.
handle_stats
Show graph statistics.
handle_validate
Validate graph integrity.