@almadar/std 10.0.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  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 +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -318,10 +318,13 @@
318
318
  "render-ui",
319
319
  "main",
320
320
  {
321
+ "direction": "vertical",
322
+ "type": "stack",
323
+ "gap": "lg",
321
324
  "align": "stretch",
322
325
  "children": [
323
326
  {
324
- "type": "stack",
327
+ "direction": "horizontal",
325
328
  "gap": "md",
326
329
  "align": "center",
327
330
  "children": [
@@ -330,53 +333,50 @@
330
333
  "name": "brain"
331
334
  },
332
335
  {
333
- "type": "typography",
334
336
  "content": "ServiceLlm LLM",
335
- "variant": "h2"
337
+ "variant": "h2",
338
+ "type": "typography"
336
339
  }
337
340
  ],
338
- "direction": "horizontal"
341
+ "type": "stack"
339
342
  },
340
343
  {
341
344
  "type": "divider"
342
345
  },
343
346
  {
344
- "type": "textarea",
345
- "placeholder": "Enter text for LLM processing..."
347
+ "placeholder": "Enter text for LLM processing...",
348
+ "type": "textarea"
346
349
  },
347
350
  {
348
- "justify": "center",
351
+ "type": "stack",
349
352
  "children": [
350
353
  {
351
- "label": "Generate",
352
- "action": "GENERATE",
353
354
  "type": "button",
355
+ "label": "Generate",
354
356
  "variant": "primary",
357
+ "action": "GENERATE",
355
358
  "icon": "sparkles"
356
359
  },
357
360
  {
358
- "variant": "secondary",
359
- "type": "button",
361
+ "action": "CLASSIFY",
360
362
  "label": "Classify",
361
- "icon": "tag",
362
- "action": "CLASSIFY"
363
+ "type": "button",
364
+ "variant": "secondary",
365
+ "icon": "tag"
363
366
  },
364
367
  {
365
368
  "variant": "secondary",
369
+ "icon": "align-left",
366
370
  "label": "Summarize",
367
371
  "type": "button",
368
- "icon": "align-left",
369
372
  "action": "SUMMARIZE"
370
373
  }
371
374
  ],
372
- "type": "stack",
373
375
  "direction": "horizontal",
374
- "gap": "sm"
376
+ "gap": "sm",
377
+ "justify": "center"
375
378
  }
376
- ],
377
- "gap": "lg",
378
- "type": "stack",
379
- "direction": "vertical"
379
+ ]
380
380
  }
381
381
  ]
382
382
  ]
@@ -430,9 +430,9 @@
430
430
  "render-ui",
431
431
  "main",
432
432
  {
433
- "title": "Processing...",
434
433
  "type": "loading-state",
435
- "message": "Running servicellm LLM task..."
434
+ "message": "Running servicellm LLM task...",
435
+ "title": "Processing..."
436
436
  }
437
437
  ],
438
438
  [
@@ -449,8 +449,8 @@
449
449
  },
450
450
  {
451
451
  "emit": {
452
- "success": "ServiceLlmLlmCompleted",
453
- "failure": "ServiceLlmLlmFailed"
452
+ "failure": "ServiceLlmLlmFailed",
453
+ "success": "ServiceLlmLlmCompleted"
454
454
  }
455
455
  }
456
456
  ]
@@ -470,9 +470,9 @@
470
470
  "render-ui",
471
471
  "main",
472
472
  {
473
+ "message": "Running servicellm LLM task...",
473
474
  "type": "loading-state",
474
- "title": "Processing...",
475
- "message": "Running servicellm LLM task..."
475
+ "title": "Processing..."
476
476
  }
477
477
  ],
478
478
  [
@@ -510,33 +510,33 @@
510
510
  "render-ui",
511
511
  "main",
512
512
  {
513
- "type": "stack",
514
- "align": "center",
513
+ "direction": "vertical",
515
514
  "gap": "lg",
516
515
  "children": [
517
516
  {
518
- "name": "check-circle",
519
- "type": "icon"
517
+ "type": "icon",
518
+ "name": "check-circle"
520
519
  },
521
520
  {
522
521
  "message": "LLM task complete",
523
- "type": "alert",
524
- "variant": "success"
522
+ "variant": "success",
523
+ "type": "alert"
525
524
  },
526
525
  {
527
- "type": "typography",
528
526
  "content": "@entity.result",
529
- "variant": "body"
527
+ "variant": "body",
528
+ "type": "typography"
530
529
  },
531
530
  {
532
- "variant": "ghost",
531
+ "label": "Start Over",
533
532
  "type": "button",
534
- "action": "RESET",
533
+ "variant": "ghost",
535
534
  "icon": "rotate-ccw",
536
- "label": "Start Over"
535
+ "action": "RESET"
537
536
  }
538
537
  ],
539
- "direction": "vertical"
538
+ "type": "stack",
539
+ "align": "center"
540
540
  }
541
541
  ]
542
542
  ]
@@ -561,37 +561,37 @@
561
561
  "main",
562
562
  {
563
563
  "direction": "vertical",
564
- "align": "center",
565
- "gap": "lg",
566
564
  "type": "stack",
565
+ "gap": "lg",
566
+ "align": "center",
567
567
  "children": [
568
568
  {
569
569
  "message": "@entity.error",
570
+ "onRetry": "RETRY",
570
571
  "type": "error-state",
571
- "title": "LLM Failed",
572
- "onRetry": "RETRY"
572
+ "title": "LLM Failed"
573
573
  },
574
574
  {
575
- "justify": "center",
576
575
  "children": [
577
576
  {
578
- "action": "RETRY",
577
+ "label": "Retry",
578
+ "type": "button",
579
579
  "variant": "primary",
580
580
  "icon": "refresh-cw",
581
- "type": "button",
582
- "label": "Retry"
581
+ "action": "RETRY"
583
582
  },
584
583
  {
584
+ "type": "button",
585
585
  "label": "Reset",
586
- "icon": "rotate-ccw",
587
- "variant": "ghost",
588
586
  "action": "RESET",
589
- "type": "button"
587
+ "icon": "rotate-ccw",
588
+ "variant": "ghost"
590
589
  }
591
590
  ],
592
591
  "gap": "sm",
593
592
  "type": "stack",
594
- "direction": "horizontal"
593
+ "direction": "horizontal",
594
+ "justify": "center"
595
595
  }
596
596
  ]
597
597
  }
@@ -612,27 +612,24 @@
612
612
  "render-ui",
613
613
  "main",
614
614
  {
615
- "type": "stack",
616
- "direction": "vertical",
617
- "gap": "lg",
618
615
  "align": "stretch",
619
616
  "children": [
620
617
  {
621
- "direction": "horizontal",
622
- "align": "center",
623
618
  "type": "stack",
624
- "gap": "md",
619
+ "direction": "horizontal",
625
620
  "children": [
626
621
  {
627
622
  "name": "brain",
628
623
  "type": "icon"
629
624
  },
630
625
  {
631
- "variant": "h2",
626
+ "content": "ServiceLlm LLM",
632
627
  "type": "typography",
633
- "content": "ServiceLlm LLM"
628
+ "variant": "h2"
634
629
  }
635
- ]
630
+ ],
631
+ "gap": "md",
632
+ "align": "center"
636
633
  },
637
634
  {
638
635
  "type": "divider"
@@ -642,35 +639,38 @@
642
639
  "placeholder": "Enter text for LLM processing..."
643
640
  },
644
641
  {
645
- "gap": "sm",
642
+ "type": "stack",
646
643
  "justify": "center",
647
644
  "children": [
648
645
  {
649
- "label": "Generate",
650
- "action": "GENERATE",
651
- "type": "button",
652
646
  "variant": "primary",
653
- "icon": "sparkles"
647
+ "type": "button",
648
+ "icon": "sparkles",
649
+ "label": "Generate",
650
+ "action": "GENERATE"
654
651
  },
655
652
  {
656
- "icon": "tag",
657
653
  "action": "CLASSIFY",
658
654
  "type": "button",
655
+ "label": "Classify",
659
656
  "variant": "secondary",
660
- "label": "Classify"
657
+ "icon": "tag"
661
658
  },
662
659
  {
663
660
  "label": "Summarize",
664
- "type": "button",
661
+ "variant": "secondary",
665
662
  "action": "SUMMARIZE",
666
- "icon": "align-left",
667
- "variant": "secondary"
663
+ "type": "button",
664
+ "icon": "align-left"
668
665
  }
669
666
  ],
670
667
  "direction": "horizontal",
671
- "type": "stack"
668
+ "gap": "sm"
672
669
  }
673
- ]
670
+ ],
671
+ "gap": "lg",
672
+ "type": "stack",
673
+ "direction": "vertical"
674
674
  }
675
675
  ]
676
676
  ]
@@ -689,23 +689,26 @@
689
689
  "render-ui",
690
690
  "main",
691
691
  {
692
+ "type": "stack",
693
+ "direction": "vertical",
694
+ "gap": "lg",
692
695
  "children": [
693
696
  {
697
+ "align": "center",
698
+ "type": "stack",
694
699
  "direction": "horizontal",
700
+ "gap": "md",
695
701
  "children": [
696
702
  {
697
703
  "type": "icon",
698
704
  "name": "brain"
699
705
  },
700
706
  {
701
- "type": "typography",
707
+ "content": "ServiceLlm LLM",
702
708
  "variant": "h2",
703
- "content": "ServiceLlm LLM"
709
+ "type": "typography"
704
710
  }
705
- ],
706
- "align": "center",
707
- "type": "stack",
708
- "gap": "md"
711
+ ]
709
712
  },
710
713
  {
711
714
  "type": "divider"
@@ -715,38 +718,35 @@
715
718
  "placeholder": "Enter text for LLM processing..."
716
719
  },
717
720
  {
721
+ "direction": "horizontal",
722
+ "type": "stack",
718
723
  "gap": "sm",
719
724
  "justify": "center",
720
725
  "children": [
721
726
  {
722
- "label": "Generate",
723
- "action": "GENERATE",
727
+ "icon": "sparkles",
724
728
  "type": "button",
725
729
  "variant": "primary",
726
- "icon": "sparkles"
730
+ "label": "Generate",
731
+ "action": "GENERATE"
727
732
  },
728
733
  {
729
- "icon": "tag",
730
734
  "action": "CLASSIFY",
735
+ "icon": "tag",
736
+ "variant": "secondary",
731
737
  "type": "button",
732
- "label": "Classify",
733
- "variant": "secondary"
738
+ "label": "Classify"
734
739
  },
735
740
  {
741
+ "label": "Summarize",
736
742
  "type": "button",
737
743
  "action": "SUMMARIZE",
738
- "icon": "align-left",
739
744
  "variant": "secondary",
740
- "label": "Summarize"
745
+ "icon": "align-left"
741
746
  }
742
- ],
743
- "type": "stack",
744
- "direction": "horizontal"
747
+ ]
745
748
  }
746
749
  ],
747
- "gap": "lg",
748
- "type": "stack",
749
- "direction": "vertical",
750
750
  "align": "stretch"
751
751
  }
752
752
  ]
@@ -766,64 +766,64 @@
766
766
  "render-ui",
767
767
  "main",
768
768
  {
769
- "direction": "vertical",
769
+ "gap": "lg",
770
770
  "align": "stretch",
771
+ "direction": "vertical",
771
772
  "children": [
772
773
  {
773
- "gap": "md",
774
- "type": "stack",
775
- "direction": "horizontal",
776
- "align": "center",
777
774
  "children": [
778
775
  {
779
- "type": "icon",
780
- "name": "brain"
776
+ "name": "brain",
777
+ "type": "icon"
781
778
  },
782
779
  {
780
+ "content": "ServiceLlm LLM",
783
781
  "variant": "h2",
784
- "type": "typography",
785
- "content": "ServiceLlm LLM"
782
+ "type": "typography"
786
783
  }
787
- ]
784
+ ],
785
+ "type": "stack",
786
+ "gap": "md",
787
+ "direction": "horizontal",
788
+ "align": "center"
788
789
  },
789
790
  {
790
791
  "type": "divider"
791
792
  },
792
793
  {
793
- "placeholder": "Enter text for LLM processing...",
794
- "type": "textarea"
794
+ "type": "textarea",
795
+ "placeholder": "Enter text for LLM processing..."
795
796
  },
796
797
  {
797
- "direction": "horizontal",
798
- "gap": "sm",
799
- "justify": "center",
800
798
  "children": [
801
799
  {
800
+ "action": "GENERATE",
802
801
  "label": "Generate",
803
802
  "type": "button",
804
- "action": "GENERATE",
805
- "variant": "primary",
806
- "icon": "sparkles"
803
+ "icon": "sparkles",
804
+ "variant": "primary"
807
805
  },
808
806
  {
809
- "action": "CLASSIFY",
810
- "type": "button",
811
- "variant": "secondary",
812
807
  "label": "Classify",
813
- "icon": "tag"
808
+ "variant": "secondary",
809
+ "icon": "tag",
810
+ "action": "CLASSIFY",
811
+ "type": "button"
814
812
  },
815
813
  {
816
- "variant": "secondary",
817
- "icon": "align-left",
818
- "label": "Summarize",
814
+ "type": "button",
819
815
  "action": "SUMMARIZE",
820
- "type": "button"
816
+ "label": "Summarize",
817
+ "variant": "secondary",
818
+ "icon": "align-left"
821
819
  }
822
820
  ],
823
- "type": "stack"
821
+ "type": "stack",
822
+ "gap": "sm",
823
+ "direction": "horizontal",
824
+ "justify": "center"
824
825
  }
825
826
  ],
826
- "gap": "lg",
827
827
  "type": "stack"
828
828
  }
829
829
  ]