-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvessel.json
More file actions
39 lines (39 loc) · 807 Bytes
/
vessel.json
File metadata and controls
39 lines (39 loc) · 807 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "git-agent",
"displayName": "Git-Agent",
"version": "1.0.0",
"type": "cocapn-vessel",
"description": "Git-Agent",
"icon": "\ud83e\udd16",
"color": "#1FCB58",
"category": "infrastructure",
"capabilities": [
"coding",
"autonomous"
],
"secrets": {
"DEEPSEEK_API_KEY": {
"required": false,
"hint": "https://platform.deepseek.com/api_keys"
},
"DEEPINFRA_API_KEY": {
"required": false,
"hint": "https://deepinfra.com/dashboard/keys"
},
"SILICONFLOW_API_KEY": {
"required": false,
"hint": "https://cloud.siliconflow.cn"
}
},
"endpoints": {
"health": "/health"
},
"deployment": {
"platform": "cloudflare-workers",
"minPlan": "free"
},
"local": {
"supported": true,
"port": 8787
}
}