deepseek-coder-agent-cli 1.0.71 → 1.0.73
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/dist/bin/erosolar.js +0 -0
- package/dist/contracts/agent-profiles.schema.json +41 -41
- package/dist/contracts/agent-schemas.json +471 -477
- package/dist/contracts/models.schema.json +7 -7
- package/dist/contracts/module-schema.json +392 -403
- package/dist/contracts/schemas/agent-profile.schema.json +144 -144
- package/dist/contracts/schemas/agent-rules.schema.json +226 -226
- package/dist/contracts/schemas/agent-schemas.schema.json +497 -497
- package/dist/contracts/schemas/agent.schema.json +81 -81
- package/dist/contracts/schemas/tool-selection.schema.json +160 -160
- package/dist/contracts/tools.schema.json +80 -80
- package/dist/contracts/unified-schema.json +743 -750
- package/dist/headless/interactiveShell.d.ts.map +1 -1
- package/dist/headless/interactiveShell.js +8 -0
- package/dist/headless/interactiveShell.js.map +1 -1
- package/dist/ui/PromptController.d.ts +5 -0
- package/dist/ui/PromptController.d.ts.map +1 -1
- package/dist/ui/PromptController.js +17 -0
- package/dist/ui/PromptController.js.map +1 -1
- package/dist/ui/UnifiedUIRenderer.d.ts +2 -0
- package/dist/ui/UnifiedUIRenderer.d.ts.map +1 -1
- package/dist/ui/UnifiedUIRenderer.js +5 -1
- package/dist/ui/UnifiedUIRenderer.js.map +1 -1
- package/dist/ui/theme.d.ts +161 -161
- package/package.json +1 -1
|
@@ -1,757 +1,750 @@
|
|
|
1
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
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
"status": "production"
|
|
182
|
-
}
|
|
183
|
-
],
|
|
184
|
-
|
|
185
|
-
"taskTypes": [
|
|
186
|
-
{
|
|
187
|
-
"id": "coding",
|
|
188
|
-
"label": "Code Generation & Editing",
|
|
189
|
-
"description": "Generate, edit, refactor, and analyze code",
|
|
190
|
-
"requiredCapabilities": ["chat", "tools"],
|
|
191
|
-
"preferredCapabilities": ["reasoning", "streaming"],
|
|
192
|
-
"defaultTemperature": 0.0,
|
|
193
|
-
"recommendedProviders": ["anthropic", "openai", "deepseek"],
|
|
194
|
-
"tools": ["read", "write", "edit", "bash", "glob", "grep"]
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"id": "reasoning",
|
|
198
|
-
"label": "Complex Reasoning",
|
|
199
|
-
"description": "Multi-step reasoning, planning, and analysis",
|
|
200
|
-
"requiredCapabilities": ["chat", "reasoning"],
|
|
201
|
-
"preferredCapabilities": ["tools", "streaming"],
|
|
202
|
-
"defaultTemperature": 0.3,
|
|
203
|
-
"recommendedProviders": ["anthropic", "openai", "deepseek"],
|
|
204
|
-
"tools": ["read", "glob", "grep", "web_search", "web_fetch"]
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"id": "chat",
|
|
208
|
-
"label": "Conversational",
|
|
209
|
-
"description": "General conversation and Q&A",
|
|
210
|
-
"requiredCapabilities": ["chat"],
|
|
211
|
-
"preferredCapabilities": ["streaming"],
|
|
212
|
-
"defaultTemperature": 0.7,
|
|
213
|
-
"recommendedProviders": ["anthropic", "openai", "google"],
|
|
214
|
-
"tools": []
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"id": "analysis",
|
|
218
|
-
"label": "Code Analysis",
|
|
219
|
-
"description": "Analyze code quality, security, dependencies",
|
|
220
|
-
"requiredCapabilities": ["chat", "tools"],
|
|
221
|
-
"preferredCapabilities": ["reasoning"],
|
|
222
|
-
"defaultTemperature": 0.0,
|
|
223
|
-
"recommendedProviders": ["anthropic", "openai"],
|
|
224
|
-
"tools": ["read", "glob", "grep", "analyze_complexity", "dependency_audit", "code_security_scan"]
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"id": "research",
|
|
228
|
-
"label": "Research & Information",
|
|
229
|
-
"description": "Research topics, gather information",
|
|
230
|
-
"requiredCapabilities": ["chat"],
|
|
231
|
-
"preferredCapabilities": ["tools", "streaming"],
|
|
232
|
-
"defaultTemperature": 0.5,
|
|
233
|
-
"recommendedProviders": ["anthropic", "openai", "google"],
|
|
234
|
-
"tools": ["web_search", "web_fetch", "read"]
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"id": "multimodal",
|
|
238
|
-
"label": "Vision & Multimodal",
|
|
239
|
-
"description": "Process images, documents, and mixed content",
|
|
240
|
-
"requiredCapabilities": ["chat", "multimodal"],
|
|
241
|
-
"preferredCapabilities": ["vision", "streaming"],
|
|
242
|
-
"defaultTemperature": 0.3,
|
|
243
|
-
"recommendedProviders": ["google", "anthropic", "openai"],
|
|
244
|
-
"tools": ["read", "write"]
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"id": "testing",
|
|
248
|
-
"label": "Test Generation",
|
|
249
|
-
"description": "Generate and run tests",
|
|
250
|
-
"requiredCapabilities": ["chat", "tools"],
|
|
251
|
-
"preferredCapabilities": ["reasoning"],
|
|
252
|
-
"defaultTemperature": 0.0,
|
|
253
|
-
"recommendedProviders": ["anthropic", "openai"],
|
|
254
|
-
"tools": ["read", "write", "edit", "bash", "generate_test_stub"]
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"id": "documentation",
|
|
258
|
-
"label": "Documentation",
|
|
259
|
-
"description": "Generate documentation and comments",
|
|
260
|
-
"requiredCapabilities": ["chat", "tools"],
|
|
261
|
-
"preferredCapabilities": ["streaming"],
|
|
262
|
-
"defaultTemperature": 0.3,
|
|
263
|
-
"recommendedProviders": ["anthropic", "openai"],
|
|
264
|
-
"tools": ["read", "write", "edit", "generate_docstring"]
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"id": "security",
|
|
268
|
-
"label": "Security Analysis",
|
|
269
|
-
"description": "Security auditing and vulnerability analysis",
|
|
270
|
-
"requiredCapabilities": ["chat", "tools", "reasoning"],
|
|
271
|
-
"preferredCapabilities": ["streaming"],
|
|
272
|
-
"defaultTemperature": 0.0,
|
|
273
|
-
"recommendedProviders": ["anthropic", "openai"],
|
|
274
|
-
"tools": ["read", "glob", "grep", "dependency_audit", "code_security_scan", "analyze_attack_surface"],
|
|
275
|
-
"requiresAuth": true
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"id": "competitive_rl",
|
|
279
|
-
"label": "Competitive RL (Alpha Zero 2)",
|
|
280
|
-
"description": "Competitive multi-agent reinforcement learning for code optimization",
|
|
281
|
-
"requiredCapabilities": ["chat", "tools", "reasoning"],
|
|
282
|
-
"preferredCapabilities": ["streaming"],
|
|
283
|
-
"defaultTemperature": 0.2,
|
|
284
|
-
"recommendedProviders": ["anthropic", "openai"],
|
|
285
|
-
"tools": ["alpha_zero_evaluate", "alpha_zero_tournament", "alpha_zero_introspect", "alpha_zero_metrics"]
|
|
286
|
-
}
|
|
287
|
-
],
|
|
288
|
-
|
|
289
|
-
"toolCategories": [
|
|
290
|
-
{
|
|
291
|
-
"id": "core",
|
|
292
|
-
"label": "Core Tools",
|
|
293
|
-
"description": "Essential tools always available",
|
|
294
|
-
"alwaysEnabled": true,
|
|
295
|
-
"tools": ["read", "write", "edit", "bash", "glob", "grep"]
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"id": "web",
|
|
299
|
-
"label": "Web Tools",
|
|
300
|
-
"description": "Web search and fetch capabilities",
|
|
301
|
-
"alwaysEnabled": false,
|
|
302
|
-
"tools": ["web_search", "web_fetch"]
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"id": "coding",
|
|
306
|
-
"label": "Enhanced Coding",
|
|
307
|
-
"description": "Advanced code analysis and generation",
|
|
308
|
-
"alwaysEnabled": false,
|
|
309
|
-
"tools": ["analyze_complexity", "find_dependencies", "generate_docstring", "suggest_refactorings", "generate_test_stub"]
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"id": "security",
|
|
313
|
-
"label": "Security Research",
|
|
314
|
-
"description": "Security analysis and auditing",
|
|
315
|
-
"alwaysEnabled": false,
|
|
316
|
-
"requiresAuth": true,
|
|
317
|
-
"tools": ["dependency_audit", "code_security_scan", "analyze_attack_surface"]
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"id": "alpha_zero",
|
|
321
|
-
"label": "Alpha Zero 2",
|
|
322
|
-
"description": "Competitive RL framework",
|
|
323
|
-
"alwaysEnabled": false,
|
|
324
|
-
"tools": ["alpha_zero_evaluate", "alpha_zero_tournament", "alpha_zero_introspect", "alpha_zero_history", "alpha_zero_metrics"]
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"id": "mcp",
|
|
328
|
-
"label": "Model Context Protocol",
|
|
329
|
-
"description": "MCP server integration",
|
|
330
|
-
"alwaysEnabled": false,
|
|
331
|
-
"tools": []
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"id": "intelligence",
|
|
335
|
-
"label": "Code Intelligence",
|
|
336
|
-
"description": "Automated code analysis, refactoring, documentation, and test generation",
|
|
337
|
-
"alwaysEnabled": false,
|
|
338
|
-
"tools": ["intelligence_analyze", "intelligence_refactor", "intelligence_document", "intelligence_test", "intelligence_full"]
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
|
|
342
|
-
"tools": [
|
|
343
|
-
{
|
|
344
|
-
"id": "read",
|
|
345
|
-
"name": "Read",
|
|
346
|
-
"description": "Read file contents from the filesystem",
|
|
347
|
-
"category": "core",
|
|
348
|
-
"cacheable": true,
|
|
349
|
-
"parameters": {
|
|
350
|
-
"type": "object",
|
|
351
|
-
"properties": {
|
|
352
|
-
"file_path": {"type": "string", "description": "Absolute path to the file"},
|
|
353
|
-
"offset": {"type": "number", "description": "Line number to start from"},
|
|
354
|
-
"limit": {"type": "number", "description": "Number of lines to read"}
|
|
355
|
-
},
|
|
356
|
-
"required": ["file_path"]
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"id": "write",
|
|
361
|
-
"name": "Write",
|
|
362
|
-
"description": "Write content to a file",
|
|
363
|
-
"category": "core",
|
|
364
|
-
"cacheable": false,
|
|
365
|
-
"parameters": {
|
|
366
|
-
"type": "object",
|
|
367
|
-
"properties": {
|
|
368
|
-
"file_path": {"type": "string", "description": "Absolute path to the file"},
|
|
369
|
-
"content": {"type": "string", "description": "Content to write"}
|
|
370
|
-
},
|
|
371
|
-
"required": ["file_path", "content"]
|
|
372
|
-
}
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"id": "edit",
|
|
376
|
-
"name": "Edit",
|
|
377
|
-
"description": "Performs exact string replacements in files. Use empty old_string to create a file and empty new_string to delete matched text.",
|
|
378
|
-
"category": "core",
|
|
379
|
-
"cacheable": false,
|
|
380
|
-
"parameters": {
|
|
381
|
-
"type": "object",
|
|
382
|
-
"properties": {
|
|
383
|
-
"file_path": {"type": "string", "description": "Absolute path to the file to modify or create"},
|
|
384
|
-
"old_string": {"type": "string", "description": "Exact text to replace. Use empty string to create a new file."},
|
|
385
|
-
"new_string": {"type": "string", "description": "Replacement text. Use empty string to delete the match. Defaults to empty when omitted."},
|
|
386
|
-
"replace_all": {"type": "boolean", "description": "Replace all occurrences instead of enforcing uniqueness"}
|
|
387
|
-
},
|
|
388
|
-
"required": ["file_path", "old_string"]
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"id": "bash",
|
|
393
|
-
"name": "Bash",
|
|
394
|
-
"description": "Execute shell commands",
|
|
395
|
-
"category": "core",
|
|
396
|
-
"cacheable": false,
|
|
397
|
-
"parameters": {
|
|
398
|
-
"type": "object",
|
|
399
|
-
"properties": {
|
|
400
|
-
"command": {"type": "string", "description": "Command to execute"},
|
|
401
|
-
"timeout": {"type": "number", "description": "Timeout in milliseconds"},
|
|
402
|
-
"description": {"type": "string", "description": "What this command does"}
|
|
403
|
-
},
|
|
404
|
-
"required": ["command"]
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"id": "glob",
|
|
409
|
-
"name": "Glob",
|
|
410
|
-
"description": "Find files matching a pattern",
|
|
411
|
-
"category": "core",
|
|
412
|
-
"cacheable": true,
|
|
413
|
-
"parameters": {
|
|
414
|
-
"type": "object",
|
|
415
|
-
"properties": {
|
|
416
|
-
"pattern": {"type": "string", "description": "Glob pattern to match"},
|
|
417
|
-
"path": {"type": "string", "description": "Directory to search in"}
|
|
418
|
-
},
|
|
419
|
-
"required": ["pattern"]
|
|
420
|
-
}
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"id": "grep",
|
|
424
|
-
"name": "Grep",
|
|
425
|
-
"description": "Search file contents with regex",
|
|
426
|
-
"category": "core",
|
|
427
|
-
"cacheable": true,
|
|
428
|
-
"parameters": {
|
|
429
|
-
"type": "object",
|
|
430
|
-
"properties": {
|
|
431
|
-
"pattern": {"type": "string", "description": "Regex pattern to search for"},
|
|
432
|
-
"path": {"type": "string", "description": "File or directory to search"},
|
|
433
|
-
"output_mode": {"type": "string", "enum": ["content", "files_with_matches", "count"]}
|
|
434
|
-
},
|
|
435
|
-
"required": ["pattern"]
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"id": "web_search",
|
|
440
|
-
"name": "WebSearch",
|
|
441
|
-
"description": "Search the web for information",
|
|
442
|
-
"category": "web",
|
|
443
|
-
"cacheable": true,
|
|
444
|
-
"parameters": {
|
|
445
|
-
"type": "object",
|
|
446
|
-
"properties": {
|
|
447
|
-
"query": {"type": "string", "description": "Search query"}
|
|
448
|
-
},
|
|
449
|
-
"required": ["query"]
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"id": "web_fetch",
|
|
454
|
-
"name": "WebFetch",
|
|
455
|
-
"description": "Fetch and analyze web page content",
|
|
456
|
-
"category": "web",
|
|
457
|
-
"cacheable": true,
|
|
458
|
-
"parameters": {
|
|
459
|
-
"type": "object",
|
|
460
|
-
"properties": {
|
|
461
|
-
"url": {"type": "string", "description": "URL to fetch"},
|
|
462
|
-
"prompt": {"type": "string", "description": "What to extract from the page"}
|
|
463
|
-
},
|
|
464
|
-
"required": ["url", "prompt"]
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"id": "analyze_complexity",
|
|
469
|
-
"name": "AnalyzeComplexity",
|
|
470
|
-
"description": "Analyze code complexity metrics",
|
|
471
|
-
"category": "coding",
|
|
472
|
-
"cacheable": true,
|
|
473
|
-
"parameters": {
|
|
474
|
-
"type": "object",
|
|
475
|
-
"properties": {
|
|
476
|
-
"code": {"type": "string", "description": "Code to analyze"},
|
|
477
|
-
"language": {"type": "string", "description": "Programming language"}
|
|
478
|
-
},
|
|
479
|
-
"required": ["code"]
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"id": "find_dependencies",
|
|
484
|
-
"name": "FindDependencies",
|
|
485
|
-
"description": "Find imports and dependencies in code",
|
|
486
|
-
"category": "coding",
|
|
487
|
-
"cacheable": true,
|
|
488
|
-
"parameters": {
|
|
489
|
-
"type": "object",
|
|
490
|
-
"properties": {
|
|
491
|
-
"code": {"type": "string", "description": "Code to analyze"},
|
|
492
|
-
"language": {"type": "string", "description": "Programming language"}
|
|
493
|
-
},
|
|
494
|
-
"required": ["code"]
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"id": "generate_docstring",
|
|
499
|
-
"name": "GenerateDocstring",
|
|
500
|
-
"description": "Generate documentation for code",
|
|
501
|
-
"category": "coding",
|
|
502
|
-
"cacheable": false,
|
|
503
|
-
"parameters": {
|
|
504
|
-
"type": "object",
|
|
505
|
-
"properties": {
|
|
506
|
-
"code": {"type": "string", "description": "Code to document"},
|
|
507
|
-
"style": {"type": "string", "enum": ["google", "numpy", "sphinx", "jsdoc"]}
|
|
508
|
-
},
|
|
509
|
-
"required": ["code"]
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"id": "suggest_refactorings",
|
|
514
|
-
"name": "SuggestRefactorings",
|
|
515
|
-
"description": "Suggest code refactoring improvements",
|
|
516
|
-
"category": "coding",
|
|
517
|
-
"cacheable": true,
|
|
518
|
-
"parameters": {
|
|
519
|
-
"type": "object",
|
|
520
|
-
"properties": {
|
|
521
|
-
"code": {"type": "string", "description": "Code to analyze"},
|
|
522
|
-
"focus": {"type": "array", "items": {"type": "string"}}
|
|
523
|
-
},
|
|
524
|
-
"required": ["code"]
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"id": "generate_test_stub",
|
|
529
|
-
"name": "GenerateTestStub",
|
|
530
|
-
"description": "Generate test stubs for code",
|
|
531
|
-
"category": "coding",
|
|
532
|
-
"cacheable": false,
|
|
533
|
-
"parameters": {
|
|
534
|
-
"type": "object",
|
|
535
|
-
"properties": {
|
|
536
|
-
"code": {"type": "string", "description": "Code to test"},
|
|
537
|
-
"framework": {"type": "string", "description": "Test framework"}
|
|
538
|
-
},
|
|
539
|
-
"required": ["code"]
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"id": "dependency_audit",
|
|
544
|
-
"name": "DependencyAudit",
|
|
545
|
-
"description": "Audit dependencies for vulnerabilities",
|
|
546
|
-
"category": "security",
|
|
547
|
-
"cacheable": true,
|
|
548
|
-
"requiresAuth": true,
|
|
549
|
-
"parameters": {
|
|
550
|
-
"type": "object",
|
|
551
|
-
"properties": {
|
|
552
|
-
"packageFile": {"type": "string", "description": "Path to package file"},
|
|
553
|
-
"severityThreshold": {"type": "string", "enum": ["critical", "high", "medium", "low"]}
|
|
554
|
-
},
|
|
555
|
-
"required": ["packageFile"]
|
|
556
|
-
}
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"id": "code_security_scan",
|
|
560
|
-
"name": "CodeSecurityScan",
|
|
561
|
-
"description": "Scan code for security vulnerabilities",
|
|
562
|
-
"category": "security",
|
|
563
|
-
"cacheable": true,
|
|
564
|
-
"requiresAuth": true,
|
|
565
|
-
"parameters": {
|
|
566
|
-
"type": "object",
|
|
567
|
-
"properties": {
|
|
568
|
-
"code": {"type": "string", "description": "Code to scan"},
|
|
569
|
-
"language": {"type": "string", "description": "Programming language"}
|
|
570
|
-
},
|
|
571
|
-
"required": ["code", "language"]
|
|
572
|
-
}
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"id": "analyze_attack_surface",
|
|
576
|
-
"name": "AnalyzeAttackSurface",
|
|
577
|
-
"description": "Analyze code attack surface",
|
|
578
|
-
"category": "security",
|
|
579
|
-
"cacheable": true,
|
|
580
|
-
"requiresAuth": true,
|
|
581
|
-
"parameters": {
|
|
582
|
-
"type": "object",
|
|
583
|
-
"properties": {
|
|
584
|
-
"code": {"type": "string", "description": "Code to analyze"},
|
|
585
|
-
"context": {"type": "string", "enum": ["web_app", "api", "cli", "library"]}
|
|
586
|
-
},
|
|
587
|
-
"required": ["code"]
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"id": "alpha_zero_evaluate",
|
|
592
|
-
"name": "AlphaZeroEvaluate",
|
|
593
|
-
"description": "Evaluate code quality with Alpha Zero 2 metrics",
|
|
594
|
-
"category": "alpha_zero",
|
|
595
|
-
"cacheable": true,
|
|
596
|
-
"parameters": {
|
|
597
|
-
"type": "object",
|
|
598
|
-
"properties": {
|
|
599
|
-
"code": {"type": "string", "description": "Code to evaluate"}
|
|
600
|
-
},
|
|
601
|
-
"required": ["code"]
|
|
602
|
-
}
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"id": "alpha_zero_tournament",
|
|
606
|
-
"name": "AlphaZeroTournament",
|
|
607
|
-
"description": "Run a competitive tournament between agents",
|
|
608
|
-
"category": "alpha_zero",
|
|
609
|
-
"cacheable": false,
|
|
610
|
-
"parameters": {
|
|
611
|
-
"type": "object",
|
|
612
|
-
"properties": {
|
|
613
|
-
"taskPrompts": {"type": "array", "items": {"type": "string"}},
|
|
614
|
-
"numRounds": {"type": "integer"}
|
|
615
|
-
},
|
|
616
|
-
"required": ["taskPrompts"]
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"id": "alpha_zero_introspect",
|
|
621
|
-
"name": "AlphaZeroIntrospect",
|
|
622
|
-
"description": "Analyze agent performance and get improvement suggestions",
|
|
623
|
-
"category": "alpha_zero",
|
|
624
|
-
"cacheable": false,
|
|
625
|
-
"parameters": {
|
|
626
|
-
"type": "object",
|
|
627
|
-
"properties": {}
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"id": "alpha_zero_history",
|
|
632
|
-
"name": "AlphaZeroHistory",
|
|
633
|
-
"description": "Get historical competition data",
|
|
634
|
-
"category": "alpha_zero",
|
|
635
|
-
"cacheable": true,
|
|
636
|
-
"parameters": {
|
|
637
|
-
"type": "object",
|
|
638
|
-
"properties": {}
|
|
639
|
-
}
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"id": "alpha_zero_metrics",
|
|
643
|
-
"name": "AlphaZeroMetrics",
|
|
644
|
-
"description": "Get comprehensive performance metrics",
|
|
645
|
-
"category": "alpha_zero",
|
|
646
|
-
"cacheable": false,
|
|
647
|
-
"parameters": {
|
|
648
|
-
"type": "object",
|
|
649
|
-
"properties": {
|
|
650
|
-
"timeframe": {"type": "string", "enum": ["hour", "day", "week", "month", "all"]},
|
|
651
|
-
"includeTrends": {"type": "boolean"}
|
|
652
|
-
}
|
|
653
|
-
}
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"id": "intelligence_analyze",
|
|
657
|
-
"name": "IntelligenceAnalyze",
|
|
658
|
-
"description": "Analyze codebase for issues, patterns, and metrics",
|
|
659
|
-
"category": "intelligence",
|
|
660
|
-
"cacheable": true,
|
|
661
|
-
"parameters": {
|
|
662
|
-
"type": "object",
|
|
663
|
-
"properties": {
|
|
664
|
-
"path": {"type": "string", "description": "Path to analyze (file or directory)"},
|
|
665
|
-
"includeMetrics": {"type": "boolean", "description": "Include code quality metrics"},
|
|
666
|
-
"severity": {"type": "string", "enum": ["all", "critical", "high", "medium", "low"], "description": "Minimum severity to report"}
|
|
667
|
-
}
|
|
668
|
-
}
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"id": "intelligence_refactor",
|
|
672
|
-
"name": "IntelligenceRefactor",
|
|
673
|
-
"description": "Find and optionally apply refactoring opportunities",
|
|
674
|
-
"category": "intelligence",
|
|
675
|
-
"cacheable": false,
|
|
676
|
-
"parameters": {
|
|
677
|
-
"type": "object",
|
|
678
|
-
"properties": {
|
|
679
|
-
"path": {"type": "string", "description": "Path to analyze"},
|
|
680
|
-
"autoApply": {"type": "boolean", "description": "Automatically apply safe refactorings"},
|
|
681
|
-
"riskLevel": {"type": "string", "enum": ["safe", "low", "medium", "all"], "description": "Maximum risk level to consider"}
|
|
2
|
+
"$schema": "./schemas/unified-schema.schema.json",
|
|
3
|
+
"contractVersion": "2.0.0",
|
|
4
|
+
"version": "2024-11-25",
|
|
5
|
+
"label": "AGI CLI Unified AI Task Schema",
|
|
6
|
+
"description": "Comprehensive schema for all AI tasks, providers, tools, and capabilities - single source of truth",
|
|
7
|
+
"providers": [
|
|
8
|
+
{
|
|
9
|
+
"id": "anthropic",
|
|
10
|
+
"label": "Anthropic",
|
|
11
|
+
"description": "Anthropic Claude models - state of the art reasoning and coding",
|
|
12
|
+
"baseUrl": "https://api.anthropic.com",
|
|
13
|
+
"apiVersion": "2023-06-01",
|
|
14
|
+
"envVars": {
|
|
15
|
+
"apiKey": "ANTHROPIC_API_KEY"
|
|
16
|
+
},
|
|
17
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming", "vision", "prompt_caching"],
|
|
18
|
+
"rateLimiting": {
|
|
19
|
+
"maxRetries": 4,
|
|
20
|
+
"baseDelayMs": 750,
|
|
21
|
+
"maxDelayMs": 40000,
|
|
22
|
+
"backoffMultiplier": 2
|
|
23
|
+
},
|
|
24
|
+
"models": ["claude-opus-4-5-20251101", "claude-sonnet-4-5-20250929", "claude-haiku-4-5-20251001"],
|
|
25
|
+
"defaultModel": "claude-sonnet-4-5-20250929",
|
|
26
|
+
"status": "production"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "openai",
|
|
30
|
+
"label": "OpenAI",
|
|
31
|
+
"description": "OpenAI GPT models including reasoning and coding variants",
|
|
32
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
33
|
+
"envVars": {
|
|
34
|
+
"apiKey": "OPENAI_API_KEY"
|
|
35
|
+
},
|
|
36
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming", "vision"],
|
|
37
|
+
"apiVariants": ["chat_completions", "responses"],
|
|
38
|
+
"models": ["gpt-4o", "gpt-4o-mini", "o1", "o1-mini", "o1-pro", "o3", "o3-pro", "gpt-4-turbo"],
|
|
39
|
+
"defaultModel": "gpt-4o",
|
|
40
|
+
"reasoningModels": ["o1", "o1-mini", "o1-pro", "o3", "o3-pro"],
|
|
41
|
+
"status": "production"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "google",
|
|
45
|
+
"label": "Google AI",
|
|
46
|
+
"description": "Google Gemini models with multimodal capabilities",
|
|
47
|
+
"baseUrl": "https://generativelanguage.googleapis.com",
|
|
48
|
+
"envVars": {
|
|
49
|
+
"apiKey": "GEMINI_API_KEY"
|
|
50
|
+
},
|
|
51
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming", "multimodal", "vision"],
|
|
52
|
+
"models": ["gemini-2.0-flash-exp", "gemini-1.5-pro", "gemini-1.5-flash"],
|
|
53
|
+
"defaultModel": "gemini-2.0-flash-exp",
|
|
54
|
+
"status": "production"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "deepseek",
|
|
58
|
+
"label": "DeepSeek",
|
|
59
|
+
"description": "DeepSeek reasoning and coding models",
|
|
60
|
+
"baseUrl": "https://api.deepseek.com",
|
|
61
|
+
"envVars": {
|
|
62
|
+
"apiKey": "DEEPSEEK_API_KEY"
|
|
63
|
+
},
|
|
64
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming"],
|
|
65
|
+
"openaiCompatible": true,
|
|
66
|
+
"models": ["deepseek-reasoner", "deepseek-chat"],
|
|
67
|
+
"defaultModel": "deepseek-reasoner",
|
|
68
|
+
"status": "production"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "xai",
|
|
72
|
+
"label": "xAI",
|
|
73
|
+
"description": "xAI Grok models for coding and reasoning",
|
|
74
|
+
"baseUrl": "https://api.x.ai/v1",
|
|
75
|
+
"envVars": {
|
|
76
|
+
"apiKey": "XAI_API_KEY"
|
|
77
|
+
},
|
|
78
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming"],
|
|
79
|
+
"openaiCompatible": true,
|
|
80
|
+
"models": ["grok-beta", "grok-2"],
|
|
81
|
+
"defaultModel": "grok-beta",
|
|
82
|
+
"status": "production"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "ollama",
|
|
86
|
+
"label": "Ollama (Local)",
|
|
87
|
+
"description": "Run open-weight models locally via Ollama",
|
|
88
|
+
"baseUrl": "http://localhost:11434/v1",
|
|
89
|
+
"envVars": {
|
|
90
|
+
"baseUrl": "OLLAMA_BASE_URL"
|
|
91
|
+
},
|
|
92
|
+
"capabilities": ["chat", "tools", "streaming"],
|
|
93
|
+
"openaiCompatible": true,
|
|
94
|
+
"models": ["llama3.1:8b", "llama3.2:3b", "qwen2.5:7b", "mistral:7b", "codellama:7b"],
|
|
95
|
+
"defaultModel": "llama3.1:8b",
|
|
96
|
+
"status": "production"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "mistral",
|
|
100
|
+
"label": "Mistral AI",
|
|
101
|
+
"description": "Mistral AI models",
|
|
102
|
+
"baseUrl": "https://api.mistral.ai/v1",
|
|
103
|
+
"envVars": {
|
|
104
|
+
"apiKey": "MISTRAL_API_KEY"
|
|
105
|
+
},
|
|
106
|
+
"capabilities": ["chat", "tools", "streaming"],
|
|
107
|
+
"openaiCompatible": true,
|
|
108
|
+
"models": ["mistral-large-latest", "mistral-medium-latest", "codestral-latest"],
|
|
109
|
+
"defaultModel": "mistral-large-latest",
|
|
110
|
+
"status": "production"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "groq",
|
|
114
|
+
"label": "Groq",
|
|
115
|
+
"description": "Groq ultra-fast inference for open models",
|
|
116
|
+
"baseUrl": "https://api.groq.com/openai/v1",
|
|
117
|
+
"envVars": {
|
|
118
|
+
"apiKey": "GROQ_API_KEY"
|
|
119
|
+
},
|
|
120
|
+
"capabilities": ["chat", "tools", "streaming"],
|
|
121
|
+
"openaiCompatible": true,
|
|
122
|
+
"models": ["llama-3.1-70b-versatile", "llama-3.1-8b-instant", "mixtral-8x7b-32768"],
|
|
123
|
+
"defaultModel": "llama-3.1-70b-versatile",
|
|
124
|
+
"status": "production"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "together",
|
|
128
|
+
"label": "Together AI",
|
|
129
|
+
"description": "Together AI inference platform",
|
|
130
|
+
"baseUrl": "https://api.together.xyz/v1",
|
|
131
|
+
"envVars": {
|
|
132
|
+
"apiKey": "TOGETHER_API_KEY"
|
|
133
|
+
},
|
|
134
|
+
"capabilities": ["chat", "tools", "streaming"],
|
|
135
|
+
"openaiCompatible": true,
|
|
136
|
+
"models": ["meta-llama/Llama-3-70b-chat-hf", "mistralai/Mixtral-8x7B-Instruct-v0.1"],
|
|
137
|
+
"defaultModel": "meta-llama/Llama-3-70b-chat-hf",
|
|
138
|
+
"status": "production"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"id": "fireworks",
|
|
142
|
+
"label": "Fireworks AI",
|
|
143
|
+
"description": "Fireworks AI inference platform",
|
|
144
|
+
"baseUrl": "https://api.fireworks.ai/inference/v1",
|
|
145
|
+
"envVars": {
|
|
146
|
+
"apiKey": "FIREWORKS_API_KEY"
|
|
147
|
+
},
|
|
148
|
+
"capabilities": ["chat", "tools", "streaming"],
|
|
149
|
+
"openaiCompatible": true,
|
|
150
|
+
"models": ["accounts/fireworks/models/llama-v3p1-70b-instruct"],
|
|
151
|
+
"defaultModel": "accounts/fireworks/models/llama-v3p1-70b-instruct",
|
|
152
|
+
"status": "production"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "azure_openai",
|
|
156
|
+
"label": "Azure OpenAI",
|
|
157
|
+
"description": "OpenAI models hosted on Azure",
|
|
158
|
+
"envVars": {
|
|
159
|
+
"apiKey": "AZURE_OPENAI_API_KEY",
|
|
160
|
+
"endpoint": "AZURE_OPENAI_ENDPOINT",
|
|
161
|
+
"deploymentId": "AZURE_OPENAI_DEPLOYMENT"
|
|
162
|
+
},
|
|
163
|
+
"capabilities": ["chat", "tools", "streaming", "vision"],
|
|
164
|
+
"models": ["gpt-4o", "gpt-4-turbo"],
|
|
165
|
+
"defaultModel": "gpt-4o",
|
|
166
|
+
"status": "production"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": "bedrock",
|
|
170
|
+
"label": "AWS Bedrock",
|
|
171
|
+
"description": "AWS Bedrock foundation models",
|
|
172
|
+
"envVars": {
|
|
173
|
+
"accessKeyId": "AWS_ACCESS_KEY_ID",
|
|
174
|
+
"secretAccessKey": "AWS_SECRET_ACCESS_KEY",
|
|
175
|
+
"region": "AWS_REGION"
|
|
176
|
+
},
|
|
177
|
+
"capabilities": ["chat", "tools", "streaming"],
|
|
178
|
+
"models": ["anthropic.claude-3-sonnet", "anthropic.claude-3-haiku", "meta.llama3-70b-instruct-v1"],
|
|
179
|
+
"defaultModel": "anthropic.claude-3-sonnet",
|
|
180
|
+
"status": "production"
|
|
682
181
|
}
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
182
|
+
],
|
|
183
|
+
"taskTypes": [
|
|
184
|
+
{
|
|
185
|
+
"id": "coding",
|
|
186
|
+
"label": "Code Generation & Editing",
|
|
187
|
+
"description": "Generate, edit, refactor, and analyze code",
|
|
188
|
+
"requiredCapabilities": ["chat", "tools"],
|
|
189
|
+
"preferredCapabilities": ["reasoning", "streaming"],
|
|
190
|
+
"defaultTemperature": 0.0,
|
|
191
|
+
"recommendedProviders": ["anthropic", "openai", "deepseek"],
|
|
192
|
+
"tools": ["read", "write", "edit", "bash", "glob", "grep"]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "reasoning",
|
|
196
|
+
"label": "Complex Reasoning",
|
|
197
|
+
"description": "Multi-step reasoning, planning, and analysis",
|
|
198
|
+
"requiredCapabilities": ["chat", "reasoning"],
|
|
199
|
+
"preferredCapabilities": ["tools", "streaming"],
|
|
200
|
+
"defaultTemperature": 0.3,
|
|
201
|
+
"recommendedProviders": ["anthropic", "openai", "deepseek"],
|
|
202
|
+
"tools": ["read", "glob", "grep", "web_search", "web_fetch"]
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"id": "chat",
|
|
206
|
+
"label": "Conversational",
|
|
207
|
+
"description": "General conversation and Q&A",
|
|
208
|
+
"requiredCapabilities": ["chat"],
|
|
209
|
+
"preferredCapabilities": ["streaming"],
|
|
210
|
+
"defaultTemperature": 0.7,
|
|
211
|
+
"recommendedProviders": ["anthropic", "openai", "google"],
|
|
212
|
+
"tools": []
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "analysis",
|
|
216
|
+
"label": "Code Analysis",
|
|
217
|
+
"description": "Analyze code quality, security, dependencies",
|
|
218
|
+
"requiredCapabilities": ["chat", "tools"],
|
|
219
|
+
"preferredCapabilities": ["reasoning"],
|
|
220
|
+
"defaultTemperature": 0.0,
|
|
221
|
+
"recommendedProviders": ["anthropic", "openai"],
|
|
222
|
+
"tools": ["read", "glob", "grep", "analyze_complexity", "dependency_audit", "code_security_scan"]
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": "research",
|
|
226
|
+
"label": "Research & Information",
|
|
227
|
+
"description": "Research topics, gather information",
|
|
228
|
+
"requiredCapabilities": ["chat"],
|
|
229
|
+
"preferredCapabilities": ["tools", "streaming"],
|
|
230
|
+
"defaultTemperature": 0.5,
|
|
231
|
+
"recommendedProviders": ["anthropic", "openai", "google"],
|
|
232
|
+
"tools": ["web_search", "web_fetch", "read"]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "multimodal",
|
|
236
|
+
"label": "Vision & Multimodal",
|
|
237
|
+
"description": "Process images, documents, and mixed content",
|
|
238
|
+
"requiredCapabilities": ["chat", "multimodal"],
|
|
239
|
+
"preferredCapabilities": ["vision", "streaming"],
|
|
240
|
+
"defaultTemperature": 0.3,
|
|
241
|
+
"recommendedProviders": ["google", "anthropic", "openai"],
|
|
242
|
+
"tools": ["read", "write"]
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"id": "testing",
|
|
246
|
+
"label": "Test Generation",
|
|
247
|
+
"description": "Generate and run tests",
|
|
248
|
+
"requiredCapabilities": ["chat", "tools"],
|
|
249
|
+
"preferredCapabilities": ["reasoning"],
|
|
250
|
+
"defaultTemperature": 0.0,
|
|
251
|
+
"recommendedProviders": ["anthropic", "openai"],
|
|
252
|
+
"tools": ["read", "write", "edit", "bash", "generate_test_stub"]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "documentation",
|
|
256
|
+
"label": "Documentation",
|
|
257
|
+
"description": "Generate documentation and comments",
|
|
258
|
+
"requiredCapabilities": ["chat", "tools"],
|
|
259
|
+
"preferredCapabilities": ["streaming"],
|
|
260
|
+
"defaultTemperature": 0.3,
|
|
261
|
+
"recommendedProviders": ["anthropic", "openai"],
|
|
262
|
+
"tools": ["read", "write", "edit", "generate_docstring"]
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"id": "security",
|
|
266
|
+
"label": "Security Analysis",
|
|
267
|
+
"description": "Security auditing and vulnerability analysis",
|
|
268
|
+
"requiredCapabilities": ["chat", "tools", "reasoning"],
|
|
269
|
+
"preferredCapabilities": ["streaming"],
|
|
270
|
+
"defaultTemperature": 0.0,
|
|
271
|
+
"recommendedProviders": ["anthropic", "openai"],
|
|
272
|
+
"tools": ["read", "glob", "grep", "dependency_audit", "code_security_scan", "analyze_attack_surface"],
|
|
273
|
+
"requiresAuth": true
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "competitive_rl",
|
|
277
|
+
"label": "Competitive RL (Alpha Zero 2)",
|
|
278
|
+
"description": "Competitive multi-agent reinforcement learning for code optimization",
|
|
279
|
+
"requiredCapabilities": ["chat", "tools", "reasoning"],
|
|
280
|
+
"preferredCapabilities": ["streaming"],
|
|
281
|
+
"defaultTemperature": 0.2,
|
|
282
|
+
"recommendedProviders": ["anthropic", "openai"],
|
|
283
|
+
"tools": ["alpha_zero_evaluate", "alpha_zero_tournament", "alpha_zero_introspect", "alpha_zero_metrics"]
|
|
697
284
|
}
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
285
|
+
],
|
|
286
|
+
"toolCategories": [
|
|
287
|
+
{
|
|
288
|
+
"id": "core",
|
|
289
|
+
"label": "Core Tools",
|
|
290
|
+
"description": "Essential tools always available",
|
|
291
|
+
"alwaysEnabled": true,
|
|
292
|
+
"tools": ["read", "write", "edit", "bash", "glob", "grep"]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": "web",
|
|
296
|
+
"label": "Web Tools",
|
|
297
|
+
"description": "Web search and fetch capabilities",
|
|
298
|
+
"alwaysEnabled": false,
|
|
299
|
+
"tools": ["web_search", "web_fetch"]
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"id": "coding",
|
|
303
|
+
"label": "Enhanced Coding",
|
|
304
|
+
"description": "Advanced code analysis and generation",
|
|
305
|
+
"alwaysEnabled": false,
|
|
306
|
+
"tools": ["analyze_complexity", "find_dependencies", "generate_docstring", "suggest_refactorings", "generate_test_stub"]
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "security",
|
|
310
|
+
"label": "Security Research",
|
|
311
|
+
"description": "Security analysis and auditing",
|
|
312
|
+
"alwaysEnabled": false,
|
|
313
|
+
"requiresAuth": true,
|
|
314
|
+
"tools": ["dependency_audit", "code_security_scan", "analyze_attack_surface"]
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"id": "alpha_zero",
|
|
318
|
+
"label": "Alpha Zero 2",
|
|
319
|
+
"description": "Competitive RL framework",
|
|
320
|
+
"alwaysEnabled": false,
|
|
321
|
+
"tools": ["alpha_zero_evaluate", "alpha_zero_tournament", "alpha_zero_introspect", "alpha_zero_history", "alpha_zero_metrics"]
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"id": "mcp",
|
|
325
|
+
"label": "Model Context Protocol",
|
|
326
|
+
"description": "MCP server integration",
|
|
327
|
+
"alwaysEnabled": false,
|
|
328
|
+
"tools": []
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "intelligence",
|
|
332
|
+
"label": "Code Intelligence",
|
|
333
|
+
"description": "Automated code analysis, refactoring, documentation, and test generation",
|
|
334
|
+
"alwaysEnabled": false,
|
|
335
|
+
"tools": ["intelligence_analyze", "intelligence_refactor", "intelligence_document", "intelligence_test", "intelligence_full"]
|
|
712
336
|
}
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
337
|
+
],
|
|
338
|
+
"tools": [
|
|
339
|
+
{
|
|
340
|
+
"id": "read",
|
|
341
|
+
"name": "Read",
|
|
342
|
+
"description": "Read file contents from the filesystem",
|
|
343
|
+
"category": "core",
|
|
344
|
+
"cacheable": true,
|
|
345
|
+
"parameters": {
|
|
346
|
+
"type": "object",
|
|
347
|
+
"properties": {
|
|
348
|
+
"file_path": { "type": "string", "description": "Absolute path to the file" },
|
|
349
|
+
"offset": { "type": "number", "description": "Line number to start from" },
|
|
350
|
+
"limit": { "type": "number", "description": "Number of lines to read" }
|
|
351
|
+
},
|
|
352
|
+
"required": ["file_path"]
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"id": "write",
|
|
357
|
+
"name": "Write",
|
|
358
|
+
"description": "Write content to a file",
|
|
359
|
+
"category": "core",
|
|
360
|
+
"cacheable": false,
|
|
361
|
+
"parameters": {
|
|
362
|
+
"type": "object",
|
|
363
|
+
"properties": {
|
|
364
|
+
"file_path": { "type": "string", "description": "Absolute path to the file" },
|
|
365
|
+
"content": { "type": "string", "description": "Content to write" }
|
|
366
|
+
},
|
|
367
|
+
"required": ["file_path", "content"]
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "edit",
|
|
372
|
+
"name": "Edit",
|
|
373
|
+
"description": "Performs exact string replacements in files. Use empty old_string to create a file and empty new_string to delete matched text.",
|
|
374
|
+
"category": "core",
|
|
375
|
+
"cacheable": false,
|
|
376
|
+
"parameters": {
|
|
377
|
+
"type": "object",
|
|
378
|
+
"properties": {
|
|
379
|
+
"file_path": { "type": "string", "description": "Absolute path to the file to modify or create" },
|
|
380
|
+
"old_string": { "type": "string", "description": "Exact text to replace. Use empty string to create a new file." },
|
|
381
|
+
"new_string": { "type": "string", "description": "Replacement text. Use empty string to delete the match. Defaults to empty when omitted." },
|
|
382
|
+
"replace_all": { "type": "boolean", "description": "Replace all occurrences instead of enforcing uniqueness" }
|
|
383
|
+
},
|
|
384
|
+
"required": ["file_path", "old_string"]
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"id": "bash",
|
|
389
|
+
"name": "Bash",
|
|
390
|
+
"description": "Execute shell commands",
|
|
391
|
+
"category": "core",
|
|
392
|
+
"cacheable": false,
|
|
393
|
+
"parameters": {
|
|
394
|
+
"type": "object",
|
|
395
|
+
"properties": {
|
|
396
|
+
"command": { "type": "string", "description": "Command to execute" },
|
|
397
|
+
"timeout": { "type": "number", "description": "Timeout in milliseconds" },
|
|
398
|
+
"description": { "type": "string", "description": "What this command does" }
|
|
399
|
+
},
|
|
400
|
+
"required": ["command"]
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"id": "glob",
|
|
405
|
+
"name": "Glob",
|
|
406
|
+
"description": "Find files matching a pattern",
|
|
407
|
+
"category": "core",
|
|
408
|
+
"cacheable": true,
|
|
409
|
+
"parameters": {
|
|
410
|
+
"type": "object",
|
|
411
|
+
"properties": {
|
|
412
|
+
"pattern": { "type": "string", "description": "Glob pattern to match" },
|
|
413
|
+
"path": { "type": "string", "description": "Directory to search in" }
|
|
414
|
+
},
|
|
415
|
+
"required": ["pattern"]
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"id": "grep",
|
|
420
|
+
"name": "Grep",
|
|
421
|
+
"description": "Search file contents with regex",
|
|
422
|
+
"category": "core",
|
|
423
|
+
"cacheable": true,
|
|
424
|
+
"parameters": {
|
|
425
|
+
"type": "object",
|
|
426
|
+
"properties": {
|
|
427
|
+
"pattern": { "type": "string", "description": "Regex pattern to search for" },
|
|
428
|
+
"path": { "type": "string", "description": "File or directory to search" },
|
|
429
|
+
"output_mode": { "type": "string", "enum": ["content", "files_with_matches", "count"] }
|
|
430
|
+
},
|
|
431
|
+
"required": ["pattern"]
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "web_search",
|
|
436
|
+
"name": "WebSearch",
|
|
437
|
+
"description": "Search the web for information",
|
|
438
|
+
"category": "web",
|
|
439
|
+
"cacheable": true,
|
|
440
|
+
"parameters": {
|
|
441
|
+
"type": "object",
|
|
442
|
+
"properties": {
|
|
443
|
+
"query": { "type": "string", "description": "Search query" }
|
|
444
|
+
},
|
|
445
|
+
"required": ["query"]
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"id": "web_fetch",
|
|
450
|
+
"name": "WebFetch",
|
|
451
|
+
"description": "Fetch and analyze web page content",
|
|
452
|
+
"category": "web",
|
|
453
|
+
"cacheable": true,
|
|
454
|
+
"parameters": {
|
|
455
|
+
"type": "object",
|
|
456
|
+
"properties": {
|
|
457
|
+
"url": { "type": "string", "description": "URL to fetch" },
|
|
458
|
+
"prompt": { "type": "string", "description": "What to extract from the page" }
|
|
459
|
+
},
|
|
460
|
+
"required": ["url", "prompt"]
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"id": "analyze_complexity",
|
|
465
|
+
"name": "AnalyzeComplexity",
|
|
466
|
+
"description": "Analyze code complexity metrics",
|
|
467
|
+
"category": "coding",
|
|
468
|
+
"cacheable": true,
|
|
469
|
+
"parameters": {
|
|
470
|
+
"type": "object",
|
|
471
|
+
"properties": {
|
|
472
|
+
"code": { "type": "string", "description": "Code to analyze" },
|
|
473
|
+
"language": { "type": "string", "description": "Programming language" }
|
|
474
|
+
},
|
|
475
|
+
"required": ["code"]
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"id": "find_dependencies",
|
|
480
|
+
"name": "FindDependencies",
|
|
481
|
+
"description": "Find imports and dependencies in code",
|
|
482
|
+
"category": "coding",
|
|
483
|
+
"cacheable": true,
|
|
484
|
+
"parameters": {
|
|
485
|
+
"type": "object",
|
|
486
|
+
"properties": {
|
|
487
|
+
"code": { "type": "string", "description": "Code to analyze" },
|
|
488
|
+
"language": { "type": "string", "description": "Programming language" }
|
|
489
|
+
},
|
|
490
|
+
"required": ["code"]
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "generate_docstring",
|
|
495
|
+
"name": "GenerateDocstring",
|
|
496
|
+
"description": "Generate documentation for code",
|
|
497
|
+
"category": "coding",
|
|
498
|
+
"cacheable": false,
|
|
499
|
+
"parameters": {
|
|
500
|
+
"type": "object",
|
|
501
|
+
"properties": {
|
|
502
|
+
"code": { "type": "string", "description": "Code to document" },
|
|
503
|
+
"style": { "type": "string", "enum": ["google", "numpy", "sphinx", "jsdoc"] }
|
|
504
|
+
},
|
|
505
|
+
"required": ["code"]
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"id": "suggest_refactorings",
|
|
510
|
+
"name": "SuggestRefactorings",
|
|
511
|
+
"description": "Suggest code refactoring improvements",
|
|
512
|
+
"category": "coding",
|
|
513
|
+
"cacheable": true,
|
|
514
|
+
"parameters": {
|
|
515
|
+
"type": "object",
|
|
516
|
+
"properties": {
|
|
517
|
+
"code": { "type": "string", "description": "Code to analyze" },
|
|
518
|
+
"focus": { "type": "array", "items": { "type": "string" } }
|
|
519
|
+
},
|
|
520
|
+
"required": ["code"]
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"id": "generate_test_stub",
|
|
525
|
+
"name": "GenerateTestStub",
|
|
526
|
+
"description": "Generate test stubs for code",
|
|
527
|
+
"category": "coding",
|
|
528
|
+
"cacheable": false,
|
|
529
|
+
"parameters": {
|
|
530
|
+
"type": "object",
|
|
531
|
+
"properties": {
|
|
532
|
+
"code": { "type": "string", "description": "Code to test" },
|
|
533
|
+
"framework": { "type": "string", "description": "Test framework" }
|
|
534
|
+
},
|
|
535
|
+
"required": ["code"]
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"id": "dependency_audit",
|
|
540
|
+
"name": "DependencyAudit",
|
|
541
|
+
"description": "Audit dependencies for vulnerabilities",
|
|
542
|
+
"category": "security",
|
|
543
|
+
"cacheable": true,
|
|
544
|
+
"requiresAuth": true,
|
|
545
|
+
"parameters": {
|
|
546
|
+
"type": "object",
|
|
547
|
+
"properties": {
|
|
548
|
+
"packageFile": { "type": "string", "description": "Path to package file" },
|
|
549
|
+
"severityThreshold": { "type": "string", "enum": ["critical", "high", "medium", "low"] }
|
|
550
|
+
},
|
|
551
|
+
"required": ["packageFile"]
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"id": "code_security_scan",
|
|
556
|
+
"name": "CodeSecurityScan",
|
|
557
|
+
"description": "Scan code for security vulnerabilities",
|
|
558
|
+
"category": "security",
|
|
559
|
+
"cacheable": true,
|
|
560
|
+
"requiresAuth": true,
|
|
561
|
+
"parameters": {
|
|
562
|
+
"type": "object",
|
|
563
|
+
"properties": {
|
|
564
|
+
"code": { "type": "string", "description": "Code to scan" },
|
|
565
|
+
"language": { "type": "string", "description": "Programming language" }
|
|
566
|
+
},
|
|
567
|
+
"required": ["code", "language"]
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"id": "analyze_attack_surface",
|
|
572
|
+
"name": "AnalyzeAttackSurface",
|
|
573
|
+
"description": "Analyze code attack surface",
|
|
574
|
+
"category": "security",
|
|
575
|
+
"cacheable": true,
|
|
576
|
+
"requiresAuth": true,
|
|
577
|
+
"parameters": {
|
|
578
|
+
"type": "object",
|
|
579
|
+
"properties": {
|
|
580
|
+
"code": { "type": "string", "description": "Code to analyze" },
|
|
581
|
+
"context": { "type": "string", "enum": ["web_app", "api", "cli", "library"] }
|
|
582
|
+
},
|
|
583
|
+
"required": ["code"]
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"id": "alpha_zero_evaluate",
|
|
588
|
+
"name": "AlphaZeroEvaluate",
|
|
589
|
+
"description": "Evaluate code quality with Alpha Zero 2 metrics",
|
|
590
|
+
"category": "alpha_zero",
|
|
591
|
+
"cacheable": true,
|
|
592
|
+
"parameters": {
|
|
593
|
+
"type": "object",
|
|
594
|
+
"properties": {
|
|
595
|
+
"code": { "type": "string", "description": "Code to evaluate" }
|
|
596
|
+
},
|
|
597
|
+
"required": ["code"]
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"id": "alpha_zero_tournament",
|
|
602
|
+
"name": "AlphaZeroTournament",
|
|
603
|
+
"description": "Run a competitive tournament between agents",
|
|
604
|
+
"category": "alpha_zero",
|
|
605
|
+
"cacheable": false,
|
|
606
|
+
"parameters": {
|
|
607
|
+
"type": "object",
|
|
608
|
+
"properties": {
|
|
609
|
+
"taskPrompts": { "type": "array", "items": { "type": "string" } },
|
|
610
|
+
"numRounds": { "type": "integer" }
|
|
611
|
+
},
|
|
612
|
+
"required": ["taskPrompts"]
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"id": "alpha_zero_introspect",
|
|
617
|
+
"name": "AlphaZeroIntrospect",
|
|
618
|
+
"description": "Analyze agent performance and get improvement suggestions",
|
|
619
|
+
"category": "alpha_zero",
|
|
620
|
+
"cacheable": false,
|
|
621
|
+
"parameters": {
|
|
622
|
+
"type": "object",
|
|
623
|
+
"properties": {}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "alpha_zero_history",
|
|
628
|
+
"name": "AlphaZeroHistory",
|
|
629
|
+
"description": "Get historical competition data",
|
|
630
|
+
"category": "alpha_zero",
|
|
631
|
+
"cacheable": true,
|
|
632
|
+
"parameters": {
|
|
633
|
+
"type": "object",
|
|
634
|
+
"properties": {}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"id": "alpha_zero_metrics",
|
|
639
|
+
"name": "AlphaZeroMetrics",
|
|
640
|
+
"description": "Get comprehensive performance metrics",
|
|
641
|
+
"category": "alpha_zero",
|
|
642
|
+
"cacheable": false,
|
|
643
|
+
"parameters": {
|
|
644
|
+
"type": "object",
|
|
645
|
+
"properties": {
|
|
646
|
+
"timeframe": { "type": "string", "enum": ["hour", "day", "week", "month", "all"] },
|
|
647
|
+
"includeTrends": { "type": "boolean" }
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"id": "intelligence_analyze",
|
|
653
|
+
"name": "IntelligenceAnalyze",
|
|
654
|
+
"description": "Analyze codebase for issues, patterns, and metrics",
|
|
655
|
+
"category": "intelligence",
|
|
656
|
+
"cacheable": true,
|
|
657
|
+
"parameters": {
|
|
658
|
+
"type": "object",
|
|
659
|
+
"properties": {
|
|
660
|
+
"path": { "type": "string", "description": "Path to analyze (file or directory)" },
|
|
661
|
+
"includeMetrics": { "type": "boolean", "description": "Include code quality metrics" },
|
|
662
|
+
"severity": { "type": "string", "enum": ["all", "critical", "high", "medium", "low"], "description": "Minimum severity to report" }
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"id": "intelligence_refactor",
|
|
668
|
+
"name": "IntelligenceRefactor",
|
|
669
|
+
"description": "Find and optionally apply refactoring opportunities",
|
|
670
|
+
"category": "intelligence",
|
|
671
|
+
"cacheable": false,
|
|
672
|
+
"parameters": {
|
|
673
|
+
"type": "object",
|
|
674
|
+
"properties": {
|
|
675
|
+
"path": { "type": "string", "description": "Path to analyze" },
|
|
676
|
+
"autoApply": { "type": "boolean", "description": "Automatically apply safe refactorings" },
|
|
677
|
+
"riskLevel": { "type": "string", "enum": ["safe", "low", "medium", "all"], "description": "Maximum risk level to consider" }
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"id": "intelligence_document",
|
|
683
|
+
"name": "IntelligenceDocument",
|
|
684
|
+
"description": "Generate documentation from code analysis",
|
|
685
|
+
"category": "intelligence",
|
|
686
|
+
"cacheable": true,
|
|
687
|
+
"parameters": {
|
|
688
|
+
"type": "object",
|
|
689
|
+
"properties": {
|
|
690
|
+
"path": { "type": "string", "description": "Path to document" },
|
|
691
|
+
"format": { "type": "string", "enum": ["markdown", "json", "html"], "description": "Output format" },
|
|
692
|
+
"includeArchitecture": { "type": "boolean", "description": "Include architecture analysis" }
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"id": "intelligence_test",
|
|
698
|
+
"name": "IntelligenceTest",
|
|
699
|
+
"description": "Generate test suites from code analysis",
|
|
700
|
+
"category": "intelligence",
|
|
701
|
+
"cacheable": false,
|
|
702
|
+
"parameters": {
|
|
703
|
+
"type": "object",
|
|
704
|
+
"properties": {
|
|
705
|
+
"path": { "type": "string", "description": "Path to generate tests for" },
|
|
706
|
+
"framework": { "type": "string", "enum": ["jest", "mocha", "vitest", "pytest"], "description": "Test framework" },
|
|
707
|
+
"includeEdgeCases": { "type": "boolean", "description": "Include edge case tests" }
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"id": "intelligence_full",
|
|
713
|
+
"name": "IntelligenceFull",
|
|
714
|
+
"description": "Run full intelligence suite: analyze, refactor, document, and test",
|
|
715
|
+
"category": "intelligence",
|
|
716
|
+
"cacheable": false,
|
|
717
|
+
"parameters": {
|
|
718
|
+
"type": "object",
|
|
719
|
+
"properties": {
|
|
720
|
+
"path": { "type": "string", "description": "Path to analyze" },
|
|
721
|
+
"autoFix": { "type": "boolean", "description": "Automatically apply safe fixes" },
|
|
722
|
+
"outputDir": { "type": "string", "description": "Directory for output files" }
|
|
723
|
+
}
|
|
724
|
+
}
|
|
727
725
|
}
|
|
728
|
-
|
|
726
|
+
],
|
|
727
|
+
"capabilities": [
|
|
728
|
+
{ "id": "chat", "label": "Chat", "description": "Basic conversational capabilities" },
|
|
729
|
+
{ "id": "reasoning", "label": "Reasoning", "description": "Extended chain-of-thought reasoning" },
|
|
730
|
+
{ "id": "tools", "label": "Tool Use", "description": "Ability to call external tools" },
|
|
731
|
+
{ "id": "streaming", "label": "Streaming", "description": "Support for streaming responses" },
|
|
732
|
+
{ "id": "multimodal", "label": "Multimodal", "description": "Support for images and mixed content" },
|
|
733
|
+
{ "id": "vision", "label": "Vision", "description": "Image understanding capabilities" },
|
|
734
|
+
{ "id": "prompt_caching", "label": "Prompt Caching", "description": "Cache repeated prompt content" }
|
|
735
|
+
],
|
|
736
|
+
"defaults": {
|
|
737
|
+
"provider": "anthropic",
|
|
738
|
+
"model": "claude-sonnet-4-5-20250929",
|
|
739
|
+
"temperature": 0.0,
|
|
740
|
+
"maxTokens": 4096,
|
|
741
|
+
"taskType": "coding"
|
|
742
|
+
},
|
|
743
|
+
"metadata": {
|
|
744
|
+
"schemaVersion": "2.0.0",
|
|
745
|
+
"lastUpdated": "2024-11-25",
|
|
746
|
+
"author": "Bo Shang",
|
|
747
|
+
"framework": "agi-cli",
|
|
748
|
+
"description": "Unified schema for all AI tasks across all providers"
|
|
729
749
|
}
|
|
730
|
-
],
|
|
731
|
-
|
|
732
|
-
"capabilities": [
|
|
733
|
-
{"id": "chat", "label": "Chat", "description": "Basic conversational capabilities"},
|
|
734
|
-
{"id": "reasoning", "label": "Reasoning", "description": "Extended chain-of-thought reasoning"},
|
|
735
|
-
{"id": "tools", "label": "Tool Use", "description": "Ability to call external tools"},
|
|
736
|
-
{"id": "streaming", "label": "Streaming", "description": "Support for streaming responses"},
|
|
737
|
-
{"id": "multimodal", "label": "Multimodal", "description": "Support for images and mixed content"},
|
|
738
|
-
{"id": "vision", "label": "Vision", "description": "Image understanding capabilities"},
|
|
739
|
-
{"id": "prompt_caching", "label": "Prompt Caching", "description": "Cache repeated prompt content"}
|
|
740
|
-
],
|
|
741
|
-
|
|
742
|
-
"defaults": {
|
|
743
|
-
"provider": "anthropic",
|
|
744
|
-
"model": "claude-sonnet-4-5-20250929",
|
|
745
|
-
"temperature": 0.0,
|
|
746
|
-
"maxTokens": 4096,
|
|
747
|
-
"taskType": "coding"
|
|
748
|
-
},
|
|
749
|
-
|
|
750
|
-
"metadata": {
|
|
751
|
-
"schemaVersion": "2.0.0",
|
|
752
|
-
"lastUpdated": "2024-11-25",
|
|
753
|
-
"author": "Bo Shang",
|
|
754
|
-
"framework": "agi-cli",
|
|
755
|
-
"description": "Unified schema for all AI tasks across all providers"
|
|
756
|
-
}
|
|
757
750
|
}
|