From 65b2588fe17b77c17bdb0b95ffd70fc3a338e2cc Mon Sep 17 00:00:00 2001 From: twilso24 Date: Thu, 28 May 2026 09:34:27 -0500 Subject: [PATCH 1/2] feat: add open_notebook plugin --- plugins/open_notebook/index.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/open_notebook/index.yaml diff --git a/plugins/open_notebook/index.yaml b/plugins/open_notebook/index.yaml new file mode 100644 index 0000000..34c4372 --- /dev/null +++ b/plugins/open_notebook/index.yaml @@ -0,0 +1,15 @@ +title: Open Notebook +description: Connect Agent Zero to Open Notebook for notebook browsing, source management, RAG queries, notes, podcasts, and a right-canvas knowledge panel. +github: https://github.com/twilso24/open_notebook_agent_zero +tags: + - integration + - tools + - llm + - search + - web +screenshots: + - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-notebooks.png + - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-chat.png + - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-podcasts.png + - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-notes.png + - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-sources.png From 0a0694e656b06156e1b712e2d4d596c548b082b1 Mon Sep 17 00:00:00 2001 From: twilso24 Date: Thu, 28 May 2026 09:47:50 -0500 Subject: [PATCH 2/2] fix: remove unreachable screenshots from index.yaml --- plugins/open_notebook/index.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/open_notebook/index.yaml b/plugins/open_notebook/index.yaml index 34c4372..1797df0 100644 --- a/plugins/open_notebook/index.yaml +++ b/plugins/open_notebook/index.yaml @@ -9,7 +9,5 @@ tags: - web screenshots: - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-notebooks.png - - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-chat.png - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-podcasts.png - - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-notes.png - https://raw.githubusercontent.com/twilso24/open_notebook_agent_zero/main/docs/screenshot-sources.png