trustgraph/trustgraph-cli
cybermaggedon a53ed41da2
Add explainability CLI tools (#688)
Add explainability CLI tools for debugging provenance data
- tg-show-document-hierarchy: Display document → page → chunk → edge
  hierarchy by traversing prov:wasDerivedFrom relationships
- tg-list-explain-traces: List all GraphRAG sessions with questions
  and timestamps from the retrieval graph
- tg-show-explain-trace: Show full explainability cascade for a
  GraphRAG session (question → exploration → focus → synthesis)

These tools query the source and retrieval graphs to help debug
and explore provenance/explainability data stored during document
processing and GraphRAG queries.
2026-03-11 13:44:29 +00:00
..
trustgraph/cli Add explainability CLI tools (#688) 2026-03-11 13:44:29 +00:00
pyproject.toml Add explainability CLI tools (#688) 2026-03-11 13:44:29 +00:00
README.md Maint/rename pkg (#88) 2024-09-30 22:20:26 +01:00