export_graph
Render the current OKF graph as JSON, Graphviz DOT, or Mermaid text. Customize the export by filtering edge kinds, limiting nodes and edges, and including assets or external references.
Instructions
Render the current OKF graph as JSON, Graphviz DOT, or Mermaid text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format for the graph. | json |
| maxEdges | No | Maximum number of graph edges to export. | |
| maxNodes | No | Maximum number of graph nodes to export. | |
| edgeKinds | No | Limit exported edges to these edge kinds. | |
| includeAssets | No | Include explicitly referenced bundle assets in the export. | |
| includeExternal | No | Include opaque external relation targets in the export. |