Skip to content

feat: Extended NotebookLM capabilities - source management, media generation, intelligent filtering - #16

Open
EllenGYY wants to merge 7 commits into
PleasePrompto:masterfrom
EllenGYY:feature/extended-notebooklm-capabilities
Open

feat: Extended NotebookLM capabilities - source management, media generation, intelligent filtering#16
EllenGYY wants to merge 7 commits into
PleasePrompto:masterfrom
EllenGYY:feature/extended-notebooklm-capabilities

Conversation

@EllenGYY

Copy link
Copy Markdown

New Features

Source Management

  • add_source.py - Add sources (PDFs, URLs, YouTube videos, text) directly to notebooks
  • list_sources.py - List all sources via reliable UI scraping
  • remove_source.py - Permanent source deletion with --confirm safety flag

Intelligent Source Filtering (source_filter.py)

  • LLM-scored relevance (1-10) using Gemini → Claude → keywords fallback chain
  • Auto-deselects irrelevant sources before queries for faster, focused responses
  • Cached source summaries in data/library-source-summary/
  • Configurable threshold via --threshold flag

Media Generation

  • audio_generator.py - Generate Audio Overviews (podcast-style)
    • Formats: deep_dive, brief, critique, debate
    • Lengths: short, default, long
    • Multi-language support
  • video_generator.py - Generate Video Overviews
    • Formats: explainer, brief
    • Styles: auto, classic, whiteboard, kawaii, anime
    • Multi-language support
EllenGYY and others added 7 commits January 24, 2026 12:50
…ching

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…g for audio/video

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Document new capabilities added in PR PleasePrompto#16:
- Source Management: add_source.py, list_sources.py, remove_source.py
- Audio Overview Generation: formats, lengths, languages, custom instructions
- Video Overview Generation: formats, visual styles, languages
- Updated architecture diagram with new scripts
- Added new commands to Common Commands table

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant