@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
@@ -295,15 +295,14 @@
295
295
  "render-ui",
296
296
  "main",
297
297
  {
298
+ "gap": "lg",
299
+ "type": "stack",
298
300
  "children": [
299
301
  {
300
- "gap": "sm",
301
302
  "align": "center",
302
- "justify": "between",
303
- "direction": "horizontal",
304
303
  "children": [
305
304
  {
306
- "type": "stack",
305
+ "align": "center",
307
306
  "children": [
308
307
  {
309
308
  "name": "message-circle",
@@ -315,31 +314,34 @@
315
314
  "content": "AgentConversation Thread"
316
315
  }
317
316
  ],
317
+ "type": "stack",
318
318
  "gap": "sm",
319
- "align": "center",
320
319
  "direction": "horizontal"
321
320
  },
322
321
  {
323
- "action": "COMPOSE",
324
322
  "label": "New Message",
325
- "type": "button",
326
323
  "variant": "primary",
327
- "icon": "plus"
324
+ "icon": "plus",
325
+ "action": "COMPOSE",
326
+ "type": "button"
328
327
  }
329
328
  ],
330
- "type": "stack"
329
+ "type": "stack",
330
+ "direction": "horizontal",
331
+ "gap": "sm",
332
+ "justify": "between"
331
333
  },
332
334
  {
333
335
  "type": "divider"
334
336
  },
335
337
  {
336
338
  "fields": [],
339
+ "entity": "AgentConversation",
340
+ "type": "data-list",
337
341
  "renderItem": [
338
342
  "fn",
339
343
  "item",
340
344
  {
341
- "type": "stack",
342
- "gap": "xs",
343
345
  "direction": "vertical",
344
346
  "children": [
345
347
  {
@@ -349,37 +351,35 @@
349
351
  "type": "badge"
350
352
  },
351
353
  {
352
- "label": "@item.status",
354
+ "variant": "outline",
353
355
  "type": "badge",
354
- "variant": "outline"
356
+ "label": "@item.status"
355
357
  },
356
358
  {
357
- "content": "@item.timestamp",
358
- "variant": "caption",
359
359
  "type": "typography",
360
- "color": "muted"
360
+ "color": "muted",
361
+ "content": "@item.timestamp",
362
+ "variant": "caption"
361
363
  }
362
364
  ],
365
+ "type": "stack",
363
366
  "gap": "sm",
364
367
  "direction": "horizontal",
365
- "type": "stack",
366
368
  "align": "center"
367
369
  },
368
370
  {
369
- "content": "@item.content",
370
371
  "variant": "body",
371
- "type": "typography"
372
+ "type": "typography",
373
+ "content": "@item.content"
372
374
  }
373
- ]
375
+ ],
376
+ "type": "stack",
377
+ "gap": "xs"
374
378
  }
375
- ],
376
- "type": "data-list",
377
- "entity": "AgentConversation"
379
+ ]
378
380
  }
379
381
  ],
380
- "direction": "vertical",
381
- "type": "stack",
382
- "gap": "lg"
382
+ "direction": "vertical"
383
383
  }
384
384
  ]
385
385
  ]
@@ -398,48 +398,49 @@
398
398
  "align": "center",
399
399
  "children": [
400
400
  {
401
- "type": "stack",
402
- "direction": "horizontal",
401
+ "gap": "sm",
403
402
  "align": "center",
403
+ "direction": "horizontal",
404
+ "type": "stack",
404
405
  "children": [
405
406
  {
406
- "name": "message-circle",
407
- "type": "icon"
407
+ "type": "icon",
408
+ "name": "message-circle"
408
409
  },
409
410
  {
410
- "content": "AgentConversation Thread",
411
411
  "variant": "h2",
412
- "type": "typography"
412
+ "type": "typography",
413
+ "content": "AgentConversation Thread"
413
414
  }
414
- ],
415
- "gap": "sm"
415
+ ]
416
416
  },
417
417
  {
418
418
  "variant": "primary",
419
- "type": "button",
420
- "label": "New Message",
421
419
  "action": "COMPOSE",
422
- "icon": "plus"
420
+ "icon": "plus",
421
+ "label": "New Message",
422
+ "type": "button"
423
423
  }
424
424
  ],
425
- "gap": "sm",
426
- "justify": "between",
425
+ "direction": "horizontal",
427
426
  "type": "stack",
428
- "direction": "horizontal"
427
+ "justify": "between",
428
+ "gap": "sm"
429
429
  },
430
430
  {
431
431
  "type": "divider"
432
432
  },
433
433
  {
434
+ "entity": "AgentConversation",
434
435
  "renderItem": [
435
436
  "fn",
436
437
  "item",
437
438
  {
438
- "gap": "xs",
439
+ "type": "stack",
439
440
  "direction": "vertical",
440
441
  "children": [
441
442
  {
442
- "direction": "horizontal",
443
+ "align": "center",
443
444
  "gap": "sm",
444
445
  "children": [
445
446
  {
@@ -448,18 +449,18 @@
448
449
  },
449
450
  {
450
451
  "type": "badge",
451
- "label": "@item.status",
452
- "variant": "outline"
452
+ "variant": "outline",
453
+ "label": "@item.status"
453
454
  },
454
455
  {
455
- "type": "typography",
456
- "variant": "caption",
457
456
  "color": "muted",
457
+ "variant": "caption",
458
+ "type": "typography",
458
459
  "content": "@item.timestamp"
459
460
  }
460
461
  ],
461
462
  "type": "stack",
462
- "align": "center"
463
+ "direction": "horizontal"
463
464
  },
464
465
  {
465
466
  "variant": "body",
@@ -467,37 +468,36 @@
467
468
  "type": "typography"
468
469
  }
469
470
  ],
470
- "type": "stack"
471
+ "gap": "xs"
471
472
  }
472
473
  ],
473
474
  "fields": [],
474
- "type": "data-list",
475
- "entity": "AgentConversation"
475
+ "type": "data-list"
476
476
  },
477
477
  {
478
+ "fields": [],
479
+ "type": "form-section",
480
+ "title": "Compose Message",
478
481
  "children": [
479
482
  {
480
483
  "placeholder": "Type your message...",
481
484
  "type": "textarea"
482
485
  },
483
486
  {
484
- "direction": "horizontal",
485
487
  "type": "stack",
488
+ "gap": "sm",
486
489
  "children": [
487
490
  {
488
- "type": "button",
489
491
  "label": "Send",
492
+ "type": "button",
490
493
  "variant": "primary",
491
- "action": "SEND",
492
- "icon": "send"
494
+ "icon": "send",
495
+ "action": "SEND"
493
496
  }
494
497
  ],
495
- "gap": "sm"
498
+ "direction": "horizontal"
496
499
  }
497
- ],
498
- "title": "Compose Message",
499
- "type": "form-section",
500
- "fields": []
500
+ ]
501
501
  }
502
502
  ],
503
503
  "direction": "vertical",
@@ -522,8 +522,8 @@
522
522
  "AgentConversation",
523
523
  {
524
524
  "emit": {
525
- "failure": "AgentConversationLoadFailed",
526
- "success": "AgentConversationLoaded"
525
+ "success": "AgentConversationLoaded",
526
+ "failure": "AgentConversationLoadFailed"
527
527
  }
528
528
  }
529
529
  ],
@@ -531,56 +531,52 @@
531
531
  "render-ui",
532
532
  "main",
533
533
  {
534
- "direction": "vertical",
535
- "type": "stack",
536
534
  "children": [
537
535
  {
538
- "type": "stack",
539
- "direction": "horizontal",
540
- "justify": "between",
541
- "align": "center",
536
+ "gap": "sm",
542
537
  "children": [
543
538
  {
544
539
  "children": [
545
540
  {
546
- "type": "icon",
547
- "name": "message-circle"
541
+ "name": "message-circle",
542
+ "type": "icon"
548
543
  },
549
544
  {
550
545
  "type": "typography",
551
- "content": "AgentConversation Thread",
552
- "variant": "h2"
546
+ "variant": "h2",
547
+ "content": "AgentConversation Thread"
553
548
  }
554
549
  ],
555
- "align": "center",
556
- "direction": "horizontal",
557
550
  "type": "stack",
558
- "gap": "sm"
551
+ "direction": "horizontal",
552
+ "gap": "sm",
553
+ "align": "center"
559
554
  },
560
555
  {
561
556
  "label": "New Message",
562
- "variant": "primary",
557
+ "icon": "plus",
563
558
  "type": "button",
564
559
  "action": "COMPOSE",
565
- "icon": "plus"
560
+ "variant": "primary"
566
561
  }
567
562
  ],
568
- "gap": "sm"
563
+ "type": "stack",
564
+ "direction": "horizontal",
565
+ "justify": "between",
566
+ "align": "center"
569
567
  },
570
568
  {
571
569
  "type": "divider"
572
570
  },
573
571
  {
574
- "fields": [],
572
+ "type": "data-list",
575
573
  "renderItem": [
576
574
  "fn",
577
575
  "item",
578
576
  {
579
- "direction": "vertical",
580
- "gap": "xs",
581
577
  "children": [
582
578
  {
583
- "direction": "horizontal",
579
+ "gap": "sm",
584
580
  "children": [
585
581
  {
586
582
  "type": "badge",
@@ -588,8 +584,8 @@
588
584
  },
589
585
  {
590
586
  "type": "badge",
591
- "label": "@item.status",
592
- "variant": "outline"
587
+ "variant": "outline",
588
+ "label": "@item.status"
593
589
  },
594
590
  {
595
591
  "type": "typography",
@@ -599,23 +595,27 @@
599
595
  }
600
596
  ],
601
597
  "type": "stack",
602
- "gap": "sm",
598
+ "direction": "horizontal",
603
599
  "align": "center"
604
600
  },
605
601
  {
606
- "type": "typography",
602
+ "content": "@item.content",
607
603
  "variant": "body",
608
- "content": "@item.content"
604
+ "type": "typography"
609
605
  }
610
606
  ],
611
- "type": "stack"
607
+ "type": "stack",
608
+ "direction": "vertical",
609
+ "gap": "xs"
612
610
  }
613
611
  ],
614
612
  "entity": "AgentConversation",
615
- "type": "data-list"
613
+ "fields": []
616
614
  }
617
615
  ],
618
- "gap": "lg"
616
+ "direction": "vertical",
617
+ "gap": "lg",
618
+ "type": "stack"
619
619
  }
620
620
  ]
621
621
  ]
@@ -650,10 +650,10 @@
650
650
  "create",
651
651
  "AgentConversation",
652
652
  {
653
- "timestamp": "@now",
654
- "content": "@payload.content",
655
653
  "status": "sent",
656
- "role": "user"
654
+ "timestamp": "@now",
655
+ "role": "user",
656
+ "content": "@payload.content"
657
657
  }
658
658
  ],
659
659
  [
@@ -674,91 +674,91 @@
674
674
  "render-ui",
675
675
  "main",
676
676
  {
677
+ "gap": "lg",
678
+ "type": "stack",
677
679
  "direction": "vertical",
678
680
  "children": [
679
681
  {
680
- "justify": "between",
682
+ "gap": "sm",
681
683
  "children": [
682
684
  {
683
- "align": "center",
684
- "direction": "horizontal",
685
- "gap": "sm",
686
685
  "type": "stack",
686
+ "gap": "sm",
687
+ "align": "center",
687
688
  "children": [
688
689
  {
689
- "name": "message-circle",
690
- "type": "icon"
690
+ "type": "icon",
691
+ "name": "message-circle"
691
692
  },
692
693
  {
693
- "content": "AgentConversation Thread",
694
694
  "variant": "h2",
695
+ "content": "AgentConversation Thread",
695
696
  "type": "typography"
696
697
  }
697
- ]
698
+ ],
699
+ "direction": "horizontal"
698
700
  },
699
701
  {
700
- "variant": "primary",
702
+ "icon": "plus",
703
+ "label": "New Message",
701
704
  "type": "button",
702
705
  "action": "COMPOSE",
703
- "icon": "plus",
704
- "label": "New Message"
706
+ "variant": "primary"
705
707
  }
706
708
  ],
707
- "gap": "sm",
708
- "align": "center",
709
+ "direction": "horizontal",
709
710
  "type": "stack",
710
- "direction": "horizontal"
711
+ "justify": "between",
712
+ "align": "center"
711
713
  },
712
714
  {
713
715
  "type": "divider"
714
716
  },
715
717
  {
716
- "type": "data-list",
717
718
  "renderItem": [
718
719
  "fn",
719
720
  "item",
720
721
  {
721
722
  "type": "stack",
722
- "direction": "vertical",
723
+ "gap": "xs",
723
724
  "children": [
724
725
  {
725
- "direction": "horizontal",
726
726
  "align": "center",
727
- "gap": "sm",
728
727
  "type": "stack",
729
728
  "children": [
730
729
  {
731
- "label": "@item.role",
732
- "type": "badge"
730
+ "type": "badge",
731
+ "label": "@item.role"
733
732
  },
734
733
  {
735
734
  "label": "@item.status",
736
- "type": "badge",
737
- "variant": "outline"
735
+ "variant": "outline",
736
+ "type": "badge"
738
737
  },
739
738
  {
740
- "color": "muted",
741
- "type": "typography",
742
739
  "variant": "caption",
743
- "content": "@item.timestamp"
740
+ "type": "typography",
741
+ "content": "@item.timestamp",
742
+ "color": "muted"
744
743
  }
745
- ]
744
+ ],
745
+ "direction": "horizontal",
746
+ "gap": "sm"
746
747
  },
747
748
  {
748
749
  "type": "typography",
749
- "variant": "body",
750
- "content": "@item.content"
750
+ "content": "@item.content",
751
+ "variant": "body"
751
752
  }
752
753
  ],
753
- "gap": "xs"
754
+ "direction": "vertical"
754
755
  }
755
756
  ],
757
+ "fields": [],
756
758
  "entity": "AgentConversation",
757
- "fields": []
759
+ "type": "data-list"
758
760
  }
759
- ],
760
- "gap": "lg",
761
- "type": "stack"
761
+ ]
762
762
  }
763
763
  ]
764
764
  ]
@@ -788,90 +788,90 @@
788
788
  "main",
789
789
  {
790
790
  "direction": "vertical",
791
- "gap": "lg",
792
- "type": "stack",
793
791
  "children": [
794
792
  {
795
- "type": "stack",
796
793
  "direction": "horizontal",
794
+ "justify": "between",
797
795
  "gap": "sm",
798
796
  "children": [
799
797
  {
798
+ "direction": "horizontal",
800
799
  "align": "center",
801
800
  "gap": "sm",
802
- "type": "stack",
803
- "direction": "horizontal",
804
801
  "children": [
805
802
  {
806
803
  "type": "icon",
807
804
  "name": "message-circle"
808
805
  },
809
806
  {
810
- "type": "typography",
811
807
  "content": "AgentConversation Thread",
812
- "variant": "h2"
808
+ "variant": "h2",
809
+ "type": "typography"
813
810
  }
814
- ]
811
+ ],
812
+ "type": "stack"
815
813
  },
816
814
  {
817
- "type": "button",
818
- "action": "COMPOSE",
819
815
  "variant": "primary",
816
+ "type": "button",
817
+ "label": "New Message",
820
818
  "icon": "plus",
821
- "label": "New Message"
819
+ "action": "COMPOSE"
822
820
  }
823
821
  ],
824
- "justify": "between",
822
+ "type": "stack",
825
823
  "align": "center"
826
824
  },
827
825
  {
828
826
  "type": "divider"
829
827
  },
830
828
  {
831
- "entity": "AgentConversation",
832
- "fields": [],
833
- "type": "data-list",
834
829
  "renderItem": [
835
830
  "fn",
836
831
  "item",
837
832
  {
838
833
  "type": "stack",
839
- "direction": "vertical",
834
+ "gap": "xs",
840
835
  "children": [
841
836
  {
837
+ "direction": "horizontal",
838
+ "type": "stack",
842
839
  "gap": "sm",
843
840
  "align": "center",
844
- "type": "stack",
845
- "direction": "horizontal",
846
841
  "children": [
847
842
  {
848
- "label": "@item.role",
849
- "type": "badge"
843
+ "type": "badge",
844
+ "label": "@item.role"
850
845
  },
851
846
  {
852
- "type": "badge",
853
847
  "label": "@item.status",
848
+ "type": "badge",
854
849
  "variant": "outline"
855
850
  },
856
851
  {
857
- "color": "muted",
858
- "content": "@item.timestamp",
859
852
  "type": "typography",
860
- "variant": "caption"
853
+ "variant": "caption",
854
+ "content": "@item.timestamp",
855
+ "color": "muted"
861
856
  }
862
857
  ]
863
858
  },
864
859
  {
865
860
  "type": "typography",
866
- "content": "@item.content",
867
- "variant": "body"
861
+ "variant": "body",
862
+ "content": "@item.content"
868
863
  }
869
864
  ],
870
- "gap": "xs"
865
+ "direction": "vertical"
871
866
  }
872
- ]
867
+ ],
868
+ "entity": "AgentConversation",
869
+ "type": "data-list",
870
+ "fields": []
873
871
  }
874
- ]
872
+ ],
873
+ "gap": "lg",
874
+ "type": "stack"
875
875
  }
876
876
  ]
877
877
  ]
@@ -1101,8 +1101,8 @@
1101
1101
  "main",
1102
1102
  {
1103
1103
  "icon": "message-circle",
1104
- "title": "Conversation",
1105
1104
  "type": "empty-state",
1105
+ "title": "Conversation",
1106
1106
  "description": "Conversation is ready"
1107
1107
  }
1108
1108
  ]