@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
@@ -285,8 +285,8 @@
285
285
  "AgentContextWindow",
286
286
  {
287
287
  "emit": {
288
- "success": "AgentContextWindowLoaded",
289
- "failure": "AgentContextWindowLoadFailed"
288
+ "failure": "AgentContextWindowLoadFailed",
289
+ "success": "AgentContextWindowLoaded"
290
290
  }
291
291
  }
292
292
  ],
@@ -294,30 +294,30 @@
294
294
  "render-ui",
295
295
  "main",
296
296
  {
297
- "type": "stack",
298
- "direction": "vertical",
299
297
  "gap": "lg",
298
+ "direction": "vertical",
299
+ "type": "stack",
300
300
  "children": [
301
301
  {
302
+ "align": "center",
302
303
  "children": [
303
304
  {
304
305
  "type": "icon",
305
306
  "name": "gauge"
306
307
  },
307
308
  {
309
+ "type": "typography",
308
310
  "content": "Token Usage",
309
- "variant": "h2",
310
- "type": "typography"
311
+ "variant": "h2"
311
312
  },
312
313
  {
314
+ "label": "Normal",
313
315
  "variant": "default",
314
- "type": "badge",
315
- "label": "Normal"
316
+ "type": "badge"
316
317
  }
317
318
  ],
318
319
  "type": "stack",
319
320
  "direction": "horizontal",
320
- "align": "center",
321
321
  "gap": "sm"
322
322
  },
323
323
  {
@@ -330,27 +330,27 @@
330
330
  },
331
331
  {
332
332
  "type": "stack",
333
- "direction": "horizontal",
333
+ "gap": "md",
334
334
  "children": [
335
335
  {
336
336
  "value": "@entity.current",
337
- "label": "Tokens Used",
338
- "type": "stat-display"
337
+ "type": "stat-display",
338
+ "label": "Tokens Used"
339
339
  },
340
340
  {
341
- "type": "stat-display",
342
341
  "label": "Max Tokens",
342
+ "type": "stat-display",
343
343
  "value": "@entity.max"
344
344
  }
345
345
  ],
346
- "gap": "md"
346
+ "direction": "horizontal"
347
347
  },
348
348
  {
349
- "action": "RESET",
350
349
  "type": "button",
351
350
  "icon": "rotate-ccw",
351
+ "label": "Reset",
352
352
  "variant": "ghost",
353
- "label": "Reset"
353
+ "action": "RESET"
354
354
  }
355
355
  ]
356
356
  }
@@ -380,63 +380,63 @@
380
380
  "render-ui",
381
381
  "main",
382
382
  {
383
+ "direction": "vertical",
383
384
  "children": [
384
385
  {
385
- "type": "stack",
386
- "align": "center",
387
386
  "direction": "horizontal",
387
+ "align": "center",
388
388
  "children": [
389
389
  {
390
390
  "type": "icon",
391
391
  "name": "gauge"
392
392
  },
393
393
  {
394
- "content": "Token Usage",
395
394
  "type": "typography",
395
+ "content": "Token Usage",
396
396
  "variant": "h2"
397
397
  },
398
398
  {
399
- "label": "Normal",
399
+ "variant": "default",
400
400
  "type": "badge",
401
- "variant": "default"
401
+ "label": "Normal"
402
402
  }
403
403
  ],
404
- "gap": "sm"
404
+ "gap": "sm",
405
+ "type": "stack"
405
406
  },
406
407
  {
407
408
  "type": "divider"
408
409
  },
409
410
  {
411
+ "type": "progress-bar",
410
412
  "value": "@entity.current",
411
- "max": "@entity.max",
412
- "type": "progress-bar"
413
+ "max": "@entity.max"
413
414
  },
414
415
  {
416
+ "type": "stack",
415
417
  "children": [
416
418
  {
417
419
  "label": "Tokens Used",
418
- "value": "@entity.current",
419
- "type": "stat-display"
420
+ "type": "stat-display",
421
+ "value": "@entity.current"
420
422
  },
421
423
  {
422
- "value": "@entity.max",
423
424
  "label": "Max Tokens",
424
- "type": "stat-display"
425
+ "type": "stat-display",
426
+ "value": "@entity.max"
425
427
  }
426
428
  ],
427
- "type": "stack",
428
429
  "direction": "horizontal",
429
430
  "gap": "md"
430
431
  },
431
432
  {
432
- "label": "Reset",
433
- "action": "RESET",
434
433
  "variant": "ghost",
434
+ "icon": "rotate-ccw",
435
435
  "type": "button",
436
- "icon": "rotate-ccw"
436
+ "label": "Reset",
437
+ "action": "RESET"
437
438
  }
438
439
  ],
439
- "direction": "vertical",
440
440
  "gap": "lg",
441
441
  "type": "stack"
442
442
  }
@@ -478,36 +478,39 @@
478
478
  "render-ui",
479
479
  "main",
480
480
  {
481
+ "type": "stack",
482
+ "direction": "vertical",
483
+ "gap": "lg",
481
484
  "children": [
482
485
  {
483
- "type": "stack",
484
- "align": "center",
485
- "direction": "horizontal",
486
- "gap": "sm",
487
486
  "children": [
488
487
  {
489
488
  "type": "icon",
490
489
  "name": "alert-triangle"
491
490
  },
492
491
  {
492
+ "content": "Token Usage",
493
493
  "variant": "h2",
494
- "type": "typography",
495
- "content": "Token Usage"
494
+ "type": "typography"
496
495
  },
497
496
  {
498
- "type": "badge",
499
497
  "variant": "warning",
500
- "label": "Warning"
498
+ "label": "Warning",
499
+ "type": "badge"
501
500
  }
502
- ]
501
+ ],
502
+ "gap": "sm",
503
+ "align": "center",
504
+ "type": "stack",
505
+ "direction": "horizontal"
503
506
  },
504
507
  {
505
508
  "type": "divider"
506
509
  },
507
510
  {
508
- "variant": "warning",
509
511
  "message": "Token usage approaching limit. Consider compacting.",
510
- "type": "alert"
512
+ "type": "alert",
513
+ "variant": "warning"
511
514
  },
512
515
  {
513
516
  "value": "@entity.current",
@@ -515,6 +518,8 @@
515
518
  "max": "@entity.max"
516
519
  },
517
520
  {
521
+ "type": "stack",
522
+ "direction": "horizontal",
518
523
  "children": [
519
524
  {
520
525
  "value": "@entity.current",
@@ -523,39 +528,34 @@
523
528
  },
524
529
  {
525
530
  "type": "stat-display",
526
- "value": "@entity.max",
527
- "label": "Max Tokens"
531
+ "label": "Max Tokens",
532
+ "value": "@entity.max"
528
533
  }
529
534
  ],
530
- "type": "stack",
531
- "direction": "horizontal",
532
535
  "gap": "md"
533
536
  },
534
537
  {
538
+ "gap": "sm",
535
539
  "direction": "horizontal",
536
540
  "type": "stack",
537
541
  "children": [
538
542
  {
539
543
  "type": "button",
540
- "action": "COMPACT",
541
- "label": "Compact",
542
544
  "variant": "primary",
543
- "icon": "minimize-2"
545
+ "icon": "minimize-2",
546
+ "action": "COMPACT",
547
+ "label": "Compact"
544
548
  },
545
549
  {
546
550
  "action": "RESET",
547
- "type": "button",
548
- "label": "Reset",
549
551
  "variant": "ghost",
550
- "icon": "rotate-ccw"
552
+ "icon": "rotate-ccw",
553
+ "type": "button",
554
+ "label": "Reset"
551
555
  }
552
- ],
553
- "gap": "sm"
556
+ ]
554
557
  }
555
- ],
556
- "type": "stack",
557
- "direction": "vertical",
558
- "gap": "lg"
558
+ ]
559
559
  }
560
560
  ]
561
561
  ]
@@ -583,27 +583,29 @@
583
583
  "render-ui",
584
584
  "main",
585
585
  {
586
+ "type": "stack",
587
+ "gap": "lg",
586
588
  "children": [
587
589
  {
590
+ "gap": "sm",
591
+ "direction": "horizontal",
588
592
  "children": [
589
593
  {
590
- "type": "icon",
591
- "name": "alert-octagon"
594
+ "name": "alert-octagon",
595
+ "type": "icon"
592
596
  },
593
597
  {
594
- "content": "Token Usage",
595
598
  "type": "typography",
599
+ "content": "Token Usage",
596
600
  "variant": "h2"
597
601
  },
598
602
  {
603
+ "variant": "danger",
599
604
  "type": "badge",
600
- "label": "Critical",
601
- "variant": "danger"
605
+ "label": "Critical"
602
606
  }
603
607
  ],
604
608
  "align": "center",
605
- "gap": "sm",
606
- "direction": "horizontal",
607
609
  "type": "stack"
608
610
  },
609
611
  {
@@ -620,6 +622,7 @@
620
622
  "max": "@entity.max"
621
623
  },
622
624
  {
625
+ "gap": "md",
623
626
  "children": [
624
627
  {
625
628
  "type": "stat-display",
@@ -627,26 +630,24 @@
627
630
  "value": "@entity.current"
628
631
  },
629
632
  {
633
+ "label": "Max Tokens",
630
634
  "type": "stat-display",
631
- "value": "@entity.max",
632
- "label": "Max Tokens"
635
+ "value": "@entity.max"
633
636
  }
634
637
  ],
635
- "type": "stack",
636
638
  "direction": "horizontal",
637
- "gap": "md"
639
+ "type": "stack"
638
640
  },
639
641
  {
640
- "type": "stack",
641
642
  "gap": "sm",
642
- "direction": "horizontal",
643
+ "type": "stack",
643
644
  "children": [
644
645
  {
645
646
  "label": "Compact Now",
647
+ "icon": "minimize-2",
646
648
  "type": "button",
647
649
  "action": "COMPACT",
648
- "variant": "primary",
649
- "icon": "minimize-2"
650
+ "variant": "primary"
650
651
  },
651
652
  {
652
653
  "label": "Reset",
@@ -655,11 +656,10 @@
655
656
  "type": "button",
656
657
  "variant": "ghost"
657
658
  }
658
- ]
659
+ ],
660
+ "direction": "horizontal"
659
661
  }
660
662
  ],
661
- "gap": "lg",
662
- "type": "stack",
663
663
  "direction": "vertical"
664
664
  }
665
665
  ]
@@ -685,18 +685,22 @@
685
685
  "render-ui",
686
686
  "main",
687
687
  {
688
+ "direction": "vertical",
689
+ "gap": "lg",
690
+ "type": "stack",
688
691
  "children": [
689
692
  {
693
+ "align": "center",
690
694
  "gap": "sm",
691
695
  "children": [
692
696
  {
693
- "type": "icon",
694
- "name": "gauge"
697
+ "name": "gauge",
698
+ "type": "icon"
695
699
  },
696
700
  {
701
+ "content": "Token Usage",
697
702
  "variant": "h2",
698
- "type": "typography",
699
- "content": "Token Usage"
703
+ "type": "typography"
700
704
  },
701
705
  {
702
706
  "label": "Normal",
@@ -704,26 +708,24 @@
704
708
  "variant": "default"
705
709
  }
706
710
  ],
707
- "direction": "horizontal",
708
711
  "type": "stack",
709
- "align": "center"
712
+ "direction": "horizontal"
710
713
  },
711
714
  {
712
715
  "type": "divider"
713
716
  },
714
717
  {
715
- "type": "progress-bar",
718
+ "max": "@entity.max",
716
719
  "value": "@entity.current",
717
- "max": "@entity.max"
720
+ "type": "progress-bar"
718
721
  },
719
722
  {
720
723
  "gap": "md",
721
- "direction": "horizontal",
722
724
  "type": "stack",
723
725
  "children": [
724
726
  {
725
- "type": "stat-display",
726
727
  "label": "Tokens Used",
728
+ "type": "stat-display",
727
729
  "value": "@entity.current"
728
730
  },
729
731
  {
@@ -731,19 +733,17 @@
731
733
  "value": "@entity.max",
732
734
  "type": "stat-display"
733
735
  }
734
- ]
736
+ ],
737
+ "direction": "horizontal"
735
738
  },
736
739
  {
740
+ "action": "RESET",
741
+ "type": "button",
737
742
  "variant": "ghost",
738
743
  "icon": "rotate-ccw",
739
- "action": "RESET",
740
- "label": "Reset",
741
- "type": "button"
744
+ "label": "Reset"
742
745
  }
743
- ],
744
- "direction": "vertical",
745
- "type": "stack",
746
- "gap": "lg"
746
+ ]
747
747
  }
748
748
  ]
749
749
  ]
@@ -762,65 +762,65 @@
762
762
  "render-ui",
763
763
  "main",
764
764
  {
765
+ "direction": "vertical",
766
+ "type": "stack",
767
+ "gap": "lg",
765
768
  "children": [
766
769
  {
767
- "align": "center",
768
770
  "type": "stack",
771
+ "align": "center",
769
772
  "direction": "horizontal",
773
+ "gap": "sm",
770
774
  "children": [
771
775
  {
772
776
  "type": "icon",
773
777
  "name": "gauge"
774
778
  },
775
779
  {
776
- "type": "typography",
780
+ "variant": "h2",
777
781
  "content": "Token Usage",
778
- "variant": "h2"
782
+ "type": "typography"
779
783
  },
780
784
  {
781
- "type": "badge",
785
+ "label": "Normal",
782
786
  "variant": "default",
783
- "label": "Normal"
787
+ "type": "badge"
784
788
  }
785
- ],
786
- "gap": "sm"
789
+ ]
787
790
  },
788
791
  {
789
792
  "type": "divider"
790
793
  },
791
794
  {
792
- "type": "progress-bar",
793
795
  "max": "@entity.max",
794
- "value": "@entity.current"
796
+ "value": "@entity.current",
797
+ "type": "progress-bar"
795
798
  },
796
799
  {
800
+ "direction": "horizontal",
801
+ "type": "stack",
802
+ "gap": "md",
797
803
  "children": [
798
804
  {
799
- "type": "stat-display",
805
+ "label": "Tokens Used",
800
806
  "value": "@entity.current",
801
- "label": "Tokens Used"
807
+ "type": "stat-display"
802
808
  },
803
809
  {
804
810
  "value": "@entity.max",
805
- "type": "stat-display",
806
- "label": "Max Tokens"
811
+ "label": "Max Tokens",
812
+ "type": "stat-display"
807
813
  }
808
- ],
809
- "type": "stack",
810
- "direction": "horizontal",
811
- "gap": "md"
814
+ ]
812
815
  },
813
816
  {
814
817
  "action": "RESET",
815
- "type": "button",
816
818
  "variant": "ghost",
817
- "label": "Reset",
818
- "icon": "rotate-ccw"
819
+ "icon": "rotate-ccw",
820
+ "type": "button",
821
+ "label": "Reset"
819
822
  }
820
- ],
821
- "gap": "lg",
822
- "type": "stack",
823
- "direction": "vertical"
823
+ ]
824
824
  }
825
825
  ]
826
826
  ]
@@ -861,22 +861,19 @@
861
861
  "main",
862
862
  {
863
863
  "direction": "vertical",
864
- "type": "stack",
865
864
  "gap": "lg",
866
865
  "children": [
867
866
  {
868
867
  "gap": "sm",
869
868
  "type": "stack",
870
- "align": "center",
871
- "direction": "horizontal",
872
869
  "children": [
873
870
  {
874
871
  "type": "icon",
875
872
  "name": "alert-triangle"
876
873
  },
877
874
  {
878
- "content": "Token Usage",
879
875
  "type": "typography",
876
+ "content": "Token Usage",
880
877
  "variant": "h2"
881
878
  },
882
879
  {
@@ -884,7 +881,9 @@
884
881
  "type": "badge",
885
882
  "variant": "warning"
886
883
  }
887
- ]
884
+ ],
885
+ "align": "center",
886
+ "direction": "horizontal"
888
887
  },
889
888
  {
890
889
  "type": "divider"
@@ -895,49 +894,50 @@
895
894
  "type": "alert"
896
895
  },
897
896
  {
898
- "value": "@entity.current",
899
897
  "max": "@entity.max",
898
+ "value": "@entity.current",
900
899
  "type": "progress-bar"
901
900
  },
902
901
  {
902
+ "direction": "horizontal",
903
+ "gap": "md",
904
+ "type": "stack",
903
905
  "children": [
904
906
  {
905
- "type": "stat-display",
907
+ "value": "@entity.current",
906
908
  "label": "Tokens Used",
907
- "value": "@entity.current"
909
+ "type": "stat-display"
908
910
  },
909
911
  {
910
912
  "value": "@entity.max",
911
913
  "type": "stat-display",
912
914
  "label": "Max Tokens"
913
915
  }
914
- ],
915
- "type": "stack",
916
- "direction": "horizontal",
917
- "gap": "md"
916
+ ]
918
917
  },
919
918
  {
920
- "gap": "sm",
921
- "direction": "horizontal",
922
919
  "children": [
923
920
  {
924
- "type": "button",
925
921
  "action": "COMPACT",
926
922
  "icon": "minimize-2",
923
+ "variant": "primary",
927
924
  "label": "Compact",
928
- "variant": "primary"
925
+ "type": "button"
929
926
  },
930
927
  {
931
- "label": "Reset",
928
+ "type": "button",
932
929
  "variant": "ghost",
933
930
  "icon": "rotate-ccw",
934
- "action": "RESET",
935
- "type": "button"
931
+ "label": "Reset",
932
+ "action": "RESET"
936
933
  }
937
934
  ],
938
- "type": "stack"
935
+ "type": "stack",
936
+ "gap": "sm",
937
+ "direction": "horizontal"
939
938
  }
940
- ]
939
+ ],
940
+ "type": "stack"
941
941
  }
942
942
  ]
943
943
  ]
@@ -966,47 +966,46 @@
966
966
  "main",
967
967
  {
968
968
  "gap": "lg",
969
- "type": "stack",
970
- "direction": "vertical",
971
969
  "children": [
972
970
  {
971
+ "gap": "sm",
973
972
  "children": [
974
973
  {
975
- "type": "icon",
976
- "name": "alert-octagon"
974
+ "name": "alert-octagon",
975
+ "type": "icon"
977
976
  },
978
977
  {
979
- "content": "Token Usage",
978
+ "variant": "h2",
980
979
  "type": "typography",
981
- "variant": "h2"
980
+ "content": "Token Usage"
982
981
  },
983
982
  {
984
- "variant": "danger",
983
+ "label": "Critical",
985
984
  "type": "badge",
986
- "label": "Critical"
985
+ "variant": "danger"
987
986
  }
988
987
  ],
988
+ "type": "stack",
989
989
  "align": "center",
990
- "direction": "horizontal",
991
- "gap": "sm",
992
- "type": "stack"
990
+ "direction": "horizontal"
993
991
  },
994
992
  {
995
993
  "type": "divider"
996
994
  },
997
995
  {
996
+ "message": "Token usage critical. Compact immediately to avoid truncation.",
998
997
  "type": "alert",
999
- "variant": "error",
1000
- "message": "Token usage critical. Compact immediately to avoid truncation."
998
+ "variant": "error"
1001
999
  },
1002
1000
  {
1003
- "value": "@entity.current",
1004
1001
  "max": "@entity.max",
1005
- "type": "progress-bar"
1002
+ "type": "progress-bar",
1003
+ "value": "@entity.current"
1006
1004
  },
1007
1005
  {
1008
1006
  "direction": "horizontal",
1009
1007
  "type": "stack",
1008
+ "gap": "md",
1010
1009
  "children": [
1011
1010
  {
1012
1011
  "label": "Tokens Used",
@@ -1018,31 +1017,32 @@
1018
1017
  "type": "stat-display",
1019
1018
  "label": "Max Tokens"
1020
1019
  }
1021
- ],
1022
- "gap": "md"
1020
+ ]
1023
1021
  },
1024
1022
  {
1025
- "type": "stack",
1026
- "gap": "sm",
1027
- "direction": "horizontal",
1028
1023
  "children": [
1029
1024
  {
1030
- "icon": "minimize-2",
1031
1025
  "variant": "primary",
1026
+ "icon": "minimize-2",
1027
+ "type": "button",
1032
1028
  "label": "Compact Now",
1033
- "action": "COMPACT",
1034
- "type": "button"
1029
+ "action": "COMPACT"
1035
1030
  },
1036
1031
  {
1037
- "label": "Reset",
1038
1032
  "variant": "ghost",
1039
- "icon": "rotate-ccw",
1040
1033
  "type": "button",
1041
- "action": "RESET"
1034
+ "action": "RESET",
1035
+ "icon": "rotate-ccw",
1036
+ "label": "Reset"
1042
1037
  }
1043
- ]
1038
+ ],
1039
+ "direction": "horizontal",
1040
+ "gap": "sm",
1041
+ "type": "stack"
1044
1042
  }
1045
- ]
1043
+ ],
1044
+ "type": "stack",
1045
+ "direction": "vertical"
1046
1046
  }
1047
1047
  ]
1048
1048
  ]
@@ -1070,65 +1070,65 @@
1070
1070
  "render-ui",
1071
1071
  "main",
1072
1072
  {
1073
- "type": "stack",
1073
+ "gap": "lg",
1074
1074
  "direction": "vertical",
1075
1075
  "children": [
1076
1076
  {
1077
+ "align": "center",
1078
+ "gap": "sm",
1079
+ "direction": "horizontal",
1077
1080
  "children": [
1078
1081
  {
1079
1082
  "type": "icon",
1080
1083
  "name": "gauge"
1081
1084
  },
1082
1085
  {
1083
- "content": "Token Usage",
1084
1086
  "variant": "h2",
1085
- "type": "typography"
1087
+ "type": "typography",
1088
+ "content": "Token Usage"
1086
1089
  },
1087
1090
  {
1088
- "variant": "default",
1089
1091
  "label": "Normal",
1092
+ "variant": "default",
1090
1093
  "type": "badge"
1091
1094
  }
1092
1095
  ],
1093
- "type": "stack",
1094
- "gap": "sm",
1095
- "direction": "horizontal",
1096
- "align": "center"
1096
+ "type": "stack"
1097
1097
  },
1098
1098
  {
1099
1099
  "type": "divider"
1100
1100
  },
1101
1101
  {
1102
- "value": "@entity.current",
1103
1102
  "type": "progress-bar",
1103
+ "value": "@entity.current",
1104
1104
  "max": "@entity.max"
1105
1105
  },
1106
1106
  {
1107
1107
  "type": "stack",
1108
- "direction": "horizontal",
1109
1108
  "gap": "md",
1109
+ "direction": "horizontal",
1110
1110
  "children": [
1111
1111
  {
1112
- "type": "stat-display",
1112
+ "value": "@entity.current",
1113
1113
  "label": "Tokens Used",
1114
- "value": "@entity.current"
1114
+ "type": "stat-display"
1115
1115
  },
1116
1116
  {
1117
+ "value": "@entity.max",
1117
1118
  "type": "stat-display",
1118
- "label": "Max Tokens",
1119
- "value": "@entity.max"
1119
+ "label": "Max Tokens"
1120
1120
  }
1121
1121
  ]
1122
1122
  },
1123
1123
  {
1124
- "action": "RESET",
1125
- "variant": "ghost",
1126
- "icon": "rotate-ccw",
1127
1124
  "label": "Reset",
1128
- "type": "button"
1125
+ "icon": "rotate-ccw",
1126
+ "variant": "ghost",
1127
+ "type": "button",
1128
+ "action": "RESET"
1129
1129
  }
1130
1130
  ],
1131
- "gap": "lg"
1131
+ "type": "stack"
1132
1132
  }
1133
1133
  ]
1134
1134
  ]
@@ -1154,13 +1154,17 @@
1154
1154
  "main",
1155
1155
  {
1156
1156
  "direction": "vertical",
1157
+ "type": "stack",
1158
+ "gap": "lg",
1157
1159
  "children": [
1158
1160
  {
1161
+ "align": "center",
1159
1162
  "type": "stack",
1163
+ "direction": "horizontal",
1160
1164
  "children": [
1161
1165
  {
1162
- "name": "gauge",
1163
- "type": "icon"
1166
+ "type": "icon",
1167
+ "name": "gauge"
1164
1168
  },
1165
1169
  {
1166
1170
  "content": "Token Usage",
@@ -1168,13 +1172,11 @@
1168
1172
  "variant": "h2"
1169
1173
  },
1170
1174
  {
1171
- "variant": "default",
1172
1175
  "type": "badge",
1173
- "label": "Normal"
1176
+ "label": "Normal",
1177
+ "variant": "default"
1174
1178
  }
1175
1179
  ],
1176
- "direction": "horizontal",
1177
- "align": "center",
1178
1180
  "gap": "sm"
1179
1181
  },
1180
1182
  {
@@ -1186,32 +1188,30 @@
1186
1188
  "max": "@entity.max"
1187
1189
  },
1188
1190
  {
1191
+ "direction": "horizontal",
1192
+ "gap": "md",
1189
1193
  "type": "stack",
1190
1194
  "children": [
1191
1195
  {
1196
+ "type": "stat-display",
1192
1197
  "label": "Tokens Used",
1193
- "value": "@entity.current",
1194
- "type": "stat-display"
1198
+ "value": "@entity.current"
1195
1199
  },
1196
1200
  {
1197
- "type": "stat-display",
1201
+ "label": "Max Tokens",
1198
1202
  "value": "@entity.max",
1199
- "label": "Max Tokens"
1203
+ "type": "stat-display"
1200
1204
  }
1201
- ],
1202
- "direction": "horizontal",
1203
- "gap": "md"
1205
+ ]
1204
1206
  },
1205
1207
  {
1206
1208
  "label": "Reset",
1207
- "type": "button",
1209
+ "variant": "ghost",
1208
1210
  "icon": "rotate-ccw",
1209
- "action": "RESET",
1210
- "variant": "ghost"
1211
+ "type": "button",
1212
+ "action": "RESET"
1211
1213
  }
1212
- ],
1213
- "gap": "lg",
1214
- "type": "stack"
1214
+ ]
1215
1215
  }
1216
1216
  ]
1217
1217
  ]
@@ -1230,64 +1230,64 @@
1230
1230
  "render-ui",
1231
1231
  "main",
1232
1232
  {
1233
- "type": "stack",
1234
- "gap": "lg",
1235
1233
  "children": [
1236
1234
  {
1237
- "direction": "horizontal",
1238
1235
  "gap": "sm",
1236
+ "type": "stack",
1237
+ "align": "center",
1238
+ "direction": "horizontal",
1239
1239
  "children": [
1240
1240
  {
1241
1241
  "name": "gauge",
1242
1242
  "type": "icon"
1243
1243
  },
1244
1244
  {
1245
+ "variant": "h2",
1245
1246
  "type": "typography",
1246
- "content": "Token Usage",
1247
- "variant": "h2"
1247
+ "content": "Token Usage"
1248
1248
  },
1249
1249
  {
1250
- "type": "badge",
1250
+ "label": "Normal",
1251
1251
  "variant": "default",
1252
- "label": "Normal"
1252
+ "type": "badge"
1253
1253
  }
1254
- ],
1255
- "type": "stack",
1256
- "align": "center"
1254
+ ]
1257
1255
  },
1258
1256
  {
1259
1257
  "type": "divider"
1260
1258
  },
1261
1259
  {
1262
- "type": "progress-bar",
1260
+ "value": "@entity.current",
1263
1261
  "max": "@entity.max",
1264
- "value": "@entity.current"
1262
+ "type": "progress-bar"
1265
1263
  },
1266
1264
  {
1267
- "type": "stack",
1265
+ "gap": "md",
1268
1266
  "children": [
1269
1267
  {
1270
- "label": "Tokens Used",
1271
1268
  "value": "@entity.current",
1269
+ "label": "Tokens Used",
1272
1270
  "type": "stat-display"
1273
1271
  },
1274
1272
  {
1273
+ "type": "stat-display",
1275
1274
  "label": "Max Tokens",
1276
- "value": "@entity.max",
1277
- "type": "stat-display"
1275
+ "value": "@entity.max"
1278
1276
  }
1279
1277
  ],
1280
- "gap": "md",
1278
+ "type": "stack",
1281
1279
  "direction": "horizontal"
1282
1280
  },
1283
1281
  {
1282
+ "variant": "ghost",
1284
1283
  "type": "button",
1284
+ "label": "Reset",
1285
1285
  "icon": "rotate-ccw",
1286
- "action": "RESET",
1287
- "variant": "ghost",
1288
- "label": "Reset"
1286
+ "action": "RESET"
1289
1287
  }
1290
1288
  ],
1289
+ "type": "stack",
1290
+ "gap": "lg",
1291
1291
  "direction": "vertical"
1292
1292
  }
1293
1293
  ]
@@ -1316,19 +1316,17 @@
1316
1316
  "render-ui",
1317
1317
  "main",
1318
1318
  {
1319
+ "direction": "vertical",
1319
1320
  "type": "stack",
1320
1321
  "gap": "lg",
1321
- "direction": "vertical",
1322
1322
  "children": [
1323
1323
  {
1324
- "gap": "sm",
1325
- "align": "center",
1326
1324
  "type": "stack",
1327
1325
  "direction": "horizontal",
1328
1326
  "children": [
1329
1327
  {
1330
- "type": "icon",
1331
- "name": "alert-octagon"
1328
+ "name": "alert-octagon",
1329
+ "type": "icon"
1332
1330
  },
1333
1331
  {
1334
1332
  "type": "typography",
@@ -1340,58 +1338,60 @@
1340
1338
  "variant": "danger",
1341
1339
  "type": "badge"
1342
1340
  }
1343
- ]
1341
+ ],
1342
+ "align": "center",
1343
+ "gap": "sm"
1344
1344
  },
1345
1345
  {
1346
1346
  "type": "divider"
1347
1347
  },
1348
1348
  {
1349
+ "message": "Token usage critical. Compact immediately to avoid truncation.",
1349
1350
  "type": "alert",
1350
- "variant": "error",
1351
- "message": "Token usage critical. Compact immediately to avoid truncation."
1351
+ "variant": "error"
1352
1352
  },
1353
1353
  {
1354
1354
  "max": "@entity.max",
1355
- "type": "progress-bar",
1356
- "value": "@entity.current"
1355
+ "value": "@entity.current",
1356
+ "type": "progress-bar"
1357
1357
  },
1358
1358
  {
1359
- "direction": "horizontal",
1359
+ "gap": "md",
1360
1360
  "type": "stack",
1361
1361
  "children": [
1362
1362
  {
1363
+ "value": "@entity.current",
1363
1364
  "type": "stat-display",
1364
- "label": "Tokens Used",
1365
- "value": "@entity.current"
1365
+ "label": "Tokens Used"
1366
1366
  },
1367
1367
  {
1368
1368
  "label": "Max Tokens",
1369
- "value": "@entity.max",
1370
- "type": "stat-display"
1369
+ "type": "stat-display",
1370
+ "value": "@entity.max"
1371
1371
  }
1372
1372
  ],
1373
- "gap": "md"
1373
+ "direction": "horizontal"
1374
1374
  },
1375
1375
  {
1376
1376
  "children": [
1377
1377
  {
1378
- "type": "button",
1379
- "label": "Compact Now",
1380
1378
  "icon": "minimize-2",
1379
+ "type": "button",
1380
+ "variant": "primary",
1381
1381
  "action": "COMPACT",
1382
- "variant": "primary"
1382
+ "label": "Compact Now"
1383
1383
  },
1384
1384
  {
1385
- "label": "Reset",
1386
- "type": "button",
1387
- "icon": "rotate-ccw",
1388
1385
  "action": "RESET",
1389
- "variant": "ghost"
1386
+ "variant": "ghost",
1387
+ "icon": "rotate-ccw",
1388
+ "type": "button",
1389
+ "label": "Reset"
1390
1390
  }
1391
1391
  ],
1392
+ "type": "stack",
1392
1393
  "gap": "sm",
1393
- "direction": "horizontal",
1394
- "type": "stack"
1394
+ "direction": "horizontal"
1395
1395
  }
1396
1396
  ]
1397
1397
  }
@@ -1434,13 +1434,10 @@
1434
1434
  "main",
1435
1435
  {
1436
1436
  "type": "stack",
1437
- "gap": "lg",
1438
1437
  "direction": "vertical",
1439
1438
  "children": [
1440
1439
  {
1441
- "type": "stack",
1442
- "direction": "horizontal",
1443
- "align": "center",
1440
+ "gap": "sm",
1444
1441
  "children": [
1445
1442
  {
1446
1443
  "type": "icon",
@@ -1452,65 +1449,68 @@
1452
1449
  "content": "Token Usage"
1453
1450
  },
1454
1451
  {
1455
- "type": "badge",
1452
+ "variant": "warning",
1456
1453
  "label": "Warning",
1457
- "variant": "warning"
1454
+ "type": "badge"
1458
1455
  }
1459
1456
  ],
1460
- "gap": "sm"
1457
+ "type": "stack",
1458
+ "direction": "horizontal",
1459
+ "align": "center"
1461
1460
  },
1462
1461
  {
1463
1462
  "type": "divider"
1464
1463
  },
1465
1464
  {
1465
+ "variant": "warning",
1466
1466
  "type": "alert",
1467
- "message": "Token usage approaching limit. Consider compacting.",
1468
- "variant": "warning"
1467
+ "message": "Token usage approaching limit. Consider compacting."
1469
1468
  },
1470
1469
  {
1471
- "value": "@entity.current",
1472
1470
  "max": "@entity.max",
1473
- "type": "progress-bar"
1471
+ "type": "progress-bar",
1472
+ "value": "@entity.current"
1474
1473
  },
1475
1474
  {
1476
1475
  "gap": "md",
1477
- "type": "stack",
1476
+ "direction": "horizontal",
1478
1477
  "children": [
1479
1478
  {
1480
- "type": "stat-display",
1481
1479
  "value": "@entity.current",
1482
- "label": "Tokens Used"
1480
+ "label": "Tokens Used",
1481
+ "type": "stat-display"
1483
1482
  },
1484
1483
  {
1485
1484
  "type": "stat-display",
1486
- "value": "@entity.max",
1487
- "label": "Max Tokens"
1485
+ "label": "Max Tokens",
1486
+ "value": "@entity.max"
1488
1487
  }
1489
1488
  ],
1490
- "direction": "horizontal"
1489
+ "type": "stack"
1491
1490
  },
1492
1491
  {
1492
+ "type": "stack",
1493
+ "gap": "sm",
1493
1494
  "children": [
1494
1495
  {
1495
- "variant": "primary",
1496
1496
  "type": "button",
1497
- "label": "Compact",
1497
+ "variant": "primary",
1498
1498
  "action": "COMPACT",
1499
- "icon": "minimize-2"
1499
+ "icon": "minimize-2",
1500
+ "label": "Compact"
1500
1501
  },
1501
1502
  {
1502
1503
  "variant": "ghost",
1503
- "label": "Reset",
1504
- "icon": "rotate-ccw",
1504
+ "type": "button",
1505
1505
  "action": "RESET",
1506
- "type": "button"
1506
+ "icon": "rotate-ccw",
1507
+ "label": "Reset"
1507
1508
  }
1508
1509
  ],
1509
- "type": "stack",
1510
- "direction": "horizontal",
1511
- "gap": "sm"
1510
+ "direction": "horizontal"
1512
1511
  }
1513
- ]
1512
+ ],
1513
+ "gap": "lg"
1514
1514
  }
1515
1515
  ]
1516
1516
  ]
@@ -1539,6 +1539,8 @@
1539
1539
  "main",
1540
1540
  {
1541
1541
  "type": "stack",
1542
+ "gap": "lg",
1543
+ "direction": "vertical",
1542
1544
  "children": [
1543
1545
  {
1544
1546
  "children": [
@@ -1547,31 +1549,30 @@
1547
1549
  "name": "gauge"
1548
1550
  },
1549
1551
  {
1550
- "content": "Token Usage",
1551
1552
  "variant": "h2",
1552
- "type": "typography"
1553
+ "type": "typography",
1554
+ "content": "Token Usage"
1553
1555
  },
1554
1556
  {
1557
+ "type": "badge",
1555
1558
  "label": "Normal",
1556
- "variant": "default",
1557
- "type": "badge"
1559
+ "variant": "default"
1558
1560
  }
1559
1561
  ],
1562
+ "type": "stack",
1560
1563
  "gap": "sm",
1561
1564
  "direction": "horizontal",
1562
- "align": "center",
1563
- "type": "stack"
1565
+ "align": "center"
1564
1566
  },
1565
1567
  {
1566
1568
  "type": "divider"
1567
1569
  },
1568
1570
  {
1569
- "max": "@entity.max",
1570
1571
  "type": "progress-bar",
1571
- "value": "@entity.current"
1572
+ "value": "@entity.current",
1573
+ "max": "@entity.max"
1572
1574
  },
1573
1575
  {
1574
- "direction": "horizontal",
1575
1576
  "children": [
1576
1577
  {
1577
1578
  "type": "stat-display",
@@ -1579,24 +1580,23 @@
1579
1580
  "label": "Tokens Used"
1580
1581
  },
1581
1582
  {
1582
- "type": "stat-display",
1583
+ "value": "@entity.max",
1583
1584
  "label": "Max Tokens",
1584
- "value": "@entity.max"
1585
+ "type": "stat-display"
1585
1586
  }
1586
1587
  ],
1587
1588
  "type": "stack",
1589
+ "direction": "horizontal",
1588
1590
  "gap": "md"
1589
1591
  },
1590
1592
  {
1591
- "icon": "rotate-ccw",
1592
1593
  "action": "RESET",
1593
1594
  "label": "Reset",
1594
- "variant": "ghost",
1595
- "type": "button"
1595
+ "icon": "rotate-ccw",
1596
+ "type": "button",
1597
+ "variant": "ghost"
1596
1598
  }
1597
- ],
1598
- "gap": "lg",
1599
- "direction": "vertical"
1599
+ ]
1600
1600
  }
1601
1601
  ]
1602
1602
  ]
@@ -1622,8 +1622,13 @@
1622
1622
  "main",
1623
1623
  {
1624
1624
  "type": "stack",
1625
+ "gap": "lg",
1626
+ "direction": "vertical",
1625
1627
  "children": [
1626
1628
  {
1629
+ "direction": "horizontal",
1630
+ "gap": "sm",
1631
+ "type": "stack",
1627
1632
  "align": "center",
1628
1633
  "children": [
1629
1634
  {
@@ -1631,36 +1636,32 @@
1631
1636
  "type": "icon"
1632
1637
  },
1633
1638
  {
1634
- "content": "Token Usage",
1635
1639
  "variant": "h2",
1640
+ "content": "Token Usage",
1636
1641
  "type": "typography"
1637
1642
  },
1638
1643
  {
1639
- "label": "Normal",
1644
+ "variant": "default",
1640
1645
  "type": "badge",
1641
- "variant": "default"
1646
+ "label": "Normal"
1642
1647
  }
1643
- ],
1644
- "gap": "sm",
1645
- "type": "stack",
1646
- "direction": "horizontal"
1648
+ ]
1647
1649
  },
1648
1650
  {
1649
1651
  "type": "divider"
1650
1652
  },
1651
1653
  {
1652
- "type": "progress-bar",
1654
+ "value": "@entity.current",
1653
1655
  "max": "@entity.max",
1654
- "value": "@entity.current"
1656
+ "type": "progress-bar"
1655
1657
  },
1656
1658
  {
1657
- "type": "stack",
1658
- "direction": "horizontal",
1659
+ "gap": "md",
1659
1660
  "children": [
1660
1661
  {
1661
1662
  "type": "stat-display",
1662
- "value": "@entity.current",
1663
- "label": "Tokens Used"
1663
+ "label": "Tokens Used",
1664
+ "value": "@entity.current"
1664
1665
  },
1665
1666
  {
1666
1667
  "type": "stat-display",
@@ -1668,18 +1669,17 @@
1668
1669
  "label": "Max Tokens"
1669
1670
  }
1670
1671
  ],
1671
- "gap": "md"
1672
+ "type": "stack",
1673
+ "direction": "horizontal"
1672
1674
  },
1673
1675
  {
1674
- "variant": "ghost",
1676
+ "action": "RESET",
1675
1677
  "type": "button",
1676
- "label": "Reset",
1677
1678
  "icon": "rotate-ccw",
1678
- "action": "RESET"
1679
+ "label": "Reset",
1680
+ "variant": "ghost"
1679
1681
  }
1680
- ],
1681
- "direction": "vertical",
1682
- "gap": "lg"
1682
+ ]
1683
1683
  }
1684
1684
  ]
1685
1685
  ]
@@ -1699,14 +1699,12 @@
1699
1699
  "main",
1700
1700
  {
1701
1701
  "direction": "vertical",
1702
- "gap": "lg",
1703
- "type": "stack",
1704
1702
  "children": [
1705
1703
  {
1706
1704
  "align": "center",
1707
- "type": "stack",
1708
1705
  "gap": "sm",
1709
1706
  "direction": "horizontal",
1707
+ "type": "stack",
1710
1708
  "children": [
1711
1709
  {
1712
1710
  "type": "icon",
@@ -1718,8 +1716,8 @@
1718
1716
  "content": "Token Usage"
1719
1717
  },
1720
1718
  {
1721
- "type": "badge",
1722
1719
  "label": "Normal",
1720
+ "type": "badge",
1723
1721
  "variant": "default"
1724
1722
  }
1725
1723
  ]
@@ -1729,34 +1727,36 @@
1729
1727
  },
1730
1728
  {
1731
1729
  "type": "progress-bar",
1732
- "max": "@entity.max",
1733
- "value": "@entity.current"
1730
+ "value": "@entity.current",
1731
+ "max": "@entity.max"
1734
1732
  },
1735
1733
  {
1736
- "gap": "md",
1734
+ "direction": "horizontal",
1737
1735
  "type": "stack",
1738
1736
  "children": [
1739
1737
  {
1740
- "label": "Tokens Used",
1741
1738
  "value": "@entity.current",
1742
- "type": "stat-display"
1739
+ "type": "stat-display",
1740
+ "label": "Tokens Used"
1743
1741
  },
1744
1742
  {
1743
+ "type": "stat-display",
1745
1744
  "value": "@entity.max",
1746
- "label": "Max Tokens",
1747
- "type": "stat-display"
1745
+ "label": "Max Tokens"
1748
1746
  }
1749
1747
  ],
1750
- "direction": "horizontal"
1748
+ "gap": "md"
1751
1749
  },
1752
1750
  {
1753
1751
  "action": "RESET",
1752
+ "variant": "ghost",
1754
1753
  "label": "Reset",
1755
1754
  "type": "button",
1756
- "variant": "ghost",
1757
1755
  "icon": "rotate-ccw"
1758
1756
  }
1759
- ]
1757
+ ],
1758
+ "gap": "lg",
1759
+ "type": "stack"
1760
1760
  }
1761
1761
  ]
1762
1762
  ]
@@ -1990,67 +1990,68 @@
1990
1990
  "main",
1991
1991
  {
1992
1992
  "direction": "vertical",
1993
- "gap": "lg",
1993
+ "type": "stack",
1994
1994
  "children": [
1995
1995
  {
1996
1996
  "align": "center",
1997
1997
  "gap": "md",
1998
1998
  "type": "stack",
1999
- "direction": "horizontal",
2000
1999
  "children": [
2001
2000
  {
2001
+ "align": "center",
2002
+ "direction": "horizontal",
2003
+ "gap": "md",
2004
+ "type": "stack",
2002
2005
  "children": [
2003
2006
  {
2004
- "type": "icon",
2005
- "name": "layers"
2007
+ "name": "layers",
2008
+ "type": "icon"
2006
2009
  },
2007
2010
  {
2008
2011
  "content": "Context Window Alert",
2009
2012
  "variant": "h2",
2010
2013
  "type": "typography"
2011
2014
  }
2012
- ],
2013
- "direction": "horizontal",
2014
- "type": "stack",
2015
- "gap": "md",
2016
- "align": "center"
2015
+ ]
2017
2016
  },
2018
2017
  {
2019
2018
  "variant": "ghost",
2020
- "icon": "x",
2019
+ "action": "HIDE",
2021
2020
  "label": "Dismiss",
2022
2021
  "type": "button",
2023
- "action": "HIDE"
2022
+ "icon": "x"
2024
2023
  }
2025
2024
  ],
2026
- "justify": "between"
2025
+ "justify": "between",
2026
+ "direction": "horizontal"
2027
2027
  },
2028
2028
  {
2029
2029
  "type": "divider"
2030
2030
  },
2031
2031
  {
2032
- "message": [
2032
+ "type": "alert",
2033
+ "variant": [
2033
2034
  "object/get",
2034
2035
  [
2035
2036
  "array/first",
2036
2037
  "@entity"
2037
2038
  ],
2038
- "message"
2039
+ "notificationType"
2039
2040
  ],
2040
- "variant": [
2041
+ "message": [
2041
2042
  "object/get",
2042
2043
  [
2043
2044
  "array/first",
2044
2045
  "@entity"
2045
2046
  ],
2046
- "notificationType"
2047
- ],
2048
- "type": "alert"
2047
+ "message"
2048
+ ]
2049
2049
  },
2050
2050
  {
2051
2051
  "type": "toast-slot"
2052
2052
  },
2053
2053
  {
2054
+ "type": "alert",
2054
2055
  "message": [
2055
2056
  "object/get",
2056
2057
  [
@@ -2059,11 +2060,10 @@
2059
2060
  ],
2060
2061
  "message"
2061
2062
  ],
2062
- "type": "alert",
2063
2063
  "variant": "warning"
2064
2064
  }
2065
2065
  ],
2066
- "type": "stack"
2066
+ "gap": "lg"
2067
2067
  }
2068
2068
  ]
2069
2069
  ]
@@ -2087,44 +2087,47 @@
2087
2087
  "render-ui",
2088
2088
  "main",
2089
2089
  {
2090
+ "gap": "lg",
2091
+ "direction": "vertical",
2090
2092
  "children": [
2091
2093
  {
2092
- "type": "stack",
2093
2094
  "align": "center",
2094
2095
  "justify": "between",
2096
+ "direction": "horizontal",
2095
2097
  "children": [
2096
2098
  {
2097
2099
  "gap": "md",
2098
- "type": "stack",
2099
2100
  "direction": "horizontal",
2100
2101
  "align": "center",
2102
+ "type": "stack",
2101
2103
  "children": [
2102
2104
  {
2103
2105
  "name": "layers",
2104
2106
  "type": "icon"
2105
2107
  },
2106
2108
  {
2107
- "variant": "h2",
2108
2109
  "type": "typography",
2110
+ "variant": "h2",
2109
2111
  "content": "Context Window Alert"
2110
2112
  }
2111
2113
  ]
2112
2114
  },
2113
2115
  {
2114
- "label": "Dismiss",
2115
2116
  "type": "button",
2116
2117
  "action": "HIDE",
2117
2118
  "variant": "ghost",
2119
+ "label": "Dismiss",
2118
2120
  "icon": "x"
2119
2121
  }
2120
2122
  ],
2121
- "direction": "horizontal",
2123
+ "type": "stack",
2122
2124
  "gap": "md"
2123
2125
  },
2124
2126
  {
2125
2127
  "type": "divider"
2126
2128
  },
2127
2129
  {
2130
+ "type": "alert",
2128
2131
  "variant": [
2129
2132
  "object/get",
2130
2133
  [
@@ -2133,7 +2136,6 @@
2133
2136
  ],
2134
2137
  "notificationType"
2135
2138
  ],
2136
- "type": "alert",
2137
2139
  "message": [
2138
2140
  "object/get",
2139
2141
  [
@@ -2147,8 +2149,6 @@
2147
2149
  "type": "toast-slot"
2148
2150
  },
2149
2151
  {
2150
- "type": "alert",
2151
- "variant": "warning",
2152
2152
  "message": [
2153
2153
  "object/get",
2154
2154
  [
@@ -2156,12 +2156,12 @@
2156
2156
  "@entity"
2157
2157
  ],
2158
2158
  "message"
2159
- ]
2159
+ ],
2160
+ "type": "alert",
2161
+ "variant": "warning"
2160
2162
  }
2161
2163
  ],
2162
- "type": "stack",
2163
- "direction": "vertical",
2164
- "gap": "lg"
2164
+ "type": "stack"
2165
2165
  }
2166
2166
  ]
2167
2167
  ]
@@ -2408,8 +2408,8 @@
2408
2408
  "AgentContextWindow",
2409
2409
  {
2410
2410
  "emit": {
2411
- "failure": "AgentContextWindowLoadFailed",
2412
- "success": "AgentContextWindowLoaded"
2411
+ "success": "AgentContextWindowLoaded",
2412
+ "failure": "AgentContextWindowLoadFailed"
2413
2413
  }
2414
2414
  }
2415
2415
  ],
@@ -2424,9 +2424,9 @@
2424
2424
  "main",
2425
2425
  {
2426
2426
  "title": "Context Window",
2427
- "icon": "layers",
2427
+ "type": "empty-state",
2428
2428
  "description": "Context Window is ready",
2429
- "type": "empty-state"
2429
+ "icon": "layers"
2430
2430
  }
2431
2431
  ]
2432
2432
  ]