A knowledge management plugin that integrates Open Notebook into Agent Zero's WebUI, providing notebooks, source management, name-based fuzzy lookup, notes, and podcast generation — all from a sidebar panel.
- Browse notebooks and inspect notebook details
- Name-based source and note lookup
- Notebook-scoped workflows for browsing, adding, and querying content
- Notebook creation accepts routed aliases such as
name,title, andnotebook_name - Natural-language create requests like
create a notebook named testerandopen notebook testermap to the create flow
- Import by URL, text, or local file path
- View processing status with colored badges
- Retry failed source processing
- Delete sources from the panel
When using the opennotebook_sources:add tool, local files with the following extensions are automatically detected, read, and uploaded as text:
| Category | Extensions |
|---|---|
| Documents | .pdf, .doc, .docx, .odt, .rtf, .epub |
| Text & Web | .txt, .md, .html, .htm |
| Data | .csv |
Behavior:
- Content is read from the local filesystem and uploaded to the Open Notebook backend.
- The title defaults to the filename if one is not provided.
- Errors (e.g., permission denied, file not found) return actionable guidance.