Integrations¶
pi-vault-mind is designed to compose with other tools in the Obsidian + pi ecosystem. These docs cover the most common integrations.
Documents in this section¶
-
:material-vault:{ .lg .middle } Obsidian vault setup
Recommended vault structure (PARA + Johnny Decimal + LLM Wiki), plugins, the official Obsidian CLI, and the headless
notesmd-clialternative. Install scripts included. -
The Broadcaster agent's workflow for generating Audio Overviews, study guides, quizzes, and slide decks from vault content via Google NotebookLM. MCP and CLI paths documented.
What about other pi extensions?¶
The full extension dependency graph is in Extension wiring under Architecture. The summary:
| Extension | Type | Purpose |
|---|---|---|
pi-vault-mind |
This extension | The wiki itself |
pi-subagents |
Required | The subagent() tool — Manager needs this to fork workers |
pi-context |
Required | Context hygiene tools (context_tag, context_log, context_checkout) |
notebooklm-mcp-cli |
Optional | Broadcaster's podcast generation |
any2md |
Optional | Miner's document conversion (PDF, URL → markdown) |
pi-intercom |
Optional | Inter-agent coordination |
pi-web-fetch |
Future | Fetch and summarize URLs on injection |
pi-github |
Future | Link collection entries to GitHub issues/PRs |
codegraph |
Future (see Future work) | Pre-indexed code knowledge graph for the Heavy-Lifter |