@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
@@ -317,8 +317,9 @@
317
317
  "render-ui",
318
318
  "main",
319
319
  {
320
- "gap": "lg",
320
+ "type": "stack",
321
321
  "direction": "vertical",
322
+ "gap": "lg",
322
323
  "children": [
323
324
  {
324
325
  "align": "center",
@@ -333,45 +334,47 @@
333
334
  "variant": "h2"
334
335
  }
335
336
  ],
336
- "direction": "horizontal",
337
337
  "type": "stack",
338
- "gap": "sm"
338
+ "gap": "sm",
339
+ "direction": "horizontal"
339
340
  },
340
341
  {
341
342
  "type": "divider"
342
343
  },
343
344
  {
345
+ "cols": 3.0,
346
+ "type": "simple-grid",
344
347
  "children": [
345
348
  {
346
- "type": "stat-display",
347
- "icon": "check-circle",
349
+ "label": "Successes",
348
350
  "value": "@entity.totalSuccesses",
349
- "label": "Successes"
351
+ "type": "stat-display",
352
+ "icon": "check-circle"
350
353
  },
351
354
  {
352
355
  "type": "stat-display",
353
- "label": "Failures",
354
356
  "icon": "x-circle",
355
- "value": "@entity.totalFailures"
357
+ "value": "@entity.totalFailures",
358
+ "label": "Failures"
356
359
  },
357
360
  {
361
+ "icon": "cpu",
358
362
  "value": "@entity.provider",
359
363
  "label": "Current Provider",
360
- "icon": "cpu",
361
364
  "type": "stat-display"
362
365
  }
363
- ],
364
- "type": "simple-grid",
365
- "cols": 3.0
366
+ ]
366
367
  },
367
368
  {
368
369
  "type": "divider"
369
370
  },
370
371
  {
372
+ "type": "card",
371
373
  "children": [
372
374
  {
373
- "direction": "vertical",
375
+ "gap": "md",
374
376
  "type": "stack",
377
+ "direction": "vertical",
375
378
  "children": [
376
379
  {
377
380
  "content": "Listening for task outcomes...",
@@ -379,21 +382,17 @@
379
382
  "type": "typography"
380
383
  },
381
384
  {
382
- "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
383
385
  "variant": "caption",
384
- "type": "typography"
386
+ "type": "typography",
387
+ "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
385
388
  }
386
- ],
387
- "gap": "md"
389
+ ]
388
390
  }
389
- ],
390
- "type": "card"
391
+ ]
391
392
  },
392
393
  {
393
- "type": "card",
394
394
  "children": [
395
395
  {
396
- "type": "stack",
397
396
  "children": [
398
397
  {
399
398
  "variant": "caption",
@@ -401,28 +400,29 @@
401
400
  "content": "Last Outcome"
402
401
  },
403
402
  {
404
- "content": "@entity.outcome",
405
403
  "type": "typography",
406
- "variant": "body"
404
+ "variant": "body",
405
+ "content": "@entity.outcome"
407
406
  },
408
407
  {
409
408
  "type": "typography",
410
- "variant": "caption",
411
- "content": "Impact Analysis"
409
+ "content": "Impact Analysis",
410
+ "variant": "caption"
412
411
  },
413
412
  {
414
- "variant": "body",
413
+ "content": "@entity.impact",
415
414
  "type": "typography",
416
- "content": "@entity.impact"
415
+ "variant": "body"
417
416
  }
418
417
  ],
419
- "direction": "vertical",
420
- "gap": "sm"
418
+ "gap": "sm",
419
+ "type": "stack",
420
+ "direction": "vertical"
421
421
  }
422
- ]
422
+ ],
423
+ "type": "card"
423
424
  }
424
- ],
425
- "type": "stack"
425
+ ]
426
426
  }
427
427
  ]
428
428
  ]
@@ -481,6 +481,7 @@
481
481
  {
482
482
  "type": "stack",
483
483
  "direction": "vertical",
484
+ "align": "center",
484
485
  "children": [
485
486
  {
486
487
  "type": "icon",
@@ -488,18 +489,17 @@
488
489
  },
489
490
  {
490
491
  "variant": "h3",
491
- "content": "Recording outcome...",
492
- "type": "typography"
492
+ "type": "typography",
493
+ "content": "Recording outcome..."
493
494
  },
494
495
  {
495
496
  "type": "spinner"
496
497
  },
497
498
  {
498
- "label": "@entity.outcome",
499
- "type": "badge"
499
+ "type": "badge",
500
+ "label": "@entity.outcome"
500
501
  }
501
502
  ],
502
- "align": "center",
503
503
  "gap": "lg"
504
504
  }
505
505
  ]
@@ -567,9 +567,9 @@
567
567
  "name": "save"
568
568
  },
569
569
  {
570
- "content": "Recording outcome...",
571
570
  "type": "typography",
572
- "variant": "h3"
571
+ "variant": "h3",
572
+ "content": "Recording outcome..."
573
573
  },
574
574
  {
575
575
  "type": "spinner"
@@ -579,10 +579,10 @@
579
579
  "label": "@entity.outcome"
580
580
  }
581
581
  ],
582
- "type": "stack",
583
- "direction": "vertical",
582
+ "gap": "lg",
584
583
  "align": "center",
585
- "gap": "lg"
584
+ "type": "stack",
585
+ "direction": "vertical"
586
586
  }
587
587
  ]
588
588
  ]
@@ -603,24 +603,22 @@
603
603
  "render-ui",
604
604
  "main",
605
605
  {
606
- "direction": "vertical",
607
- "gap": "lg",
608
606
  "type": "stack",
609
607
  "children": [
610
608
  {
611
- "direction": "horizontal",
612
609
  "align": "center",
613
- "type": "stack",
614
610
  "gap": "sm",
611
+ "direction": "horizontal",
612
+ "type": "stack",
615
613
  "children": [
616
614
  {
617
- "type": "icon",
618
- "name": "graduation-cap"
615
+ "name": "graduation-cap",
616
+ "type": "icon"
619
617
  },
620
618
  {
619
+ "variant": "h2",
621
620
  "content": "Outcome Learner",
622
- "type": "typography",
623
- "variant": "h2"
621
+ "type": "typography"
624
622
  }
625
623
  ]
626
624
  },
@@ -628,28 +626,28 @@
628
626
  "type": "divider"
629
627
  },
630
628
  {
629
+ "type": "simple-grid",
631
630
  "cols": 3.0,
632
631
  "children": [
633
632
  {
634
- "type": "stat-display",
635
633
  "label": "Successes",
636
- "value": "@entity.totalSuccesses",
637
- "icon": "check-circle"
634
+ "type": "stat-display",
635
+ "icon": "check-circle",
636
+ "value": "@entity.totalSuccesses"
638
637
  },
639
638
  {
640
639
  "label": "Failures",
640
+ "type": "stat-display",
641
641
  "icon": "x-circle",
642
- "value": "@entity.totalFailures",
643
- "type": "stat-display"
642
+ "value": "@entity.totalFailures"
644
643
  },
645
644
  {
646
645
  "value": "@entity.provider",
646
+ "label": "Current Provider",
647
647
  "type": "stat-display",
648
- "icon": "cpu",
649
- "label": "Current Provider"
648
+ "icon": "cpu"
650
649
  }
651
- ],
652
- "type": "simple-grid"
650
+ ]
653
651
  },
654
652
  {
655
653
  "type": "divider"
@@ -658,57 +656,59 @@
658
656
  "type": "card",
659
657
  "children": [
660
658
  {
661
- "type": "stack",
662
- "direction": "vertical",
663
- "gap": "md",
664
659
  "children": [
665
660
  {
666
- "content": "Listening for task outcomes...",
661
+ "variant": "body",
667
662
  "type": "typography",
668
- "variant": "body"
663
+ "content": "Listening for task outcomes..."
669
664
  },
670
665
  {
671
- "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
666
+ "variant": "caption",
672
667
  "type": "typography",
673
- "variant": "caption"
668
+ "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
674
669
  }
675
- ]
670
+ ],
671
+ "direction": "vertical",
672
+ "type": "stack",
673
+ "gap": "md"
676
674
  }
677
675
  ]
678
676
  },
679
677
  {
680
- "type": "card",
681
678
  "children": [
682
679
  {
680
+ "gap": "sm",
681
+ "direction": "vertical",
683
682
  "type": "stack",
684
683
  "children": [
685
684
  {
686
- "variant": "caption",
685
+ "content": "Last Outcome",
687
686
  "type": "typography",
688
- "content": "Last Outcome"
687
+ "variant": "caption"
689
688
  },
690
689
  {
691
- "type": "typography",
692
690
  "content": "@entity.outcome",
691
+ "type": "typography",
693
692
  "variant": "body"
694
693
  },
695
694
  {
696
- "content": "Impact Analysis",
697
695
  "type": "typography",
698
- "variant": "caption"
696
+ "variant": "caption",
697
+ "content": "Impact Analysis"
699
698
  },
700
699
  {
701
700
  "type": "typography",
702
701
  "content": "@entity.impact",
703
702
  "variant": "body"
704
703
  }
705
- ],
706
- "gap": "sm",
707
- "direction": "vertical"
704
+ ]
708
705
  }
709
- ]
706
+ ],
707
+ "type": "card"
710
708
  }
711
- ]
709
+ ],
710
+ "direction": "vertical",
711
+ "gap": "lg"
712
712
  }
713
713
  ]
714
714
  ]
@@ -787,14 +787,16 @@
787
787
  "main",
788
788
  {
789
789
  "align": "center",
790
+ "gap": "lg",
791
+ "type": "stack",
790
792
  "children": [
791
793
  {
792
794
  "type": "icon",
793
795
  "name": "cpu"
794
796
  },
795
797
  {
796
- "type": "typography",
797
798
  "variant": "h3",
799
+ "type": "typography",
798
800
  "content": "Analyzing impact..."
799
801
  },
800
802
  {
@@ -802,24 +804,22 @@
802
804
  },
803
805
  {
804
806
  "gap": "md",
805
- "type": "stack",
806
807
  "justify": "center",
808
+ "type": "stack",
807
809
  "children": [
808
810
  {
809
811
  "type": "badge",
810
812
  "label": "@entity.category"
811
813
  },
812
814
  {
813
- "label": "@entity.isSuccess",
814
- "type": "badge"
815
+ "type": "badge",
816
+ "label": "@entity.outcome"
815
817
  }
816
818
  ],
817
819
  "direction": "horizontal"
818
820
  }
819
821
  ],
820
- "type": "stack",
821
- "direction": "vertical",
822
- "gap": "lg"
822
+ "direction": "vertical"
823
823
  }
824
824
  ]
825
825
  ]
@@ -844,12 +844,9 @@
844
844
  "main",
845
845
  {
846
846
  "gap": "lg",
847
+ "type": "stack",
847
848
  "children": [
848
849
  {
849
- "type": "stack",
850
- "direction": "horizontal",
851
- "gap": "sm",
852
- "align": "center",
853
850
  "children": [
854
851
  {
855
852
  "type": "icon",
@@ -860,32 +857,36 @@
860
857
  "variant": "h2",
861
858
  "content": "Outcome Learner"
862
859
  }
863
- ]
860
+ ],
861
+ "gap": "sm",
862
+ "direction": "horizontal",
863
+ "align": "center",
864
+ "type": "stack"
864
865
  },
865
866
  {
866
867
  "type": "divider"
867
868
  },
868
869
  {
869
- "cols": 3.0,
870
870
  "type": "simple-grid",
871
+ "cols": 3.0,
871
872
  "children": [
872
873
  {
873
- "label": "Successes",
874
- "type": "stat-display",
875
874
  "icon": "check-circle",
876
- "value": "@entity.totalSuccesses"
875
+ "value": "@entity.totalSuccesses",
876
+ "label": "Successes",
877
+ "type": "stat-display"
877
878
  },
878
879
  {
880
+ "icon": "x-circle",
879
881
  "value": "@entity.totalFailures",
880
- "type": "stat-display",
881
882
  "label": "Failures",
882
- "icon": "x-circle"
883
+ "type": "stat-display"
883
884
  },
884
885
  {
885
- "icon": "cpu",
886
886
  "value": "@entity.provider",
887
+ "label": "Current Provider",
887
888
  "type": "stat-display",
888
- "label": "Current Provider"
889
+ "icon": "cpu"
889
890
  }
890
891
  ]
891
892
  },
@@ -895,35 +896,36 @@
895
896
  {
896
897
  "children": [
897
898
  {
898
- "type": "stack",
899
- "direction": "vertical",
900
- "gap": "md",
901
899
  "children": [
902
900
  {
901
+ "variant": "body",
903
902
  "type": "typography",
904
- "content": "Listening for task outcomes...",
905
- "variant": "body"
903
+ "content": "Listening for task outcomes..."
906
904
  },
907
905
  {
908
- "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
909
906
  "type": "typography",
910
- "variant": "caption"
907
+ "variant": "caption",
908
+ "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
911
909
  }
912
- ]
910
+ ],
911
+ "type": "stack",
912
+ "gap": "md",
913
+ "direction": "vertical"
913
914
  }
914
915
  ],
915
916
  "type": "card"
916
917
  },
917
918
  {
919
+ "type": "card",
918
920
  "children": [
919
921
  {
920
- "type": "stack",
922
+ "gap": "sm",
921
923
  "direction": "vertical",
922
924
  "children": [
923
925
  {
924
926
  "type": "typography",
925
- "variant": "caption",
926
- "content": "Last Outcome"
927
+ "content": "Last Outcome",
928
+ "variant": "caption"
927
929
  },
928
930
  {
929
931
  "variant": "body",
@@ -932,23 +934,21 @@
932
934
  },
933
935
  {
934
936
  "type": "typography",
935
- "content": "Impact Analysis",
936
- "variant": "caption"
937
+ "variant": "caption",
938
+ "content": "Impact Analysis"
937
939
  },
938
940
  {
939
941
  "variant": "body",
940
- "content": "@entity.impact",
941
- "type": "typography"
942
+ "type": "typography",
943
+ "content": "@entity.impact"
942
944
  }
943
945
  ],
944
- "gap": "sm"
946
+ "type": "stack"
945
947
  }
946
- ],
947
- "type": "card"
948
+ ]
948
949
  }
949
950
  ],
950
- "direction": "vertical",
951
- "type": "stack"
951
+ "direction": "vertical"
952
952
  }
953
953
  ]
954
954
  ]
@@ -979,51 +979,52 @@
979
979
  "render-ui",
980
980
  "main",
981
981
  {
982
- "direction": "vertical",
982
+ "type": "stack",
983
+ "gap": "lg",
983
984
  "children": [
984
985
  {
986
+ "align": "center",
987
+ "direction": "horizontal",
985
988
  "children": [
986
989
  {
987
990
  "type": "icon",
988
991
  "name": "graduation-cap"
989
992
  },
990
993
  {
991
- "content": "Outcome Learner",
992
994
  "type": "typography",
995
+ "content": "Outcome Learner",
993
996
  "variant": "h2"
994
997
  }
995
998
  ],
996
- "direction": "horizontal",
997
- "gap": "sm",
998
999
  "type": "stack",
999
- "align": "center"
1000
+ "gap": "sm"
1000
1001
  },
1001
1002
  {
1002
1003
  "type": "divider"
1003
1004
  },
1004
1005
  {
1005
- "cols": 3.0,
1006
+ "type": "simple-grid",
1006
1007
  "children": [
1007
1008
  {
1008
1009
  "value": "@entity.totalSuccesses",
1009
1010
  "icon": "check-circle",
1010
- "label": "Successes",
1011
- "type": "stat-display"
1011
+ "type": "stat-display",
1012
+ "label": "Successes"
1012
1013
  },
1013
1014
  {
1015
+ "value": "@entity.totalFailures",
1014
1016
  "type": "stat-display",
1015
1017
  "label": "Failures",
1016
- "value": "@entity.totalFailures",
1017
1018
  "icon": "x-circle"
1018
1019
  },
1019
1020
  {
1021
+ "icon": "cpu",
1020
1022
  "value": "@entity.provider",
1021
1023
  "type": "stat-display",
1022
- "label": "Current Provider",
1023
- "icon": "cpu"
1024
+ "label": "Current Provider"
1024
1025
  }
1025
1026
  ],
1026
- "type": "simple-grid"
1027
+ "cols": 3.0
1027
1028
  },
1028
1029
  {
1029
1030
  "type": "divider"
@@ -1037,13 +1038,13 @@
1037
1038
  "children": [
1038
1039
  {
1039
1040
  "type": "typography",
1040
- "content": "Listening for task outcomes...",
1041
- "variant": "body"
1041
+ "variant": "body",
1042
+ "content": "Listening for task outcomes..."
1042
1043
  },
1043
1044
  {
1044
1045
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
1045
- "variant": "caption",
1046
- "type": "typography"
1046
+ "type": "typography",
1047
+ "variant": "caption"
1047
1048
  }
1048
1049
  ]
1049
1050
  }
@@ -1051,40 +1052,39 @@
1051
1052
  "type": "card"
1052
1053
  },
1053
1054
  {
1054
- "type": "card",
1055
1055
  "children": [
1056
1056
  {
1057
1057
  "gap": "sm",
1058
1058
  "children": [
1059
1059
  {
1060
+ "type": "typography",
1060
1061
  "variant": "caption",
1061
- "content": "Last Outcome",
1062
- "type": "typography"
1062
+ "content": "Last Outcome"
1063
1063
  },
1064
1064
  {
1065
+ "type": "typography",
1065
1066
  "content": "@entity.outcome",
1066
- "variant": "body",
1067
- "type": "typography"
1067
+ "variant": "body"
1068
1068
  },
1069
1069
  {
1070
- "content": "Impact Analysis",
1071
1070
  "variant": "caption",
1072
- "type": "typography"
1071
+ "type": "typography",
1072
+ "content": "Impact Analysis"
1073
1073
  },
1074
1074
  {
1075
- "type": "typography",
1076
1075
  "content": "@entity.impact",
1077
- "variant": "body"
1076
+ "variant": "body",
1077
+ "type": "typography"
1078
1078
  }
1079
1079
  ],
1080
1080
  "type": "stack",
1081
1081
  "direction": "vertical"
1082
1082
  }
1083
- ]
1083
+ ],
1084
+ "type": "card"
1084
1085
  }
1085
1086
  ],
1086
- "gap": "lg",
1087
- "type": "stack"
1087
+ "direction": "vertical"
1088
1088
  }
1089
1089
  ]
1090
1090
  ]
@@ -1109,12 +1109,10 @@
1109
1109
  "main",
1110
1110
  {
1111
1111
  "direction": "vertical",
1112
+ "gap": "lg",
1112
1113
  "type": "stack",
1113
1114
  "children": [
1114
1115
  {
1115
- "direction": "horizontal",
1116
- "type": "stack",
1117
- "gap": "sm",
1118
1116
  "align": "center",
1119
1117
  "children": [
1120
1118
  {
@@ -1122,11 +1120,14 @@
1122
1120
  "type": "icon"
1123
1121
  },
1124
1122
  {
1125
- "content": "Outcome Learner",
1123
+ "variant": "h2",
1126
1124
  "type": "typography",
1127
- "variant": "h2"
1125
+ "content": "Outcome Learner"
1128
1126
  }
1129
- ]
1127
+ ],
1128
+ "direction": "horizontal",
1129
+ "type": "stack",
1130
+ "gap": "sm"
1130
1131
  },
1131
1132
  {
1132
1133
  "type": "divider"
@@ -1134,8 +1135,8 @@
1134
1135
  {
1135
1136
  "children": [
1136
1137
  {
1137
- "type": "stat-display",
1138
1138
  "icon": "check-circle",
1139
+ "type": "stat-display",
1139
1140
  "value": "@entity.totalSuccesses",
1140
1141
  "label": "Successes"
1141
1142
  },
@@ -1146,10 +1147,10 @@
1146
1147
  "value": "@entity.totalFailures"
1147
1148
  },
1148
1149
  {
1150
+ "type": "stat-display",
1149
1151
  "label": "Current Provider",
1150
- "icon": "cpu",
1151
1152
  "value": "@entity.provider",
1152
- "type": "stat-display"
1153
+ "icon": "cpu"
1153
1154
  }
1154
1155
  ],
1155
1156
  "type": "simple-grid",
@@ -1159,61 +1160,60 @@
1159
1160
  "type": "divider"
1160
1161
  },
1161
1162
  {
1163
+ "type": "card",
1162
1164
  "children": [
1163
1165
  {
1164
1166
  "type": "stack",
1165
1167
  "gap": "md",
1166
- "direction": "vertical",
1167
1168
  "children": [
1168
1169
  {
1169
1170
  "content": "Listening for task outcomes...",
1170
- "variant": "body",
1171
- "type": "typography"
1171
+ "type": "typography",
1172
+ "variant": "body"
1172
1173
  },
1173
1174
  {
1174
- "type": "typography",
1175
1175
  "variant": "caption",
1176
+ "type": "typography",
1176
1177
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
1177
1178
  }
1178
- ]
1179
+ ],
1180
+ "direction": "vertical"
1179
1181
  }
1180
- ],
1181
- "type": "card"
1182
+ ]
1182
1183
  },
1183
1184
  {
1184
- "type": "card",
1185
1185
  "children": [
1186
1186
  {
1187
- "type": "stack",
1188
1187
  "direction": "vertical",
1189
1188
  "gap": "sm",
1190
1189
  "children": [
1191
1190
  {
1192
- "variant": "caption",
1191
+ "type": "typography",
1193
1192
  "content": "Last Outcome",
1194
- "type": "typography"
1193
+ "variant": "caption"
1195
1194
  },
1196
1195
  {
1197
- "type": "typography",
1198
1196
  "content": "@entity.outcome",
1199
- "variant": "body"
1197
+ "variant": "body",
1198
+ "type": "typography"
1200
1199
  },
1201
1200
  {
1201
+ "content": "Impact Analysis",
1202
1202
  "variant": "caption",
1203
- "type": "typography",
1204
- "content": "Impact Analysis"
1203
+ "type": "typography"
1205
1204
  },
1206
1205
  {
1207
1206
  "content": "@entity.impact",
1208
1207
  "type": "typography",
1209
1208
  "variant": "body"
1210
1209
  }
1211
- ]
1210
+ ],
1211
+ "type": "stack"
1212
1212
  }
1213
- ]
1213
+ ],
1214
+ "type": "card"
1214
1215
  }
1215
- ],
1216
- "gap": "lg"
1216
+ ]
1217
1217
  }
1218
1218
  ]
1219
1219
  ]