Query execution replay
Replay recorded graph expansion and ranking decisions.
Debug Console
Review raw graph state, replay queries, inject entities, test mutations, and simulate retrieval without committing changes.
Raw Graph
{
"graphId": "contextgraph-dev",
"nodes": [
{ "id": "entity:contextgraph", "type": "System", "visibility": "accessible" },
{ "id": "concept:graphrag", "type": "Concept", "visibility": "accessible" },
{ "id": "doc:private-roadmap", "type": "Document", "visibility": "blocked" }
],
"edges": [
{ "from": "entity:contextgraph", "to": "concept:graphrag", "kind": "debugs" }
]
}Tools
Replay recorded graph expansion and ranking decisions.
Inject candidate nodes into a dry-run graph.
Validate merge, ACL, and edge updates before commit.
Preview selected and dropped context without writing state.