@almadar/std 8.2.0 → 8.3.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/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
"AgentStepProgress",
|
|
198
198
|
{
|
|
199
199
|
"emit": {
|
|
200
|
-
"
|
|
201
|
-
"
|
|
200
|
+
"success": "AgentStepProgressLoaded",
|
|
201
|
+
"failure": "AgentStepProgressLoadFailed"
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
],
|
|
@@ -206,65 +206,65 @@
|
|
|
206
206
|
"render-ui",
|
|
207
207
|
"main",
|
|
208
208
|
{
|
|
209
|
-
"direction": "vertical",
|
|
210
209
|
"gap": "lg",
|
|
211
|
-
"type": "stack",
|
|
212
210
|
"children": [
|
|
213
211
|
{
|
|
214
212
|
"type": "stack",
|
|
213
|
+
"gap": "sm",
|
|
214
|
+
"align": "center",
|
|
215
|
+
"direction": "horizontal",
|
|
215
216
|
"children": [
|
|
216
217
|
{
|
|
217
|
-
"
|
|
218
|
-
"
|
|
218
|
+
"type": "icon",
|
|
219
|
+
"name": "list-ordered"
|
|
219
220
|
},
|
|
220
221
|
{
|
|
221
222
|
"variant": "h2",
|
|
222
|
-
"
|
|
223
|
-
"
|
|
223
|
+
"content": "AgentStepProgress",
|
|
224
|
+
"type": "typography"
|
|
224
225
|
},
|
|
225
226
|
{
|
|
226
|
-
"label": "Idle",
|
|
227
227
|
"type": "badge",
|
|
228
|
-
"variant": "default"
|
|
228
|
+
"variant": "default",
|
|
229
|
+
"label": "Idle"
|
|
229
230
|
}
|
|
230
|
-
]
|
|
231
|
-
"direction": "horizontal",
|
|
232
|
-
"gap": "sm",
|
|
233
|
-
"align": "center"
|
|
231
|
+
]
|
|
234
232
|
},
|
|
235
233
|
{
|
|
236
234
|
"type": "divider"
|
|
237
235
|
},
|
|
238
236
|
{
|
|
239
|
-
"type": "wizard-progress",
|
|
240
237
|
"currentStep": "@entity.currentStep",
|
|
241
238
|
"steps": [
|
|
242
239
|
{
|
|
243
|
-
"
|
|
244
|
-
"
|
|
240
|
+
"id": "0",
|
|
241
|
+
"title": "Initialize"
|
|
245
242
|
},
|
|
246
243
|
{
|
|
247
244
|
"id": "1",
|
|
248
245
|
"title": "Process"
|
|
249
246
|
},
|
|
250
247
|
{
|
|
251
|
-
"
|
|
252
|
-
"
|
|
248
|
+
"id": "2",
|
|
249
|
+
"title": "Validate"
|
|
253
250
|
},
|
|
254
251
|
{
|
|
255
|
-
"
|
|
256
|
-
"
|
|
252
|
+
"title": "Complete",
|
|
253
|
+
"id": "3"
|
|
257
254
|
}
|
|
258
|
-
]
|
|
255
|
+
],
|
|
256
|
+
"type": "wizard-progress"
|
|
259
257
|
},
|
|
260
258
|
{
|
|
261
|
-
"
|
|
259
|
+
"type": "button",
|
|
262
260
|
"action": "START",
|
|
263
261
|
"icon": "play",
|
|
264
|
-
"
|
|
265
|
-
"
|
|
262
|
+
"variant": "primary",
|
|
263
|
+
"label": "Start"
|
|
266
264
|
}
|
|
267
|
-
]
|
|
265
|
+
],
|
|
266
|
+
"type": "stack",
|
|
267
|
+
"direction": "vertical"
|
|
268
268
|
}
|
|
269
269
|
]
|
|
270
270
|
]
|
|
@@ -288,33 +288,38 @@
|
|
|
288
288
|
"render-ui",
|
|
289
289
|
"main",
|
|
290
290
|
{
|
|
291
|
+
"type": "stack",
|
|
292
|
+
"direction": "vertical",
|
|
293
|
+
"gap": "lg",
|
|
291
294
|
"children": [
|
|
292
295
|
{
|
|
293
|
-
"align": "center",
|
|
294
|
-
"gap": "sm",
|
|
295
296
|
"type": "stack",
|
|
296
|
-
"
|
|
297
|
+
"gap": "sm",
|
|
297
298
|
"children": [
|
|
298
299
|
{
|
|
299
|
-
"
|
|
300
|
-
"
|
|
300
|
+
"type": "icon",
|
|
301
|
+
"name": "loader"
|
|
301
302
|
},
|
|
302
303
|
{
|
|
303
|
-
"
|
|
304
|
+
"type": "typography",
|
|
304
305
|
"variant": "h2",
|
|
305
|
-
"
|
|
306
|
+
"content": "AgentStepProgress"
|
|
306
307
|
},
|
|
307
308
|
{
|
|
309
|
+
"label": "In Progress",
|
|
308
310
|
"type": "badge",
|
|
309
|
-
"variant": "warning"
|
|
310
|
-
"label": "In Progress"
|
|
311
|
+
"variant": "warning"
|
|
311
312
|
}
|
|
312
|
-
]
|
|
313
|
+
],
|
|
314
|
+
"align": "center",
|
|
315
|
+
"direction": "horizontal"
|
|
313
316
|
},
|
|
314
317
|
{
|
|
315
318
|
"type": "divider"
|
|
316
319
|
},
|
|
317
320
|
{
|
|
321
|
+
"currentStep": "@entity.currentStep",
|
|
322
|
+
"type": "wizard-progress",
|
|
318
323
|
"steps": [
|
|
319
324
|
{
|
|
320
325
|
"id": "0",
|
|
@@ -325,60 +330,55 @@
|
|
|
325
330
|
"title": "Process"
|
|
326
331
|
},
|
|
327
332
|
{
|
|
328
|
-
"
|
|
329
|
-
"
|
|
333
|
+
"id": "2",
|
|
334
|
+
"title": "Validate"
|
|
330
335
|
},
|
|
331
336
|
{
|
|
332
337
|
"id": "3",
|
|
333
338
|
"title": "Complete"
|
|
334
339
|
}
|
|
335
|
-
]
|
|
336
|
-
"currentStep": "@entity.currentStep",
|
|
337
|
-
"type": "wizard-progress"
|
|
340
|
+
]
|
|
338
341
|
},
|
|
339
342
|
{
|
|
340
|
-
"type": "stack",
|
|
341
343
|
"direction": "horizontal",
|
|
342
344
|
"children": [
|
|
343
345
|
{
|
|
344
|
-
"value": "@entity.currentStep",
|
|
345
346
|
"type": "stat-display",
|
|
346
|
-
"label": "Current Step"
|
|
347
|
+
"label": "Current Step",
|
|
348
|
+
"value": "@entity.currentStep"
|
|
347
349
|
},
|
|
348
350
|
{
|
|
351
|
+
"label": "Total Steps",
|
|
349
352
|
"type": "stat-display",
|
|
350
|
-
"value": "@entity.totalSteps"
|
|
351
|
-
"label": "Total Steps"
|
|
353
|
+
"value": "@entity.totalSteps"
|
|
352
354
|
}
|
|
353
355
|
],
|
|
354
|
-
"
|
|
355
|
-
"gap": "sm"
|
|
356
|
+
"type": "stack",
|
|
357
|
+
"gap": "sm",
|
|
358
|
+
"align": "center"
|
|
356
359
|
},
|
|
357
360
|
{
|
|
358
|
-
"type": "stack",
|
|
359
361
|
"gap": "sm",
|
|
360
|
-
"
|
|
362
|
+
"type": "stack",
|
|
361
363
|
"children": [
|
|
362
364
|
{
|
|
363
365
|
"icon": "chevron-right",
|
|
366
|
+
"label": "Advance",
|
|
364
367
|
"type": "button",
|
|
365
368
|
"action": "ADVANCE",
|
|
366
|
-
"variant": "primary"
|
|
367
|
-
"label": "Advance"
|
|
369
|
+
"variant": "primary"
|
|
368
370
|
},
|
|
369
371
|
{
|
|
370
|
-
"type": "button",
|
|
371
|
-
"icon": "rotate-ccw",
|
|
372
|
-
"action": "RESET",
|
|
373
372
|
"label": "Reset",
|
|
374
|
-
"
|
|
373
|
+
"icon": "rotate-ccw",
|
|
374
|
+
"type": "button",
|
|
375
|
+
"variant": "ghost",
|
|
376
|
+
"action": "RESET"
|
|
375
377
|
}
|
|
376
|
-
]
|
|
378
|
+
],
|
|
379
|
+
"direction": "horizontal"
|
|
377
380
|
}
|
|
378
|
-
]
|
|
379
|
-
"type": "stack",
|
|
380
|
-
"gap": "lg",
|
|
381
|
-
"direction": "vertical"
|
|
381
|
+
]
|
|
382
382
|
}
|
|
383
383
|
]
|
|
384
384
|
]
|
|
@@ -404,26 +404,27 @@
|
|
|
404
404
|
{
|
|
405
405
|
"type": "stack",
|
|
406
406
|
"gap": "lg",
|
|
407
|
+
"direction": "vertical",
|
|
407
408
|
"children": [
|
|
408
409
|
{
|
|
409
|
-
"type": "stack",
|
|
410
|
-
"gap": "sm",
|
|
411
410
|
"direction": "horizontal",
|
|
411
|
+
"gap": "sm",
|
|
412
|
+
"type": "stack",
|
|
412
413
|
"align": "center",
|
|
413
414
|
"children": [
|
|
414
415
|
{
|
|
415
|
-
"
|
|
416
|
-
"
|
|
416
|
+
"type": "icon",
|
|
417
|
+
"name": "list-ordered"
|
|
417
418
|
},
|
|
418
419
|
{
|
|
420
|
+
"variant": "h2",
|
|
419
421
|
"content": "AgentStepProgress",
|
|
420
|
-
"type": "typography"
|
|
421
|
-
"variant": "h2"
|
|
422
|
+
"type": "typography"
|
|
422
423
|
},
|
|
423
424
|
{
|
|
424
|
-
"type": "badge",
|
|
425
425
|
"label": "Idle",
|
|
426
|
-
"variant": "default"
|
|
426
|
+
"variant": "default",
|
|
427
|
+
"type": "badge"
|
|
427
428
|
}
|
|
428
429
|
]
|
|
429
430
|
},
|
|
@@ -431,11 +432,12 @@
|
|
|
431
432
|
"type": "divider"
|
|
432
433
|
},
|
|
433
434
|
{
|
|
435
|
+
"currentStep": "@entity.currentStep",
|
|
434
436
|
"type": "wizard-progress",
|
|
435
437
|
"steps": [
|
|
436
438
|
{
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
+
"id": "0",
|
|
440
|
+
"title": "Initialize"
|
|
439
441
|
},
|
|
440
442
|
{
|
|
441
443
|
"title": "Process",
|
|
@@ -446,21 +448,19 @@
|
|
|
446
448
|
"title": "Validate"
|
|
447
449
|
},
|
|
448
450
|
{
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
+
"id": "3",
|
|
452
|
+
"title": "Complete"
|
|
451
453
|
}
|
|
452
|
-
]
|
|
453
|
-
"currentStep": "@entity.currentStep"
|
|
454
|
+
]
|
|
454
455
|
},
|
|
455
456
|
{
|
|
456
|
-
"type": "button",
|
|
457
457
|
"icon": "play",
|
|
458
|
-
"
|
|
458
|
+
"type": "button",
|
|
459
459
|
"action": "START",
|
|
460
|
-
"label": "Start"
|
|
460
|
+
"label": "Start",
|
|
461
|
+
"variant": "primary"
|
|
461
462
|
}
|
|
462
|
-
]
|
|
463
|
-
"direction": "vertical"
|
|
463
|
+
]
|
|
464
464
|
}
|
|
465
465
|
]
|
|
466
466
|
]
|
|
@@ -489,26 +489,28 @@
|
|
|
489
489
|
"main",
|
|
490
490
|
{
|
|
491
491
|
"gap": "lg",
|
|
492
|
+
"type": "stack",
|
|
493
|
+
"direction": "vertical",
|
|
492
494
|
"children": [
|
|
493
495
|
{
|
|
494
|
-
"
|
|
496
|
+
"type": "stack",
|
|
495
497
|
"gap": "sm",
|
|
496
498
|
"align": "center",
|
|
497
|
-
"
|
|
499
|
+
"direction": "horizontal",
|
|
498
500
|
"children": [
|
|
499
501
|
{
|
|
500
502
|
"type": "icon",
|
|
501
503
|
"name": "loader"
|
|
502
504
|
},
|
|
503
505
|
{
|
|
504
|
-
"variant": "h2",
|
|
505
506
|
"type": "typography",
|
|
507
|
+
"variant": "h2",
|
|
506
508
|
"content": "AgentStepProgress"
|
|
507
509
|
},
|
|
508
510
|
{
|
|
511
|
+
"type": "badge",
|
|
509
512
|
"label": "In Progress",
|
|
510
|
-
"variant": "warning"
|
|
511
|
-
"type": "badge"
|
|
513
|
+
"variant": "warning"
|
|
512
514
|
}
|
|
513
515
|
]
|
|
514
516
|
},
|
|
@@ -520,8 +522,8 @@
|
|
|
520
522
|
"currentStep": "@entity.currentStep",
|
|
521
523
|
"steps": [
|
|
522
524
|
{
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
+
"title": "Initialize",
|
|
526
|
+
"id": "0"
|
|
525
527
|
},
|
|
526
528
|
{
|
|
527
529
|
"id": "1",
|
|
@@ -532,8 +534,8 @@
|
|
|
532
534
|
"title": "Validate"
|
|
533
535
|
},
|
|
534
536
|
{
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
+
"id": "3",
|
|
538
|
+
"title": "Complete"
|
|
537
539
|
}
|
|
538
540
|
]
|
|
539
541
|
},
|
|
@@ -541,44 +543,42 @@
|
|
|
541
543
|
"children": [
|
|
542
544
|
{
|
|
543
545
|
"type": "stat-display",
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
+
"label": "Current Step",
|
|
547
|
+
"value": "@entity.currentStep"
|
|
546
548
|
},
|
|
547
549
|
{
|
|
548
|
-
"label": "Total Steps",
|
|
549
550
|
"type": "stat-display",
|
|
551
|
+
"label": "Total Steps",
|
|
550
552
|
"value": "@entity.totalSteps"
|
|
551
553
|
}
|
|
552
554
|
],
|
|
553
|
-
"align": "center",
|
|
554
555
|
"direction": "horizontal",
|
|
556
|
+
"gap": "sm",
|
|
555
557
|
"type": "stack",
|
|
556
|
-
"
|
|
558
|
+
"align": "center"
|
|
557
559
|
},
|
|
558
560
|
{
|
|
559
561
|
"direction": "horizontal",
|
|
562
|
+
"type": "stack",
|
|
563
|
+
"gap": "sm",
|
|
560
564
|
"children": [
|
|
561
565
|
{
|
|
562
566
|
"icon": "chevron-right",
|
|
563
|
-
"action": "ADVANCE",
|
|
564
567
|
"label": "Advance",
|
|
565
568
|
"type": "button",
|
|
569
|
+
"action": "ADVANCE",
|
|
566
570
|
"variant": "primary"
|
|
567
571
|
},
|
|
568
572
|
{
|
|
569
573
|
"label": "Reset",
|
|
570
|
-
"action": "RESET",
|
|
571
574
|
"variant": "ghost",
|
|
572
575
|
"icon": "rotate-ccw",
|
|
576
|
+
"action": "RESET",
|
|
573
577
|
"type": "button"
|
|
574
578
|
}
|
|
575
|
-
]
|
|
576
|
-
"type": "stack",
|
|
577
|
-
"gap": "sm"
|
|
579
|
+
]
|
|
578
580
|
}
|
|
579
|
-
]
|
|
580
|
-
"direction": "vertical",
|
|
581
|
-
"type": "stack"
|
|
581
|
+
]
|
|
582
582
|
}
|
|
583
583
|
]
|
|
584
584
|
]
|
|
@@ -602,22 +602,20 @@
|
|
|
602
602
|
"render-ui",
|
|
603
603
|
"main",
|
|
604
604
|
{
|
|
605
|
-
"
|
|
605
|
+
"gap": "lg",
|
|
606
606
|
"direction": "vertical",
|
|
607
|
+
"type": "stack",
|
|
607
608
|
"children": [
|
|
608
609
|
{
|
|
609
|
-
"gap": "sm",
|
|
610
|
-
"direction": "horizontal",
|
|
611
|
-
"type": "stack",
|
|
612
610
|
"children": [
|
|
613
611
|
{
|
|
614
612
|
"name": "check-circle",
|
|
615
613
|
"type": "icon"
|
|
616
614
|
},
|
|
617
615
|
{
|
|
616
|
+
"variant": "h2",
|
|
618
617
|
"type": "typography",
|
|
619
|
-
"content": "AgentStepProgress"
|
|
620
|
-
"variant": "h2"
|
|
618
|
+
"content": "AgentStepProgress"
|
|
621
619
|
},
|
|
622
620
|
{
|
|
623
621
|
"variant": "success",
|
|
@@ -625,32 +623,35 @@
|
|
|
625
623
|
"label": "Completed"
|
|
626
624
|
}
|
|
627
625
|
],
|
|
626
|
+
"type": "stack",
|
|
627
|
+
"direction": "horizontal",
|
|
628
|
+
"gap": "sm",
|
|
628
629
|
"align": "center"
|
|
629
630
|
},
|
|
630
631
|
{
|
|
631
632
|
"type": "divider"
|
|
632
633
|
},
|
|
633
634
|
{
|
|
635
|
+
"currentStep": "@entity.totalSteps",
|
|
634
636
|
"steps": [
|
|
635
637
|
{
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
+
"id": "0",
|
|
639
|
+
"title": "Initialize"
|
|
638
640
|
},
|
|
639
641
|
{
|
|
640
642
|
"title": "Process",
|
|
641
643
|
"id": "1"
|
|
642
644
|
},
|
|
643
645
|
{
|
|
644
|
-
"
|
|
645
|
-
"
|
|
646
|
+
"id": "2",
|
|
647
|
+
"title": "Validate"
|
|
646
648
|
},
|
|
647
649
|
{
|
|
648
650
|
"title": "Complete",
|
|
649
651
|
"id": "3"
|
|
650
652
|
}
|
|
651
653
|
],
|
|
652
|
-
"type": "wizard-progress"
|
|
653
|
-
"currentStep": "@entity.totalSteps"
|
|
654
|
+
"type": "wizard-progress"
|
|
654
655
|
},
|
|
655
656
|
{
|
|
656
657
|
"type": "alert",
|
|
@@ -658,14 +659,13 @@
|
|
|
658
659
|
"message": "All steps completed successfully."
|
|
659
660
|
},
|
|
660
661
|
{
|
|
661
|
-
"
|
|
662
|
-
"label": "Reset",
|
|
662
|
+
"variant": "ghost",
|
|
663
663
|
"type": "button",
|
|
664
|
+
"label": "Reset",
|
|
664
665
|
"icon": "rotate-ccw",
|
|
665
|
-
"
|
|
666
|
+
"action": "RESET"
|
|
666
667
|
}
|
|
667
|
-
]
|
|
668
|
-
"gap": "lg"
|
|
668
|
+
]
|
|
669
669
|
}
|
|
670
670
|
]
|
|
671
671
|
]
|
|
@@ -686,33 +686,31 @@
|
|
|
686
686
|
{
|
|
687
687
|
"children": [
|
|
688
688
|
{
|
|
689
|
-
"direction": "horizontal",
|
|
690
|
-
"align": "center",
|
|
691
|
-
"gap": "sm",
|
|
692
|
-
"type": "stack",
|
|
693
689
|
"children": [
|
|
694
690
|
{
|
|
695
691
|
"type": "icon",
|
|
696
692
|
"name": "x-circle"
|
|
697
693
|
},
|
|
698
694
|
{
|
|
695
|
+
"type": "typography",
|
|
699
696
|
"content": "AgentStepProgress",
|
|
700
|
-
"variant": "h2"
|
|
701
|
-
"type": "typography"
|
|
697
|
+
"variant": "h2"
|
|
702
698
|
},
|
|
703
699
|
{
|
|
700
|
+
"variant": "danger",
|
|
704
701
|
"type": "badge",
|
|
705
|
-
"label": "Failed"
|
|
706
|
-
"variant": "danger"
|
|
702
|
+
"label": "Failed"
|
|
707
703
|
}
|
|
708
|
-
]
|
|
704
|
+
],
|
|
705
|
+
"direction": "horizontal",
|
|
706
|
+
"type": "stack",
|
|
707
|
+
"gap": "sm",
|
|
708
|
+
"align": "center"
|
|
709
709
|
},
|
|
710
710
|
{
|
|
711
711
|
"type": "divider"
|
|
712
712
|
},
|
|
713
713
|
{
|
|
714
|
-
"type": "wizard-progress",
|
|
715
|
-
"currentStep": "@entity.currentStep",
|
|
716
714
|
"steps": [
|
|
717
715
|
{
|
|
718
716
|
"title": "Initialize",
|
|
@@ -723,14 +721,16 @@
|
|
|
723
721
|
"title": "Process"
|
|
724
722
|
},
|
|
725
723
|
{
|
|
726
|
-
"
|
|
727
|
-
"
|
|
724
|
+
"id": "2",
|
|
725
|
+
"title": "Validate"
|
|
728
726
|
},
|
|
729
727
|
{
|
|
730
|
-
"
|
|
731
|
-
"
|
|
728
|
+
"title": "Complete",
|
|
729
|
+
"id": "3"
|
|
732
730
|
}
|
|
733
|
-
]
|
|
731
|
+
],
|
|
732
|
+
"type": "wizard-progress",
|
|
733
|
+
"currentStep": "@entity.currentStep"
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
736
|
"type": "alert",
|
|
@@ -738,28 +738,28 @@
|
|
|
738
738
|
"message": "Pipeline failed at the current step."
|
|
739
739
|
},
|
|
740
740
|
{
|
|
741
|
+
"direction": "horizontal",
|
|
742
|
+
"type": "stack",
|
|
741
743
|
"children": [
|
|
742
744
|
{
|
|
743
|
-
"
|
|
745
|
+
"label": "Failed At Step",
|
|
744
746
|
"type": "stat-display",
|
|
745
|
-
"
|
|
747
|
+
"value": "@entity.currentStep"
|
|
746
748
|
}
|
|
747
749
|
],
|
|
748
|
-
"
|
|
749
|
-
"gap": "sm",
|
|
750
|
-
"direction": "horizontal"
|
|
750
|
+
"gap": "sm"
|
|
751
751
|
},
|
|
752
752
|
{
|
|
753
|
-
"icon": "rotate-ccw",
|
|
754
753
|
"type": "button",
|
|
755
|
-
"action": "RESET",
|
|
756
754
|
"label": "Reset",
|
|
757
|
-
"variant": "ghost"
|
|
755
|
+
"variant": "ghost",
|
|
756
|
+
"action": "RESET",
|
|
757
|
+
"icon": "rotate-ccw"
|
|
758
758
|
}
|
|
759
759
|
],
|
|
760
760
|
"direction": "vertical",
|
|
761
|
-
"
|
|
762
|
-
"
|
|
761
|
+
"gap": "lg",
|
|
762
|
+
"type": "stack"
|
|
763
763
|
}
|
|
764
764
|
]
|
|
765
765
|
]
|
|
@@ -783,65 +783,65 @@
|
|
|
783
783
|
"render-ui",
|
|
784
784
|
"main",
|
|
785
785
|
{
|
|
786
|
+
"type": "stack",
|
|
787
|
+
"direction": "vertical",
|
|
788
|
+
"gap": "lg",
|
|
786
789
|
"children": [
|
|
787
790
|
{
|
|
788
|
-
"
|
|
789
|
-
"direction": "horizontal",
|
|
791
|
+
"type": "stack",
|
|
790
792
|
"children": [
|
|
791
793
|
{
|
|
792
794
|
"name": "list-ordered",
|
|
793
795
|
"type": "icon"
|
|
794
796
|
},
|
|
795
797
|
{
|
|
796
|
-
"type": "typography",
|
|
797
798
|
"variant": "h2",
|
|
799
|
+
"type": "typography",
|
|
798
800
|
"content": "AgentStepProgress"
|
|
799
801
|
},
|
|
800
802
|
{
|
|
801
|
-
"label": "Idle",
|
|
802
803
|
"type": "badge",
|
|
804
|
+
"label": "Idle",
|
|
803
805
|
"variant": "default"
|
|
804
806
|
}
|
|
805
807
|
],
|
|
806
|
-
"
|
|
807
|
-
"
|
|
808
|
+
"align": "center",
|
|
809
|
+
"gap": "sm",
|
|
810
|
+
"direction": "horizontal"
|
|
808
811
|
},
|
|
809
812
|
{
|
|
810
813
|
"type": "divider"
|
|
811
814
|
},
|
|
812
815
|
{
|
|
816
|
+
"type": "wizard-progress",
|
|
813
817
|
"currentStep": "@entity.currentStep",
|
|
814
818
|
"steps": [
|
|
815
819
|
{
|
|
816
|
-
"
|
|
817
|
-
"
|
|
820
|
+
"id": "0",
|
|
821
|
+
"title": "Initialize"
|
|
818
822
|
},
|
|
819
823
|
{
|
|
820
|
-
"
|
|
821
|
-
"
|
|
824
|
+
"id": "1",
|
|
825
|
+
"title": "Process"
|
|
822
826
|
},
|
|
823
827
|
{
|
|
824
828
|
"id": "2",
|
|
825
829
|
"title": "Validate"
|
|
826
830
|
},
|
|
827
831
|
{
|
|
828
|
-
"
|
|
829
|
-
"
|
|
832
|
+
"title": "Complete",
|
|
833
|
+
"id": "3"
|
|
830
834
|
}
|
|
831
|
-
]
|
|
832
|
-
"type": "wizard-progress"
|
|
835
|
+
]
|
|
833
836
|
},
|
|
834
837
|
{
|
|
835
838
|
"label": "Start",
|
|
836
|
-
"action": "START",
|
|
837
839
|
"icon": "play",
|
|
840
|
+
"variant": "primary",
|
|
838
841
|
"type": "button",
|
|
839
|
-
"
|
|
842
|
+
"action": "START"
|
|
840
843
|
}
|
|
841
|
-
]
|
|
842
|
-
"type": "stack",
|
|
843
|
-
"direction": "vertical",
|
|
844
|
-
"gap": "lg"
|
|
844
|
+
]
|
|
845
845
|
}
|
|
846
846
|
]
|
|
847
847
|
]
|
|
@@ -866,7 +866,6 @@
|
|
|
866
866
|
"main",
|
|
867
867
|
{
|
|
868
868
|
"gap": "lg",
|
|
869
|
-
"type": "stack",
|
|
870
869
|
"direction": "vertical",
|
|
871
870
|
"children": [
|
|
872
871
|
{
|
|
@@ -876,9 +875,9 @@
|
|
|
876
875
|
"name": "list-ordered"
|
|
877
876
|
},
|
|
878
877
|
{
|
|
879
|
-
"variant": "h2",
|
|
880
878
|
"type": "typography",
|
|
881
|
-
"content": "AgentStepProgress"
|
|
879
|
+
"content": "AgentStepProgress",
|
|
880
|
+
"variant": "h2"
|
|
882
881
|
},
|
|
883
882
|
{
|
|
884
883
|
"label": "Idle",
|
|
@@ -887,23 +886,23 @@
|
|
|
887
886
|
}
|
|
888
887
|
],
|
|
889
888
|
"align": "center",
|
|
890
|
-
"direction": "horizontal",
|
|
891
889
|
"type": "stack",
|
|
892
|
-
"gap": "sm"
|
|
890
|
+
"gap": "sm",
|
|
891
|
+
"direction": "horizontal"
|
|
893
892
|
},
|
|
894
893
|
{
|
|
895
894
|
"type": "divider"
|
|
896
895
|
},
|
|
897
896
|
{
|
|
898
|
-
"
|
|
897
|
+
"currentStep": "@entity.currentStep",
|
|
899
898
|
"steps": [
|
|
900
899
|
{
|
|
901
|
-
"
|
|
902
|
-
"
|
|
900
|
+
"id": "0",
|
|
901
|
+
"title": "Initialize"
|
|
903
902
|
},
|
|
904
903
|
{
|
|
905
|
-
"
|
|
906
|
-
"
|
|
904
|
+
"id": "1",
|
|
905
|
+
"title": "Process"
|
|
907
906
|
},
|
|
908
907
|
{
|
|
909
908
|
"id": "2",
|
|
@@ -914,16 +913,17 @@
|
|
|
914
913
|
"id": "3"
|
|
915
914
|
}
|
|
916
915
|
],
|
|
917
|
-
"
|
|
916
|
+
"type": "wizard-progress"
|
|
918
917
|
},
|
|
919
918
|
{
|
|
920
|
-
"action": "START",
|
|
921
|
-
"label": "Start",
|
|
922
919
|
"variant": "primary",
|
|
920
|
+
"icon": "play",
|
|
923
921
|
"type": "button",
|
|
924
|
-
"
|
|
922
|
+
"label": "Start",
|
|
923
|
+
"action": "START"
|
|
925
924
|
}
|
|
926
|
-
]
|
|
925
|
+
],
|
|
926
|
+
"type": "stack"
|
|
927
927
|
}
|
|
928
928
|
]
|
|
929
929
|
]
|
|
@@ -947,35 +947,36 @@
|
|
|
947
947
|
"render-ui",
|
|
948
948
|
"main",
|
|
949
949
|
{
|
|
950
|
-
"type": "stack",
|
|
951
950
|
"gap": "lg",
|
|
951
|
+
"type": "stack",
|
|
952
952
|
"children": [
|
|
953
953
|
{
|
|
954
|
-
"gap": "sm",
|
|
955
|
-
"align": "center",
|
|
956
954
|
"direction": "horizontal",
|
|
957
|
-
"
|
|
955
|
+
"align": "center",
|
|
956
|
+
"gap": "sm",
|
|
958
957
|
"children": [
|
|
959
958
|
{
|
|
960
|
-
"
|
|
961
|
-
"
|
|
959
|
+
"name": "list-ordered",
|
|
960
|
+
"type": "icon"
|
|
962
961
|
},
|
|
963
962
|
{
|
|
964
|
-
"
|
|
963
|
+
"content": "AgentStepProgress",
|
|
965
964
|
"variant": "h2",
|
|
966
|
-
"
|
|
965
|
+
"type": "typography"
|
|
967
966
|
},
|
|
968
967
|
{
|
|
969
|
-
"
|
|
968
|
+
"type": "badge",
|
|
970
969
|
"variant": "default",
|
|
971
|
-
"
|
|
970
|
+
"label": "Idle"
|
|
972
971
|
}
|
|
973
|
-
]
|
|
972
|
+
],
|
|
973
|
+
"type": "stack"
|
|
974
974
|
},
|
|
975
975
|
{
|
|
976
976
|
"type": "divider"
|
|
977
977
|
},
|
|
978
978
|
{
|
|
979
|
+
"type": "wizard-progress",
|
|
979
980
|
"currentStep": "@entity.currentStep",
|
|
980
981
|
"steps": [
|
|
981
982
|
{
|
|
@@ -983,25 +984,24 @@
|
|
|
983
984
|
"title": "Initialize"
|
|
984
985
|
},
|
|
985
986
|
{
|
|
986
|
-
"
|
|
987
|
-
"
|
|
987
|
+
"title": "Process",
|
|
988
|
+
"id": "1"
|
|
988
989
|
},
|
|
989
990
|
{
|
|
990
|
-
"
|
|
991
|
-
"
|
|
991
|
+
"id": "2",
|
|
992
|
+
"title": "Validate"
|
|
992
993
|
},
|
|
993
994
|
{
|
|
994
|
-
"
|
|
995
|
-
"
|
|
995
|
+
"title": "Complete",
|
|
996
|
+
"id": "3"
|
|
996
997
|
}
|
|
997
|
-
]
|
|
998
|
-
"type": "wizard-progress"
|
|
998
|
+
]
|
|
999
999
|
},
|
|
1000
1000
|
{
|
|
1001
|
-
"icon": "play",
|
|
1002
|
-
"type": "button",
|
|
1003
1001
|
"action": "START",
|
|
1004
1002
|
"variant": "primary",
|
|
1003
|
+
"type": "button",
|
|
1004
|
+
"icon": "play",
|
|
1005
1005
|
"label": "Start"
|
|
1006
1006
|
}
|
|
1007
1007
|
],
|
|
@@ -1028,4 +1028,4 @@
|
|
|
1028
1028
|
]
|
|
1029
1029
|
}
|
|
1030
1030
|
]
|
|
1031
|
-
}
|
|
1031
|
+
}
|