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