-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
24 lines (23 loc) · 794 Bytes
/
plugin.yaml
File metadata and controls
24 lines (23 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: open_notebook
title: Open Notebook
description: Bridge to Open Notebook personal knowledge management system. Browse notebooks, manage sources, perform name-based fuzzy lookup, and create notes through conversational AI.
version: 0.1.0
author: Agent Zero Community
license: MIT
repository: https://github.com/twilso24/open_notebook_agent_zero
homepage: https://github.com/twilso24/open_notebook_agent_zero
per_project_config: true
per_agent_config: false
always_enabled: true
settings:
api_url:
type: string
default: "http://host.docker.internal:5055"
description: "Open Notebook API URL"
read_only:
type: boolean
default: false
confirmations:
type: boolean
default: true
description: "When true, ask for confirmation before destructive operations"