@pixelml/agenticflow-cli 0.1.0 → 1.0.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 +237 -35
- package/dist/bin/agenticflow.d.ts +6 -0
- package/dist/bin/agenticflow.d.ts.map +1 -0
- package/dist/bin/agenticflow.js +10 -0
- package/dist/bin/agenticflow.js.map +1 -0
- package/dist/cli/client.d.ts +17 -0
- package/dist/cli/client.d.ts.map +1 -0
- package/dist/cli/client.js +102 -0
- package/dist/cli/client.js.map +1 -0
- package/dist/cli/data/openapi.json +27948 -0
- package/dist/cli/data/public_ops_manifest.json +739 -0
- package/dist/cli/main.d.ts +10 -0
- package/dist/cli/main.d.ts.map +1 -0
- package/dist/cli/main.js +1158 -0
- package/dist/cli/main.js.map +1 -0
- package/dist/cli/operation-ids.d.ts +10 -0
- package/dist/cli/operation-ids.d.ts.map +1 -0
- package/dist/cli/operation-ids.js +53 -0
- package/dist/cli/operation-ids.js.map +1 -0
- package/dist/cli/playbooks.d.ts +13 -0
- package/dist/cli/playbooks.d.ts.map +1 -0
- package/dist/cli/playbooks.js +102 -0
- package/dist/cli/playbooks.js.map +1 -0
- package/dist/cli/policy.d.ts +61 -0
- package/dist/cli/policy.d.ts.map +1 -0
- package/dist/cli/policy.js +158 -0
- package/dist/cli/policy.js.map +1 -0
- package/dist/cli/spec.d.ts +33 -0
- package/dist/cli/spec.d.ts.map +1 -0
- package/dist/cli/spec.js +154 -0
- package/dist/cli/spec.js.map +1 -0
- package/package.json +22 -18
- package/LICENSE +0 -201
- package/bin/agenticflow.js +0 -42
|
@@ -0,0 +1,739 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"operation_id": "get_anonymous_by_id_v1_agent_threads_anonymous__thread_id__get",
|
|
4
|
+
"method": "GET",
|
|
5
|
+
"path": "/v1/agent-threads/anonymous/{thread_id}",
|
|
6
|
+
"tags": [
|
|
7
|
+
"agent_threads"
|
|
8
|
+
],
|
|
9
|
+
"security_len": 0,
|
|
10
|
+
"support_scope": "supported-executed",
|
|
11
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
12
|
+
"exposed_to_end_user": true,
|
|
13
|
+
"ci_live_execute": true,
|
|
14
|
+
"intents": [
|
|
15
|
+
"run",
|
|
16
|
+
"debug"
|
|
17
|
+
],
|
|
18
|
+
"stage": "observe",
|
|
19
|
+
"dependencies": [
|
|
20
|
+
"agent_threads",
|
|
21
|
+
"messages"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"operation_id": "get_anonymous_messages_v1_agent_threads_anonymous__thread_id__messages_get",
|
|
26
|
+
"method": "GET",
|
|
27
|
+
"path": "/v1/agent-threads/anonymous/{thread_id}/messages",
|
|
28
|
+
"tags": [
|
|
29
|
+
"agent_threads"
|
|
30
|
+
],
|
|
31
|
+
"security_len": 0,
|
|
32
|
+
"support_scope": "supported-executed",
|
|
33
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
34
|
+
"exposed_to_end_user": true,
|
|
35
|
+
"ci_live_execute": true,
|
|
36
|
+
"intents": [
|
|
37
|
+
"run",
|
|
38
|
+
"debug"
|
|
39
|
+
],
|
|
40
|
+
"stage": "observe",
|
|
41
|
+
"dependencies": [
|
|
42
|
+
"agent_threads",
|
|
43
|
+
"messages"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"operation_id": "get_anonymous_suggested_replies_v1_agent_threads__thread_id__anonymous_suggested_replies_post",
|
|
48
|
+
"method": "POST",
|
|
49
|
+
"path": "/v1/agent-threads/{thread_id}/anonymous/suggested_replies",
|
|
50
|
+
"tags": [
|
|
51
|
+
"agent_threads"
|
|
52
|
+
],
|
|
53
|
+
"security_len": 0,
|
|
54
|
+
"support_scope": "supported-blocked-policy",
|
|
55
|
+
"support_rationale": "Supported command intent exists, but write/side-effectful operation is intentionally excluded from automated coverage.",
|
|
56
|
+
"exposed_to_end_user": true,
|
|
57
|
+
"ci_live_execute": false,
|
|
58
|
+
"intents": [
|
|
59
|
+
"run"
|
|
60
|
+
],
|
|
61
|
+
"stage": "apply",
|
|
62
|
+
"dependencies": [
|
|
63
|
+
"agent_threads",
|
|
64
|
+
"messages"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"operation_id": "get_anonymous_by_id_v1_agents_anonymous__agent_id__get",
|
|
69
|
+
"method": "GET",
|
|
70
|
+
"path": "/v1/agents/anonymous/{agent_id}",
|
|
71
|
+
"tags": [
|
|
72
|
+
"agents"
|
|
73
|
+
],
|
|
74
|
+
"security_len": 0,
|
|
75
|
+
"support_scope": "supported-executed",
|
|
76
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
77
|
+
"exposed_to_end_user": true,
|
|
78
|
+
"ci_live_execute": true,
|
|
79
|
+
"intents": [
|
|
80
|
+
"build_agent",
|
|
81
|
+
"run"
|
|
82
|
+
],
|
|
83
|
+
"stage": "discover",
|
|
84
|
+
"dependencies": [
|
|
85
|
+
"agents",
|
|
86
|
+
"model_providers"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"operation_id": "create_v1_agents__post",
|
|
91
|
+
"method": "POST",
|
|
92
|
+
"path": "/v1/agents/",
|
|
93
|
+
"tags": [
|
|
94
|
+
"agents"
|
|
95
|
+
],
|
|
96
|
+
"security_len": 1,
|
|
97
|
+
"support_scope": "supported-executed",
|
|
98
|
+
"support_rationale": "Core end-user CLI capability (MCP-priority). Live CI coverage is policy-blocked to avoid side effects; verify via dry-run + dedicated integration environments.",
|
|
99
|
+
"exposed_to_end_user": true,
|
|
100
|
+
"ci_live_execute": false,
|
|
101
|
+
"intents": [
|
|
102
|
+
"build_agent"
|
|
103
|
+
],
|
|
104
|
+
"stage": "apply",
|
|
105
|
+
"dependencies": [
|
|
106
|
+
"agents",
|
|
107
|
+
"model_providers",
|
|
108
|
+
"node_types"
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"operation_id": "anonymous_ai_sdk_stream_v2_v1_agents_anonymous__agent_id__stream_post",
|
|
113
|
+
"method": "POST",
|
|
114
|
+
"path": "/v1/agents/anonymous/{agent_id}/stream",
|
|
115
|
+
"tags": [
|
|
116
|
+
"agents"
|
|
117
|
+
],
|
|
118
|
+
"security_len": 0,
|
|
119
|
+
"support_scope": "supported-executed",
|
|
120
|
+
"support_rationale": "Core end-user CLI capability (MCP-priority). Live CI coverage is policy-blocked to avoid side effects; verify via dry-run + dedicated integration environments.",
|
|
121
|
+
"exposed_to_end_user": true,
|
|
122
|
+
"ci_live_execute": false,
|
|
123
|
+
"intents": [
|
|
124
|
+
"run"
|
|
125
|
+
],
|
|
126
|
+
"stage": "apply",
|
|
127
|
+
"dependencies": [
|
|
128
|
+
"agents",
|
|
129
|
+
"messages",
|
|
130
|
+
"streaming"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"operation_id": "upload_file_public_v1_agents_anonymous__agent_id__upload_file_post",
|
|
135
|
+
"method": "POST",
|
|
136
|
+
"path": "/v1/agents/anonymous/{agent_id}/upload-file",
|
|
137
|
+
"tags": [
|
|
138
|
+
"agents",
|
|
139
|
+
"agent-uploads"
|
|
140
|
+
],
|
|
141
|
+
"security_len": 0,
|
|
142
|
+
"support_scope": "supported-blocked-policy",
|
|
143
|
+
"support_rationale": "Supported command intent exists, but write/side-effectful operation is intentionally excluded from automated coverage.",
|
|
144
|
+
"exposed_to_end_user": true,
|
|
145
|
+
"ci_live_execute": false,
|
|
146
|
+
"intents": [
|
|
147
|
+
"run"
|
|
148
|
+
],
|
|
149
|
+
"stage": "apply",
|
|
150
|
+
"dependencies": [
|
|
151
|
+
"agents",
|
|
152
|
+
"uploads",
|
|
153
|
+
"files"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"operation_id": "get_upload_session_public_v1_agents_anonymous__agent_id__upload_sessions__session_id__get",
|
|
158
|
+
"method": "GET",
|
|
159
|
+
"path": "/v1/agents/anonymous/{agent_id}/upload-sessions/{session_id}",
|
|
160
|
+
"tags": [
|
|
161
|
+
"agents",
|
|
162
|
+
"agent-uploads"
|
|
163
|
+
],
|
|
164
|
+
"security_len": 0,
|
|
165
|
+
"support_scope": "supported-executed",
|
|
166
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
167
|
+
"exposed_to_end_user": true,
|
|
168
|
+
"ci_live_execute": true,
|
|
169
|
+
"intents": [
|
|
170
|
+
"run",
|
|
171
|
+
"debug"
|
|
172
|
+
],
|
|
173
|
+
"stage": "observe",
|
|
174
|
+
"dependencies": [
|
|
175
|
+
"agents",
|
|
176
|
+
"uploads"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"operation_id": "health_check_v1_health_get",
|
|
181
|
+
"method": "GET",
|
|
182
|
+
"path": "/v1/health",
|
|
183
|
+
"tags": [],
|
|
184
|
+
"security_len": 0,
|
|
185
|
+
"support_scope": "supported-executed",
|
|
186
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
187
|
+
"exposed_to_end_user": true,
|
|
188
|
+
"ci_live_execute": true,
|
|
189
|
+
"intents": [
|
|
190
|
+
"debug"
|
|
191
|
+
],
|
|
192
|
+
"stage": "observe",
|
|
193
|
+
"dependencies": [
|
|
194
|
+
"service_health"
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"operation_id": "get_providers_v1_model_providers__get",
|
|
199
|
+
"method": "GET",
|
|
200
|
+
"path": "/v1/model/providers/",
|
|
201
|
+
"tags": [
|
|
202
|
+
"model"
|
|
203
|
+
],
|
|
204
|
+
"security_len": 0,
|
|
205
|
+
"support_scope": "supported-executed",
|
|
206
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
207
|
+
"exposed_to_end_user": true,
|
|
208
|
+
"ci_live_execute": true,
|
|
209
|
+
"intents": [
|
|
210
|
+
"build_agent",
|
|
211
|
+
"build_workflow"
|
|
212
|
+
],
|
|
213
|
+
"stage": "discover",
|
|
214
|
+
"dependencies": [
|
|
215
|
+
"model_providers",
|
|
216
|
+
"models"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"operation_id": "get_all_v1_node_type_categories__get",
|
|
221
|
+
"method": "GET",
|
|
222
|
+
"path": "/v1/node_type_categories/",
|
|
223
|
+
"tags": [
|
|
224
|
+
"node_type_category"
|
|
225
|
+
],
|
|
226
|
+
"security_len": 0,
|
|
227
|
+
"support_scope": "supported-executed",
|
|
228
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
229
|
+
"exposed_to_end_user": true,
|
|
230
|
+
"ci_live_execute": true,
|
|
231
|
+
"intents": [
|
|
232
|
+
"build_agent",
|
|
233
|
+
"build_workflow",
|
|
234
|
+
"build_workforce"
|
|
235
|
+
],
|
|
236
|
+
"stage": "discover",
|
|
237
|
+
"dependencies": [
|
|
238
|
+
"node_types",
|
|
239
|
+
"categories"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"operation_id": "get_by_id_v1_node_type_categories__item_id__get",
|
|
244
|
+
"method": "GET",
|
|
245
|
+
"path": "/v1/node_type_categories/{item_id}",
|
|
246
|
+
"tags": [
|
|
247
|
+
"node_type_category"
|
|
248
|
+
],
|
|
249
|
+
"security_len": 0,
|
|
250
|
+
"support_scope": "supported-executed",
|
|
251
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
252
|
+
"exposed_to_end_user": true,
|
|
253
|
+
"ci_live_execute": true,
|
|
254
|
+
"intents": [
|
|
255
|
+
"build_agent",
|
|
256
|
+
"build_workflow",
|
|
257
|
+
"build_workforce"
|
|
258
|
+
],
|
|
259
|
+
"stage": "discover",
|
|
260
|
+
"dependencies": [
|
|
261
|
+
"node_types",
|
|
262
|
+
"categories"
|
|
263
|
+
]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"operation_id": "get_nodetype_models_v1_node_types__get",
|
|
267
|
+
"method": "GET",
|
|
268
|
+
"path": "/v1/node_types/",
|
|
269
|
+
"tags": [
|
|
270
|
+
"node_type"
|
|
271
|
+
],
|
|
272
|
+
"security_len": 0,
|
|
273
|
+
"support_scope": "supported-executed",
|
|
274
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
275
|
+
"exposed_to_end_user": true,
|
|
276
|
+
"ci_live_execute": true,
|
|
277
|
+
"intents": [
|
|
278
|
+
"build_agent",
|
|
279
|
+
"build_workflow",
|
|
280
|
+
"build_workforce"
|
|
281
|
+
],
|
|
282
|
+
"stage": "discover",
|
|
283
|
+
"dependencies": [
|
|
284
|
+
"node_types",
|
|
285
|
+
"tools",
|
|
286
|
+
"integrations"
|
|
287
|
+
]
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"operation_id": "get_nodetype_model_by_name_v1_node_types_name__name__get",
|
|
291
|
+
"method": "GET",
|
|
292
|
+
"path": "/v1/node_types/name/{name}",
|
|
293
|
+
"tags": [
|
|
294
|
+
"node_type"
|
|
295
|
+
],
|
|
296
|
+
"security_len": 0,
|
|
297
|
+
"support_scope": "supported-executed",
|
|
298
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
299
|
+
"exposed_to_end_user": true,
|
|
300
|
+
"ci_live_execute": true,
|
|
301
|
+
"intents": [
|
|
302
|
+
"build_agent",
|
|
303
|
+
"build_workflow",
|
|
304
|
+
"build_workforce"
|
|
305
|
+
],
|
|
306
|
+
"stage": "discover",
|
|
307
|
+
"dependencies": [
|
|
308
|
+
"node_types",
|
|
309
|
+
"tools"
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"operation_id": "create_anonymous_input_upload_session_v1_uploads_inputs_anonymous_post",
|
|
314
|
+
"method": "POST",
|
|
315
|
+
"path": "/v1/uploads/inputs/anonymous",
|
|
316
|
+
"tags": [
|
|
317
|
+
"uploads"
|
|
318
|
+
],
|
|
319
|
+
"security_len": 0,
|
|
320
|
+
"support_scope": "supported-blocked-policy",
|
|
321
|
+
"support_rationale": "Supported command intent exists, but write/side-effectful operation is intentionally excluded from automated coverage.",
|
|
322
|
+
"exposed_to_end_user": true,
|
|
323
|
+
"ci_live_execute": false,
|
|
324
|
+
"intents": [
|
|
325
|
+
"run"
|
|
326
|
+
],
|
|
327
|
+
"stage": "apply",
|
|
328
|
+
"dependencies": [
|
|
329
|
+
"uploads",
|
|
330
|
+
"inputs",
|
|
331
|
+
"files"
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"operation_id": "get_anonymous_upload_session_status_v1_uploads_sessions__session_id__anonymous_get",
|
|
336
|
+
"method": "GET",
|
|
337
|
+
"path": "/v1/uploads/sessions/{session_id}/anonymous",
|
|
338
|
+
"tags": [
|
|
339
|
+
"uploads"
|
|
340
|
+
],
|
|
341
|
+
"security_len": 0,
|
|
342
|
+
"support_scope": "supported-executed",
|
|
343
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
344
|
+
"exposed_to_end_user": true,
|
|
345
|
+
"ci_live_execute": true,
|
|
346
|
+
"intents": [
|
|
347
|
+
"run",
|
|
348
|
+
"debug"
|
|
349
|
+
],
|
|
350
|
+
"stage": "observe",
|
|
351
|
+
"dependencies": [
|
|
352
|
+
"uploads",
|
|
353
|
+
"inputs"
|
|
354
|
+
]
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"operation_id": "create_workflow_run_model_anonymous_v1_workflow_runs_anonymous_post",
|
|
358
|
+
"method": "POST",
|
|
359
|
+
"path": "/v1/workflow_runs/anonymous",
|
|
360
|
+
"tags": [
|
|
361
|
+
"workflow_run"
|
|
362
|
+
],
|
|
363
|
+
"security_len": 0,
|
|
364
|
+
"support_scope": "supported-executed",
|
|
365
|
+
"support_rationale": "Core end-user CLI capability (MCP-priority). Live CI coverage is policy-blocked to avoid side effects; verify via dry-run + dedicated integration environments.",
|
|
366
|
+
"exposed_to_end_user": true,
|
|
367
|
+
"ci_live_execute": false,
|
|
368
|
+
"intents": [
|
|
369
|
+
"run"
|
|
370
|
+
],
|
|
371
|
+
"stage": "apply",
|
|
372
|
+
"dependencies": [
|
|
373
|
+
"workflows",
|
|
374
|
+
"workflow_runs",
|
|
375
|
+
"inputs"
|
|
376
|
+
]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"operation_id": "get_workflow_run_model_anonymous_v1_workflow_runs_anonymous__workflow_run_id__get",
|
|
380
|
+
"method": "GET",
|
|
381
|
+
"path": "/v1/workflow_runs/anonymous/{workflow_run_id}",
|
|
382
|
+
"tags": [
|
|
383
|
+
"workflow_run"
|
|
384
|
+
],
|
|
385
|
+
"security_len": 0,
|
|
386
|
+
"support_scope": "supported-executed",
|
|
387
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
388
|
+
"exposed_to_end_user": true,
|
|
389
|
+
"ci_live_execute": true,
|
|
390
|
+
"intents": [
|
|
391
|
+
"run",
|
|
392
|
+
"debug"
|
|
393
|
+
],
|
|
394
|
+
"stage": "observe",
|
|
395
|
+
"dependencies": [
|
|
396
|
+
"workflow_runs",
|
|
397
|
+
"outputs"
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"operation_id": "get_anonymous_model_v1_workflows_anonymous__workflow_id__get",
|
|
402
|
+
"method": "GET",
|
|
403
|
+
"path": "/v1/workflows/anonymous/{workflow_id}",
|
|
404
|
+
"tags": [
|
|
405
|
+
"workflow"
|
|
406
|
+
],
|
|
407
|
+
"security_len": 0,
|
|
408
|
+
"support_scope": "supported-executed",
|
|
409
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
410
|
+
"exposed_to_end_user": true,
|
|
411
|
+
"ci_live_execute": true,
|
|
412
|
+
"intents": [
|
|
413
|
+
"build_workflow",
|
|
414
|
+
"run"
|
|
415
|
+
],
|
|
416
|
+
"stage": "discover",
|
|
417
|
+
"dependencies": [
|
|
418
|
+
"workflows",
|
|
419
|
+
"node_types"
|
|
420
|
+
]
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"operation_id": "validate_create_workflow_model_v1_workflows_utils_validate_create_workflow_model_post",
|
|
424
|
+
"method": "POST",
|
|
425
|
+
"path": "/v1/workflows/utils/validate_create_workflow_model",
|
|
426
|
+
"tags": [
|
|
427
|
+
"workflow"
|
|
428
|
+
],
|
|
429
|
+
"security_len": 0,
|
|
430
|
+
"support_scope": "supported-executed",
|
|
431
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
432
|
+
"exposed_to_end_user": true,
|
|
433
|
+
"ci_live_execute": true,
|
|
434
|
+
"intents": [
|
|
435
|
+
"build_workflow",
|
|
436
|
+
"debug"
|
|
437
|
+
],
|
|
438
|
+
"stage": "validate",
|
|
439
|
+
"dependencies": [
|
|
440
|
+
"workflows",
|
|
441
|
+
"schema",
|
|
442
|
+
"validation",
|
|
443
|
+
"node_types"
|
|
444
|
+
]
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"operation_id": "get_supported_node_types_v1_workspaces__workspace_id__workforce_node_types_get",
|
|
448
|
+
"method": "GET",
|
|
449
|
+
"path": "/v1/workspaces/{workspace_id}/workforce/node-types",
|
|
450
|
+
"tags": [
|
|
451
|
+
"workforces"
|
|
452
|
+
],
|
|
453
|
+
"security_len": 0,
|
|
454
|
+
"support_scope": "supported-executed",
|
|
455
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
456
|
+
"exposed_to_end_user": true,
|
|
457
|
+
"ci_live_execute": true,
|
|
458
|
+
"intents": [
|
|
459
|
+
"build_workforce"
|
|
460
|
+
],
|
|
461
|
+
"stage": "discover",
|
|
462
|
+
"dependencies": [
|
|
463
|
+
"workforces",
|
|
464
|
+
"node_types"
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"operation_id": "get_app_connections_v1_workspaces__workspace_id__app_connections__get",
|
|
469
|
+
"method": "GET",
|
|
470
|
+
"path": "/v1/workspaces/{workspace_id}/app_connections/",
|
|
471
|
+
"tags": [
|
|
472
|
+
"app_connections"
|
|
473
|
+
],
|
|
474
|
+
"security_len": 1,
|
|
475
|
+
"support_scope": "supported-executed",
|
|
476
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
477
|
+
"exposed_to_end_user": true,
|
|
478
|
+
"ci_live_execute": true,
|
|
479
|
+
"intents": [
|
|
480
|
+
"build_agent",
|
|
481
|
+
"build_workflow",
|
|
482
|
+
"build_workforce"
|
|
483
|
+
],
|
|
484
|
+
"stage": "discover",
|
|
485
|
+
"dependencies": [
|
|
486
|
+
"app_connections",
|
|
487
|
+
"credentials",
|
|
488
|
+
"integrations"
|
|
489
|
+
]
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"operation_id": "ai_sdk_stream_v2_v1_agents__agent_id__stream_post",
|
|
493
|
+
"method": "POST",
|
|
494
|
+
"path": "/v1/agents/{agent_id}/stream",
|
|
495
|
+
"tags": [
|
|
496
|
+
"agents"
|
|
497
|
+
],
|
|
498
|
+
"security_len": 1,
|
|
499
|
+
"support_scope": "supported-executed",
|
|
500
|
+
"support_rationale": "Core end-user CLI capability (MCP-priority). Live CI coverage is policy-blocked to avoid side effects; verify via dry-run + dedicated integration environments.",
|
|
501
|
+
"exposed_to_end_user": true,
|
|
502
|
+
"ci_live_execute": false,
|
|
503
|
+
"intents": [
|
|
504
|
+
"run"
|
|
505
|
+
],
|
|
506
|
+
"stage": "apply",
|
|
507
|
+
"dependencies": [
|
|
508
|
+
"agents",
|
|
509
|
+
"messages",
|
|
510
|
+
"streaming"
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"operation_id": "create_workflow_run_model_v1_workflow_runs__post",
|
|
515
|
+
"method": "POST",
|
|
516
|
+
"path": "/v1/workflow_runs/",
|
|
517
|
+
"tags": [
|
|
518
|
+
"workflow_run"
|
|
519
|
+
],
|
|
520
|
+
"security_len": 1,
|
|
521
|
+
"support_scope": "supported-executed",
|
|
522
|
+
"support_rationale": "Core end-user CLI capability (MCP-priority). Live CI coverage is policy-blocked to avoid side effects; verify via dry-run + dedicated integration environments.",
|
|
523
|
+
"exposed_to_end_user": true,
|
|
524
|
+
"ci_live_execute": false,
|
|
525
|
+
"intents": [
|
|
526
|
+
"run"
|
|
527
|
+
],
|
|
528
|
+
"stage": "apply",
|
|
529
|
+
"dependencies": [
|
|
530
|
+
"workflow_runs",
|
|
531
|
+
"workflows",
|
|
532
|
+
"inputs"
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"operation_id": "get_by_id_v1_agents__agent_id__get",
|
|
537
|
+
"method": "GET",
|
|
538
|
+
"path": "/v1/agents/{agent_id}",
|
|
539
|
+
"tags": [
|
|
540
|
+
"agents"
|
|
541
|
+
],
|
|
542
|
+
"security_len": 1,
|
|
543
|
+
"support_scope": "supported-executed",
|
|
544
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
545
|
+
"exposed_to_end_user": true,
|
|
546
|
+
"ci_live_execute": true,
|
|
547
|
+
"intents": [
|
|
548
|
+
"build_agent",
|
|
549
|
+
"run"
|
|
550
|
+
],
|
|
551
|
+
"stage": "discover",
|
|
552
|
+
"dependencies": [
|
|
553
|
+
"agents",
|
|
554
|
+
"model_providers",
|
|
555
|
+
"tools"
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"operation_id": "get_all_v1_agents__get",
|
|
560
|
+
"method": "GET",
|
|
561
|
+
"path": "/v1/agents/{workspace_id}/",
|
|
562
|
+
"tags": [
|
|
563
|
+
"agents"
|
|
564
|
+
],
|
|
565
|
+
"security_len": 1,
|
|
566
|
+
"support_scope": "supported-executed",
|
|
567
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
568
|
+
"exposed_to_end_user": true,
|
|
569
|
+
"ci_live_execute": true,
|
|
570
|
+
"intents": [
|
|
571
|
+
"build_agent"
|
|
572
|
+
],
|
|
573
|
+
"stage": "discover",
|
|
574
|
+
"dependencies": [
|
|
575
|
+
"agents",
|
|
576
|
+
"workspaces"
|
|
577
|
+
]
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"operation_id": "update_v1_agents__agent_id__put",
|
|
581
|
+
"method": "PUT",
|
|
582
|
+
"path": "/v1/agents/{agent_id}",
|
|
583
|
+
"tags": [
|
|
584
|
+
"agents"
|
|
585
|
+
],
|
|
586
|
+
"security_len": 1,
|
|
587
|
+
"support_scope": "supported-executed",
|
|
588
|
+
"support_rationale": "Core end-user CLI capability (MCP-priority). Live CI coverage is policy-blocked to avoid side effects; verify via dry-run + dedicated integration environments.",
|
|
589
|
+
"exposed_to_end_user": true,
|
|
590
|
+
"ci_live_execute": false,
|
|
591
|
+
"intents": [
|
|
592
|
+
"build_agent"
|
|
593
|
+
],
|
|
594
|
+
"stage": "apply",
|
|
595
|
+
"dependencies": [
|
|
596
|
+
"agents",
|
|
597
|
+
"model_providers",
|
|
598
|
+
"tools",
|
|
599
|
+
"app_connections"
|
|
600
|
+
]
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"operation_id": "get_dynamic_options_v1_node_types_name__node_type_name__dynamic_options_post",
|
|
604
|
+
"method": "POST",
|
|
605
|
+
"path": "/v1/node_types/name/{node_type_name}/dynamic_options",
|
|
606
|
+
"tags": [
|
|
607
|
+
"node_type"
|
|
608
|
+
],
|
|
609
|
+
"security_len": 1,
|
|
610
|
+
"support_scope": "supported-executed",
|
|
611
|
+
"support_rationale": "Core end-user CLI capability (MCP-priority). Live CI coverage is policy-blocked to avoid side effects; verify via dry-run + dedicated integration environments.",
|
|
612
|
+
"exposed_to_end_user": true,
|
|
613
|
+
"ci_live_execute": false,
|
|
614
|
+
"intents": [
|
|
615
|
+
"build_agent",
|
|
616
|
+
"build_workflow",
|
|
617
|
+
"build_workforce"
|
|
618
|
+
],
|
|
619
|
+
"stage": "validate",
|
|
620
|
+
"dependencies": [
|
|
621
|
+
"node_types",
|
|
622
|
+
"providers",
|
|
623
|
+
"credentials",
|
|
624
|
+
"integrations"
|
|
625
|
+
]
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"operation_id": "get_workflow_model_v1_workflows__workflow_id__get",
|
|
629
|
+
"method": "GET",
|
|
630
|
+
"path": "/v1/workflows/{workflow_id}",
|
|
631
|
+
"tags": [
|
|
632
|
+
"workflow"
|
|
633
|
+
],
|
|
634
|
+
"security_len": 1,
|
|
635
|
+
"support_scope": "supported-executed",
|
|
636
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
637
|
+
"exposed_to_end_user": true,
|
|
638
|
+
"ci_live_execute": true,
|
|
639
|
+
"intents": [
|
|
640
|
+
"build_workflow",
|
|
641
|
+
"run"
|
|
642
|
+
],
|
|
643
|
+
"stage": "discover",
|
|
644
|
+
"dependencies": [
|
|
645
|
+
"workflows",
|
|
646
|
+
"node_types",
|
|
647
|
+
"connections"
|
|
648
|
+
]
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"operation_id": "get_workflow_models_v1_workspaces__workspace_id__workflows_get",
|
|
652
|
+
"method": "GET",
|
|
653
|
+
"path": "/v1/workspaces/{workspace_id}/workflows",
|
|
654
|
+
"tags": [
|
|
655
|
+
"workflows"
|
|
656
|
+
],
|
|
657
|
+
"security_len": 1,
|
|
658
|
+
"support_scope": "supported-executed",
|
|
659
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
660
|
+
"exposed_to_end_user": true,
|
|
661
|
+
"ci_live_execute": true,
|
|
662
|
+
"intents": [
|
|
663
|
+
"build_workflow"
|
|
664
|
+
],
|
|
665
|
+
"stage": "discover",
|
|
666
|
+
"dependencies": [
|
|
667
|
+
"workflows",
|
|
668
|
+
"workspaces"
|
|
669
|
+
]
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"operation_id": "create_workflow_model_v1_workspaces__workspace_id__workflows_post",
|
|
673
|
+
"method": "POST",
|
|
674
|
+
"path": "/v1/workspaces/{workspace_id}/workflows",
|
|
675
|
+
"tags": [
|
|
676
|
+
"workflows"
|
|
677
|
+
],
|
|
678
|
+
"security_len": 1,
|
|
679
|
+
"support_scope": "supported-executed",
|
|
680
|
+
"support_rationale": "Core end-user CLI capability (MCP-priority). Live CI coverage is policy-blocked to avoid side effects; verify via dry-run + dedicated integration environments.",
|
|
681
|
+
"exposed_to_end_user": true,
|
|
682
|
+
"ci_live_execute": false,
|
|
683
|
+
"intents": [
|
|
684
|
+
"build_workflow"
|
|
685
|
+
],
|
|
686
|
+
"stage": "apply",
|
|
687
|
+
"dependencies": [
|
|
688
|
+
"workflows",
|
|
689
|
+
"node_types",
|
|
690
|
+
"connections",
|
|
691
|
+
"app_connections"
|
|
692
|
+
]
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"operation_id": "update_workflow_model_v1_workspaces__workspace_id__workflows__workflow_id__put",
|
|
696
|
+
"method": "PUT",
|
|
697
|
+
"path": "/v1/workspaces/{workspace_id}/workflows/{workflow_id}",
|
|
698
|
+
"tags": [
|
|
699
|
+
"workflows"
|
|
700
|
+
],
|
|
701
|
+
"security_len": 1,
|
|
702
|
+
"support_scope": "supported-executed",
|
|
703
|
+
"support_rationale": "Core end-user CLI capability (MCP-priority). Live CI coverage is policy-blocked to avoid side effects; verify via dry-run + dedicated integration environments.",
|
|
704
|
+
"exposed_to_end_user": true,
|
|
705
|
+
"ci_live_execute": false,
|
|
706
|
+
"intents": [
|
|
707
|
+
"build_workflow"
|
|
708
|
+
],
|
|
709
|
+
"stage": "apply",
|
|
710
|
+
"dependencies": [
|
|
711
|
+
"workflows",
|
|
712
|
+
"node_types",
|
|
713
|
+
"connections",
|
|
714
|
+
"app_connections"
|
|
715
|
+
]
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"operation_id": "get_workflow_run_model_v1_workflow_runs__workflow_run_id__get",
|
|
719
|
+
"method": "GET",
|
|
720
|
+
"path": "/v1/workflow_runs/{workflow_run_id}",
|
|
721
|
+
"tags": [
|
|
722
|
+
"workflow_run"
|
|
723
|
+
],
|
|
724
|
+
"security_len": 1,
|
|
725
|
+
"support_scope": "supported-executed",
|
|
726
|
+
"support_rationale": "Public read/query/validation path with stable CLI support and no side effects.",
|
|
727
|
+
"exposed_to_end_user": true,
|
|
728
|
+
"ci_live_execute": true,
|
|
729
|
+
"intents": [
|
|
730
|
+
"run",
|
|
731
|
+
"debug"
|
|
732
|
+
],
|
|
733
|
+
"stage": "observe",
|
|
734
|
+
"dependencies": [
|
|
735
|
+
"workflow_runs",
|
|
736
|
+
"outputs"
|
|
737
|
+
]
|
|
738
|
+
}
|
|
739
|
+
]
|