export_markdown_vault
Export the knowledge graph as an Obsidian-compatible Markdown vault. Creates browsable note files with graph links, returning file paths and node counts.
Instructions
Export the current graph as an Obsidian-compatible Markdown vault. Use when a human wants browsable note files with graph links. Returns written files and graph counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_path | Yes | Destination directory for the Markdown vault. | |
| agent_id | No | Optional agent or client identifier used to partition memory. | |
| project | No | Optional project or workspace name used to partition memory. | |
| session_id | No | Optional conversation or run identifier used to partition memory. |