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