trustgraph/trustgraph-cli
Cyber MacGeddon 6895951d3f Add provenance recording to React agent loop
Enables agent sessions to be traced and debugged using the same
explainability infrastructure as GraphRAG. Agent traces record:
- Session start with query and timestamp
- Each iteration's thought, action, arguments, and observation
- Final answer with derivation chain

Changes:
- Add session_id and collection fields to AgentRequest schema
- Add agent predicates (TG_THOUGHT, TG_ACTION, etc.) to namespaces
- Create agent provenance triple generators in provenance/agent.py
- Register explainability producer in agent service
- Emit provenance triples during agent execution
- Update CLI tools to detect and render agent traces alongside GraphRAG
2026-03-11 14:44:40 +00:00
..
trustgraph/cli Add provenance recording to React agent loop 2026-03-11 14:44:40 +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