feat(notebooklm): add core workflows and downloads#630
Open
muqiao215 wants to merge 5 commits intojackwener:mainfrom
Open
feat(notebooklm): add core workflows and downloads#630muqiao215 wants to merge 5 commits intojackwener:mainfrom
muqiao215 wants to merge 5 commits intojackwener:mainfrom
Conversation
bf7a43c to
17d3c9e
Compare
17d3c9e to
fbb577c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR brings NotebookLM core workflows to opencli and turns the adapter into a usable end-to-end CLI flow instead of a collection of isolated read commands.
Included in this PR
--note-idsupport for unambiguous note operationsaskcommand for the current notebook--waitsupport on generate commandserror_type/messagefields when the server rejects a request--artifact-idshell completion for supported download commandsEnd-to-end workflow now supported
create notebook -> add text/url/file -> wait for sources -> inspect summary/guide/fulltext -> ask -> generate -> download
Known boundaries
notes-savestill requires a visible note editor in the current page. This is a documented design boundary.generate reportis fully validated end-to-end.generate audio,generate slide-deck, andgenerate infographicare implemented and now return structured diagnostics, but live validation still depends on server-side eligibility / quota / opaque rejection behavior. In current live testing they may returngeneration_failed_unknown.source add-driveis implemented with a narrow input contract (file_id+ explicit title + optional mime type) rather than broad Drive URL parsing.