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