agent-comm-hub 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +415 -361
- package/README.zh.md +289 -250
- package/agents/registry.json +201 -0
- package/lib/cli.js +1044 -83
- package/lib/index.js +642 -4
- package/lib/setup.js +284 -50
- package/package.json +3 -3
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "docs/agent-registry.schema.json",
|
|
3
|
+
"agents": [
|
|
4
|
+
{
|
|
5
|
+
"id": "mcode",
|
|
6
|
+
"probe": [],
|
|
7
|
+
"configs": [
|
|
8
|
+
{
|
|
9
|
+
"file": "~/.minimax/mcp.json",
|
|
10
|
+
"section": "mcpServers",
|
|
11
|
+
"strategy": "json",
|
|
12
|
+
"entry": {
|
|
13
|
+
"url": "{url}",
|
|
14
|
+
"type": "streamable-http",
|
|
15
|
+
"enabled": true,
|
|
16
|
+
"configured": true,
|
|
17
|
+
"timeout": 120000,
|
|
18
|
+
"description": "agent-comm-hub: talk to every other agent connected to the hub."
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"file": "~/.minimax/mcp/mcp.json",
|
|
23
|
+
"section": "mcpServers",
|
|
24
|
+
"strategy": "json",
|
|
25
|
+
"entry": {
|
|
26
|
+
"url": "{url}",
|
|
27
|
+
"type": "streamable-http",
|
|
28
|
+
"enabled": true,
|
|
29
|
+
"configured": true,
|
|
30
|
+
"timeout": 120000,
|
|
31
|
+
"description": "agent-comm-hub: talk to every other agent connected to the hub."
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"skill": "~/.minimax/skills",
|
|
36
|
+
"os": ["win32", "darwin", "linux"]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "opencode",
|
|
40
|
+
"probe": ["opencode"],
|
|
41
|
+
"npm": ["cli"],
|
|
42
|
+
"configs": [
|
|
43
|
+
{
|
|
44
|
+
"file": "~/.config/opencode/opencode.json",
|
|
45
|
+
"section": "mcp",
|
|
46
|
+
"strategy": "json",
|
|
47
|
+
"entry": { "type": "remote", "url": "{url}", "enabled": true }
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"skill": "~/.config/opencode/skills",
|
|
51
|
+
"os": ["win32", "darwin", "linux"]
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "kimi-code",
|
|
55
|
+
"probe": ["kimi"],
|
|
56
|
+
"configs": [
|
|
57
|
+
{
|
|
58
|
+
"file": "~/.kimi-code/mcp.json",
|
|
59
|
+
"section": "mcpServers",
|
|
60
|
+
"strategy": "json",
|
|
61
|
+
"entry": { "transport": "http", "url": "{url}", "startupTimeoutMs": 30000, "toolTimeoutMs": 120000 }
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"skill": "~/.kimi-code/skills",
|
|
65
|
+
"os": ["win32", "darwin", "linux"]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "gemini-cli",
|
|
69
|
+
"probe": ["gemini"],
|
|
70
|
+
"configs": [
|
|
71
|
+
{
|
|
72
|
+
"file": "~/.gemini/settings.json",
|
|
73
|
+
"section": "mcpServers",
|
|
74
|
+
"strategy": "json",
|
|
75
|
+
"entry": { "type": "http", "url": "{url}" }
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"skill": "~/.gemini/skills",
|
|
79
|
+
"os": ["win32", "darwin", "linux"]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": "codex",
|
|
83
|
+
"probe": ["codex"],
|
|
84
|
+
"npm": ["codex"],
|
|
85
|
+
"configs": [
|
|
86
|
+
{
|
|
87
|
+
"file": "~/.codex/config.toml",
|
|
88
|
+
"section": null,
|
|
89
|
+
"strategy": "toml",
|
|
90
|
+
"entry": null
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"skill": "~/.codex/skills",
|
|
94
|
+
"os": ["win32", "darwin", "linux"]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"id": "zcode",
|
|
98
|
+
"probe": [],
|
|
99
|
+
"configs": [
|
|
100
|
+
{
|
|
101
|
+
"file": "~/.zcode/cli/config.json",
|
|
102
|
+
"section": "mcp.servers",
|
|
103
|
+
"strategy": "json",
|
|
104
|
+
"entry": { "type": "remote", "url": "{url}", "enabled": true }
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"skill": "~/.zcode/skills",
|
|
108
|
+
"os": ["win32", "darwin", "linux"]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "dsh",
|
|
112
|
+
"probe": [],
|
|
113
|
+
"configs": [
|
|
114
|
+
{
|
|
115
|
+
"file": "~/.dsh/profiles/*/cordis.patch.yml",
|
|
116
|
+
"section": null,
|
|
117
|
+
"strategy": "dsh",
|
|
118
|
+
"entry": null
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"skill": "~/.dsh/skills",
|
|
122
|
+
"os": ["win32", "darwin", "linux"]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "claude",
|
|
126
|
+
"probe": ["claude"],
|
|
127
|
+
"npm": ["claude-code"],
|
|
128
|
+
"configs": [],
|
|
129
|
+
"skill": "~/.claude/skills",
|
|
130
|
+
"os": ["win32", "darwin", "linux"]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "qwen-code",
|
|
134
|
+
"probe": ["qwen"],
|
|
135
|
+
"npm": ["qwen-code"],
|
|
136
|
+
"configs": [
|
|
137
|
+
{
|
|
138
|
+
"file": "~/.qwen/settings.json",
|
|
139
|
+
"section": "mcpServers",
|
|
140
|
+
"strategy": "json",
|
|
141
|
+
"entry": { "httpUrl": "{url}" }
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"skill": null,
|
|
145
|
+
"os": ["win32", "darwin", "linux"]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "pi",
|
|
149
|
+
"probe": ["pi"],
|
|
150
|
+
"npm": ["pi-coding-agent"],
|
|
151
|
+
"configs": [],
|
|
152
|
+
"skill": null,
|
|
153
|
+
"os": ["win32", "darwin", "linux"]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "cursor",
|
|
157
|
+
"probe": ["cursor", "cursor-agent"],
|
|
158
|
+
"npm": ["cursor"],
|
|
159
|
+
"configs": [
|
|
160
|
+
{
|
|
161
|
+
"file": "~/.cursor/mcp.json",
|
|
162
|
+
"section": "mcpServers",
|
|
163
|
+
"strategy": "json",
|
|
164
|
+
"entry": { "url": "{url}" }
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"skill": null,
|
|
168
|
+
"os": ["win32", "darwin", "linux"]
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "qoder",
|
|
172
|
+
"probe": ["qoder"],
|
|
173
|
+
"npm": ["qoder"],
|
|
174
|
+
"configs": [],
|
|
175
|
+
"skill": null,
|
|
176
|
+
"os": ["win32", "darwin", "linux"]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "codebuddy",
|
|
180
|
+
"probe": ["codebuddy"],
|
|
181
|
+
"npm": ["codebuddy"],
|
|
182
|
+
"configs": [],
|
|
183
|
+
"skill": null,
|
|
184
|
+
"os": ["win32", "darwin", "linux"]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "claude-desktop",
|
|
188
|
+
"probe": [],
|
|
189
|
+
"configs": [
|
|
190
|
+
{
|
|
191
|
+
"file": "~/Library/Application Support/Claude/claude_desktop_config.json",
|
|
192
|
+
"section": "mcpServers",
|
|
193
|
+
"strategy": "json",
|
|
194
|
+
"entry": { "url": "{url}", "type": "streamable-http" }
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"skill": null,
|
|
198
|
+
"os": ["darwin"]
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
}
|