get_graph()
KeyThe causal graph by version or as-of, with statuses, evidence, and confidence on every edge — plus a Mermaid rendering for chat display.
get_graph(version, as_of, format)→ GRAPHCallable over MCP as get_graph(version, as_of, format). REST mirror GET /v1/graph Planned — alpha is MCP-only
Before reasoning causally, the agent loads the graph the humans actually approved — not its own intuition about how the business works. The Mermaid rendering drops straight into chat, so the human and the agent argue about the same picture.
Over MCP, your agent invokes it on its own when the moment calls for it — just describe the situation. A Python SDK for headless runtimes is planned; this is what the call will look like.
| Param | Type | Description |
|---|---|---|
| version | string | A specific graph version. Default latest. |
| as_of | timestamp | The graph as it stood at this moment. |
| format | enum | "json" (default) or "mermaid". |

