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§
- Build
Options - Options for graph build operations.
- Query
Options - 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.