forked from balisujohn/localwriter
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmodule.yaml
More file actions
51 lines (47 loc) · 1.21 KB
/
Copy pathmodule.yaml
File metadata and controls
51 lines (47 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: agent_backend
title: Agent Communication Protocol
requires: [config, document]
config_inline: mcp
config:
backend_id:
type: string
default: builtin
widget: select
label: Backend
options:
- value: builtin
label: Built-in
# - value: aider
# label: Aider
- value: hermes
label: Hermes
- value: claude
label: Claude Code (ACP)
- value: vibe
label: Mistral Vibe (ACP)
- value: grok
label: Grok Build (ACP)
- value: gemini
label: Gemini CLI (ACP)
- value: opencode
label: OpenCode (ACP)
# - value: openhands
# label: OpenHands
path:
type: string
default: ""
widget: text
label: Path / URL
helper: "Path to backend CLI (e.g. aider) or ACP server URL (e.g. http://localhost:8000 for Hermes). Empty = try default."
args:
type: string
default: ""
widget: text
label: Extra arguments
helper: "Optional arguments for the selected backend (space-separated)."
acp_agent_name:
type: string
default: ""
widget: text
label: ACP agent name
helper: "Agent name on the ACP server (e.g. hermes). Empty = auto-discover first agent."