Pipeline: Syncing NotebookLM to Obsidian using multi-agent workflow
IllustriousEye7489 · reddit · 2026-08-28
The author built 'nb2ob', a tool that uses a multi-agent pipeline to automatically sync notes from NotebookLM to an Obsidian vault, addressing the lack of graph view and linking in the former.
Implementation Details:
- Each Notebook converts to a folder in Obsidian.
- Topic clusters convert to individual markdown files.
- Audio transcriptions are preserved.
- Uses 3 specialized LLM agents (orchestrator, categorizer, formatter). The workflow was optimized from 5 agents to 3 due to free-tier token limits.
The project is open-source (MIT licensed), and feedback is welcome.
More from coding & agent
- Microsoft Agent Framework: Long-term and Short-term Memory Architecture — adnan_hashmi · 2026-08-28
- Dev shows reaction of 100 agents after 6 hours of work on message board — BLUECOW009 · 2026-08-28
- Test: Maxing reasoning_effort does not guarantee correct answers — zainhas · 2026-08-28
- Andrew Ng's 2-hour guide: Building self-improving Agentic knowledge graphs — goyalshaliniuk · 2026-08-28
- AI handles design, code, and review; humans reduced to messengers — bindureddy · 2026-08-28
- Agent-Core Spec: Defining kernel safety and task contracts for agents — BLUECOW009 · 2026-08-28