Debug Console

Low-level graph inspection tools.

Review raw graph state, replay queries, inject entities, test mutations, and simulate retrieval without committing changes.

Raw Graph

JSON viewer

{
  "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

Developer operations

Query execution replay

Replay recorded graph expansion and ranking decisions.

Manual entity injection

Inject candidate nodes into a dry-run graph.

Graph mutation testing

Validate merge, ACL, and edge updates before commit.

Dry-run retrieval simulation

Preview selected and dropped context without writing state.

An error has occurred. This application may no longer respond until reloaded. Reload 🗙