From cfde0ee08166547622e842031b7690379370fe90 Mon Sep 17 00:00:00 2001 From: twilso24 <122656888+twilso24@users.noreply.github.com> Date: Fri, 15 May 2026 20:43:35 -0500 Subject: [PATCH 1/3] feat: add open_notebook plugin --- plugins/open_notebook/index.yaml | 9 +++++++++ 1 file changed, 9 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..3b43d86 --- /dev/null +++ b/plugins/open_notebook/index.yaml @@ -0,0 +1,9 @@ +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 From a3bd5c273659966d3963b8dd562a2ae5901208d5 Mon Sep 17 00:00:00 2001 From: twilso24 <122656888+twilso24@users.noreply.github.com> Date: Fri, 15 May 2026 22:12:51 -0500 Subject: [PATCH 2/3] feat: add screenshots to open_notebook index --- plugins/open_notebook/index.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/open_notebook/index.yaml b/plugins/open_notebook/index.yaml index 3b43d86..1008d8a 100644 --- a/plugins/open_notebook/index.yaml +++ b/plugins/open_notebook/index.yaml @@ -7,3 +7,8 @@ tags: - llm - search - web +screenshots: + - 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 3e9edd5f1004e79c8d299add3be1a301b9143e5b Mon Sep 17 00:00:00 2001 From: twilso24 <122656888+twilso24@users.noreply.github.com> Date: Fri, 15 May 2026 22:30:59 -0500 Subject: [PATCH 3/3] feat: add notebook browser screenshot --- plugins/open_notebook/index.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/open_notebook/index.yaml b/plugins/open_notebook/index.yaml index 1008d8a..34c4372 100644 --- a/plugins/open_notebook/index.yaml +++ b/plugins/open_notebook/index.yaml @@ -8,6 +8,7 @@ tags: - 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