trustgraph/trustgraph-base/trustgraph
cybermaggedon c387670944
Fix incorrect property names in explainability (#698)
Remove type suffixes from explainability dataclass fields + fix show_explain_trace

Rename dataclass fields to match KG property naming conventions:
- Analysis: thought_uri/observation_uri → thought/observation
- Synthesis/Conclusion/Reflection: document_uri → document

Fix show_explain_trace for current API:
- Resolve document content via librarian fetch instead of removed
  inline content fields (synthesis.content, conclusion.answer)
- Add Grounding display for DocRAG traces
- Update fetch_docrag_trace chain: Question → Grounding → Exploration →
Synthesis
- Pass api/explain_client to all print functions for content resolution

Update all CLI tools and tests for renamed fields.
2026-03-16 14:47:37 +00:00
..
api Fix incorrect property names in explainability (#698) 2026-03-16 14:47:37 +00:00
base Enhance retrieval pipelines: 4-stage GraphRAG, DocRAG grounding (#697) 2026-03-16 12:12:13 +00:00
clients Minor agent tweaks (#692) 2026-03-12 17:59:02 +00:00
knowledge Subgraph provenance (#694) 2026-03-13 11:37:59 +00:00
messaging Enhance retrieval pipelines: 4-stage GraphRAG, DocRAG grounding (#697) 2026-03-16 12:12:13 +00:00
objects Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00
provenance Enhance retrieval pipelines: 4-stage GraphRAG, DocRAG grounding (#697) 2026-03-16 12:12:13 +00:00
schema Enhance retrieval pipelines: 4-stage GraphRAG, DocRAG grounding (#697) 2026-03-16 12:12:13 +00:00
exceptions.py Librarian (#304) 2025-02-11 16:01:03 +00:00
log_level.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00
rdf.py Remove schema:subjectOf edges from KG extraction (#695) 2026-03-13 12:11:21 +00:00