@biffo/cli 0.66.1 → 0.67.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.
|
@@ -284,6 +284,29 @@
|
|
|
284
284
|
},
|
|
285
285
|
"description": "Portal UI elements the plugin adds."
|
|
286
286
|
},
|
|
287
|
+
"tools": {
|
|
288
|
+
"type": "array",
|
|
289
|
+
"items": {
|
|
290
|
+
"type": "object",
|
|
291
|
+
"required": ["name", "description"],
|
|
292
|
+
"properties": {
|
|
293
|
+
"name": {
|
|
294
|
+
"type": "string",
|
|
295
|
+
"description": "Registered tool name, matching the runtime's in-code tool registry key (ADR-0014 §7)."
|
|
296
|
+
},
|
|
297
|
+
"description": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"description": "Human-readable summary shown in the workflow builder's tool picker."
|
|
300
|
+
},
|
|
301
|
+
"parameters": {
|
|
302
|
+
"type": "object",
|
|
303
|
+
"description": "JSON Schema for the tool's arguments, as sent to the model provider."
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"additionalProperties": false
|
|
307
|
+
},
|
|
308
|
+
"description": "Tools this plugin's agent runtime exposes to agentic workers — pure declaration (name/description/parameters), mirroring the runtime's in-code registry minus the executor and availability predicate. Core surfaces these in the orchestration catalog; the registry stays the ceiling (ADR-0014 §7)."
|
|
309
|
+
},
|
|
287
310
|
"dependencies": {
|
|
288
311
|
"type": "object",
|
|
289
312
|
"additionalProperties": { "type": "string" },
|
|
@@ -284,6 +284,29 @@
|
|
|
284
284
|
},
|
|
285
285
|
"description": "Portal UI elements the plugin adds."
|
|
286
286
|
},
|
|
287
|
+
"tools": {
|
|
288
|
+
"type": "array",
|
|
289
|
+
"items": {
|
|
290
|
+
"type": "object",
|
|
291
|
+
"required": ["name", "description"],
|
|
292
|
+
"properties": {
|
|
293
|
+
"name": {
|
|
294
|
+
"type": "string",
|
|
295
|
+
"description": "Registered tool name, matching the runtime's in-code tool registry key (ADR-0014 §7)."
|
|
296
|
+
},
|
|
297
|
+
"description": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"description": "Human-readable summary shown in the workflow builder's tool picker."
|
|
300
|
+
},
|
|
301
|
+
"parameters": {
|
|
302
|
+
"type": "object",
|
|
303
|
+
"description": "JSON Schema for the tool's arguments, as sent to the model provider."
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"additionalProperties": false
|
|
307
|
+
},
|
|
308
|
+
"description": "Tools this plugin's agent runtime exposes to agentic workers — pure declaration (name/description/parameters), mirroring the runtime's in-code registry minus the executor and availability predicate. Core surfaces these in the orchestration catalog; the registry stays the ceiling (ADR-0014 §7)."
|
|
309
|
+
},
|
|
287
310
|
"dependencies": {
|
|
288
311
|
"type": "object",
|
|
289
312
|
"additionalProperties": { "type": "string" },
|