@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -211,26 +211,26 @@
|
|
|
211
211
|
"type": "stack",
|
|
212
212
|
"children": [
|
|
213
213
|
{
|
|
214
|
+
"direction": "horizontal",
|
|
215
|
+
"gap": "sm",
|
|
216
|
+
"align": "center",
|
|
217
|
+
"type": "stack",
|
|
214
218
|
"children": [
|
|
215
219
|
{
|
|
216
|
-
"
|
|
217
|
-
"
|
|
220
|
+
"name": "list-ordered",
|
|
221
|
+
"type": "icon"
|
|
218
222
|
},
|
|
219
223
|
{
|
|
224
|
+
"content": "AgentStepProgress",
|
|
220
225
|
"variant": "h2",
|
|
221
|
-
"type": "typography"
|
|
222
|
-
"content": "AgentStepProgress"
|
|
226
|
+
"type": "typography"
|
|
223
227
|
},
|
|
224
228
|
{
|
|
229
|
+
"label": "Idle",
|
|
225
230
|
"type": "badge",
|
|
226
|
-
"variant": "default"
|
|
227
|
-
"label": "Idle"
|
|
231
|
+
"variant": "default"
|
|
228
232
|
}
|
|
229
|
-
]
|
|
230
|
-
"type": "stack",
|
|
231
|
-
"direction": "horizontal",
|
|
232
|
-
"align": "center",
|
|
233
|
-
"gap": "sm"
|
|
233
|
+
]
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"type": "divider"
|
|
@@ -250,19 +250,19 @@
|
|
|
250
250
|
"title": "Validate"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
|
-
"
|
|
254
|
-
"
|
|
253
|
+
"id": "3",
|
|
254
|
+
"title": "Complete"
|
|
255
255
|
}
|
|
256
256
|
],
|
|
257
257
|
"currentStep": "@entity.currentStep",
|
|
258
258
|
"type": "wizard-progress"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
"variant": "primary",
|
|
262
261
|
"type": "button",
|
|
262
|
+
"variant": "primary",
|
|
263
|
+
"label": "Start",
|
|
263
264
|
"icon": "play",
|
|
264
|
-
"action": "START"
|
|
265
|
-
"label": "Start"
|
|
265
|
+
"action": "START"
|
|
266
266
|
}
|
|
267
267
|
]
|
|
268
268
|
}
|
|
@@ -288,15 +288,11 @@
|
|
|
288
288
|
"render-ui",
|
|
289
289
|
"main",
|
|
290
290
|
{
|
|
291
|
-
"gap": "lg",
|
|
292
|
-
"type": "stack",
|
|
293
|
-
"direction": "vertical",
|
|
294
291
|
"children": [
|
|
295
292
|
{
|
|
296
|
-
"type": "stack",
|
|
297
293
|
"gap": "sm",
|
|
294
|
+
"type": "stack",
|
|
298
295
|
"direction": "horizontal",
|
|
299
|
-
"align": "center",
|
|
300
296
|
"children": [
|
|
301
297
|
{
|
|
302
298
|
"name": "loader",
|
|
@@ -304,21 +300,23 @@
|
|
|
304
300
|
},
|
|
305
301
|
{
|
|
306
302
|
"content": "AgentStepProgress",
|
|
307
|
-
"
|
|
308
|
-
"
|
|
303
|
+
"variant": "h2",
|
|
304
|
+
"type": "typography"
|
|
309
305
|
},
|
|
310
306
|
{
|
|
311
|
-
"
|
|
307
|
+
"variant": "warning",
|
|
312
308
|
"type": "badge",
|
|
313
|
-
"
|
|
309
|
+
"label": "In Progress"
|
|
314
310
|
}
|
|
315
|
-
]
|
|
311
|
+
],
|
|
312
|
+
"align": "center"
|
|
316
313
|
},
|
|
317
314
|
{
|
|
318
315
|
"type": "divider"
|
|
319
316
|
},
|
|
320
317
|
{
|
|
321
318
|
"currentStep": "@entity.currentStep",
|
|
319
|
+
"type": "wizard-progress",
|
|
322
320
|
"steps": [
|
|
323
321
|
{
|
|
324
322
|
"id": "0",
|
|
@@ -336,49 +334,51 @@
|
|
|
336
334
|
"id": "3",
|
|
337
335
|
"title": "Complete"
|
|
338
336
|
}
|
|
339
|
-
]
|
|
340
|
-
"type": "wizard-progress"
|
|
337
|
+
]
|
|
341
338
|
},
|
|
342
339
|
{
|
|
340
|
+
"gap": "sm",
|
|
341
|
+
"align": "center",
|
|
342
|
+
"direction": "horizontal",
|
|
343
343
|
"children": [
|
|
344
344
|
{
|
|
345
|
-
"
|
|
345
|
+
"type": "stat-display",
|
|
346
346
|
"value": "@entity.currentStep",
|
|
347
|
-
"
|
|
347
|
+
"label": "Current Step"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
"type": "stat-display",
|
|
351
350
|
"label": "Total Steps",
|
|
352
|
-
"value": "@entity.totalSteps"
|
|
351
|
+
"value": "@entity.totalSteps",
|
|
352
|
+
"type": "stat-display"
|
|
353
353
|
}
|
|
354
354
|
],
|
|
355
|
-
"
|
|
356
|
-
"align": "center",
|
|
357
|
-
"type": "stack",
|
|
358
|
-
"gap": "sm"
|
|
355
|
+
"type": "stack"
|
|
359
356
|
},
|
|
360
357
|
{
|
|
361
|
-
"type": "stack",
|
|
362
358
|
"direction": "horizontal",
|
|
359
|
+
"gap": "sm",
|
|
360
|
+
"type": "stack",
|
|
363
361
|
"children": [
|
|
364
362
|
{
|
|
363
|
+
"icon": "chevron-right",
|
|
364
|
+
"type": "button",
|
|
365
365
|
"action": "ADVANCE",
|
|
366
366
|
"label": "Advance",
|
|
367
|
-
"
|
|
368
|
-
"variant": "primary",
|
|
369
|
-
"type": "button"
|
|
367
|
+
"variant": "primary"
|
|
370
368
|
},
|
|
371
369
|
{
|
|
370
|
+
"action": "RESET",
|
|
371
|
+
"label": "Reset",
|
|
372
372
|
"variant": "ghost",
|
|
373
373
|
"icon": "rotate-ccw",
|
|
374
|
-
"type": "button"
|
|
375
|
-
"label": "Reset",
|
|
376
|
-
"action": "RESET"
|
|
374
|
+
"type": "button"
|
|
377
375
|
}
|
|
378
|
-
]
|
|
379
|
-
"gap": "sm"
|
|
376
|
+
]
|
|
380
377
|
}
|
|
381
|
-
]
|
|
378
|
+
],
|
|
379
|
+
"gap": "lg",
|
|
380
|
+
"type": "stack",
|
|
381
|
+
"direction": "vertical"
|
|
382
382
|
}
|
|
383
383
|
]
|
|
384
384
|
]
|
|
@@ -406,36 +406,35 @@
|
|
|
406
406
|
"direction": "vertical",
|
|
407
407
|
"children": [
|
|
408
408
|
{
|
|
409
|
+
"align": "center",
|
|
410
|
+
"type": "stack",
|
|
409
411
|
"gap": "sm",
|
|
410
412
|
"direction": "horizontal",
|
|
411
|
-
"type": "stack",
|
|
412
413
|
"children": [
|
|
413
414
|
{
|
|
414
415
|
"name": "list-ordered",
|
|
415
416
|
"type": "icon"
|
|
416
417
|
},
|
|
417
418
|
{
|
|
418
|
-
"
|
|
419
|
+
"variant": "h2",
|
|
419
420
|
"content": "AgentStepProgress",
|
|
420
|
-
"
|
|
421
|
+
"type": "typography"
|
|
421
422
|
},
|
|
422
423
|
{
|
|
423
|
-
"variant": "default",
|
|
424
424
|
"type": "badge",
|
|
425
|
-
"label": "Idle"
|
|
425
|
+
"label": "Idle",
|
|
426
|
+
"variant": "default"
|
|
426
427
|
}
|
|
427
|
-
]
|
|
428
|
-
"align": "center"
|
|
428
|
+
]
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"type": "divider"
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
|
-
"type": "wizard-progress",
|
|
435
434
|
"steps": [
|
|
436
435
|
{
|
|
437
|
-
"
|
|
438
|
-
"
|
|
436
|
+
"title": "Initialize",
|
|
437
|
+
"id": "0"
|
|
439
438
|
},
|
|
440
439
|
{
|
|
441
440
|
"id": "1",
|
|
@@ -450,13 +449,14 @@
|
|
|
450
449
|
"id": "3"
|
|
451
450
|
}
|
|
452
451
|
],
|
|
452
|
+
"type": "wizard-progress",
|
|
453
453
|
"currentStep": "@entity.currentStep"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
|
-
"variant": "primary",
|
|
457
|
-
"action": "START",
|
|
458
|
-
"icon": "play",
|
|
459
456
|
"type": "button",
|
|
457
|
+
"icon": "play",
|
|
458
|
+
"action": "START",
|
|
459
|
+
"variant": "primary",
|
|
460
460
|
"label": "Start"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
@@ -488,12 +488,11 @@
|
|
|
488
488
|
"render-ui",
|
|
489
489
|
"main",
|
|
490
490
|
{
|
|
491
|
-
"type": "stack",
|
|
492
491
|
"direction": "vertical",
|
|
493
|
-
"gap": "lg",
|
|
494
492
|
"children": [
|
|
495
493
|
{
|
|
496
|
-
"
|
|
494
|
+
"type": "stack",
|
|
495
|
+
"gap": "sm",
|
|
497
496
|
"children": [
|
|
498
497
|
{
|
|
499
498
|
"name": "loader",
|
|
@@ -501,8 +500,8 @@
|
|
|
501
500
|
},
|
|
502
501
|
{
|
|
503
502
|
"variant": "h2",
|
|
504
|
-
"
|
|
505
|
-
"
|
|
503
|
+
"type": "typography",
|
|
504
|
+
"content": "AgentStepProgress"
|
|
506
505
|
},
|
|
507
506
|
{
|
|
508
507
|
"label": "In Progress",
|
|
@@ -510,19 +509,18 @@
|
|
|
510
509
|
"type": "badge"
|
|
511
510
|
}
|
|
512
511
|
],
|
|
513
|
-
"
|
|
514
|
-
"align": "center"
|
|
515
|
-
"gap": "sm"
|
|
512
|
+
"direction": "horizontal",
|
|
513
|
+
"align": "center"
|
|
516
514
|
},
|
|
517
515
|
{
|
|
518
516
|
"type": "divider"
|
|
519
517
|
},
|
|
520
518
|
{
|
|
521
|
-
"
|
|
519
|
+
"currentStep": "@entity.currentStep",
|
|
522
520
|
"steps": [
|
|
523
521
|
{
|
|
524
|
-
"
|
|
525
|
-
"
|
|
522
|
+
"title": "Initialize",
|
|
523
|
+
"id": "0"
|
|
526
524
|
},
|
|
527
525
|
{
|
|
528
526
|
"id": "1",
|
|
@@ -537,10 +535,13 @@
|
|
|
537
535
|
"title": "Complete"
|
|
538
536
|
}
|
|
539
537
|
],
|
|
540
|
-
"
|
|
538
|
+
"type": "wizard-progress"
|
|
541
539
|
},
|
|
542
540
|
{
|
|
541
|
+
"type": "stack",
|
|
542
|
+
"direction": "horizontal",
|
|
543
543
|
"align": "center",
|
|
544
|
+
"gap": "sm",
|
|
544
545
|
"children": [
|
|
545
546
|
{
|
|
546
547
|
"value": "@entity.currentStep",
|
|
@@ -548,37 +549,36 @@
|
|
|
548
549
|
"type": "stat-display"
|
|
549
550
|
},
|
|
550
551
|
{
|
|
551
|
-
"label": "Total Steps",
|
|
552
552
|
"type": "stat-display",
|
|
553
|
+
"label": "Total Steps",
|
|
553
554
|
"value": "@entity.totalSteps"
|
|
554
555
|
}
|
|
555
|
-
]
|
|
556
|
-
"gap": "sm",
|
|
557
|
-
"direction": "horizontal",
|
|
558
|
-
"type": "stack"
|
|
556
|
+
]
|
|
559
557
|
},
|
|
560
558
|
{
|
|
561
559
|
"type": "stack",
|
|
562
|
-
"gap": "sm",
|
|
563
560
|
"direction": "horizontal",
|
|
561
|
+
"gap": "sm",
|
|
564
562
|
"children": [
|
|
565
563
|
{
|
|
566
|
-
"
|
|
564
|
+
"label": "Advance",
|
|
567
565
|
"action": "ADVANCE",
|
|
566
|
+
"variant": "primary",
|
|
568
567
|
"type": "button",
|
|
569
|
-
"
|
|
570
|
-
"variant": "primary"
|
|
568
|
+
"icon": "chevron-right"
|
|
571
569
|
},
|
|
572
570
|
{
|
|
571
|
+
"icon": "rotate-ccw",
|
|
573
572
|
"variant": "ghost",
|
|
573
|
+
"label": "Reset",
|
|
574
574
|
"action": "RESET",
|
|
575
|
-
"type": "button"
|
|
576
|
-
"icon": "rotate-ccw",
|
|
577
|
-
"label": "Reset"
|
|
575
|
+
"type": "button"
|
|
578
576
|
}
|
|
579
577
|
]
|
|
580
578
|
}
|
|
581
|
-
]
|
|
579
|
+
],
|
|
580
|
+
"gap": "lg",
|
|
581
|
+
"type": "stack"
|
|
582
582
|
}
|
|
583
583
|
]
|
|
584
584
|
]
|
|
@@ -602,6 +602,7 @@
|
|
|
602
602
|
"render-ui",
|
|
603
603
|
"main",
|
|
604
604
|
{
|
|
605
|
+
"direction": "vertical",
|
|
605
606
|
"children": [
|
|
606
607
|
{
|
|
607
608
|
"children": [
|
|
@@ -611,19 +612,19 @@
|
|
|
611
612
|
},
|
|
612
613
|
{
|
|
613
614
|
"type": "typography",
|
|
614
|
-
"
|
|
615
|
-
"
|
|
615
|
+
"content": "AgentStepProgress",
|
|
616
|
+
"variant": "h2"
|
|
616
617
|
},
|
|
617
618
|
{
|
|
619
|
+
"variant": "success",
|
|
618
620
|
"type": "badge",
|
|
619
|
-
"label": "Completed"
|
|
620
|
-
"variant": "success"
|
|
621
|
+
"label": "Completed"
|
|
621
622
|
}
|
|
622
623
|
],
|
|
624
|
+
"direction": "horizontal",
|
|
623
625
|
"type": "stack",
|
|
624
626
|
"gap": "sm",
|
|
625
|
-
"align": "center"
|
|
626
|
-
"direction": "horizontal"
|
|
627
|
+
"align": "center"
|
|
627
628
|
},
|
|
628
629
|
{
|
|
629
630
|
"type": "divider"
|
|
@@ -639,33 +640,32 @@
|
|
|
639
640
|
"title": "Process"
|
|
640
641
|
},
|
|
641
642
|
{
|
|
642
|
-
"
|
|
643
|
-
"
|
|
643
|
+
"id": "2",
|
|
644
|
+
"title": "Validate"
|
|
644
645
|
},
|
|
645
646
|
{
|
|
646
|
-
"
|
|
647
|
-
"
|
|
647
|
+
"title": "Complete",
|
|
648
|
+
"id": "3"
|
|
648
649
|
}
|
|
649
650
|
],
|
|
650
|
-
"
|
|
651
|
-
"
|
|
651
|
+
"type": "wizard-progress",
|
|
652
|
+
"currentStep": "@entity.totalSteps"
|
|
652
653
|
},
|
|
653
654
|
{
|
|
654
|
-
"
|
|
655
|
+
"message": "All steps completed successfully.",
|
|
655
656
|
"type": "alert",
|
|
656
|
-
"
|
|
657
|
+
"variant": "success"
|
|
657
658
|
},
|
|
658
659
|
{
|
|
659
|
-
"type": "button",
|
|
660
660
|
"variant": "ghost",
|
|
661
|
-
"icon": "rotate-ccw",
|
|
662
661
|
"action": "RESET",
|
|
663
|
-
"label": "Reset"
|
|
662
|
+
"label": "Reset",
|
|
663
|
+
"icon": "rotate-ccw",
|
|
664
|
+
"type": "button"
|
|
664
665
|
}
|
|
665
666
|
],
|
|
666
|
-
"
|
|
667
|
-
"type": "stack"
|
|
668
|
-
"gap": "lg"
|
|
667
|
+
"gap": "lg",
|
|
668
|
+
"type": "stack"
|
|
669
669
|
}
|
|
670
670
|
]
|
|
671
671
|
]
|
|
@@ -684,80 +684,80 @@
|
|
|
684
684
|
"render-ui",
|
|
685
685
|
"main",
|
|
686
686
|
{
|
|
687
|
-
"type": "stack",
|
|
688
|
-
"direction": "vertical",
|
|
689
687
|
"gap": "lg",
|
|
688
|
+
"direction": "vertical",
|
|
689
|
+
"type": "stack",
|
|
690
690
|
"children": [
|
|
691
691
|
{
|
|
692
|
-
"gap": "sm",
|
|
693
|
-
"align": "center",
|
|
694
692
|
"children": [
|
|
695
693
|
{
|
|
696
694
|
"name": "x-circle",
|
|
697
695
|
"type": "icon"
|
|
698
696
|
},
|
|
699
697
|
{
|
|
700
|
-
"
|
|
698
|
+
"variant": "h2",
|
|
701
699
|
"type": "typography",
|
|
702
|
-
"
|
|
700
|
+
"content": "AgentStepProgress"
|
|
703
701
|
},
|
|
704
702
|
{
|
|
705
|
-
"type": "badge",
|
|
706
703
|
"variant": "danger",
|
|
704
|
+
"type": "badge",
|
|
707
705
|
"label": "Failed"
|
|
708
706
|
}
|
|
709
707
|
],
|
|
708
|
+
"gap": "sm",
|
|
710
709
|
"direction": "horizontal",
|
|
711
|
-
"type": "stack"
|
|
710
|
+
"type": "stack",
|
|
711
|
+
"align": "center"
|
|
712
712
|
},
|
|
713
713
|
{
|
|
714
714
|
"type": "divider"
|
|
715
715
|
},
|
|
716
716
|
{
|
|
717
|
-
"currentStep": "@entity.currentStep",
|
|
718
|
-
"type": "wizard-progress",
|
|
719
717
|
"steps": [
|
|
720
718
|
{
|
|
721
|
-
"
|
|
722
|
-
"
|
|
719
|
+
"title": "Initialize",
|
|
720
|
+
"id": "0"
|
|
723
721
|
},
|
|
724
722
|
{
|
|
725
|
-
"
|
|
726
|
-
"
|
|
723
|
+
"id": "1",
|
|
724
|
+
"title": "Process"
|
|
727
725
|
},
|
|
728
726
|
{
|
|
729
|
-
"
|
|
730
|
-
"
|
|
727
|
+
"title": "Validate",
|
|
728
|
+
"id": "2"
|
|
731
729
|
},
|
|
732
730
|
{
|
|
733
731
|
"title": "Complete",
|
|
734
732
|
"id": "3"
|
|
735
733
|
}
|
|
736
|
-
]
|
|
734
|
+
],
|
|
735
|
+
"type": "wizard-progress",
|
|
736
|
+
"currentStep": "@entity.currentStep"
|
|
737
737
|
},
|
|
738
738
|
{
|
|
739
739
|
"type": "alert",
|
|
740
|
-
"
|
|
741
|
-
"
|
|
740
|
+
"variant": "error",
|
|
741
|
+
"message": "Pipeline failed at the current step."
|
|
742
742
|
},
|
|
743
743
|
{
|
|
744
|
-
"
|
|
744
|
+
"gap": "sm",
|
|
745
745
|
"children": [
|
|
746
746
|
{
|
|
747
747
|
"value": "@entity.currentStep",
|
|
748
|
-
"
|
|
749
|
-
"
|
|
748
|
+
"label": "Failed At Step",
|
|
749
|
+
"type": "stat-display"
|
|
750
750
|
}
|
|
751
751
|
],
|
|
752
752
|
"type": "stack",
|
|
753
|
-
"
|
|
753
|
+
"direction": "horizontal"
|
|
754
754
|
},
|
|
755
755
|
{
|
|
756
|
-
"type": "button",
|
|
757
|
-
"icon": "rotate-ccw",
|
|
758
756
|
"label": "Reset",
|
|
757
|
+
"variant": "ghost",
|
|
759
758
|
"action": "RESET",
|
|
760
|
-
"
|
|
759
|
+
"icon": "rotate-ccw",
|
|
760
|
+
"type": "button"
|
|
761
761
|
}
|
|
762
762
|
]
|
|
763
763
|
}
|
|
@@ -783,33 +783,36 @@
|
|
|
783
783
|
"render-ui",
|
|
784
784
|
"main",
|
|
785
785
|
{
|
|
786
|
+
"gap": "lg",
|
|
786
787
|
"children": [
|
|
787
788
|
{
|
|
788
|
-
"
|
|
789
|
+
"align": "center",
|
|
789
790
|
"children": [
|
|
790
791
|
{
|
|
791
792
|
"name": "list-ordered",
|
|
792
793
|
"type": "icon"
|
|
793
794
|
},
|
|
794
795
|
{
|
|
796
|
+
"type": "typography",
|
|
795
797
|
"content": "AgentStepProgress",
|
|
796
|
-
"variant": "h2"
|
|
797
|
-
"type": "typography"
|
|
798
|
+
"variant": "h2"
|
|
798
799
|
},
|
|
799
800
|
{
|
|
800
|
-
"type": "badge",
|
|
801
801
|
"label": "Idle",
|
|
802
|
-
"variant": "default"
|
|
802
|
+
"variant": "default",
|
|
803
|
+
"type": "badge"
|
|
803
804
|
}
|
|
804
805
|
],
|
|
805
|
-
"align": "center",
|
|
806
806
|
"gap": "sm",
|
|
807
|
+
"type": "stack",
|
|
807
808
|
"direction": "horizontal"
|
|
808
809
|
},
|
|
809
810
|
{
|
|
810
811
|
"type": "divider"
|
|
811
812
|
},
|
|
812
813
|
{
|
|
814
|
+
"currentStep": "@entity.currentStep",
|
|
815
|
+
"type": "wizard-progress",
|
|
813
816
|
"steps": [
|
|
814
817
|
{
|
|
815
818
|
"id": "0",
|
|
@@ -820,28 +823,25 @@
|
|
|
820
823
|
"id": "1"
|
|
821
824
|
},
|
|
822
825
|
{
|
|
823
|
-
"
|
|
824
|
-
"
|
|
826
|
+
"id": "2",
|
|
827
|
+
"title": "Validate"
|
|
825
828
|
},
|
|
826
829
|
{
|
|
827
830
|
"id": "3",
|
|
828
831
|
"title": "Complete"
|
|
829
832
|
}
|
|
830
|
-
]
|
|
831
|
-
"type": "wizard-progress",
|
|
832
|
-
"currentStep": "@entity.currentStep"
|
|
833
|
+
]
|
|
833
834
|
},
|
|
834
835
|
{
|
|
835
836
|
"variant": "primary",
|
|
836
|
-
"action": "START",
|
|
837
|
-
"icon": "play",
|
|
838
837
|
"type": "button",
|
|
839
|
-
"
|
|
838
|
+
"action": "START",
|
|
839
|
+
"label": "Start",
|
|
840
|
+
"icon": "play"
|
|
840
841
|
}
|
|
841
842
|
],
|
|
842
843
|
"type": "stack",
|
|
843
|
-
"direction": "vertical"
|
|
844
|
-
"gap": "lg"
|
|
844
|
+
"direction": "vertical"
|
|
845
845
|
}
|
|
846
846
|
]
|
|
847
847
|
]
|
|
@@ -865,13 +865,9 @@
|
|
|
865
865
|
"render-ui",
|
|
866
866
|
"main",
|
|
867
867
|
{
|
|
868
|
-
"type": "stack",
|
|
869
868
|
"direction": "vertical",
|
|
870
|
-
"gap": "lg",
|
|
871
869
|
"children": [
|
|
872
870
|
{
|
|
873
|
-
"align": "center",
|
|
874
|
-
"type": "stack",
|
|
875
871
|
"children": [
|
|
876
872
|
{
|
|
877
873
|
"type": "icon",
|
|
@@ -889,41 +885,45 @@
|
|
|
889
885
|
}
|
|
890
886
|
],
|
|
891
887
|
"direction": "horizontal",
|
|
892
|
-
"gap": "sm"
|
|
888
|
+
"gap": "sm",
|
|
889
|
+
"type": "stack",
|
|
890
|
+
"align": "center"
|
|
893
891
|
},
|
|
894
892
|
{
|
|
895
893
|
"type": "divider"
|
|
896
894
|
},
|
|
897
895
|
{
|
|
896
|
+
"type": "wizard-progress",
|
|
898
897
|
"steps": [
|
|
899
898
|
{
|
|
900
|
-
"
|
|
901
|
-
"
|
|
899
|
+
"title": "Initialize",
|
|
900
|
+
"id": "0"
|
|
902
901
|
},
|
|
903
902
|
{
|
|
904
903
|
"id": "1",
|
|
905
904
|
"title": "Process"
|
|
906
905
|
},
|
|
907
906
|
{
|
|
908
|
-
"
|
|
909
|
-
"
|
|
907
|
+
"id": "2",
|
|
908
|
+
"title": "Validate"
|
|
910
909
|
},
|
|
911
910
|
{
|
|
912
|
-
"
|
|
913
|
-
"
|
|
911
|
+
"title": "Complete",
|
|
912
|
+
"id": "3"
|
|
914
913
|
}
|
|
915
914
|
],
|
|
916
|
-
"type": "wizard-progress",
|
|
917
915
|
"currentStep": "@entity.currentStep"
|
|
918
916
|
},
|
|
919
917
|
{
|
|
920
918
|
"label": "Start",
|
|
921
919
|
"variant": "primary",
|
|
922
920
|
"icon": "play",
|
|
923
|
-
"
|
|
924
|
-
"
|
|
921
|
+
"action": "START",
|
|
922
|
+
"type": "button"
|
|
925
923
|
}
|
|
926
|
-
]
|
|
924
|
+
],
|
|
925
|
+
"type": "stack",
|
|
926
|
+
"gap": "lg"
|
|
927
927
|
}
|
|
928
928
|
]
|
|
929
929
|
]
|
|
@@ -947,22 +947,24 @@
|
|
|
947
947
|
"render-ui",
|
|
948
948
|
"main",
|
|
949
949
|
{
|
|
950
|
+
"type": "stack",
|
|
951
|
+
"direction": "vertical",
|
|
950
952
|
"gap": "lg",
|
|
951
953
|
"children": [
|
|
952
954
|
{
|
|
955
|
+
"direction": "horizontal",
|
|
953
956
|
"gap": "sm",
|
|
954
|
-
"align": "center",
|
|
955
957
|
"type": "stack",
|
|
956
|
-
"
|
|
958
|
+
"align": "center",
|
|
957
959
|
"children": [
|
|
958
960
|
{
|
|
959
961
|
"type": "icon",
|
|
960
962
|
"name": "list-ordered"
|
|
961
963
|
},
|
|
962
964
|
{
|
|
963
|
-
"
|
|
965
|
+
"type": "typography",
|
|
964
966
|
"variant": "h2",
|
|
965
|
-
"
|
|
967
|
+
"content": "AgentStepProgress"
|
|
966
968
|
},
|
|
967
969
|
{
|
|
968
970
|
"label": "Idle",
|
|
@@ -975,11 +977,10 @@
|
|
|
975
977
|
"type": "divider"
|
|
976
978
|
},
|
|
977
979
|
{
|
|
978
|
-
"type": "wizard-progress",
|
|
979
980
|
"steps": [
|
|
980
981
|
{
|
|
981
|
-
"
|
|
982
|
-
"
|
|
982
|
+
"title": "Initialize",
|
|
983
|
+
"id": "0"
|
|
983
984
|
},
|
|
984
985
|
{
|
|
985
986
|
"id": "1",
|
|
@@ -990,22 +991,21 @@
|
|
|
990
991
|
"title": "Validate"
|
|
991
992
|
},
|
|
992
993
|
{
|
|
993
|
-
"
|
|
994
|
-
"
|
|
994
|
+
"title": "Complete",
|
|
995
|
+
"id": "3"
|
|
995
996
|
}
|
|
996
997
|
],
|
|
998
|
+
"type": "wizard-progress",
|
|
997
999
|
"currentStep": "@entity.currentStep"
|
|
998
1000
|
},
|
|
999
1001
|
{
|
|
1000
|
-
"action": "START",
|
|
1001
1002
|
"variant": "primary",
|
|
1002
1003
|
"label": "Start",
|
|
1003
1004
|
"icon": "play",
|
|
1004
|
-
"type": "button"
|
|
1005
|
+
"type": "button",
|
|
1006
|
+
"action": "START"
|
|
1005
1007
|
}
|
|
1006
|
-
]
|
|
1007
|
-
"direction": "vertical",
|
|
1008
|
-
"type": "stack"
|
|
1008
|
+
]
|
|
1009
1009
|
}
|
|
1010
1010
|
]
|
|
1011
1011
|
]
|