-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugins.yaml
More file actions
77 lines (77 loc) · 1.65 KB
/
Copy pathplugins.yaml
File metadata and controls
77 lines (77 loc) · 1.65 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
listen_addr: "localhost:50100"
certs_dir: "~/.orchestra/certs"
plugins:
- id: storage.markdown
binary: ./bin/storage-markdown
enabled: true
provides_storage:
- markdown
config:
workspace: .
- id: tools.features
binary: ./bin/tools-features
enabled: true
- id: tools.marketplace
binary: ./bin/tools-marketplace
enabled: true
args:
- --workspace=.
- id: engine.rag
binary: ./bin/engine-rag
enabled: true
args:
- --workspace=.
- id: bridge.claude
binary: ./bin/bridge-claude
enabled: true
provides_ai:
- claude
- id: bridge.openai
binary: ./bin/bridge-openai
enabled: true
provides_ai:
- openai
- grok
- perplexity
- deepseek
- qwen
- kimi
- id: bridge.gemini
binary: ./bin/bridge-gemini
enabled: true
provides_ai:
- gemini
- id: bridge.ollama
binary: ./bin/bridge-ollama
enabled: true
provides_ai:
- ollama
- id: bridge.firecrawl
binary: ./bin/bridge-firecrawl
enabled: true
- id: tools.agentops
binary: ./bin/tools-agentops
enabled: true
- id: tools.sessions
binary: ./bin/tools-sessions
enabled: true
- id: agent.orchestrator
binary: ./bin/agent-orchestrator
enabled: true
- id: tools.markdown
binary: ./bin/tools-markdown
enabled: true
- id: tools.notes
binary: ./bin/tools-notes
enabled: true
- id: tools.docs
binary: ./bin/tools-docs
enabled: true
depends_on:
- tools.markdown
- id: sync.cloud
binary: ./bin/sync-cloud
enabled: true
- id: devtools.git
binary: ./bin/devtools-git
enabled: true