@almadar/std 8.3.0 → 8.4.1

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