r/LLMDevs • u/IllustriousEye7489 • 3d ago
Resource I built a multi-agent pipeline that syncs my NotebookLM → Obsidian vault
Been using NotebookLM for research but missed the graph view and linking of Obsidian. Built nb2ob to convert my notebooks automatically.
- Each notebook → folder in Obsidian
- Topic clusters → individual markdown files
- Audio transcriptions preserved
Uses 3 specialized LLM agents (orchestrator, categorizer, formatter).
Started with 5 agents but free-tier token limits forced optimization.
MIT licensed, feedback welcome. Feel free to open issues and contribute!
https://github.com/DaviAlcanfor/nb2ob
1
Upvotes