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