@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
@@ -300,11 +300,11 @@
300
300
  "render-ui",
301
301
  "main",
302
302
  {
303
- "type": "stack",
304
303
  "children": [
305
304
  {
306
- "align": "center",
307
305
  "type": "stack",
306
+ "direction": "horizontal",
307
+ "gap": "sm",
308
308
  "children": [
309
309
  {
310
310
  "type": "icon",
@@ -316,8 +316,7 @@
316
316
  "variant": "h2"
317
317
  }
318
318
  ],
319
- "direction": "horizontal",
320
- "gap": "sm"
319
+ "align": "center"
321
320
  },
322
321
  {
323
322
  "type": "divider"
@@ -331,15 +330,15 @@
331
330
  "direction": "vertical",
332
331
  "children": [
333
332
  {
333
+ "content": "Enter the target to validate and auto-fix",
334
334
  "variant": "body",
335
- "type": "typography",
336
- "content": "Enter the target to validate and auto-fix"
335
+ "type": "typography"
337
336
  },
338
337
  {
339
- "entity": "AgentFixLoop",
340
338
  "type": "form-section",
341
- "submitEvent": "FIX",
342
339
  "mode": "edit",
340
+ "entity": "AgentFixLoop",
341
+ "submitEvent": "FIX",
343
342
  "fields": [
344
343
  "target"
345
344
  ]
@@ -350,7 +349,8 @@
350
349
  }
351
350
  ],
352
351
  "gap": "lg",
353
- "direction": "vertical"
352
+ "direction": "vertical",
353
+ "type": "stack"
354
354
  }
355
355
  ]
356
356
  ]
@@ -392,6 +392,9 @@
392
392
  "main",
393
393
  {
394
394
  "direction": "vertical",
395
+ "gap": "lg",
396
+ "type": "stack",
397
+ "align": "center",
395
398
  "children": [
396
399
  {
397
400
  "type": "icon",
@@ -399,20 +402,17 @@
399
402
  },
400
403
  {
401
404
  "variant": "h3",
402
- "content": "Validating...",
403
- "type": "typography"
405
+ "type": "typography",
406
+ "content": "Validating..."
404
407
  },
405
408
  {
406
409
  "type": "spinner"
407
410
  },
408
411
  {
409
- "direction": "horizontal",
410
- "justify": "center",
411
- "gap": "md",
412
412
  "children": [
413
413
  {
414
- "type": "badge",
415
- "label": "@entity.target"
414
+ "label": "@entity.target",
415
+ "type": "badge"
416
416
  },
417
417
  {
418
418
  "type": "badge",
@@ -431,12 +431,12 @@
431
431
  ]
432
432
  }
433
433
  ],
434
- "type": "stack"
434
+ "type": "stack",
435
+ "justify": "center",
436
+ "direction": "horizontal",
437
+ "gap": "md"
435
438
  }
436
- ],
437
- "gap": "lg",
438
- "type": "stack",
439
- "align": "center"
439
+ ]
440
440
  }
441
441
  ]
442
442
  ]
@@ -459,87 +459,87 @@
459
459
  "render-ui",
460
460
  "main",
461
461
  {
462
+ "type": "stack",
463
+ "gap": "lg",
464
+ "direction": "vertical",
462
465
  "children": [
463
466
  {
467
+ "align": "center",
468
+ "direction": "horizontal",
464
469
  "type": "stack",
465
470
  "justify": "between",
466
471
  "children": [
467
472
  {
468
- "direction": "horizontal",
473
+ "align": "center",
469
474
  "gap": "sm",
470
475
  "type": "stack",
471
- "align": "center",
472
476
  "children": [
473
477
  {
474
478
  "type": "icon",
475
479
  "name": "check-circle"
476
480
  },
477
481
  {
478
- "content": "Validation Passed",
479
482
  "variant": "h2",
480
- "type": "typography"
483
+ "type": "typography",
484
+ "content": "Validation Passed"
481
485
  }
482
- ]
486
+ ],
487
+ "direction": "horizontal"
483
488
  },
484
489
  {
485
490
  "type": "button",
486
- "variant": "ghost",
491
+ "label": "New Target",
487
492
  "action": "RESET",
488
493
  "icon": "rotate-ccw",
489
- "label": "New Target"
494
+ "variant": "ghost"
490
495
  }
491
496
  ],
492
- "gap": "sm",
493
- "align": "center",
494
- "direction": "horizontal"
497
+ "gap": "sm"
495
498
  },
496
499
  {
497
500
  "type": "divider"
498
501
  },
499
502
  {
500
- "type": "simple-grid",
501
503
  "children": [
502
504
  {
503
- "label": "Fix Attempts",
504
- "icon": "wrench",
505
505
  "value": "@entity.fixAttempts",
506
- "type": "stat-display"
506
+ "icon": "wrench",
507
+ "type": "stat-display",
508
+ "label": "Fix Attempts"
507
509
  },
508
510
  {
509
511
  "type": "stat-display",
510
- "icon": "check",
512
+ "value": "Passed",
511
513
  "label": "Status",
512
- "value": "Passed"
514
+ "icon": "check"
513
515
  }
514
516
  ],
515
- "cols": 2.0
517
+ "cols": 2.0,
518
+ "type": "simple-grid"
516
519
  },
517
520
  {
518
- "type": "card",
519
521
  "children": [
520
522
  {
521
523
  "type": "stack",
522
524
  "gap": "sm",
523
- "direction": "vertical",
524
525
  "children": [
525
526
  {
526
527
  "content": "Target",
527
- "type": "typography",
528
- "variant": "caption"
528
+ "variant": "caption",
529
+ "type": "typography"
529
530
  },
530
531
  {
531
532
  "content": "@entity.target",
532
- "variant": "body",
533
- "type": "typography"
533
+ "type": "typography",
534
+ "variant": "body"
534
535
  }
535
- ]
536
+ ],
537
+ "direction": "vertical"
536
538
  }
537
- ]
539
+ ],
540
+ "type": "card"
538
541
  }
539
- ],
540
- "type": "stack",
541
- "direction": "vertical",
542
- "gap": "lg"
542
+ ]
543
543
  }
544
544
  ]
545
545
  ]
@@ -589,34 +589,35 @@
589
589
  "main",
590
590
  {
591
591
  "gap": "lg",
592
- "type": "stack",
593
592
  "direction": "vertical",
593
+ "type": "stack",
594
594
  "children": [
595
595
  {
596
- "gap": "sm",
597
596
  "type": "stack",
598
- "direction": "horizontal",
597
+ "gap": "sm",
599
598
  "align": "center",
600
599
  "justify": "between",
600
+ "direction": "horizontal",
601
601
  "children": [
602
602
  {
603
603
  "type": "stack",
604
- "align": "center",
604
+ "direction": "horizontal",
605
605
  "gap": "sm",
606
+ "align": "center",
606
607
  "children": [
607
608
  {
608
- "type": "icon",
609
- "name": "cpu"
609
+ "name": "cpu",
610
+ "type": "icon"
610
611
  },
611
612
  {
612
613
  "content": "Generating fix...",
613
614
  "type": "typography",
614
615
  "variant": "h2"
615
616
  }
616
- ],
617
- "direction": "horizontal"
617
+ ]
618
618
  },
619
619
  {
620
+ "type": "badge",
620
621
  "label": [
621
622
  "str/concat",
622
623
  "Attempt ",
@@ -624,8 +625,7 @@
624
625
  "str/concat",
625
626
  "@entity.fixAttempts"
626
627
  ]
627
- ],
628
- "type": "badge"
628
+ ]
629
629
  }
630
630
  ]
631
631
  },
@@ -633,26 +633,26 @@
633
633
  "type": "divider"
634
634
  },
635
635
  {
636
+ "type": "card",
636
637
  "children": [
637
638
  {
638
- "gap": "sm",
639
- "type": "stack",
640
639
  "direction": "vertical",
640
+ "gap": "sm",
641
641
  "children": [
642
642
  {
643
643
  "type": "typography",
644
- "content": "Validation Errors",
645
- "variant": "caption"
644
+ "variant": "caption",
645
+ "content": "Validation Errors"
646
646
  },
647
647
  {
648
648
  "variant": "error",
649
649
  "message": "@entity.validationErrors",
650
650
  "type": "alert"
651
651
  }
652
- ]
652
+ ],
653
+ "type": "stack"
653
654
  }
654
- ],
655
- "type": "card"
655
+ ]
656
656
  },
657
657
  {
658
658
  "type": "spinner"
@@ -685,14 +685,14 @@
685
685
  "render-ui",
686
686
  "main",
687
687
  {
688
+ "type": "stack",
688
689
  "direction": "vertical",
689
- "gap": "lg",
690
690
  "align": "center",
691
- "type": "stack",
691
+ "gap": "lg",
692
692
  "children": [
693
693
  {
694
- "type": "icon",
695
- "name": "x-circle"
694
+ "name": "x-circle",
695
+ "type": "icon"
696
696
  },
697
697
  {
698
698
  "variant": "h2",
@@ -700,56 +700,56 @@
700
700
  "content": "Fix Loop Failed"
701
701
  },
702
702
  {
703
+ "variant": "error",
703
704
  "type": "alert",
704
- "message": "@entity.error",
705
- "variant": "error"
705
+ "message": "@entity.error"
706
706
  },
707
707
  {
708
- "cols": 2.0,
708
+ "type": "simple-grid",
709
709
  "children": [
710
710
  {
711
- "type": "stat-display",
712
711
  "icon": "wrench",
712
+ "label": "Attempts Used",
713
713
  "value": "@entity.fixAttempts",
714
- "label": "Attempts Used"
714
+ "type": "stat-display"
715
715
  },
716
716
  {
717
- "type": "stat-display",
718
717
  "label": "Remaining Errors",
718
+ "type": "stat-display",
719
719
  "value": "@entity.errorCount",
720
720
  "icon": "alert-triangle"
721
721
  }
722
722
  ],
723
- "type": "simple-grid"
723
+ "cols": 2.0
724
724
  },
725
725
  {
726
+ "type": "card",
726
727
  "children": [
727
728
  {
729
+ "type": "stack",
728
730
  "direction": "vertical",
731
+ "gap": "sm",
729
732
  "children": [
730
733
  {
731
734
  "type": "typography",
732
- "content": "Last Validation Errors",
733
- "variant": "caption"
735
+ "variant": "caption",
736
+ "content": "Last Validation Errors"
734
737
  },
735
738
  {
736
739
  "type": "typography",
737
740
  "content": "@entity.validationErrors",
738
741
  "variant": "body"
739
742
  }
740
- ],
741
- "type": "stack",
742
- "gap": "sm"
743
+ ]
743
744
  }
744
- ],
745
- "type": "card"
745
+ ]
746
746
  },
747
747
  {
748
- "label": "Retry",
749
- "icon": "rotate-ccw",
750
- "type": "button",
748
+ "variant": "primary",
751
749
  "action": "RESET",
752
- "variant": "primary"
750
+ "type": "button",
751
+ "label": "Retry",
752
+ "icon": "rotate-ccw"
753
753
  }
754
754
  ]
755
755
  }
@@ -775,8 +775,8 @@
775
775
  "agent/invoke",
776
776
  "apply-fix",
777
777
  {
778
- "fix": "@payload.fix",
779
- "target": "@entity.target"
778
+ "target": "@entity.target",
779
+ "fix": "@payload.fix"
780
780
  }
781
781
  ],
782
782
  [
@@ -784,45 +784,45 @@
784
784
  "main",
785
785
  {
786
786
  "type": "stack",
787
- "direction": "vertical",
788
787
  "gap": "lg",
789
788
  "align": "center",
790
789
  "children": [
791
790
  {
792
- "type": "icon",
793
- "name": "tool"
791
+ "name": "tool",
792
+ "type": "icon"
794
793
  },
795
794
  {
795
+ "variant": "h3",
796
796
  "type": "typography",
797
- "content": "Applying fix...",
798
- "variant": "h3"
797
+ "content": "Applying fix..."
799
798
  },
800
799
  {
801
800
  "type": "spinner"
802
801
  },
803
802
  {
804
- "type": "card",
805
803
  "children": [
806
804
  {
807
- "type": "stack",
808
805
  "direction": "vertical",
809
806
  "gap": "sm",
807
+ "type": "stack",
810
808
  "children": [
811
809
  {
812
- "variant": "caption",
813
810
  "type": "typography",
814
- "content": "Proposed Fix"
811
+ "content": "Proposed Fix",
812
+ "variant": "caption"
815
813
  },
816
814
  {
817
- "variant": "body",
818
815
  "type": "typography",
819
- "content": "@entity.currentFix"
816
+ "content": "@entity.currentFix",
817
+ "variant": "body"
820
818
  }
821
819
  ]
822
820
  }
823
- ]
821
+ ],
822
+ "type": "card"
824
823
  }
825
- ]
824
+ ],
825
+ "direction": "vertical"
826
826
  }
827
827
  ]
828
828
  ]
@@ -851,9 +851,6 @@
851
851
  "main",
852
852
  {
853
853
  "gap": "lg",
854
- "align": "center",
855
- "direction": "vertical",
856
- "type": "stack",
857
854
  "children": [
858
855
  {
859
856
  "name": "x-circle",
@@ -861,8 +858,8 @@
861
858
  },
862
859
  {
863
860
  "content": "Fix Loop Failed",
864
- "variant": "h2",
865
- "type": "typography"
861
+ "type": "typography",
862
+ "variant": "h2"
866
863
  },
867
864
  {
868
865
  "message": "@entity.error",
@@ -872,15 +869,15 @@
872
869
  {
873
870
  "children": [
874
871
  {
875
- "type": "stat-display",
876
872
  "icon": "wrench",
877
- "label": "Attempts Used",
878
- "value": "@entity.fixAttempts"
873
+ "type": "stat-display",
874
+ "value": "@entity.fixAttempts",
875
+ "label": "Attempts Used"
879
876
  },
880
877
  {
878
+ "label": "Remaining Errors",
881
879
  "type": "stat-display",
882
880
  "value": "@entity.errorCount",
883
- "label": "Remaining Errors",
884
881
  "icon": "alert-triangle"
885
882
  }
886
883
  ],
@@ -888,8 +885,10 @@
888
885
  "type": "simple-grid"
889
886
  },
890
887
  {
888
+ "type": "card",
891
889
  "children": [
892
890
  {
891
+ "type": "stack",
893
892
  "direction": "vertical",
894
893
  "children": [
895
894
  {
@@ -898,25 +897,26 @@
898
897
  "variant": "caption"
899
898
  },
900
899
  {
901
- "content": "@entity.validationErrors",
902
900
  "variant": "body",
901
+ "content": "@entity.validationErrors",
903
902
  "type": "typography"
904
903
  }
905
904
  ],
906
- "gap": "sm",
907
- "type": "stack"
905
+ "gap": "sm"
908
906
  }
909
- ],
910
- "type": "card"
907
+ ]
911
908
  },
912
909
  {
913
- "type": "button",
914
910
  "icon": "rotate-ccw",
915
- "variant": "primary",
911
+ "type": "button",
916
912
  "action": "RESET",
917
- "label": "Retry"
913
+ "label": "Retry",
914
+ "variant": "primary"
918
915
  }
919
- ]
916
+ ],
917
+ "type": "stack",
918
+ "direction": "vertical",
919
+ "align": "center"
920
920
  }
921
921
  ]
922
922
  ]
@@ -942,18 +942,17 @@
942
942
  "render-ui",
943
943
  "main",
944
944
  {
945
- "type": "stack",
946
945
  "gap": "lg",
947
946
  "direction": "vertical",
948
947
  "children": [
949
948
  {
950
- "name": "shield-check",
951
- "type": "icon"
949
+ "type": "icon",
950
+ "name": "shield-check"
952
951
  },
953
952
  {
953
+ "content": "Validating...",
954
954
  "type": "typography",
955
- "variant": "h3",
956
- "content": "Validating..."
955
+ "variant": "h3"
957
956
  },
958
957
  {
959
958
  "type": "spinner"
@@ -961,6 +960,7 @@
961
960
  {
962
961
  "direction": "horizontal",
963
962
  "type": "stack",
963
+ "justify": "center",
964
964
  "children": [
965
965
  {
966
966
  "type": "badge",
@@ -983,10 +983,10 @@
983
983
  "type": "badge"
984
984
  }
985
985
  ],
986
- "justify": "center",
987
986
  "gap": "md"
988
987
  }
989
988
  ],
989
+ "type": "stack",
990
990
  "align": "center"
991
991
  }
992
992
  ]
@@ -1016,45 +1016,46 @@
1016
1016
  "main",
1017
1017
  {
1018
1018
  "type": "stack",
1019
+ "gap": "lg",
1019
1020
  "align": "center",
1021
+ "direction": "vertical",
1020
1022
  "children": [
1021
1023
  {
1022
1024
  "type": "icon",
1023
1025
  "name": "x-circle"
1024
1026
  },
1025
1027
  {
1026
- "variant": "h2",
1028
+ "type": "typography",
1027
1029
  "content": "Fix Loop Failed",
1028
- "type": "typography"
1030
+ "variant": "h2"
1029
1031
  },
1030
1032
  {
1031
- "type": "alert",
1032
1033
  "variant": "error",
1033
- "message": "@entity.error"
1034
+ "message": "@entity.error",
1035
+ "type": "alert"
1034
1036
  },
1035
1037
  {
1036
1038
  "children": [
1037
1039
  {
1038
1040
  "type": "stat-display",
1039
- "icon": "wrench",
1040
1041
  "label": "Attempts Used",
1042
+ "icon": "wrench",
1041
1043
  "value": "@entity.fixAttempts"
1042
1044
  },
1043
1045
  {
1044
- "type": "stat-display",
1045
- "icon": "alert-triangle",
1046
1046
  "label": "Remaining Errors",
1047
- "value": "@entity.errorCount"
1047
+ "icon": "alert-triangle",
1048
+ "value": "@entity.errorCount",
1049
+ "type": "stat-display"
1048
1050
  }
1049
1051
  ],
1050
- "cols": 2.0,
1051
- "type": "simple-grid"
1052
+ "type": "simple-grid",
1053
+ "cols": 2.0
1052
1054
  },
1053
1055
  {
1054
1056
  "type": "card",
1055
1057
  "children": [
1056
1058
  {
1057
- "type": "stack",
1058
1059
  "children": [
1059
1060
  {
1060
1061
  "variant": "caption",
@@ -1062,13 +1063,14 @@
1062
1063
  "content": "Last Validation Errors"
1063
1064
  },
1064
1065
  {
1065
- "content": "@entity.validationErrors",
1066
1066
  "type": "typography",
1067
+ "content": "@entity.validationErrors",
1067
1068
  "variant": "body"
1068
1069
  }
1069
1070
  ],
1070
- "direction": "vertical",
1071
- "gap": "sm"
1071
+ "type": "stack",
1072
+ "gap": "sm",
1073
+ "direction": "vertical"
1072
1074
  }
1073
1075
  ]
1074
1076
  },
@@ -1079,9 +1081,7 @@
1079
1081
  "action": "RESET",
1080
1082
  "icon": "rotate-ccw"
1081
1083
  }
1082
- ],
1083
- "direction": "vertical",
1084
- "gap": "lg"
1084
+ ]
1085
1085
  }
1086
1086
  ]
1087
1087
  ]
@@ -1130,25 +1130,25 @@
1130
1130
  "render-ui",
1131
1131
  "main",
1132
1132
  {
1133
- "direction": "vertical",
1134
1133
  "type": "stack",
1134
+ "direction": "vertical",
1135
1135
  "children": [
1136
1136
  {
1137
- "align": "center",
1138
1137
  "children": [
1139
1138
  {
1140
- "name": "wrench",
1141
- "type": "icon"
1139
+ "type": "icon",
1140
+ "name": "wrench"
1142
1141
  },
1143
1142
  {
1144
- "type": "typography",
1145
1143
  "content": "Validation-Fix Loop",
1146
- "variant": "h2"
1144
+ "variant": "h2",
1145
+ "type": "typography"
1147
1146
  }
1148
1147
  ],
1148
+ "type": "stack",
1149
1149
  "direction": "horizontal",
1150
1150
  "gap": "sm",
1151
- "type": "stack"
1151
+ "align": "center"
1152
1152
  },
1153
1153
  {
1154
1154
  "type": "divider"
@@ -1157,6 +1157,9 @@
1157
1157
  "type": "card",
1158
1158
  "children": [
1159
1159
  {
1160
+ "gap": "md",
1161
+ "type": "stack",
1162
+ "direction": "vertical",
1160
1163
  "children": [
1161
1164
  {
1162
1165
  "type": "typography",
@@ -1165,17 +1168,14 @@
1165
1168
  },
1166
1169
  {
1167
1170
  "submitEvent": "FIX",
1168
- "mode": "edit",
1169
1171
  "type": "form-section",
1172
+ "entity": "AgentFixLoop",
1170
1173
  "fields": [
1171
1174
  "target"
1172
1175
  ],
1173
- "entity": "AgentFixLoop"
1176
+ "mode": "edit"
1174
1177
  }
1175
- ],
1176
- "gap": "md",
1177
- "type": "stack",
1178
- "direction": "vertical"
1178
+ ]
1179
1179
  }
1180
1180
  ]
1181
1181
  }
@@ -1229,13 +1229,10 @@
1229
1229
  "render-ui",
1230
1230
  "main",
1231
1231
  {
1232
- "type": "stack",
1233
1232
  "children": [
1234
1233
  {
1235
1234
  "type": "stack",
1236
- "gap": "sm",
1237
1235
  "align": "center",
1238
- "direction": "horizontal",
1239
1236
  "children": [
1240
1237
  {
1241
1238
  "type": "icon",
@@ -1246,7 +1243,9 @@
1246
1243
  "variant": "h2",
1247
1244
  "content": "Validation-Fix Loop"
1248
1245
  }
1249
- ]
1246
+ ],
1247
+ "gap": "sm",
1248
+ "direction": "horizontal"
1250
1249
  },
1251
1250
  {
1252
1251
  "type": "divider"
@@ -1255,8 +1254,8 @@
1255
1254
  "children": [
1256
1255
  {
1257
1256
  "type": "stack",
1258
- "direction": "vertical",
1259
1257
  "gap": "md",
1258
+ "direction": "vertical",
1260
1259
  "children": [
1261
1260
  {
1262
1261
  "type": "typography",
@@ -1264,13 +1263,13 @@
1264
1263
  "variant": "body"
1265
1264
  },
1266
1265
  {
1267
- "entity": "AgentFixLoop",
1268
1266
  "submitEvent": "FIX",
1269
- "mode": "edit",
1270
1267
  "fields": [
1271
1268
  "target"
1272
1269
  ],
1273
- "type": "form-section"
1270
+ "type": "form-section",
1271
+ "mode": "edit",
1272
+ "entity": "AgentFixLoop"
1274
1273
  }
1275
1274
  ]
1276
1275
  }
@@ -1279,7 +1278,8 @@
1279
1278
  }
1280
1279
  ],
1281
1280
  "gap": "lg",
1282
- "direction": "vertical"
1281
+ "direction": "vertical",
1282
+ "type": "stack"
1283
1283
  }
1284
1284
  ]
1285
1285
  ]