@almadar/std 7.4.7 → 7.4.8

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 (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -270,26 +270,27 @@
270
270
  "render-ui",
271
271
  "main",
272
272
  {
273
+ "align": "stretch",
273
274
  "direction": "vertical",
274
275
  "gap": "lg",
275
- "align": "stretch",
276
+ "type": "stack",
276
277
  "children": [
277
278
  {
278
- "align": "center",
279
- "direction": "horizontal",
280
279
  "children": [
281
280
  {
282
- "type": "icon",
283
- "name": "brain"
281
+ "name": "brain",
282
+ "type": "icon"
284
283
  },
285
284
  {
286
285
  "type": "typography",
287
- "content": "ServiceLlm LLM",
288
- "variant": "h2"
286
+ "variant": "h2",
287
+ "content": "ServiceLlm LLM"
289
288
  }
290
289
  ],
290
+ "direction": "horizontal",
291
+ "type": "stack",
291
292
  "gap": "md",
292
- "type": "stack"
293
+ "align": "center"
293
294
  },
294
295
  {
295
296
  "type": "divider"
@@ -299,36 +300,35 @@
299
300
  "placeholder": "Enter text for LLM processing..."
300
301
  },
301
302
  {
302
- "type": "stack",
303
+ "direction": "horizontal",
304
+ "justify": "center",
305
+ "gap": "sm",
303
306
  "children": [
304
307
  {
305
- "label": "Generate",
306
- "type": "button",
307
308
  "action": "GENERATE",
308
309
  "variant": "primary",
309
- "icon": "sparkles"
310
+ "type": "button",
311
+ "icon": "sparkles",
312
+ "label": "Generate"
310
313
  },
311
314
  {
315
+ "action": "CLASSIFY",
312
316
  "icon": "tag",
313
317
  "variant": "secondary",
314
- "label": "Classify",
315
318
  "type": "button",
316
- "action": "CLASSIFY"
319
+ "label": "Classify"
317
320
  },
318
321
  {
322
+ "type": "button",
319
323
  "icon": "align-left",
320
- "action": "SUMMARIZE",
321
324
  "variant": "secondary",
322
- "type": "button",
325
+ "action": "SUMMARIZE",
323
326
  "label": "Summarize"
324
327
  }
325
328
  ],
326
- "direction": "horizontal",
327
- "justify": "center",
328
- "gap": "sm"
329
+ "type": "stack"
329
330
  }
330
- ],
331
- "type": "stack"
331
+ ]
332
332
  }
333
333
  ]
334
334
  ]
@@ -347,8 +347,8 @@
347
347
  "render-ui",
348
348
  "main",
349
349
  {
350
- "message": "Running servicellm LLM task...",
351
350
  "type": "loading-state",
351
+ "message": "Running servicellm LLM task...",
352
352
  "title": "Processing..."
353
353
  }
354
354
  ],
@@ -376,8 +376,8 @@
376
376
  "render-ui",
377
377
  "main",
378
378
  {
379
- "type": "loading-state",
380
379
  "message": "Running servicellm LLM task...",
380
+ "type": "loading-state",
381
381
  "title": "Processing..."
382
382
  }
383
383
  ],
@@ -386,12 +386,12 @@
386
386
  "llm",
387
387
  "classify",
388
388
  {
389
+ "text": "@entity.inputText",
389
390
  "categories": [
390
391
  "positive",
391
392
  "negative",
392
393
  "neutral"
393
- ],
394
- "text": "@entity.inputText"
394
+ ]
395
395
  }
396
396
  ]
397
397
  ]
@@ -411,8 +411,8 @@
411
411
  "main",
412
412
  {
413
413
  "type": "loading-state",
414
- "message": "Running servicellm LLM task...",
415
- "title": "Processing..."
414
+ "title": "Processing...",
415
+ "message": "Running servicellm LLM task..."
416
416
  }
417
417
  ],
418
418
  [
@@ -444,33 +444,33 @@
444
444
  "render-ui",
445
445
  "main",
446
446
  {
447
+ "direction": "vertical",
448
+ "gap": "lg",
449
+ "align": "center",
450
+ "type": "stack",
447
451
  "children": [
448
452
  {
449
- "type": "icon",
450
- "name": "check-circle"
453
+ "name": "check-circle",
454
+ "type": "icon"
451
455
  },
452
456
  {
457
+ "message": "LLM task complete",
453
458
  "type": "alert",
454
- "variant": "success",
455
- "message": "LLM task complete"
459
+ "variant": "success"
456
460
  },
457
461
  {
458
- "content": "@entity.result",
462
+ "variant": "body",
459
463
  "type": "typography",
460
- "variant": "body"
464
+ "content": "@entity.result"
461
465
  },
462
466
  {
463
467
  "action": "RESET",
464
- "variant": "ghost",
465
- "type": "button",
466
468
  "icon": "rotate-ccw",
469
+ "type": "button",
470
+ "variant": "ghost",
467
471
  "label": "Start Over"
468
472
  }
469
- ],
470
- "align": "center",
471
- "direction": "vertical",
472
- "type": "stack",
473
- "gap": "lg"
473
+ ]
474
474
  }
475
475
  ]
476
476
  ]
@@ -494,38 +494,38 @@
494
494
  "render-ui",
495
495
  "main",
496
496
  {
497
- "gap": "lg",
498
- "align": "center",
499
497
  "direction": "vertical",
500
498
  "type": "stack",
499
+ "gap": "lg",
500
+ "align": "center",
501
501
  "children": [
502
502
  {
503
- "onRetry": "RETRY",
504
- "type": "error-state",
505
503
  "title": "LLM Failed",
506
- "message": "@entity.error"
504
+ "message": "@entity.error",
505
+ "type": "error-state",
506
+ "onRetry": "RETRY"
507
507
  },
508
508
  {
509
509
  "gap": "sm",
510
- "type": "stack",
511
- "justify": "center",
512
- "direction": "horizontal",
513
510
  "children": [
514
511
  {
512
+ "icon": "refresh-cw",
515
513
  "label": "Retry",
516
- "action": "RETRY",
517
- "variant": "primary",
518
514
  "type": "button",
519
- "icon": "refresh-cw"
515
+ "action": "RETRY",
516
+ "variant": "primary"
520
517
  },
521
518
  {
522
- "variant": "ghost",
523
- "icon": "rotate-ccw",
524
519
  "type": "button",
525
520
  "label": "Reset",
526
- "action": "RESET"
521
+ "variant": "ghost",
522
+ "action": "RESET",
523
+ "icon": "rotate-ccw"
527
524
  }
528
- ]
525
+ ],
526
+ "type": "stack",
527
+ "justify": "center",
528
+ "direction": "horizontal"
529
529
  }
530
530
  ]
531
531
  }
@@ -546,25 +546,26 @@
546
546
  "render-ui",
547
547
  "main",
548
548
  {
549
- "align": "stretch",
550
549
  "direction": "vertical",
550
+ "align": "stretch",
551
+ "type": "stack",
551
552
  "children": [
552
553
  {
553
554
  "type": "stack",
554
- "gap": "md",
555
- "align": "center",
556
555
  "children": [
557
556
  {
558
- "type": "icon",
559
- "name": "brain"
557
+ "name": "brain",
558
+ "type": "icon"
560
559
  },
561
560
  {
562
- "type": "typography",
563
561
  "variant": "h2",
562
+ "type": "typography",
564
563
  "content": "ServiceLlm LLM"
565
564
  }
566
565
  ],
567
- "direction": "horizontal"
566
+ "align": "center",
567
+ "direction": "horizontal",
568
+ "gap": "md"
568
569
  },
569
570
  {
570
571
  "type": "divider"
@@ -574,37 +575,36 @@
574
575
  "placeholder": "Enter text for LLM processing..."
575
576
  },
576
577
  {
578
+ "type": "stack",
577
579
  "direction": "horizontal",
578
580
  "justify": "center",
579
- "gap": "sm",
580
- "type": "stack",
581
581
  "children": [
582
582
  {
583
- "icon": "sparkles",
584
- "label": "Generate",
585
- "type": "button",
586
583
  "action": "GENERATE",
587
- "variant": "primary"
584
+ "type": "button",
585
+ "variant": "primary",
586
+ "icon": "sparkles",
587
+ "label": "Generate"
588
588
  },
589
589
  {
590
- "action": "CLASSIFY",
591
590
  "icon": "tag",
592
591
  "type": "button",
593
- "variant": "secondary",
594
- "label": "Classify"
592
+ "label": "Classify",
593
+ "action": "CLASSIFY",
594
+ "variant": "secondary"
595
595
  },
596
596
  {
597
- "label": "Summarize",
598
597
  "variant": "secondary",
599
598
  "icon": "align-left",
599
+ "label": "Summarize",
600
600
  "type": "button",
601
601
  "action": "SUMMARIZE"
602
602
  }
603
- ]
603
+ ],
604
+ "gap": "sm"
604
605
  }
605
606
  ],
606
- "gap": "lg",
607
- "type": "stack"
607
+ "gap": "lg"
608
608
  }
609
609
  ]
610
610
  ]
@@ -623,24 +623,25 @@
623
623
  "render-ui",
624
624
  "main",
625
625
  {
626
- "type": "stack",
627
626
  "align": "stretch",
627
+ "type": "stack",
628
628
  "direction": "vertical",
629
+ "gap": "lg",
629
630
  "children": [
630
631
  {
631
632
  "align": "center",
633
+ "direction": "horizontal",
632
634
  "children": [
633
635
  {
634
- "name": "brain",
635
- "type": "icon"
636
+ "type": "icon",
637
+ "name": "brain"
636
638
  },
637
639
  {
640
+ "content": "ServiceLlm LLM",
638
641
  "variant": "h2",
639
- "type": "typography",
640
- "content": "ServiceLlm LLM"
642
+ "type": "typography"
641
643
  }
642
644
  ],
643
- "direction": "horizontal",
644
645
  "gap": "md",
645
646
  "type": "stack"
646
647
  },
@@ -652,36 +653,35 @@
652
653
  "type": "textarea"
653
654
  },
654
655
  {
655
- "justify": "center",
656
- "type": "stack",
657
656
  "gap": "sm",
658
- "direction": "horizontal",
659
657
  "children": [
660
658
  {
661
659
  "type": "button",
662
- "variant": "primary",
663
- "icon": "sparkles",
660
+ "label": "Generate",
664
661
  "action": "GENERATE",
665
- "label": "Generate"
662
+ "icon": "sparkles",
663
+ "variant": "primary"
666
664
  },
667
665
  {
668
- "icon": "tag",
666
+ "type": "button",
667
+ "label": "Classify",
669
668
  "action": "CLASSIFY",
670
669
  "variant": "secondary",
671
- "label": "Classify",
672
- "type": "button"
670
+ "icon": "tag"
673
671
  },
674
672
  {
673
+ "variant": "secondary",
674
+ "type": "button",
675
675
  "icon": "align-left",
676
- "label": "Summarize",
677
676
  "action": "SUMMARIZE",
678
- "variant": "secondary",
679
- "type": "button"
677
+ "label": "Summarize"
680
678
  }
681
- ]
679
+ ],
680
+ "type": "stack",
681
+ "direction": "horizontal",
682
+ "justify": "center"
682
683
  }
683
- ],
684
- "gap": "lg"
684
+ ]
685
685
  }
686
686
  ]
687
687
  ]
@@ -700,12 +700,13 @@
700
700
  "render-ui",
701
701
  "main",
702
702
  {
703
+ "direction": "vertical",
703
704
  "align": "stretch",
704
705
  "type": "stack",
705
- "direction": "vertical",
706
706
  "gap": "lg",
707
707
  "children": [
708
708
  {
709
+ "direction": "horizontal",
709
710
  "align": "center",
710
711
  "children": [
711
712
  {
@@ -714,11 +715,10 @@
714
715
  },
715
716
  {
716
717
  "content": "ServiceLlm LLM",
717
- "type": "typography",
718
- "variant": "h2"
718
+ "variant": "h2",
719
+ "type": "typography"
719
720
  }
720
721
  ],
721
- "direction": "horizontal",
722
722
  "gap": "md",
723
723
  "type": "stack"
724
724
  },
@@ -730,31 +730,31 @@
730
730
  "type": "textarea"
731
731
  },
732
732
  {
733
- "justify": "center",
734
- "direction": "horizontal",
735
733
  "gap": "sm",
734
+ "direction": "horizontal",
736
735
  "type": "stack",
736
+ "justify": "center",
737
737
  "children": [
738
738
  {
739
- "icon": "sparkles",
740
739
  "label": "Generate",
741
740
  "type": "button",
742
- "action": "GENERATE",
743
- "variant": "primary"
741
+ "variant": "primary",
742
+ "icon": "sparkles",
743
+ "action": "GENERATE"
744
744
  },
745
745
  {
746
- "icon": "tag",
747
746
  "type": "button",
748
- "label": "Classify",
749
747
  "action": "CLASSIFY",
748
+ "icon": "tag",
749
+ "label": "Classify",
750
750
  "variant": "secondary"
751
751
  },
752
752
  {
753
- "variant": "secondary",
753
+ "label": "Summarize",
754
+ "icon": "align-left",
754
755
  "action": "SUMMARIZE",
755
756
  "type": "button",
756
- "label": "Summarize",
757
- "icon": "align-left"
757
+ "variant": "secondary"
758
758
  }
759
759
  ]
760
760
  }