trustgraph/trustgraph-flow
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 Add provenance recording to React agent loop 2026-03-11 14:44:40 +00:00
pyproject.toml Lock mistralai to <2.0.0, avoids a breaking change (#687) 2026-03-11 12:19:04 +00:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00