-
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) · 816 Bytes
/
plugin.yaml
File metadata and controls
24 lines (23 loc) · 816 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, query knowledge, and create notes through conversational AI.
version: 0.1.0
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"
default_ask_model:
type: string
default: ""
description: "Default model name for ask/RAG operations. Leave empty for auto-select. Supports fuzzy matching (e.g. 'deepseek', 'gemini-2.5-flash')."