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