@almadar/std 16.28.3 → 16.28.4

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 (1262) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
  24. package/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
  25. package/behaviors/registry/core/atoms/std-app-search.orb +66 -66
  26. package/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
  27. package/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
  28. package/behaviors/registry/core/atoms/std-board.orb +283 -283
  29. package/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
  30. package/behaviors/registry/core/atoms/std-browse.orb +428 -305
  31. package/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
  32. package/behaviors/registry/core/atoms/std-calendar.orb +67 -67
  33. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
  34. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
  35. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
  36. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
  37. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
  38. package/behaviors/registry/core/atoms/std-date-range.orb +22 -22
  39. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  40. package/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
  41. package/behaviors/registry/core/atoms/std-event-log.orb +169 -169
  42. package/behaviors/registry/core/atoms/std-export.orb +55 -55
  43. package/behaviors/registry/core/atoms/std-file-store.orb +312 -300
  44. package/behaviors/registry/core/atoms/std-filter.orb +25 -25
  45. package/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
  46. package/behaviors/registry/core/atoms/std-gallery.orb +60 -54
  47. package/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
  48. package/behaviors/registry/core/atoms/std-graphs.orb +175 -175
  49. package/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
  50. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
  51. package/behaviors/registry/core/atoms/std-modal.orb +38 -38
  52. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
  53. package/behaviors/registry/core/atoms/std-pagination.orb +18 -18
  54. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  55. package/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
  56. package/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
  57. package/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
  58. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  59. package/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
  60. package/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
  61. package/behaviors/registry/core/atoms/std-scatter.orb +61 -61
  62. package/behaviors/registry/core/atoms/std-search.orb +12 -12
  63. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  64. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
  65. package/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
  66. package/behaviors/registry/core/atoms/std-stats.orb +202 -202
  67. package/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
  68. package/behaviors/registry/core/atoms/std-tabs.orb +57 -57
  69. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
  70. package/behaviors/registry/core/atoms/std-thread.orb +179 -173
  71. package/behaviors/registry/core/atoms/std-version-history.orb +259 -247
  72. package/behaviors/registry/core/atoms/std-vote.orb +69 -63
  73. package/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
  74. package/behaviors/registry/core/atoms/std-wizard.orb +218 -218
  75. package/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
  76. package/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
  77. package/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
  78. package/behaviors/registry/core/molecules/std-list.orb +196 -57
  79. package/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
  80. package/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
  81. package/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
  82. package/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
  83. package/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
  84. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
  85. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
  86. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
  87. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
  88. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
  89. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
  90. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
  91. package/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
  92. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
  93. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
  94. package/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
  95. package/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
  96. package/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
  97. package/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
  98. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
  99. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
  100. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
  101. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
  102. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
  103. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
  104. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
  105. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
  106. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
  107. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
  108. package/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
  109. package/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
  110. package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
  111. package/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
  112. package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
  113. package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
  114. package/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
  115. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
  116. package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
  117. package/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
  118. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
  119. package/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
  120. package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
  121. package/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
  122. package/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
  123. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
  124. package/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
  125. package/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
  126. package/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
  127. package/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
  128. package/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
  129. package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
  130. package/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
  131. package/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
  132. package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
  133. package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
  134. package/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
  135. package/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
  136. package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
  137. package/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
  138. package/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
  139. package/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
  140. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
  141. package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
  142. package/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
  143. package/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
  144. package/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
  145. package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
  146. package/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
  147. package/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
  148. package/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
  149. package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
  150. package/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
  151. package/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
  152. package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
  153. package/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
  154. package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
  155. package/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
  156. package/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
  157. package/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
  158. package/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
  159. package/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
  160. package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
  161. package/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
  162. package/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
  163. package/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
  164. package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
  165. package/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
  166. package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
  167. package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
  168. package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
  169. package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
  170. package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
  171. package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
  172. package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
  173. package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
  174. package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
  175. package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
  176. package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
  177. package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
  178. package/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
  179. package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
  180. package/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
  181. package/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
  182. package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
  183. package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
  184. package/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
  185. package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
  186. package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
  187. package/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
  188. package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
  189. package/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
  190. package/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
  191. package/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
  192. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
  193. package/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
  194. package/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
  195. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
  196. package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
  197. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
  198. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
  199. package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
  200. package/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
  201. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
  202. package/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
  203. package/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
  204. package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
  205. package/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
  206. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
  207. package/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
  208. package/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
  209. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
  210. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
  211. package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
  212. package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
  213. package/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
  214. package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
  215. package/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
  216. package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
  217. package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
  218. package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
  219. package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
  220. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
  221. package/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
  222. package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
  223. package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
  224. package/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
  225. package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
  226. package/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
  227. package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
  228. package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
  229. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
  230. package/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
  231. package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
  232. package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
  233. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
  234. package/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
  235. package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
  236. package/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
  237. package/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
  238. package/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
  239. package/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
  240. package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
  241. package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
  242. package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
  243. package/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
  244. package/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
  245. package/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
  246. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
  247. package/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
  248. package/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
  249. package/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
  250. package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
  251. package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
  252. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
  253. package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
  254. package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
  255. package/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
  256. package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
  257. package/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
  258. package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
  259. package/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
  260. package/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
  261. package/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
  262. package/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
  263. package/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
  264. package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
  265. package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
  266. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
  267. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
  268. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
  269. package/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
  270. package/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
  271. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
  272. package/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
  273. package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
  274. package/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
  275. package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
  276. package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
  277. package/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
  278. package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
  279. package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
  280. package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
  281. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
  282. package/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
  283. package/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
  284. package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
  285. package/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
  286. package/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
  287. package/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
  288. package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
  289. package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
  290. package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
  291. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
  292. package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
  293. package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
  294. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
  295. package/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
  296. package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
  297. package/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
  298. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
  299. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
  300. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
  301. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
  302. package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
  303. package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
  304. package/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
  305. package/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
  306. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
  307. package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
  308. package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
  309. package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
  310. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
  311. package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
  312. package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
  313. package/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
  314. package/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
  315. package/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
  316. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
  317. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
  318. package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
  319. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
  320. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
  321. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
  322. package/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
  323. package/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
  324. package/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
  325. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
  326. package/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
  327. package/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
  328. package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
  329. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
  330. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
  331. package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
  332. package/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
  333. package/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
  334. package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
  335. package/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
  336. package/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
  337. package/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
  338. package/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
  339. package/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
  340. package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
  341. package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
  342. package/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
  343. package/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
  344. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
  345. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
  346. package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
  347. package/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
  348. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
  349. package/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
  350. package/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
  351. package/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
  352. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
  353. package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
  354. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
  355. package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
  356. package/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
  357. package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
  358. package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
  359. package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
  360. package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
  361. package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
  362. package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
  363. package/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
  364. package/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
  365. package/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
  366. package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
  367. package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
  368. package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
  369. package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
  370. package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
  371. package/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
  372. package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
  373. package/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
  374. package/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
  375. package/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
  376. package/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
  377. package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
  378. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
  379. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
  380. package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
  381. package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
  382. package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
  383. package/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
  384. package/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
  385. package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
  386. package/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
  387. package/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
  388. package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
  389. package/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
  390. package/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
  391. package/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
  392. package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
  393. package/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
  394. package/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
  395. package/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
  396. package/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
  397. package/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
  398. package/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
  399. package/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
  400. package/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
  401. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
  402. package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
  403. package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
  404. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
  405. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
  406. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
  407. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
  408. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
  409. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
  410. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
  411. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
  412. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
  413. package/dist/behaviors/behaviors-registry.json +7 -7
  414. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
  415. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  416. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
  417. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
  418. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
  419. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
  420. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
  421. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
  422. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
  423. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
  424. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
  425. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
  426. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
  427. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
  428. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
  429. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
  430. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
  431. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
  432. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
  433. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
  434. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
  435. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
  436. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
  437. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
  438. package/dist/behaviors/registry/core/atoms/std-app-search.orb +66 -66
  439. package/dist/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
  440. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
  441. package/dist/behaviors/registry/core/atoms/std-board.orb +283 -283
  442. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
  443. package/dist/behaviors/registry/core/atoms/std-browse.orb +428 -305
  444. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
  445. package/dist/behaviors/registry/core/atoms/std-calendar.orb +67 -67
  446. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
  447. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
  448. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
  449. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
  450. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
  451. package/dist/behaviors/registry/core/atoms/std-date-range.orb +22 -22
  452. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  453. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
  454. package/dist/behaviors/registry/core/atoms/std-event-log.orb +169 -169
  455. package/dist/behaviors/registry/core/atoms/std-export.orb +55 -55
  456. package/dist/behaviors/registry/core/atoms/std-file-store.orb +312 -300
  457. package/dist/behaviors/registry/core/atoms/std-filter.orb +25 -25
  458. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
  459. package/dist/behaviors/registry/core/atoms/std-gallery.orb +60 -54
  460. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
  461. package/dist/behaviors/registry/core/atoms/std-graphs.orb +175 -175
  462. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
  463. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
  464. package/dist/behaviors/registry/core/atoms/std-modal.orb +38 -38
  465. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
  466. package/dist/behaviors/registry/core/atoms/std-pagination.orb +18 -18
  467. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  468. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
  469. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
  470. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
  471. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  472. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
  473. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
  474. package/dist/behaviors/registry/core/atoms/std-scatter.orb +61 -61
  475. package/dist/behaviors/registry/core/atoms/std-search.orb +12 -12
  476. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  477. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
  478. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
  479. package/dist/behaviors/registry/core/atoms/std-stats.orb +202 -202
  480. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
  481. package/dist/behaviors/registry/core/atoms/std-tabs.orb +57 -57
  482. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
  483. package/dist/behaviors/registry/core/atoms/std-thread.orb +179 -173
  484. package/dist/behaviors/registry/core/atoms/std-version-history.orb +259 -247
  485. package/dist/behaviors/registry/core/atoms/std-vote.orb +69 -63
  486. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
  487. package/dist/behaviors/registry/core/atoms/std-wizard.orb +218 -218
  488. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
  489. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
  490. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
  491. package/dist/behaviors/registry/core/molecules/std-list.orb +196 -57
  492. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
  493. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
  494. package/dist/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
  495. package/dist/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
  496. package/dist/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
  497. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
  498. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
  499. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
  500. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
  501. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
  502. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
  503. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
  504. package/dist/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
  505. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
  506. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
  507. package/dist/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
  508. package/dist/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
  509. package/dist/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
  510. package/dist/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
  511. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
  512. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
  513. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
  514. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
  515. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
  516. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
  517. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
  518. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
  519. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
  520. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
  521. package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
  522. package/dist/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
  523. package/dist/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
  524. package/dist/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
  525. package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
  526. package/dist/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
  527. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
  528. package/dist/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
  529. package/dist/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
  530. package/dist/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
  531. package/dist/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
  532. package/dist/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
  533. package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
  534. package/dist/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
  535. package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
  536. package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
  537. package/dist/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
  538. package/dist/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
  539. package/dist/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
  540. package/dist/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
  541. package/dist/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
  542. package/dist/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
  543. package/dist/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
  544. package/dist/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
  545. package/dist/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
  546. package/dist/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
  547. package/dist/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
  548. package/dist/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
  549. package/dist/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
  550. package/dist/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
  551. package/dist/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
  552. package/dist/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
  553. package/dist/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
  554. package/dist/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
  555. package/dist/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
  556. package/dist/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
  557. package/dist/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
  558. package/dist/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
  559. package/dist/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
  560. package/dist/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
  561. package/dist/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
  562. package/dist/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
  563. package/dist/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
  564. package/dist/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
  565. package/dist/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
  566. package/dist/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
  567. package/dist/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
  568. package/dist/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
  569. package/dist/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
  570. package/dist/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
  571. package/dist/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
  572. package/dist/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
  573. package/dist/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
  574. package/dist/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
  575. package/dist/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
  576. package/dist/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
  577. package/dist/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
  578. package/dist/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
  579. package/dist/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
  580. package/dist/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
  581. package/dist/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
  582. package/dist/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
  583. package/dist/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
  584. package/dist/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
  585. package/dist/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
  586. package/dist/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
  587. package/dist/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
  588. package/dist/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
  589. package/dist/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
  590. package/dist/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
  591. package/dist/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
  592. package/dist/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
  593. package/dist/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
  594. package/dist/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
  595. package/dist/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
  596. package/dist/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
  597. package/dist/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
  598. package/dist/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
  599. package/dist/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
  600. package/dist/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
  601. package/dist/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
  602. package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
  603. package/dist/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
  604. package/dist/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
  605. package/dist/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
  606. package/dist/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
  607. package/dist/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
  608. package/dist/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
  609. package/dist/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
  610. package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
  611. package/dist/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
  612. package/dist/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
  613. package/dist/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
  614. package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
  615. package/dist/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
  616. package/dist/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
  617. package/dist/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
  618. package/dist/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
  619. package/dist/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
  620. package/dist/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
  621. package/dist/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
  622. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
  623. package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
  624. package/dist/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
  625. package/dist/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
  626. package/dist/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
  627. package/dist/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
  628. package/dist/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
  629. package/dist/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
  630. package/dist/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
  631. package/dist/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
  632. package/dist/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
  633. package/dist/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
  634. package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
  635. package/dist/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
  636. package/dist/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
  637. package/dist/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
  638. package/dist/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
  639. package/dist/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
  640. package/dist/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
  641. package/dist/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
  642. package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
  643. package/dist/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
  644. package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
  645. package/dist/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
  646. package/dist/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
  647. package/dist/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
  648. package/dist/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
  649. package/dist/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
  650. package/dist/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
  651. package/dist/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
  652. package/dist/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
  653. package/dist/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
  654. package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
  655. package/dist/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
  656. package/dist/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
  657. package/dist/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
  658. package/dist/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
  659. package/dist/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
  660. package/dist/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
  661. package/dist/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
  662. package/dist/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
  663. package/dist/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
  664. package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
  665. package/dist/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
  666. package/dist/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
  667. package/dist/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
  668. package/dist/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
  669. package/dist/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
  670. package/dist/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
  671. package/dist/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
  672. package/dist/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
  673. package/dist/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
  674. package/dist/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
  675. package/dist/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
  676. package/dist/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
  677. package/dist/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
  678. package/dist/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
  679. package/dist/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
  680. package/dist/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
  681. package/dist/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
  682. package/dist/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
  683. package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
  684. package/dist/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
  685. package/dist/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
  686. package/dist/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
  687. package/dist/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
  688. package/dist/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
  689. package/dist/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
  690. package/dist/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
  691. package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
  692. package/dist/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
  693. package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
  694. package/dist/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
  695. package/dist/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
  696. package/dist/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
  697. package/dist/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
  698. package/dist/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
  699. package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
  700. package/dist/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
  701. package/dist/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
  702. package/dist/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
  703. package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
  704. package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
  705. package/dist/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
  706. package/dist/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
  707. package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
  708. package/dist/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
  709. package/dist/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
  710. package/dist/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
  711. package/dist/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
  712. package/dist/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
  713. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
  714. package/dist/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
  715. package/dist/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
  716. package/dist/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
  717. package/dist/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
  718. package/dist/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
  719. package/dist/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
  720. package/dist/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
  721. package/dist/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
  722. package/dist/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
  723. package/dist/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
  724. package/dist/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
  725. package/dist/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
  726. package/dist/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
  727. package/dist/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
  728. package/dist/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
  729. package/dist/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
  730. package/dist/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
  731. package/dist/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
  732. package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
  733. package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
  734. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
  735. package/dist/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
  736. package/dist/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
  737. package/dist/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
  738. package/dist/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
  739. package/dist/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
  740. package/dist/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
  741. package/dist/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
  742. package/dist/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
  743. package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
  744. package/dist/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
  745. package/dist/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
  746. package/dist/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
  747. package/dist/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
  748. package/dist/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
  749. package/dist/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
  750. package/dist/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
  751. package/dist/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
  752. package/dist/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
  753. package/dist/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
  754. package/dist/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
  755. package/dist/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
  756. package/dist/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
  757. package/dist/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
  758. package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
  759. package/dist/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
  760. package/dist/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
  761. package/dist/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
  762. package/dist/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
  763. package/dist/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
  764. package/dist/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
  765. package/dist/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
  766. package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
  767. package/dist/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
  768. package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
  769. package/dist/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
  770. package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
  771. package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
  772. package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
  773. package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
  774. package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
  775. package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
  776. package/dist/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
  777. package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
  778. package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
  779. package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
  780. package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
  781. package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
  782. package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
  783. package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
  784. package/dist/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
  785. package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
  786. package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
  787. package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
  788. package/dist/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
  789. package/dist/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
  790. package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
  791. package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
  792. package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
  793. package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
  794. package/dist/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
  795. package/dist/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
  796. package/dist/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
  797. package/dist/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
  798. package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
  799. package/dist/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
  800. package/dist/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
  801. package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
  802. package/dist/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
  803. package/dist/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
  804. package/dist/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
  805. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
  806. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
  807. package/dist/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
  808. package/dist/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
  809. package/dist/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
  810. package/dist/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
  811. package/dist/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
  812. package/dist/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
  813. package/dist/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
  814. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
  815. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
  816. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
  817. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
  818. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
  819. package/dist/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
  820. package/dist/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
  821. package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
  822. package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
  823. package/dist/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
  824. package/dist/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
  825. package/dist/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
  826. package/dist/behaviors-registry.json +7 -7
  827. package/dist/index.d.ts +2 -2
  828. package/dist/modules/agent.d.ts +1 -1
  829. package/dist/modules/array.d.ts +1 -1
  830. package/dist/modules/async.d.ts +1 -1
  831. package/dist/modules/composition.d.ts +1 -1
  832. package/dist/modules/contract.d.ts +1 -1
  833. package/dist/modules/core.d.ts +1 -1
  834. package/dist/modules/data.d.ts +1 -1
  835. package/dist/modules/format.d.ts +1 -1
  836. package/dist/modules/graph.d.ts +1 -1
  837. package/dist/modules/index.d.ts +1 -1
  838. package/dist/modules/math.d.ts +1 -1
  839. package/dist/modules/nn.d.ts +1 -1
  840. package/dist/modules/object.d.ts +1 -1
  841. package/dist/modules/os.d.ts +1 -1
  842. package/dist/modules/prob.d.ts +1 -1
  843. package/dist/modules/str.d.ts +1 -1
  844. package/dist/modules/tensor.d.ts +1 -1
  845. package/dist/modules/time.d.ts +1 -1
  846. package/dist/modules/train.d.ts +1 -1
  847. package/dist/modules/validate.d.ts +1 -1
  848. package/dist/registry/agent/atoms/std-agent-activity-log.orb +79 -79
  849. package/dist/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  850. package/dist/registry/agent/atoms/std-agent-classifier.orb +130 -113
  851. package/dist/registry/agent/atoms/std-agent-completion.orb +131 -114
  852. package/dist/registry/agent/atoms/std-agent-context-window.orb +427 -406
  853. package/dist/registry/agent/atoms/std-agent-conversation.orb +104 -104
  854. package/dist/registry/agent/atoms/std-agent-memory.orb +269 -216
  855. package/dist/registry/agent/atoms/std-agent-provider.orb +156 -139
  856. package/dist/registry/agent/atoms/std-agent-search.orb +79 -68
  857. package/dist/registry/agent/atoms/std-agent-session.orb +400 -223
  858. package/dist/registry/agent/atoms/std-agent-step-progress.orb +193 -192
  859. package/dist/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
  860. package/dist/registry/agent/atoms/std-agent-tool-call.orb +94 -58
  861. package/dist/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
  862. package/dist/registry/agent/molecules/std-agent-learner.orb +178 -178
  863. package/dist/registry/agent/molecules/std-agent-planner.orb +139 -126
  864. package/dist/registry/agent/molecules/std-agent-rag.orb +114 -112
  865. package/dist/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
  866. package/dist/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
  867. package/dist/registry/agent/organisms/std-agent-builder.orb +3072 -3032
  868. package/dist/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
  869. package/dist/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
  870. package/dist/registry/agent/organisms/std-agent-tutor.orb +1116 -902
  871. package/dist/registry/core/atoms/std-app-layout.orb +96 -84
  872. package/dist/registry/core/atoms/std-app-search.orb +66 -66
  873. package/dist/registry/core/atoms/std-autocomplete.orb +47 -40
  874. package/dist/registry/core/atoms/std-billable-hour.orb +191 -185
  875. package/dist/registry/core/atoms/std-board.orb +283 -283
  876. package/dist/registry/core/atoms/std-branching-logic.orb +171 -165
  877. package/dist/registry/core/atoms/std-browse.orb +428 -305
  878. package/dist/registry/core/atoms/std-cache-aside.orb +129 -129
  879. package/dist/registry/core/atoms/std-calendar.orb +67 -67
  880. package/dist/registry/core/atoms/std-circuit-breaker.orb +237 -237
  881. package/dist/registry/core/atoms/std-confirmation.orb +34 -28
  882. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
  883. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
  884. package/dist/registry/core/atoms/std-dashboard-summary.orb +71 -71
  885. package/dist/registry/core/atoms/std-date-range.orb +22 -22
  886. package/dist/registry/core/atoms/std-drawer.orb +11 -11
  887. package/dist/registry/core/atoms/std-esign-request.orb +36 -36
  888. package/dist/registry/core/atoms/std-event-log.orb +169 -169
  889. package/dist/registry/core/atoms/std-export.orb +55 -55
  890. package/dist/registry/core/atoms/std-file-store.orb +312 -300
  891. package/dist/registry/core/atoms/std-filter.orb +25 -25
  892. package/dist/registry/core/atoms/std-form-advanced.orb +79 -79
  893. package/dist/registry/core/atoms/std-gallery.orb +60 -54
  894. package/dist/registry/core/atoms/std-geosearch.orb +28 -28
  895. package/dist/registry/core/atoms/std-graphs.orb +175 -175
  896. package/dist/registry/core/atoms/std-hero-banner.orb +25 -25
  897. package/dist/registry/core/atoms/std-image-upload-multi.orb +118 -112
  898. package/dist/registry/core/atoms/std-modal.orb +38 -38
  899. package/dist/registry/core/atoms/std-multi-party-flow.orb +547 -547
  900. package/dist/registry/core/atoms/std-pagination.orb +18 -18
  901. package/dist/registry/core/atoms/std-push.orb +47 -47
  902. package/dist/registry/core/atoms/std-rate-limiter.orb +220 -220
  903. package/dist/registry/core/atoms/std-rating-review.orb +617 -617
  904. package/dist/registry/core/atoms/std-recurrence.orb +181 -181
  905. package/dist/registry/core/atoms/std-related.orb +31 -31
  906. package/dist/registry/core/atoms/std-rich-editor.orb +248 -230
  907. package/dist/registry/core/atoms/std-saved-search.orb +115 -109
  908. package/dist/registry/core/atoms/std-scatter.orb +61 -61
  909. package/dist/registry/core/atoms/std-search.orb +12 -12
  910. package/dist/registry/core/atoms/std-selection.orb +91 -91
  911. package/dist/registry/core/atoms/std-sidebar-meta.orb +80 -80
  912. package/dist/registry/core/atoms/std-signature-capture.orb +118 -112
  913. package/dist/registry/core/atoms/std-stats.orb +202 -202
  914. package/dist/registry/core/atoms/std-step-flow.orb +288 -288
  915. package/dist/registry/core/atoms/std-tabs.orb +57 -57
  916. package/dist/registry/core/atoms/std-tag-taxonomy.orb +137 -137
  917. package/dist/registry/core/atoms/std-thread.orb +179 -173
  918. package/dist/registry/core/atoms/std-version-history.orb +259 -247
  919. package/dist/registry/core/atoms/std-vote.orb +69 -63
  920. package/dist/registry/core/atoms/std-wizard-form.orb +171 -171
  921. package/dist/registry/core/atoms/std-wizard.orb +218 -218
  922. package/dist/registry/core/molecules/std-dashboard.orb +44 -44
  923. package/dist/registry/core/molecules/std-esign-flow.orb +282 -138
  924. package/dist/registry/core/molecules/std-filtered-list.orb +18 -18
  925. package/dist/registry/core/molecules/std-list.orb +196 -57
  926. package/dist/registry/core/molecules/std-tabs-layout.orb +9 -9
  927. package/dist/registry/core/organisms/std-generic-app.orb +738 -558
  928. package/dist/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
  929. package/dist/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
  930. package/dist/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
  931. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
  932. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
  933. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
  934. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
  935. package/dist/registry/core-variations/atoms/std-browse-dense.orb +74 -74
  936. package/dist/registry/core-variations/atoms/std-browse-feed.orb +51 -51
  937. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
  938. package/dist/registry/core-variations/atoms/std-browse-map.orb +18 -18
  939. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
  940. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
  941. package/dist/registry/core-variations/atoms/std-flag.orb +3 -3
  942. package/dist/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
  943. package/dist/registry/core-variations/atoms/std-graphs-line.orb +5 -5
  944. package/dist/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
  945. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
  946. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
  947. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
  948. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
  949. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
  950. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
  951. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
  952. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
  953. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
  954. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
  955. package/dist/registry/infra/atoms/std-approval-gate.orb +218 -200
  956. package/dist/registry/infra/atoms/std-audit-capture.orb +21 -21
  957. package/dist/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
  958. package/dist/registry/infra/atoms/std-cross-reference.orb +26 -26
  959. package/dist/registry/infra/atoms/std-data-erasure.orb +166 -154
  960. package/dist/registry/infra/atoms/std-lifecycle.orb +34 -34
  961. package/dist/registry/infra/atoms/std-mod-queue.orb +250 -226
  962. package/dist/registry/infra/atoms/std-notify-on-event.orb +51 -51
  963. package/dist/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
  964. package/dist/registry/infra/atoms/std-row-access-control.orb +15 -15
  965. package/dist/registry/infra/atoms/std-status-lifecycle.orb +49 -49
  966. package/dist/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
  967. package/dist/registry/ui/avl/molecules/ui-module-card.orb +141 -141
  968. package/dist/registry/ui/core/atoms/ui-action-button.orb +42 -42
  969. package/dist/registry/ui/core/atoms/ui-aside.orb +3 -3
  970. package/dist/registry/ui/core/atoms/ui-avatar.orb +48 -48
  971. package/dist/registry/ui/core/atoms/ui-badge.orb +42 -42
  972. package/dist/registry/ui/core/atoms/ui-box.orb +111 -111
  973. package/dist/registry/ui/core/atoms/ui-button.orb +56 -56
  974. package/dist/registry/ui/core/atoms/ui-card.orb +39 -39
  975. package/dist/registry/ui/core/atoms/ui-center.orb +40 -40
  976. package/dist/registry/ui/core/atoms/ui-checkbox.orb +14 -14
  977. package/dist/registry/ui/core/atoms/ui-choice-button.orb +23 -23
  978. package/dist/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
  979. package/dist/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
  980. package/dist/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
  981. package/dist/registry/ui/core/atoms/ui-control-button.orb +24 -24
  982. package/dist/registry/ui/core/atoms/ui-damage-number.orb +11 -11
  983. package/dist/registry/ui/core/atoms/ui-day-cell.orb +12 -12
  984. package/dist/registry/ui/core/atoms/ui-dialog.orb +3 -3
  985. package/dist/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
  986. package/dist/registry/ui/core/atoms/ui-divider.orb +15 -15
  987. package/dist/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
  988. package/dist/registry/ui/core/atoms/ui-flip-container.orb +2 -2
  989. package/dist/registry/ui/core/atoms/ui-heading.orb +76 -76
  990. package/dist/registry/ui/core/atoms/ui-health-bar.orb +29 -29
  991. package/dist/registry/ui/core/atoms/ui-icon.orb +40 -40
  992. package/dist/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
  993. package/dist/registry/ui/core/atoms/ui-input.orb +67 -67
  994. package/dist/registry/ui/core/atoms/ui-item-slot.orb +38 -38
  995. package/dist/registry/ui/core/atoms/ui-label.orb +11 -11
  996. package/dist/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
  997. package/dist/registry/ui/core/atoms/ui-mini-map.orb +59 -59
  998. package/dist/registry/ui/core/atoms/ui-overlay.orb +10 -10
  999. package/dist/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
  1000. package/dist/registry/ui/core/atoms/ui-radio.orb +32 -32
  1001. package/dist/registry/ui/core/atoms/ui-range-slider.orb +55 -55
  1002. package/dist/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
  1003. package/dist/registry/ui/core/atoms/ui-score-display.orb +26 -26
  1004. package/dist/registry/ui/core/atoms/ui-section-header.orb +19 -19
  1005. package/dist/registry/ui/core/atoms/ui-select.orb +33 -33
  1006. package/dist/registry/ui/core/atoms/ui-spacer.orb +10 -10
  1007. package/dist/registry/ui/core/atoms/ui-sparkline.orb +34 -34
  1008. package/dist/registry/ui/core/atoms/ui-spinner.orb +2 -2
  1009. package/dist/registry/ui/core/atoms/ui-sprite.orb +52 -52
  1010. package/dist/registry/ui/core/atoms/ui-stack.orb +81 -81
  1011. package/dist/registry/ui/core/atoms/ui-status-dot.orb +25 -25
  1012. package/dist/registry/ui/core/atoms/ui-status-effect.orb +31 -31
  1013. package/dist/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
  1014. package/dist/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
  1015. package/dist/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
  1016. package/dist/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
  1017. package/dist/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
  1018. package/dist/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
  1019. package/dist/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
  1020. package/dist/registry/ui/core/atoms/ui-svg-node.orb +31 -31
  1021. package/dist/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
  1022. package/dist/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
  1023. package/dist/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
  1024. package/dist/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
  1025. package/dist/registry/ui/core/atoms/ui-switch.orb +28 -28
  1026. package/dist/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
  1027. package/dist/registry/ui/core/atoms/ui-text.orb +76 -76
  1028. package/dist/registry/ui/core/atoms/ui-textarea.orb +11 -11
  1029. package/dist/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
  1030. package/dist/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
  1031. package/dist/registry/ui/core/atoms/ui-timer-display.orb +23 -23
  1032. package/dist/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
  1033. package/dist/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
  1034. package/dist/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
  1035. package/dist/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
  1036. package/dist/registry/ui/core/atoms/ui-typography.orb +69 -69
  1037. package/dist/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
  1038. package/dist/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
  1039. package/dist/registry/ui/core/molecules/ui-accordion.orb +34 -34
  1040. package/dist/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
  1041. package/dist/registry/ui/core/molecules/ui-alert.orb +35 -35
  1042. package/dist/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
  1043. package/dist/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
  1044. package/dist/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
  1045. package/dist/registry/ui/core/molecules/ui-carousel.orb +35 -35
  1046. package/dist/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
  1047. package/dist/registry/ui/core/molecules/ui-chart.orb +181 -181
  1048. package/dist/registry/ui/core/molecules/ui-code-block.orb +44 -44
  1049. package/dist/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
  1050. package/dist/registry/ui/core/molecules/ui-combat-log.orb +39 -39
  1051. package/dist/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
  1052. package/dist/registry/ui/core/molecules/ui-container.orb +19 -19
  1053. package/dist/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
  1054. package/dist/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
  1055. package/dist/registry/ui/core/molecules/ui-d-pad.orb +12 -12
  1056. package/dist/registry/ui/core/molecules/ui-data-grid.orb +206 -206
  1057. package/dist/registry/ui/core/molecules/ui-data-list.orb +230 -230
  1058. package/dist/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
  1059. package/dist/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
  1060. package/dist/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
  1061. package/dist/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
  1062. package/dist/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
  1063. package/dist/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
  1064. package/dist/registry/ui/core/molecules/ui-doc-search.orb +10 -10
  1065. package/dist/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
  1066. package/dist/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
  1067. package/dist/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
  1068. package/dist/registry/ui/core/molecules/ui-drawer.orb +51 -51
  1069. package/dist/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
  1070. package/dist/registry/ui/core/molecules/ui-empty-state.orb +42 -42
  1071. package/dist/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
  1072. package/dist/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
  1073. package/dist/registry/ui/core/molecules/ui-error-state.orb +19 -19
  1074. package/dist/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
  1075. package/dist/registry/ui/core/molecules/ui-file-tree.orb +35 -35
  1076. package/dist/registry/ui/core/molecules/ui-filter-group.orb +41 -41
  1077. package/dist/registry/ui/core/molecules/ui-flex.orb +47 -47
  1078. package/dist/registry/ui/core/molecules/ui-flip-card.orb +17 -17
  1079. package/dist/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
  1080. package/dist/registry/ui/core/molecules/ui-form-actions.orb +88 -88
  1081. package/dist/registry/ui/core/molecules/ui-form-field.orb +20 -20
  1082. package/dist/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
  1083. package/dist/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
  1084. package/dist/registry/ui/core/molecules/ui-game-hud.orb +75 -75
  1085. package/dist/registry/ui/core/molecules/ui-game-menu.orb +79 -79
  1086. package/dist/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
  1087. package/dist/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
  1088. package/dist/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
  1089. package/dist/registry/ui/core/molecules/ui-graph-view.orb +60 -60
  1090. package/dist/registry/ui/core/molecules/ui-grid.orb +46 -46
  1091. package/dist/registry/ui/core/molecules/ui-header.orb +106 -106
  1092. package/dist/registry/ui/core/molecules/ui-health-panel.orb +44 -44
  1093. package/dist/registry/ui/core/molecules/ui-input-group.orb +9 -9
  1094. package/dist/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
  1095. package/dist/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
  1096. package/dist/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
  1097. package/dist/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
  1098. package/dist/registry/ui/core/molecules/ui-lightbox.orb +27 -27
  1099. package/dist/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
  1100. package/dist/registry/ui/core/molecules/ui-line-chart.orb +47 -47
  1101. package/dist/registry/ui/core/molecules/ui-loading-state.orb +8 -8
  1102. package/dist/registry/ui/core/molecules/ui-map-view.orb +65 -65
  1103. package/dist/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
  1104. package/dist/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
  1105. package/dist/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
  1106. package/dist/registry/ui/core/molecules/ui-menu.orb +47 -47
  1107. package/dist/registry/ui/core/molecules/ui-meter.orb +105 -105
  1108. package/dist/registry/ui/core/molecules/ui-modal.orb +40 -40
  1109. package/dist/registry/ui/core/molecules/ui-navigation.orb +55 -55
  1110. package/dist/registry/ui/core/molecules/ui-notification.orb +37 -37
  1111. package/dist/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
  1112. package/dist/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
  1113. package/dist/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
  1114. package/dist/registry/ui/core/molecules/ui-page-header.orb +94 -94
  1115. package/dist/registry/ui/core/molecules/ui-pagination.orb +55 -55
  1116. package/dist/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
  1117. package/dist/registry/ui/core/molecules/ui-popover.orb +29 -29
  1118. package/dist/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
  1119. package/dist/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
  1120. package/dist/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
  1121. package/dist/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
  1122. package/dist/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
  1123. package/dist/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
  1124. package/dist/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
  1125. package/dist/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
  1126. package/dist/registry/ui/core/molecules/ui-relation-select.orb +73 -73
  1127. package/dist/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
  1128. package/dist/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
  1129. package/dist/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
  1130. package/dist/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
  1131. package/dist/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
  1132. package/dist/registry/ui/core/molecules/ui-score-board.orb +24 -24
  1133. package/dist/registry/ui/core/molecules/ui-search-input.orb +30 -30
  1134. package/dist/registry/ui/core/molecules/ui-section.orb +60 -60
  1135. package/dist/registry/ui/core/molecules/ui-side-panel.orb +33 -33
  1136. package/dist/registry/ui/core/molecules/ui-sidebar.orb +96 -96
  1137. package/dist/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
  1138. package/dist/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
  1139. package/dist/registry/ui/core/molecules/ui-skeleton.orb +23 -23
  1140. package/dist/registry/ui/core/molecules/ui-social-proof.orb +3 -3
  1141. package/dist/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
  1142. package/dist/registry/ui/core/molecules/ui-split.orb +78 -78
  1143. package/dist/registry/ui/core/molecules/ui-star-rating.orb +40 -40
  1144. package/dist/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
  1145. package/dist/registry/ui/core/molecules/ui-stat-display.orb +137 -137
  1146. package/dist/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
  1147. package/dist/registry/ui/core/molecules/ui-table-view.orb +233 -233
  1148. package/dist/registry/ui/core/molecules/ui-tabs.orb +74 -74
  1149. package/dist/registry/ui/core/molecules/ui-tag-input.orb +47 -47
  1150. package/dist/registry/ui/core/molecules/ui-tooltip.orb +26 -26
  1151. package/dist/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
  1152. package/dist/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
  1153. package/dist/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
  1154. package/dist/registry/ui/core/molecules/ui-version-diff.orb +39 -39
  1155. package/dist/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
  1156. package/dist/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
  1157. package/dist/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
  1158. package/dist/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
  1159. package/dist/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
  1160. package/dist/registry/ui/core/organisms/ui-action-palette.orb +69 -69
  1161. package/dist/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
  1162. package/dist/registry/ui/core/organisms/ui-code-view.orb +13 -13
  1163. package/dist/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
  1164. package/dist/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
  1165. package/dist/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
  1166. package/dist/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
  1167. package/dist/registry/ui/core/organisms/ui-entity-list.orb +120 -120
  1168. package/dist/registry/ui/core/organisms/ui-entity-table.orb +247 -247
  1169. package/dist/registry/ui/core/organisms/ui-event-log.orb +28 -28
  1170. package/dist/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
  1171. package/dist/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
  1172. package/dist/registry/ui/core/organisms/ui-form-section.orb +431 -431
  1173. package/dist/registry/ui/core/organisms/ui-form.orb +395 -395
  1174. package/dist/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
  1175. package/dist/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
  1176. package/dist/registry/ui/core/organisms/ui-master-detail.orb +79 -79
  1177. package/dist/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
  1178. package/dist/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
  1179. package/dist/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
  1180. package/dist/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
  1181. package/dist/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
  1182. package/dist/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
  1183. package/dist/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
  1184. package/dist/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
  1185. package/dist/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
  1186. package/dist/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
  1187. package/dist/registry/ui/core/organisms/ui-split-pane.orb +34 -34
  1188. package/dist/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
  1189. package/dist/registry/ui/core/organisms/ui-state-node.orb +27 -27
  1190. package/dist/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
  1191. package/dist/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
  1192. package/dist/registry/ui/core/organisms/ui-timeline.orb +83 -83
  1193. package/dist/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
  1194. package/dist/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
  1195. package/dist/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
  1196. package/dist/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
  1197. package/dist/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
  1198. package/dist/registry/ui/core/templates/ui-auth-layout.orb +3 -3
  1199. package/dist/registry/ui/core/templates/ui-counter-template.orb +25 -25
  1200. package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
  1201. package/dist/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
  1202. package/dist/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
  1203. package/dist/registry/ui/game/organisms/ui-action-tile.orb +58 -58
  1204. package/dist/registry/ui/game/organisms/ui-battle-board.orb +259 -259
  1205. package/dist/registry/ui/game/organisms/ui-builder-board.orb +53 -53
  1206. package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
  1207. package/dist/registry/ui/game/organisms/ui-castle-board.orb +196 -196
  1208. package/dist/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
  1209. package/dist/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
  1210. package/dist/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
  1211. package/dist/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
  1212. package/dist/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
  1213. package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
  1214. package/dist/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
  1215. package/dist/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
  1216. package/dist/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
  1217. package/dist/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
  1218. package/dist/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
  1219. package/dist/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
  1220. package/dist/registry/ui/game/templates/ui-battle-template.orb +11 -11
  1221. package/dist/registry/ui/game/templates/ui-castle-template.orb +9 -9
  1222. package/dist/registry/ui/game/templates/ui-game-shell.orb +14 -14
  1223. package/dist/registry/ui/game/templates/ui-game-template.orb +23 -23
  1224. package/dist/registry/ui/game/templates/ui-world-map-template.orb +21 -21
  1225. package/dist/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
  1226. package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
  1227. package/dist/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
  1228. package/dist/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
  1229. package/dist/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
  1230. package/dist/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
  1231. package/dist/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
  1232. package/dist/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
  1233. package/dist/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
  1234. package/dist/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
  1235. package/dist/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
  1236. package/dist/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
  1237. package/dist/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
  1238. package/dist/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
  1239. package/dist/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
  1240. package/dist/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
  1241. package/dist/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
  1242. package/dist/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
  1243. package/dist/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
  1244. package/dist/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
  1245. package/dist/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
  1246. package/dist/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
  1247. package/dist/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
  1248. package/dist/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
  1249. package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
  1250. package/dist/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
  1251. package/dist/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
  1252. package/dist/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
  1253. package/dist/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
  1254. package/dist/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
  1255. package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
  1256. package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
  1257. package/dist/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
  1258. package/dist/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
  1259. package/dist/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
  1260. package/dist/registry.d.ts +1 -1
  1261. package/dist/{types-DvPJ_FKz.d.ts → types-CdSN5hnD.d.ts} +1 -1
  1262. package/package.json +9 -16
@@ -440,8 +440,8 @@
440
440
  "Assistant",
441
441
  {
442
442
  "emit": {
443
- "success": "AssistantLoaded",
444
- "failure": "AssistantLoadFailed"
443
+ "failure": "AssistantLoadFailed",
444
+ "success": "AssistantLoaded"
445
445
  }
446
446
  }
447
447
  ],
@@ -451,7 +451,7 @@
451
451
  {
452
452
  "type": "stack",
453
453
  "gap": "md",
454
- "direction": "vertical",
454
+ "className": "py-12",
455
455
  "children": [
456
456
  {
457
457
  "type": "spinner"
@@ -459,12 +459,12 @@
459
459
  {
460
460
  "color": "muted",
461
461
  "content": "Loading assistant…",
462
- "type": "typography",
463
- "variant": "caption"
462
+ "variant": "caption",
463
+ "type": "typography"
464
464
  }
465
465
  ],
466
- "align": "center",
467
- "className": "py-12"
466
+ "direction": "vertical",
467
+ "align": "center"
468
468
  }
469
469
  ]
470
470
  ]
@@ -478,15 +478,34 @@
478
478
  "render-ui",
479
479
  "main",
480
480
  {
481
+ "type": "dashboard-layout",
482
+ "navItems": [
483
+ {
484
+ "label": "Chat",
485
+ "href": "/chat",
486
+ "icon": "message-circle"
487
+ },
488
+ {
489
+ "href": "/memory",
490
+ "icon": "brain",
491
+ "label": "Memory"
492
+ },
493
+ {
494
+ "label": "Settings",
495
+ "href": "/settings",
496
+ "icon": "settings"
497
+ }
498
+ ],
499
+ "appName": "Agent Assistant",
481
500
  "children": [
482
501
  {
483
- "direction": "vertical",
484
- "gap": "lg",
485
502
  "children": [
486
503
  {
504
+ "align": "center",
505
+ "gap": "sm",
487
506
  "children": [
488
507
  {
489
- "align": "center",
508
+ "type": "stack",
490
509
  "children": [
491
510
  {
492
511
  "name": "message-circle",
@@ -498,94 +517,75 @@
498
517
  "type": "typography"
499
518
  }
500
519
  ],
501
- "type": "stack",
502
- "gap": "sm",
503
- "direction": "horizontal"
520
+ "direction": "horizontal",
521
+ "align": "center",
522
+ "gap": "sm"
504
523
  },
505
524
  {
525
+ "label": "New Message",
506
526
  "icon": "plus",
507
527
  "action": "COMPOSE",
508
- "label": "New Message",
509
528
  "type": "button",
510
529
  "variant": "primary"
511
530
  }
512
531
  ],
513
532
  "justify": "between",
514
- "align": "center",
515
- "direction": "horizontal",
516
533
  "type": "stack",
517
- "gap": "sm"
534
+ "direction": "horizontal"
518
535
  },
519
536
  {
520
537
  "type": "divider"
521
538
  },
522
539
  {
523
- "fields": [],
524
540
  "renderItem": [
525
541
  "fn",
526
542
  "item",
527
543
  {
528
- "direction": "vertical",
544
+ "gap": "xs",
529
545
  "children": [
530
546
  {
531
- "align": "center",
532
- "gap": "sm",
533
- "direction": "horizontal",
534
547
  "type": "stack",
548
+ "align": "center",
535
549
  "children": [
536
550
  {
537
551
  "label": "@item.role",
538
552
  "type": "badge"
539
553
  },
540
554
  {
541
- "variant": "secondary",
555
+ "label": "@item.status",
542
556
  "type": "badge",
543
- "label": "@item.status"
557
+ "variant": "secondary"
544
558
  },
545
559
  {
546
560
  "type": "typography",
547
- "variant": "caption",
548
561
  "content": "@item.timestamp",
549
- "color": "muted"
562
+ "color": "muted",
563
+ "variant": "caption"
550
564
  }
551
- ]
565
+ ],
566
+ "direction": "horizontal",
567
+ "gap": "sm"
552
568
  },
553
569
  {
554
- "content": "@item.content",
570
+ "type": "typography",
555
571
  "variant": "body",
556
- "type": "typography"
572
+ "content": "@item.content"
557
573
  }
558
574
  ],
559
- "type": "stack",
560
- "gap": "xs"
575
+ "direction": "vertical",
576
+ "type": "stack"
561
577
  }
562
578
  ],
579
+ "entity": "@payload.data",
563
580
  "type": "data-list",
564
- "entity": "@payload.data"
581
+ "fields": []
565
582
  }
566
583
  ],
584
+ "direction": "vertical",
585
+ "gap": "lg",
567
586
  "type": "stack"
568
587
  }
569
- ],
570
- "type": "dashboard-layout",
571
- "navItems": [
572
- {
573
- "icon": "message-circle",
574
- "href": "/chat",
575
- "label": "Chat"
576
- },
577
- {
578
- "href": "/memory",
579
- "icon": "brain",
580
- "label": "Memory"
581
- },
582
- {
583
- "icon": "settings",
584
- "href": "/settings",
585
- "label": "Settings"
586
- }
587
- ],
588
- "appName": "Agent Assistant"
588
+ ]
589
589
  }
590
590
  ]
591
591
  ]
@@ -599,36 +599,36 @@
599
599
  "render-ui",
600
600
  "main",
601
601
  {
602
- "type": "stack",
603
602
  "direction": "vertical",
603
+ "gap": "md",
604
+ "align": "center",
605
+ "type": "stack",
606
+ "className": "py-12",
604
607
  "children": [
605
608
  {
606
- "name": "alert-triangle",
607
609
  "color": "destructive",
610
+ "name": "alert-triangle",
608
611
  "type": "icon"
609
612
  },
610
613
  {
611
- "type": "typography",
612
614
  "variant": "h3",
613
- "content": "Failed to load assistant"
615
+ "content": "Failed to load assistant",
616
+ "type": "typography"
614
617
  },
615
618
  {
616
- "variant": "body",
619
+ "type": "typography",
617
620
  "content": "@payload.error",
618
- "color": "muted",
619
- "type": "typography"
621
+ "variant": "body",
622
+ "color": "muted"
620
623
  },
621
624
  {
622
- "variant": "primary",
623
- "action": "INIT",
624
- "icon": "rotate-ccw",
625
+ "type": "button",
625
626
  "label": "Retry",
626
- "type": "button"
627
+ "icon": "rotate-ccw",
628
+ "action": "INIT",
629
+ "variant": "primary"
627
630
  }
628
- ],
629
- "className": "py-12",
630
- "align": "center",
631
- "gap": "md"
631
+ ]
632
632
  }
633
633
  ]
634
634
  ]
@@ -642,9 +642,10 @@
642
642
  "render-ui",
643
643
  "main",
644
644
  {
645
- "type": "stack",
646
645
  "children": [
647
646
  {
647
+ "gap": "sm",
648
+ "align": "center",
648
649
  "children": [
649
650
  {
650
651
  "type": "icon",
@@ -652,29 +653,28 @@
652
653
  },
653
654
  {
654
655
  "content": "Assistant Thread",
655
- "variant": "h2",
656
- "type": "typography"
656
+ "type": "typography",
657
+ "variant": "h2"
657
658
  }
658
659
  ],
659
660
  "direction": "horizontal",
660
- "align": "center",
661
- "type": "stack",
662
- "gap": "sm"
661
+ "type": "stack"
663
662
  },
664
663
  {
665
664
  "type": "divider"
666
665
  },
667
666
  {
668
667
  "submitEvent": "SEND",
669
- "type": "form-section",
670
- "cancelEvent": "CANCEL_COMPOSE",
671
668
  "mode": "create",
669
+ "cancelEvent": "CANCEL_COMPOSE",
672
670
  "fields": [
673
671
  "content"
674
- ]
672
+ ],
673
+ "type": "form-section"
675
674
  }
676
675
  ],
677
676
  "direction": "vertical",
677
+ "type": "stack",
678
678
  "gap": "lg"
679
679
  }
680
680
  ]
@@ -691,8 +691,8 @@
691
691
  "Assistant",
692
692
  {
693
693
  "emit": {
694
- "failure": "AssistantDeleteFailed",
695
- "success": "AssistantDeleted"
694
+ "success": "AssistantDeleted",
695
+ "failure": "AssistantDeleteFailed"
696
696
  }
697
697
  }
698
698
  ],
@@ -701,8 +701,8 @@
701
701
  "Assistant",
702
702
  {
703
703
  "emit": {
704
- "success": "AssistantLoaded",
705
- "failure": "AssistantLoadFailed"
704
+ "failure": "AssistantLoadFailed",
705
+ "success": "AssistantLoaded"
706
706
  }
707
707
  }
708
708
  ],
@@ -725,10 +725,10 @@
725
725
  "create",
726
726
  "Assistant",
727
727
  {
728
- "timestamp": "@now",
729
- "status": "sent",
730
728
  "content": "@payload.content",
731
- "role": "user"
729
+ "role": "user",
730
+ "status": "sent",
731
+ "timestamp": "@now"
732
732
  },
733
733
  {
734
734
  "emit": {
@@ -765,8 +765,8 @@
765
765
  "Assistant",
766
766
  {
767
767
  "emit": {
768
- "failure": "AssistantLoadFailed",
769
- "success": "AssistantLoaded"
768
+ "success": "AssistantLoaded",
769
+ "failure": "AssistantLoadFailed"
770
770
  }
771
771
  }
772
772
  ],
@@ -800,8 +800,8 @@
800
800
  "Assistant",
801
801
  {
802
802
  "emit": {
803
- "success": "AssistantLoaded",
804
- "failure": "AssistantLoadFailed"
803
+ "failure": "AssistantLoadFailed",
804
+ "success": "AssistantLoaded"
805
805
  }
806
806
  }
807
807
  ],
@@ -947,8 +947,8 @@
947
947
  "Assistant",
948
948
  {
949
949
  "emit": {
950
- "failure": "AssistantLoadFailed",
951
- "success": "AssistantLoaded"
950
+ "success": "AssistantLoaded",
951
+ "failure": "AssistantLoadFailed"
952
952
  }
953
953
  }
954
954
  ],
@@ -956,33 +956,33 @@
956
956
  "render-ui",
957
957
  "main",
958
958
  {
959
+ "appName": "Agent Assistant",
959
960
  "children": [
960
961
  {
961
962
  "description": "Conversation is ready",
962
- "icon": "message-circle",
963
963
  "title": "Conversation",
964
- "type": "empty-state"
964
+ "type": "empty-state",
965
+ "icon": "message-circle"
965
966
  }
966
967
  ],
967
968
  "type": "dashboard-layout",
968
969
  "navItems": [
969
970
  {
970
- "icon": "message-circle",
971
971
  "href": "/chat",
972
+ "icon": "message-circle",
972
973
  "label": "Chat"
973
974
  },
974
975
  {
975
- "href": "/memory",
976
976
  "icon": "brain",
977
- "label": "Memory"
977
+ "label": "Memory",
978
+ "href": "/memory"
978
979
  },
979
980
  {
980
- "icon": "settings",
981
+ "label": "Settings",
981
982
  "href": "/settings",
982
- "label": "Settings"
983
+ "icon": "settings"
983
984
  }
984
- ],
985
- "appName": "Agent Assistant"
985
+ ]
986
986
  }
987
987
  ]
988
988
  ]
@@ -1205,37 +1205,43 @@
1205
1205
  "required": true
1206
1206
  },
1207
1207
  {
1208
- "name": "row.id",
1209
- "type": "string",
1210
- "required": true
1211
- },
1212
- {
1213
- "name": "row.content",
1214
- "type": "string"
1215
- },
1216
- {
1217
- "name": "row.category",
1218
- "type": "string"
1219
- },
1220
- {
1221
- "name": "row.strength",
1222
- "type": "number"
1223
- },
1224
- {
1225
- "name": "row.pinned",
1226
- "type": "boolean"
1227
- },
1228
- {
1229
- "name": "row.scope",
1230
- "type": "string"
1231
- },
1232
- {
1233
- "name": "row.lastAccessedAt",
1234
- "type": "string"
1235
- },
1236
- {
1237
- "name": "row.createdAt",
1238
- "type": "string"
1208
+ "name": "row",
1209
+ "type": "object",
1210
+ "properties": [
1211
+ {
1212
+ "name": "id",
1213
+ "type": "string",
1214
+ "required": true
1215
+ },
1216
+ {
1217
+ "name": "content",
1218
+ "type": "string"
1219
+ },
1220
+ {
1221
+ "name": "category",
1222
+ "type": "string"
1223
+ },
1224
+ {
1225
+ "name": "strength",
1226
+ "type": "number"
1227
+ },
1228
+ {
1229
+ "name": "pinned",
1230
+ "type": "boolean"
1231
+ },
1232
+ {
1233
+ "name": "scope",
1234
+ "type": "string"
1235
+ },
1236
+ {
1237
+ "name": "lastAccessedAt",
1238
+ "type": "string"
1239
+ },
1240
+ {
1241
+ "name": "createdAt",
1242
+ "type": "string"
1243
+ }
1244
+ ]
1239
1245
  }
1240
1246
  ]
1241
1247
  },
@@ -1248,37 +1254,43 @@
1248
1254
  "required": true
1249
1255
  },
1250
1256
  {
1251
- "name": "row.id",
1252
- "type": "string",
1253
- "required": true
1254
- },
1255
- {
1256
- "name": "row.content",
1257
- "type": "string"
1258
- },
1259
- {
1260
- "name": "row.category",
1261
- "type": "string"
1262
- },
1263
- {
1264
- "name": "row.strength",
1265
- "type": "number"
1266
- },
1267
- {
1268
- "name": "row.pinned",
1269
- "type": "boolean"
1270
- },
1271
- {
1272
- "name": "row.scope",
1273
- "type": "string"
1274
- },
1275
- {
1276
- "name": "row.lastAccessedAt",
1277
- "type": "string"
1278
- },
1279
- {
1280
- "name": "row.createdAt",
1281
- "type": "string"
1257
+ "name": "row",
1258
+ "type": "object",
1259
+ "properties": [
1260
+ {
1261
+ "name": "id",
1262
+ "type": "string",
1263
+ "required": true
1264
+ },
1265
+ {
1266
+ "name": "content",
1267
+ "type": "string"
1268
+ },
1269
+ {
1270
+ "name": "category",
1271
+ "type": "string"
1272
+ },
1273
+ {
1274
+ "name": "strength",
1275
+ "type": "number"
1276
+ },
1277
+ {
1278
+ "name": "pinned",
1279
+ "type": "boolean"
1280
+ },
1281
+ {
1282
+ "name": "scope",
1283
+ "type": "string"
1284
+ },
1285
+ {
1286
+ "name": "lastAccessedAt",
1287
+ "type": "string"
1288
+ },
1289
+ {
1290
+ "name": "createdAt",
1291
+ "type": "string"
1292
+ }
1293
+ ]
1282
1294
  }
1283
1295
  ]
1284
1296
  },
@@ -1291,37 +1303,43 @@
1291
1303
  "required": true
1292
1304
  },
1293
1305
  {
1294
- "name": "row.id",
1295
- "type": "string",
1296
- "required": true
1297
- },
1298
- {
1299
- "name": "row.content",
1300
- "type": "string"
1301
- },
1302
- {
1303
- "name": "row.category",
1304
- "type": "string"
1305
- },
1306
- {
1307
- "name": "row.strength",
1308
- "type": "number"
1309
- },
1310
- {
1311
- "name": "row.pinned",
1312
- "type": "boolean"
1313
- },
1314
- {
1315
- "name": "row.scope",
1316
- "type": "string"
1317
- },
1318
- {
1319
- "name": "row.lastAccessedAt",
1320
- "type": "string"
1321
- },
1322
- {
1323
- "name": "row.createdAt",
1324
- "type": "string"
1306
+ "name": "row",
1307
+ "type": "object",
1308
+ "properties": [
1309
+ {
1310
+ "name": "id",
1311
+ "type": "string",
1312
+ "required": true
1313
+ },
1314
+ {
1315
+ "name": "content",
1316
+ "type": "string"
1317
+ },
1318
+ {
1319
+ "name": "category",
1320
+ "type": "string"
1321
+ },
1322
+ {
1323
+ "name": "strength",
1324
+ "type": "number"
1325
+ },
1326
+ {
1327
+ "name": "pinned",
1328
+ "type": "boolean"
1329
+ },
1330
+ {
1331
+ "name": "scope",
1332
+ "type": "string"
1333
+ },
1334
+ {
1335
+ "name": "lastAccessedAt",
1336
+ "type": "string"
1337
+ },
1338
+ {
1339
+ "name": "createdAt",
1340
+ "type": "string"
1341
+ }
1342
+ ]
1325
1343
  }
1326
1344
  ]
1327
1345
  },
@@ -1452,37 +1470,43 @@
1452
1470
  "required": true
1453
1471
  },
1454
1472
  {
1455
- "name": "row.id",
1456
- "type": "string",
1457
- "required": true
1458
- },
1459
- {
1460
- "name": "row.content",
1461
- "type": "string"
1462
- },
1463
- {
1464
- "name": "row.category",
1465
- "type": "string"
1466
- },
1467
- {
1468
- "name": "row.strength",
1469
- "type": "number"
1470
- },
1471
- {
1472
- "name": "row.pinned",
1473
- "type": "boolean"
1474
- },
1475
- {
1476
- "name": "row.scope",
1477
- "type": "string"
1478
- },
1479
- {
1480
- "name": "row.lastAccessedAt",
1481
- "type": "string"
1482
- },
1483
- {
1484
- "name": "row.createdAt",
1485
- "type": "string"
1473
+ "name": "row",
1474
+ "type": "object",
1475
+ "properties": [
1476
+ {
1477
+ "name": "id",
1478
+ "type": "string",
1479
+ "required": true
1480
+ },
1481
+ {
1482
+ "name": "content",
1483
+ "type": "string"
1484
+ },
1485
+ {
1486
+ "name": "category",
1487
+ "type": "string"
1488
+ },
1489
+ {
1490
+ "name": "strength",
1491
+ "type": "number"
1492
+ },
1493
+ {
1494
+ "name": "pinned",
1495
+ "type": "boolean"
1496
+ },
1497
+ {
1498
+ "name": "scope",
1499
+ "type": "string"
1500
+ },
1501
+ {
1502
+ "name": "lastAccessedAt",
1503
+ "type": "string"
1504
+ },
1505
+ {
1506
+ "name": "createdAt",
1507
+ "type": "string"
1508
+ }
1509
+ ]
1486
1510
  }
1487
1511
  ]
1488
1512
  },
@@ -1496,37 +1520,43 @@
1496
1520
  "required": true
1497
1521
  },
1498
1522
  {
1499
- "name": "row.id",
1500
- "type": "string",
1501
- "required": true
1502
- },
1503
- {
1504
- "name": "row.content",
1505
- "type": "string"
1506
- },
1507
- {
1508
- "name": "row.category",
1509
- "type": "string"
1510
- },
1511
- {
1512
- "name": "row.strength",
1513
- "type": "number"
1514
- },
1515
- {
1516
- "name": "row.pinned",
1517
- "type": "boolean"
1518
- },
1519
- {
1520
- "name": "row.scope",
1521
- "type": "string"
1522
- },
1523
- {
1524
- "name": "row.lastAccessedAt",
1525
- "type": "string"
1526
- },
1527
- {
1528
- "name": "row.createdAt",
1529
- "type": "string"
1523
+ "name": "row",
1524
+ "type": "object",
1525
+ "properties": [
1526
+ {
1527
+ "name": "id",
1528
+ "type": "string",
1529
+ "required": true
1530
+ },
1531
+ {
1532
+ "name": "content",
1533
+ "type": "string"
1534
+ },
1535
+ {
1536
+ "name": "category",
1537
+ "type": "string"
1538
+ },
1539
+ {
1540
+ "name": "strength",
1541
+ "type": "number"
1542
+ },
1543
+ {
1544
+ "name": "pinned",
1545
+ "type": "boolean"
1546
+ },
1547
+ {
1548
+ "name": "scope",
1549
+ "type": "string"
1550
+ },
1551
+ {
1552
+ "name": "lastAccessedAt",
1553
+ "type": "string"
1554
+ },
1555
+ {
1556
+ "name": "createdAt",
1557
+ "type": "string"
1558
+ }
1559
+ ]
1530
1560
  }
1531
1561
  ]
1532
1562
  },
@@ -1540,37 +1570,43 @@
1540
1570
  "required": true
1541
1571
  },
1542
1572
  {
1543
- "name": "row.id",
1544
- "type": "string",
1545
- "required": true
1546
- },
1547
- {
1548
- "name": "row.content",
1549
- "type": "string"
1550
- },
1551
- {
1552
- "name": "row.category",
1553
- "type": "string"
1554
- },
1555
- {
1556
- "name": "row.strength",
1557
- "type": "number"
1558
- },
1559
- {
1560
- "name": "row.pinned",
1561
- "type": "boolean"
1562
- },
1563
- {
1564
- "name": "row.scope",
1565
- "type": "string"
1566
- },
1567
- {
1568
- "name": "row.lastAccessedAt",
1569
- "type": "string"
1570
- },
1571
- {
1572
- "name": "row.createdAt",
1573
- "type": "string"
1573
+ "name": "row",
1574
+ "type": "object",
1575
+ "properties": [
1576
+ {
1577
+ "name": "id",
1578
+ "type": "string",
1579
+ "required": true
1580
+ },
1581
+ {
1582
+ "name": "content",
1583
+ "type": "string"
1584
+ },
1585
+ {
1586
+ "name": "category",
1587
+ "type": "string"
1588
+ },
1589
+ {
1590
+ "name": "strength",
1591
+ "type": "number"
1592
+ },
1593
+ {
1594
+ "name": "pinned",
1595
+ "type": "boolean"
1596
+ },
1597
+ {
1598
+ "name": "scope",
1599
+ "type": "string"
1600
+ },
1601
+ {
1602
+ "name": "lastAccessedAt",
1603
+ "type": "string"
1604
+ },
1605
+ {
1606
+ "name": "createdAt",
1607
+ "type": "string"
1608
+ }
1609
+ ]
1574
1610
  }
1575
1611
  ]
1576
1612
  }
@@ -1595,22 +1631,22 @@
1595
1631
  "render-ui",
1596
1632
  "main",
1597
1633
  {
1634
+ "type": "stack",
1635
+ "gap": "md",
1636
+ "align": "center",
1637
+ "className": "py-12",
1598
1638
  "children": [
1599
1639
  {
1600
1640
  "type": "spinner"
1601
1641
  },
1602
1642
  {
1603
- "variant": "caption",
1604
- "type": "typography",
1605
1643
  "color": "muted",
1606
- "content": "Loading…"
1644
+ "content": "Loading…",
1645
+ "type": "typography",
1646
+ "variant": "caption"
1607
1647
  }
1608
1648
  ],
1609
- "align": "center",
1610
- "gap": "md",
1611
- "className": "py-12",
1612
- "direction": "vertical",
1613
- "type": "stack"
1649
+ "direction": "vertical"
1614
1650
  }
1615
1651
  ]
1616
1652
  ]
@@ -1626,14 +1662,14 @@
1626
1662
  {
1627
1663
  "navItems": [
1628
1664
  {
1665
+ "href": "/chat",
1629
1666
  "icon": "message-circle",
1630
- "label": "Chat",
1631
- "href": "/chat"
1667
+ "label": "Chat"
1632
1668
  },
1633
1669
  {
1634
- "icon": "brain",
1670
+ "label": "Memory",
1635
1671
  "href": "/memory",
1636
- "label": "Memory"
1672
+ "icon": "brain"
1637
1673
  },
1638
1674
  {
1639
1675
  "href": "/settings",
@@ -1642,62 +1678,63 @@
1642
1678
  }
1643
1679
  ],
1644
1680
  "appName": "Agent Assistant",
1681
+ "type": "dashboard-layout",
1645
1682
  "children": [
1646
1683
  {
1647
1684
  "children": [
1648
1685
  {
1649
- "type": "stack",
1650
1686
  "justify": "between",
1651
1687
  "direction": "horizontal",
1652
- "gap": "md",
1653
1688
  "align": "center",
1654
1689
  "children": [
1655
1690
  {
1656
- "type": "stack",
1657
1691
  "direction": "horizontal",
1658
- "align": "center",
1659
1692
  "children": [
1660
1693
  {
1661
1694
  "type": "icon",
1662
1695
  "name": "brain"
1663
1696
  },
1664
1697
  {
1665
- "content": "Memory Manager",
1666
1698
  "type": "typography",
1667
- "variant": "h2"
1699
+ "variant": "h2",
1700
+ "content": "Memory Manager"
1668
1701
  }
1669
1702
  ],
1703
+ "align": "center",
1704
+ "type": "stack",
1670
1705
  "gap": "sm"
1671
1706
  },
1672
1707
  {
1673
- "gap": "sm",
1708
+ "direction": "horizontal",
1674
1709
  "type": "stack",
1710
+ "gap": "sm",
1675
1711
  "children": [
1676
1712
  {
1677
- "icon": "plus",
1713
+ "variant": "primary",
1678
1714
  "action": "MEMORIZE",
1715
+ "icon": "plus",
1679
1716
  "label": "Memorize",
1680
- "variant": "primary",
1681
1717
  "type": "button"
1682
1718
  },
1683
1719
  {
1684
- "icon": "search",
1685
1720
  "action": "RECALL",
1686
1721
  "type": "button",
1687
- "label": "Recall",
1688
- "variant": "secondary"
1722
+ "variant": "secondary",
1723
+ "icon": "search",
1724
+ "label": "Recall"
1689
1725
  },
1690
1726
  {
1691
- "action": "DECAY",
1692
1727
  "variant": "ghost",
1693
1728
  "icon": "clock",
1729
+ "action": "DECAY",
1694
1730
  "label": "Decay All",
1695
1731
  "type": "button"
1696
1732
  }
1697
- ],
1698
- "direction": "horizontal"
1733
+ ]
1699
1734
  }
1700
- ]
1735
+ ],
1736
+ "gap": "md",
1737
+ "type": "stack"
1701
1738
  },
1702
1739
  {
1703
1740
  "type": "divider"
@@ -1705,64 +1742,63 @@
1705
1742
  {
1706
1743
  "type": "data-grid",
1707
1744
  "entity": "@payload.data",
1745
+ "itemActions": [
1746
+ {
1747
+ "event": "PIN",
1748
+ "label": "Pin",
1749
+ "variant": "ghost"
1750
+ },
1751
+ {
1752
+ "label": "Reinforce",
1753
+ "variant": "ghost",
1754
+ "event": "REINFORCE"
1755
+ },
1756
+ {
1757
+ "event": "FORGET",
1758
+ "label": "Forget",
1759
+ "variant": "danger"
1760
+ }
1761
+ ],
1708
1762
  "fields": [
1709
1763
  {
1764
+ "icon": "brain",
1710
1765
  "variant": "h4",
1711
1766
  "name": "content",
1712
- "label": "Content",
1713
- "icon": "brain"
1767
+ "label": "Content"
1714
1768
  },
1715
1769
  {
1770
+ "label": "Category",
1716
1771
  "name": "category",
1717
1772
  "colorMap": {
1718
- "inactive": "neutral",
1719
1773
  "error": "destructive",
1720
- "disabled": "neutral",
1721
- "pending": "warning",
1722
- "scheduled": "warning",
1723
- "cancelled": "destructive",
1774
+ "draft": "warning",
1724
1775
  "failed": "destructive",
1725
1776
  "active": "success",
1777
+ "inactive": "neutral",
1778
+ "pending": "warning",
1779
+ "scheduled": "warning",
1780
+ "done": "success",
1781
+ "disabled": "neutral",
1726
1782
  "completed": "success",
1727
1783
  "archived": "neutral",
1728
- "done": "success",
1729
- "draft": "warning"
1784
+ "cancelled": "destructive"
1730
1785
  },
1731
- "label": "Category",
1732
1786
  "variant": "badge"
1733
1787
  },
1734
1788
  {
1735
- "name": "strength",
1789
+ "variant": "caption",
1736
1790
  "label": "Strength",
1737
- "variant": "caption"
1738
- }
1739
- ],
1740
- "itemActions": [
1741
- {
1742
- "event": "PIN",
1743
- "label": "Pin",
1744
- "variant": "ghost"
1745
- },
1746
- {
1747
- "event": "REINFORCE",
1748
- "variant": "ghost",
1749
- "label": "Reinforce"
1750
- },
1751
- {
1752
- "variant": "danger",
1753
- "event": "FORGET",
1754
- "label": "Forget"
1791
+ "name": "strength"
1755
1792
  }
1756
1793
  ]
1757
1794
  }
1758
1795
  ],
1759
1796
  "className": "max-w-5xl mx-auto w-full",
1760
- "gap": "lg",
1797
+ "direction": "vertical",
1761
1798
  "type": "stack",
1762
- "direction": "vertical"
1799
+ "gap": "lg"
1763
1800
  }
1764
- ],
1765
- "type": "dashboard-layout"
1801
+ ]
1766
1802
  }
1767
1803
  ]
1768
1804
  ]
@@ -1777,12 +1813,11 @@
1777
1813
  "main",
1778
1814
  {
1779
1815
  "align": "center",
1780
- "type": "stack",
1781
1816
  "children": [
1782
1817
  {
1818
+ "name": "alert-triangle",
1783
1819
  "type": "icon",
1784
- "color": "destructive",
1785
- "name": "alert-triangle"
1820
+ "color": "destructive"
1786
1821
  },
1787
1822
  {
1788
1823
  "variant": "h3",
@@ -1790,22 +1825,23 @@
1790
1825
  "type": "typography"
1791
1826
  },
1792
1827
  {
1793
- "color": "muted",
1794
- "type": "typography",
1828
+ "variant": "body",
1795
1829
  "content": "@payload.error",
1796
- "variant": "body"
1830
+ "color": "muted",
1831
+ "type": "typography"
1797
1832
  },
1798
1833
  {
1799
- "type": "button",
1800
- "icon": "rotate-ccw",
1801
1834
  "action": "INIT",
1835
+ "type": "button",
1836
+ "variant": "primary",
1802
1837
  "label": "Retry",
1803
- "variant": "primary"
1838
+ "icon": "rotate-ccw"
1804
1839
  }
1805
1840
  ],
1806
- "direction": "vertical",
1841
+ "gap": "md",
1842
+ "type": "stack",
1807
1843
  "className": "py-12",
1808
- "gap": "md"
1844
+ "direction": "vertical"
1809
1845
  }
1810
1846
  ]
1811
1847
  ]
@@ -1996,41 +2032,41 @@
1996
2032
  "render-ui",
1997
2033
  "modal",
1998
2034
  {
1999
- "type": "stack",
2000
- "gap": "md",
2001
- "direction": "vertical",
2002
2035
  "children": [
2003
2036
  {
2037
+ "type": "stack",
2038
+ "direction": "horizontal",
2004
2039
  "children": [
2005
2040
  {
2006
2041
  "name": "plus-circle",
2007
2042
  "type": "icon"
2008
2043
  },
2009
2044
  {
2045
+ "type": "typography",
2010
2046
  "variant": "h3",
2011
- "content": "Memorize",
2012
- "type": "typography"
2047
+ "content": "Memorize"
2013
2048
  }
2014
2049
  ],
2015
- "gap": "sm",
2016
- "type": "stack",
2017
- "direction": "horizontal"
2050
+ "gap": "sm"
2018
2051
  },
2019
2052
  {
2020
2053
  "type": "divider"
2021
2054
  },
2022
2055
  {
2023
- "cancelEvent": "CLOSE",
2024
- "submitEvent": "SAVE",
2025
- "type": "form-section",
2026
- "mode": "create",
2027
2056
  "fields": [
2028
2057
  "content",
2029
2058
  "category",
2030
2059
  "scope"
2031
- ]
2060
+ ],
2061
+ "type": "form-section",
2062
+ "submitEvent": "SAVE",
2063
+ "cancelEvent": "CLOSE",
2064
+ "mode": "create"
2032
2065
  }
2033
- ]
2066
+ ],
2067
+ "type": "stack",
2068
+ "gap": "md",
2069
+ "direction": "vertical"
2034
2070
  }
2035
2071
  ]
2036
2072
  ]
@@ -2429,35 +2465,35 @@
2429
2465
  {
2430
2466
  "appName": "Agent Assistant",
2431
2467
  "type": "dashboard-layout",
2432
- "children": [
2433
- {
2434
- "icon": "brain",
2435
- "type": "empty-state",
2436
- "description": "Memory is ready",
2437
- "title": "Memory"
2438
- }
2439
- ],
2440
2468
  "navItems": [
2441
2469
  {
2442
- "href": "/chat",
2443
2470
  "label": "Chat",
2471
+ "href": "/chat",
2444
2472
  "icon": "message-circle"
2445
2473
  },
2446
2474
  {
2447
- "icon": "brain",
2475
+ "href": "/memory",
2448
2476
  "label": "Memory",
2449
- "href": "/memory"
2477
+ "icon": "brain"
2450
2478
  },
2451
2479
  {
2480
+ "href": "/settings",
2452
2481
  "label": "Settings",
2453
- "icon": "settings",
2454
- "href": "/settings"
2482
+ "icon": "settings"
2455
2483
  }
2456
- ]
2457
- }
2458
- ]
2459
- ]
2460
- },
2484
+ ],
2485
+ "children": [
2486
+ {
2487
+ "title": "Memory",
2488
+ "description": "Memory is ready",
2489
+ "type": "empty-state",
2490
+ "icon": "brain"
2491
+ }
2492
+ ]
2493
+ }
2494
+ ]
2495
+ ]
2496
+ },
2461
2497
  {
2462
2498
  "from": "idle",
2463
2499
  "to": "active",
@@ -2806,8 +2842,8 @@
2806
2842
  "AssistantContext",
2807
2843
  {
2808
2844
  "emit": {
2809
- "failure": "AssistantContextLoadFailed",
2810
- "success": "AssistantContextLoaded"
2845
+ "success": "AssistantContextLoaded",
2846
+ "failure": "AssistantContextLoadFailed"
2811
2847
  }
2812
2848
  }
2813
2849
  ],
@@ -2815,16 +2851,18 @@
2815
2851
  "render-ui",
2816
2852
  "main",
2817
2853
  {
2854
+ "appName": "Agent Assistant",
2855
+ "type": "dashboard-layout",
2818
2856
  "navItems": [
2819
2857
  {
2820
- "href": "/chat",
2821
2858
  "icon": "message-circle",
2859
+ "href": "/chat",
2822
2860
  "label": "Chat"
2823
2861
  },
2824
2862
  {
2825
- "icon": "brain",
2863
+ "href": "/memory",
2826
2864
  "label": "Memory",
2827
- "href": "/memory"
2865
+ "icon": "brain"
2828
2866
  },
2829
2867
  {
2830
2868
  "icon": "settings",
@@ -2832,69 +2870,67 @@
2832
2870
  "label": "Settings"
2833
2871
  }
2834
2872
  ],
2835
- "appName": "Agent Assistant",
2836
- "type": "dashboard-layout",
2837
2873
  "children": [
2838
2874
  {
2875
+ "direction": "vertical",
2839
2876
  "children": [
2840
2877
  {
2841
- "align": "center",
2842
- "direction": "horizontal",
2878
+ "gap": "sm",
2843
2879
  "type": "stack",
2880
+ "align": "center",
2844
2881
  "children": [
2845
2882
  {
2846
- "name": "gauge",
2847
- "type": "icon"
2883
+ "type": "icon",
2884
+ "name": "gauge"
2848
2885
  },
2849
2886
  {
2850
2887
  "content": "Token Usage",
2851
- "variant": "h2",
2852
- "type": "typography"
2888
+ "type": "typography",
2889
+ "variant": "h2"
2853
2890
  },
2854
2891
  {
2855
2892
  "variant": "default",
2856
- "label": "Normal",
2857
- "type": "badge"
2893
+ "type": "badge",
2894
+ "label": "Normal"
2858
2895
  }
2859
2896
  ],
2860
- "gap": "sm"
2897
+ "direction": "horizontal"
2861
2898
  },
2862
2899
  {
2863
2900
  "type": "divider"
2864
2901
  },
2865
2902
  {
2866
- "max": "@entity.max",
2867
2903
  "type": "progress-bar",
2904
+ "max": "@entity.max",
2868
2905
  "value": "@entity.current"
2869
2906
  },
2870
2907
  {
2871
- "direction": "horizontal",
2872
2908
  "gap": "md",
2873
- "type": "stack",
2909
+ "direction": "horizontal",
2874
2910
  "children": [
2875
2911
  {
2876
2912
  "value": "@entity.current",
2877
- "type": "stat-display",
2878
- "label": "Tokens Used"
2913
+ "label": "Tokens Used",
2914
+ "type": "stat-display"
2879
2915
  },
2880
2916
  {
2881
2917
  "type": "stat-display",
2882
2918
  "label": "Max Tokens",
2883
2919
  "value": "@entity.max"
2884
2920
  }
2885
- ]
2921
+ ],
2922
+ "type": "stack"
2886
2923
  },
2887
2924
  {
2888
- "action": "RESET",
2889
- "type": "button",
2925
+ "icon": "rotate-ccw",
2890
2926
  "variant": "ghost",
2927
+ "action": "RESET",
2891
2928
  "label": "Reset",
2892
- "icon": "rotate-ccw"
2929
+ "type": "button"
2893
2930
  }
2894
2931
  ],
2895
2932
  "type": "stack",
2896
- "gap": "lg",
2897
- "direction": "vertical"
2933
+ "gap": "lg"
2898
2934
  }
2899
2935
  ]
2900
2936
  }
@@ -2924,22 +2960,40 @@
2924
2960
  "render-ui",
2925
2961
  "main",
2926
2962
  {
2963
+ "navItems": [
2964
+ {
2965
+ "icon": "message-circle",
2966
+ "href": "/chat",
2967
+ "label": "Chat"
2968
+ },
2969
+ {
2970
+ "icon": "brain",
2971
+ "href": "/memory",
2972
+ "label": "Memory"
2973
+ },
2974
+ {
2975
+ "href": "/settings",
2976
+ "icon": "settings",
2977
+ "label": "Settings"
2978
+ }
2979
+ ],
2980
+ "type": "dashboard-layout",
2927
2981
  "appName": "Agent Assistant",
2928
2982
  "children": [
2929
2983
  {
2930
2984
  "children": [
2931
2985
  {
2932
2986
  "align": "center",
2933
- "type": "stack",
2987
+ "gap": "sm",
2934
2988
  "children": [
2935
2989
  {
2936
- "type": "icon",
2937
- "name": "gauge"
2990
+ "name": "gauge",
2991
+ "type": "icon"
2938
2992
  },
2939
2993
  {
2940
- "variant": "h2",
2994
+ "content": "Token Usage",
2941
2995
  "type": "typography",
2942
- "content": "Token Usage"
2996
+ "variant": "h2"
2943
2997
  },
2944
2998
  {
2945
2999
  "type": "badge",
@@ -2947,65 +3001,47 @@
2947
3001
  "label": "Normal"
2948
3002
  }
2949
3003
  ],
2950
- "direction": "horizontal",
2951
- "gap": "sm"
3004
+ "type": "stack",
3005
+ "direction": "horizontal"
2952
3006
  },
2953
3007
  {
2954
3008
  "type": "divider"
2955
3009
  },
2956
3010
  {
2957
- "max": "@entity.max",
2958
3011
  "type": "progress-bar",
2959
- "value": "@entity.current"
3012
+ "value": "@entity.current",
3013
+ "max": "@entity.max"
2960
3014
  },
2961
3015
  {
2962
- "direction": "horizontal",
2963
3016
  "children": [
2964
3017
  {
2965
- "label": "Tokens Used",
3018
+ "type": "stat-display",
2966
3019
  "value": "@entity.current",
2967
- "type": "stat-display"
3020
+ "label": "Tokens Used"
2968
3021
  },
2969
3022
  {
3023
+ "label": "Max Tokens",
2970
3024
  "type": "stat-display",
2971
- "value": "@entity.max",
2972
- "label": "Max Tokens"
3025
+ "value": "@entity.max"
2973
3026
  }
2974
3027
  ],
2975
- "gap": "md",
2976
- "type": "stack"
3028
+ "type": "stack",
3029
+ "direction": "horizontal",
3030
+ "gap": "md"
2977
3031
  },
2978
3032
  {
2979
3033
  "type": "button",
2980
- "action": "RESET",
2981
- "variant": "ghost",
3034
+ "label": "Reset",
2982
3035
  "icon": "rotate-ccw",
2983
- "label": "Reset"
3036
+ "action": "RESET",
3037
+ "variant": "ghost"
2984
3038
  }
2985
3039
  ],
2986
3040
  "type": "stack",
2987
- "direction": "vertical",
2988
- "gap": "lg"
2989
- }
2990
- ],
2991
- "navItems": [
2992
- {
2993
- "icon": "message-circle",
2994
- "label": "Chat",
2995
- "href": "/chat"
2996
- },
2997
- {
2998
- "href": "/memory",
2999
- "icon": "brain",
3000
- "label": "Memory"
3001
- },
3002
- {
3003
- "label": "Settings",
3004
- "href": "/settings",
3005
- "icon": "settings"
3041
+ "gap": "lg",
3042
+ "direction": "vertical"
3006
3043
  }
3007
- ],
3008
- "type": "dashboard-layout"
3044
+ ]
3009
3045
  }
3010
3046
  ]
3011
3047
  ]
@@ -3045,107 +3081,107 @@
3045
3081
  "render-ui",
3046
3082
  "main",
3047
3083
  {
3048
- "appName": "Agent Assistant",
3049
3084
  "children": [
3050
3085
  {
3051
- "type": "stack",
3052
- "direction": "vertical",
3053
3086
  "children": [
3054
3087
  {
3088
+ "type": "stack",
3089
+ "direction": "horizontal",
3090
+ "align": "center",
3091
+ "gap": "sm",
3055
3092
  "children": [
3056
3093
  {
3057
- "type": "icon",
3058
- "name": "alert-triangle"
3094
+ "name": "alert-triangle",
3095
+ "type": "icon"
3059
3096
  },
3060
3097
  {
3061
- "type": "typography",
3098
+ "content": "Token Usage",
3062
3099
  "variant": "h2",
3063
- "content": "Token Usage"
3100
+ "type": "typography"
3064
3101
  },
3065
3102
  {
3066
- "type": "badge",
3067
3103
  "variant": "warning",
3104
+ "type": "badge",
3068
3105
  "label": "Warning"
3069
3106
  }
3070
- ],
3071
- "align": "center",
3072
- "direction": "horizontal",
3073
- "gap": "sm",
3074
- "type": "stack"
3107
+ ]
3075
3108
  },
3076
3109
  {
3077
3110
  "type": "divider"
3078
3111
  },
3079
3112
  {
3113
+ "message": "Token usage approaching limit. Consider compacting.",
3080
3114
  "type": "alert",
3081
- "variant": "warning",
3082
- "message": "Token usage approaching limit. Consider compacting."
3115
+ "variant": "warning"
3083
3116
  },
3084
3117
  {
3118
+ "value": "@entity.current",
3085
3119
  "type": "progress-bar",
3086
- "max": "@entity.max",
3087
- "value": "@entity.current"
3120
+ "max": "@entity.max"
3088
3121
  },
3089
3122
  {
3090
- "gap": "md",
3091
3123
  "type": "stack",
3124
+ "direction": "horizontal",
3125
+ "gap": "md",
3092
3126
  "children": [
3093
3127
  {
3094
- "type": "stat-display",
3095
3128
  "value": "@entity.current",
3129
+ "type": "stat-display",
3096
3130
  "label": "Tokens Used"
3097
3131
  },
3098
3132
  {
3099
- "type": "stat-display",
3100
3133
  "value": "@entity.max",
3134
+ "type": "stat-display",
3101
3135
  "label": "Max Tokens"
3102
3136
  }
3103
- ],
3104
- "direction": "horizontal"
3137
+ ]
3105
3138
  },
3106
3139
  {
3107
3140
  "type": "stack",
3108
3141
  "gap": "sm",
3109
- "direction": "horizontal",
3110
3142
  "children": [
3111
3143
  {
3112
- "icon": "minimize-2",
3113
- "label": "Compact",
3114
- "action": "COMPACT",
3115
3144
  "type": "button",
3116
- "variant": "primary"
3145
+ "variant": "primary",
3146
+ "action": "COMPACT",
3147
+ "icon": "minimize-2",
3148
+ "label": "Compact"
3117
3149
  },
3118
3150
  {
3119
- "variant": "ghost",
3120
- "action": "RESET",
3121
- "icon": "rotate-ccw",
3151
+ "type": "button",
3122
3152
  "label": "Reset",
3123
- "type": "button"
3153
+ "icon": "rotate-ccw",
3154
+ "action": "RESET",
3155
+ "variant": "ghost"
3124
3156
  }
3125
- ]
3157
+ ],
3158
+ "direction": "horizontal"
3126
3159
  }
3127
3160
  ],
3128
- "gap": "lg"
3161
+ "direction": "vertical",
3162
+ "gap": "lg",
3163
+ "type": "stack"
3129
3164
  }
3130
3165
  ],
3131
- "type": "dashboard-layout",
3132
3166
  "navItems": [
3133
3167
  {
3168
+ "href": "/chat",
3134
3169
  "label": "Chat",
3135
- "icon": "message-circle",
3136
- "href": "/chat"
3170
+ "icon": "message-circle"
3137
3171
  },
3138
3172
  {
3139
- "icon": "brain",
3140
3173
  "label": "Memory",
3141
- "href": "/memory"
3174
+ "href": "/memory",
3175
+ "icon": "brain"
3142
3176
  },
3143
3177
  {
3144
- "icon": "settings",
3145
3178
  "label": "Settings",
3146
- "href": "/settings"
3179
+ "href": "/settings",
3180
+ "icon": "settings"
3147
3181
  }
3148
- ]
3182
+ ],
3183
+ "appName": "Agent Assistant",
3184
+ "type": "dashboard-layout"
3149
3185
  }
3150
3186
  ]
3151
3187
  ]
@@ -3173,7 +3209,6 @@
3173
3209
  "render-ui",
3174
3210
  "main",
3175
3211
  {
3176
- "appName": "Agent Assistant",
3177
3212
  "navItems": [
3178
3213
  {
3179
3214
  "label": "Chat",
@@ -3186,20 +3221,17 @@
3186
3221
  "icon": "brain"
3187
3222
  },
3188
3223
  {
3189
- "label": "Settings",
3224
+ "href": "/settings",
3190
3225
  "icon": "settings",
3191
- "href": "/settings"
3226
+ "label": "Settings"
3192
3227
  }
3193
3228
  ],
3194
3229
  "type": "dashboard-layout",
3230
+ "appName": "Agent Assistant",
3195
3231
  "children": [
3196
3232
  {
3197
- "direction": "vertical",
3198
- "type": "stack",
3199
3233
  "children": [
3200
3234
  {
3201
- "gap": "sm",
3202
- "direction": "horizontal",
3203
3235
  "align": "center",
3204
3236
  "children": [
3205
3237
  {
@@ -3208,70 +3240,74 @@
3208
3240
  },
3209
3241
  {
3210
3242
  "type": "typography",
3211
- "variant": "h2",
3212
- "content": "Token Usage"
3243
+ "content": "Token Usage",
3244
+ "variant": "h2"
3213
3245
  },
3214
3246
  {
3215
- "variant": "danger",
3247
+ "type": "badge",
3216
3248
  "label": "Critical",
3217
- "type": "badge"
3249
+ "variant": "danger"
3218
3250
  }
3219
3251
  ],
3220
- "type": "stack"
3252
+ "gap": "sm",
3253
+ "type": "stack",
3254
+ "direction": "horizontal"
3221
3255
  },
3222
3256
  {
3223
3257
  "type": "divider"
3224
3258
  },
3225
3259
  {
3226
- "type": "alert",
3227
3260
  "message": "Token usage critical. Compact immediately to avoid truncation.",
3261
+ "type": "alert",
3228
3262
  "variant": "error"
3229
3263
  },
3230
3264
  {
3231
3265
  "type": "progress-bar",
3232
- "value": "@entity.current",
3233
- "max": "@entity.max"
3266
+ "max": "@entity.max",
3267
+ "value": "@entity.current"
3234
3268
  },
3235
3269
  {
3236
- "children": [
3270
+ "gap": "md",
3271
+ "direction": "horizontal",
3272
+ "children": [
3237
3273
  {
3238
- "label": "Tokens Used",
3239
3274
  "type": "stat-display",
3240
- "value": "@entity.current"
3275
+ "value": "@entity.current",
3276
+ "label": "Tokens Used"
3241
3277
  },
3242
3278
  {
3243
3279
  "type": "stat-display",
3244
- "value": "@entity.max",
3245
- "label": "Max Tokens"
3280
+ "label": "Max Tokens",
3281
+ "value": "@entity.max"
3246
3282
  }
3247
3283
  ],
3248
- "direction": "horizontal",
3249
- "gap": "md",
3250
3284
  "type": "stack"
3251
3285
  },
3252
3286
  {
3253
- "direction": "horizontal",
3287
+ "gap": "sm",
3288
+ "type": "stack",
3254
3289
  "children": [
3255
3290
  {
3256
- "type": "button",
3257
- "action": "COMPACT",
3258
3291
  "variant": "primary",
3259
3292
  "label": "Compact Now",
3260
- "icon": "minimize-2"
3293
+ "action": "COMPACT",
3294
+ "icon": "minimize-2",
3295
+ "type": "button"
3261
3296
  },
3262
3297
  {
3263
- "action": "RESET",
3264
3298
  "icon": "rotate-ccw",
3265
- "type": "button",
3299
+ "variant": "ghost",
3266
3300
  "label": "Reset",
3267
- "variant": "ghost"
3301
+ "type": "button",
3302
+ "action": "RESET"
3268
3303
  }
3269
3304
  ],
3270
- "type": "stack",
3271
- "gap": "sm"
3305
+ "direction": "horizontal"
3272
3306
  }
3273
3307
  ],
3274
- "gap": "lg"
3308
+ "gap": "lg",
3309
+ "direction": "vertical",
3310
+ "type": "stack"
3275
3311
  }
3276
3312
  ]
3277
3313
  }
@@ -3300,18 +3336,16 @@
3300
3336
  {
3301
3337
  "children": [
3302
3338
  {
3303
- "direction": "vertical",
3304
3339
  "gap": "lg",
3305
- "type": "stack",
3340
+ "direction": "vertical",
3306
3341
  "children": [
3307
3342
  {
3308
3343
  "gap": "sm",
3309
3344
  "align": "center",
3310
- "type": "stack",
3311
3345
  "children": [
3312
3346
  {
3313
- "type": "icon",
3314
- "name": "gauge"
3347
+ "name": "gauge",
3348
+ "type": "icon"
3315
3349
  },
3316
3350
  {
3317
3351
  "type": "typography",
@@ -3324,62 +3358,64 @@
3324
3358
  "variant": "default"
3325
3359
  }
3326
3360
  ],
3327
- "direction": "horizontal"
3361
+ "direction": "horizontal",
3362
+ "type": "stack"
3328
3363
  },
3329
3364
  {
3330
3365
  "type": "divider"
3331
3366
  },
3332
3367
  {
3333
- "value": "@entity.current",
3334
3368
  "type": "progress-bar",
3335
- "max": "@entity.max"
3369
+ "max": "@entity.max",
3370
+ "value": "@entity.current"
3336
3371
  },
3337
3372
  {
3338
3373
  "direction": "horizontal",
3339
3374
  "gap": "md",
3375
+ "type": "stack",
3340
3376
  "children": [
3341
3377
  {
3342
- "type": "stat-display",
3343
3378
  "value": "@entity.current",
3344
- "label": "Tokens Used"
3379
+ "label": "Tokens Used",
3380
+ "type": "stat-display"
3345
3381
  },
3346
3382
  {
3347
- "value": "@entity.max",
3348
3383
  "label": "Max Tokens",
3349
- "type": "stat-display"
3384
+ "type": "stat-display",
3385
+ "value": "@entity.max"
3350
3386
  }
3351
- ],
3352
- "type": "stack"
3387
+ ]
3353
3388
  },
3354
3389
  {
3355
3390
  "variant": "ghost",
3356
- "icon": "rotate-ccw",
3357
- "type": "button",
3391
+ "action": "RESET",
3358
3392
  "label": "Reset",
3359
- "action": "RESET"
3393
+ "icon": "rotate-ccw",
3394
+ "type": "button"
3360
3395
  }
3361
- ]
3396
+ ],
3397
+ "type": "stack"
3362
3398
  }
3363
3399
  ],
3400
+ "type": "dashboard-layout",
3401
+ "appName": "Agent Assistant",
3364
3402
  "navItems": [
3365
3403
  {
3366
3404
  "href": "/chat",
3367
- "label": "Chat",
3368
- "icon": "message-circle"
3405
+ "icon": "message-circle",
3406
+ "label": "Chat"
3369
3407
  },
3370
3408
  {
3371
- "label": "Memory",
3372
3409
  "icon": "brain",
3373
- "href": "/memory"
3410
+ "href": "/memory",
3411
+ "label": "Memory"
3374
3412
  },
3375
3413
  {
3376
3414
  "icon": "settings",
3377
- "href": "/settings",
3378
- "label": "Settings"
3415
+ "label": "Settings",
3416
+ "href": "/settings"
3379
3417
  }
3380
- ],
3381
- "appName": "Agent Assistant",
3382
- "type": "dashboard-layout"
3418
+ ]
3383
3419
  }
3384
3420
  ]
3385
3421
  ]
@@ -3398,74 +3434,76 @@
3398
3434
  "render-ui",
3399
3435
  "main",
3400
3436
  {
3437
+ "type": "dashboard-layout",
3438
+ "appName": "Agent Assistant",
3401
3439
  "children": [
3402
3440
  {
3403
- "gap": "lg",
3441
+ "type": "stack",
3442
+ "direction": "vertical",
3404
3443
  "children": [
3405
3444
  {
3406
- "type": "stack",
3407
- "gap": "sm",
3408
3445
  "children": [
3409
3446
  {
3410
3447
  "name": "gauge",
3411
3448
  "type": "icon"
3412
3449
  },
3413
3450
  {
3414
- "variant": "h2",
3415
3451
  "type": "typography",
3452
+ "variant": "h2",
3416
3453
  "content": "Token Usage"
3417
3454
  },
3418
3455
  {
3419
- "variant": "default",
3420
3456
  "label": "Normal",
3421
- "type": "badge"
3457
+ "type": "badge",
3458
+ "variant": "default"
3422
3459
  }
3423
3460
  ],
3424
3461
  "direction": "horizontal",
3462
+ "gap": "sm",
3463
+ "type": "stack",
3425
3464
  "align": "center"
3426
3465
  },
3427
3466
  {
3428
3467
  "type": "divider"
3429
3468
  },
3430
3469
  {
3470
+ "max": "@entity.max",
3431
3471
  "type": "progress-bar",
3432
- "value": "@entity.current",
3433
- "max": "@entity.max"
3472
+ "value": "@entity.current"
3434
3473
  },
3435
3474
  {
3436
3475
  "gap": "md",
3437
- "type": "stack",
3438
3476
  "children": [
3439
3477
  {
3440
- "value": "@entity.current",
3441
3478
  "label": "Tokens Used",
3442
- "type": "stat-display"
3479
+ "type": "stat-display",
3480
+ "value": "@entity.current"
3443
3481
  },
3444
3482
  {
3445
- "type": "stat-display",
3446
3483
  "value": "@entity.max",
3447
- "label": "Max Tokens"
3484
+ "label": "Max Tokens",
3485
+ "type": "stat-display"
3448
3486
  }
3449
3487
  ],
3450
- "direction": "horizontal"
3488
+ "direction": "horizontal",
3489
+ "type": "stack"
3451
3490
  },
3452
3491
  {
3453
3492
  "icon": "rotate-ccw",
3454
3493
  "label": "Reset",
3455
3494
  "type": "button",
3456
- "variant": "ghost",
3457
- "action": "RESET"
3495
+ "action": "RESET",
3496
+ "variant": "ghost"
3458
3497
  }
3459
3498
  ],
3460
- "type": "stack",
3461
- "direction": "vertical"
3499
+ "gap": "lg"
3462
3500
  }
3463
3501
  ],
3464
3502
  "navItems": [
3465
3503
  {
3466
3504
  "href": "/chat",
3467
- "label": "Chat",
3468
- "icon": "message-circle"
3505
+ "icon": "message-circle",
3506
+ "label": "Chat"
3469
3507
  },
3470
3508
  {
3471
3509
  "icon": "brain",
@@ -3473,13 +3511,11 @@
3473
3511
  "label": "Memory"
3474
3512
  },
3475
3513
  {
3476
- "href": "/settings",
3477
3514
  "icon": "settings",
3515
+ "href": "/settings",
3478
3516
  "label": "Settings"
3479
3517
  }
3480
- ],
3481
- "appName": "Agent Assistant",
3482
- "type": "dashboard-layout"
3518
+ ]
3483
3519
  }
3484
3520
  ]
3485
3521
  ]
@@ -3519,94 +3555,93 @@
3519
3555
  "render-ui",
3520
3556
  "main",
3521
3557
  {
3522
- "type": "dashboard-layout",
3523
3558
  "children": [
3524
3559
  {
3560
+ "type": "stack",
3561
+ "direction": "vertical",
3525
3562
  "children": [
3526
3563
  {
3527
- "gap": "sm",
3528
- "direction": "horizontal",
3529
3564
  "children": [
3530
3565
  {
3531
3566
  "name": "alert-triangle",
3532
3567
  "type": "icon"
3533
3568
  },
3534
3569
  {
3570
+ "variant": "h2",
3535
3571
  "type": "typography",
3536
- "content": "Token Usage",
3537
- "variant": "h2"
3572
+ "content": "Token Usage"
3538
3573
  },
3539
3574
  {
3540
- "type": "badge",
3541
3575
  "variant": "warning",
3542
- "label": "Warning"
3576
+ "label": "Warning",
3577
+ "type": "badge"
3543
3578
  }
3544
3579
  ],
3545
- "align": "center",
3546
- "type": "stack"
3580
+ "type": "stack",
3581
+ "direction": "horizontal",
3582
+ "gap": "sm",
3583
+ "align": "center"
3547
3584
  },
3548
3585
  {
3549
3586
  "type": "divider"
3550
3587
  },
3551
3588
  {
3552
3589
  "variant": "warning",
3553
- "message": "Token usage approaching limit. Consider compacting.",
3554
- "type": "alert"
3590
+ "type": "alert",
3591
+ "message": "Token usage approaching limit. Consider compacting."
3555
3592
  },
3556
3593
  {
3557
- "max": "@entity.max",
3558
3594
  "type": "progress-bar",
3595
+ "max": "@entity.max",
3559
3596
  "value": "@entity.current"
3560
3597
  },
3561
3598
  {
3599
+ "direction": "horizontal",
3562
3600
  "gap": "md",
3601
+ "type": "stack",
3563
3602
  "children": [
3564
3603
  {
3565
- "label": "Tokens Used",
3566
3604
  "type": "stat-display",
3567
- "value": "@entity.current"
3605
+ "value": "@entity.current",
3606
+ "label": "Tokens Used"
3568
3607
  },
3569
3608
  {
3570
- "label": "Max Tokens",
3571
3609
  "value": "@entity.max",
3610
+ "label": "Max Tokens",
3572
3611
  "type": "stat-display"
3573
3612
  }
3574
- ],
3575
- "direction": "horizontal",
3576
- "type": "stack"
3613
+ ]
3577
3614
  },
3578
3615
  {
3579
- "type": "stack",
3580
3616
  "gap": "sm",
3617
+ "type": "stack",
3581
3618
  "children": [
3582
3619
  {
3583
- "icon": "minimize-2",
3584
- "type": "button",
3585
3620
  "variant": "primary",
3621
+ "label": "Compact",
3622
+ "icon": "minimize-2",
3586
3623
  "action": "COMPACT",
3587
- "label": "Compact"
3624
+ "type": "button"
3588
3625
  },
3589
3626
  {
3590
- "type": "button",
3591
- "variant": "ghost",
3592
3627
  "icon": "rotate-ccw",
3628
+ "type": "button",
3629
+ "label": "Reset",
3593
3630
  "action": "RESET",
3594
- "label": "Reset"
3631
+ "variant": "ghost"
3595
3632
  }
3596
3633
  ],
3597
3634
  "direction": "horizontal"
3598
3635
  }
3599
3636
  ],
3600
- "type": "stack",
3601
- "gap": "lg",
3602
- "direction": "vertical"
3637
+ "gap": "lg"
3603
3638
  }
3604
3639
  ],
3605
3640
  "navItems": [
3606
3641
  {
3642
+ "href": "/chat",
3607
3643
  "label": "Chat",
3608
- "icon": "message-circle",
3609
- "href": "/chat"
3644
+ "icon": "message-circle"
3610
3645
  },
3611
3646
  {
3612
3647
  "icon": "brain",
@@ -3614,11 +3649,12 @@
3614
3649
  "href": "/memory"
3615
3650
  },
3616
3651
  {
3617
- "href": "/settings",
3652
+ "label": "Settings",
3618
3653
  "icon": "settings",
3619
- "label": "Settings"
3654
+ "href": "/settings"
3620
3655
  }
3621
3656
  ],
3657
+ "type": "dashboard-layout",
3622
3658
  "appName": "Agent Assistant"
3623
3659
  }
3624
3660
  ]
@@ -3647,48 +3683,33 @@
3647
3683
  "render-ui",
3648
3684
  "main",
3649
3685
  {
3650
- "navItems": [
3651
- {
3652
- "href": "/chat",
3653
- "icon": "message-circle",
3654
- "label": "Chat"
3655
- },
3656
- {
3657
- "href": "/memory",
3658
- "label": "Memory",
3659
- "icon": "brain"
3660
- },
3661
- {
3662
- "href": "/settings",
3663
- "icon": "settings",
3664
- "label": "Settings"
3665
- }
3666
- ],
3667
- "type": "dashboard-layout",
3686
+ "appName": "Agent Assistant",
3668
3687
  "children": [
3669
3688
  {
3689
+ "direction": "vertical",
3690
+ "type": "stack",
3670
3691
  "children": [
3671
3692
  {
3672
3693
  "type": "stack",
3673
- "gap": "sm",
3674
- "align": "center",
3675
- "direction": "horizontal",
3676
3694
  "children": [
3677
3695
  {
3678
3696
  "type": "icon",
3679
3697
  "name": "alert-octagon"
3680
3698
  },
3681
3699
  {
3682
- "content": "Token Usage",
3683
3700
  "type": "typography",
3701
+ "content": "Token Usage",
3684
3702
  "variant": "h2"
3685
3703
  },
3686
3704
  {
3687
3705
  "label": "Critical",
3688
- "variant": "danger",
3689
- "type": "badge"
3706
+ "type": "badge",
3707
+ "variant": "danger"
3690
3708
  }
3691
- ]
3709
+ ],
3710
+ "gap": "sm",
3711
+ "align": "center",
3712
+ "direction": "horizontal"
3692
3713
  },
3693
3714
  {
3694
3715
  "type": "divider"
@@ -3699,14 +3720,12 @@
3699
3720
  "message": "Token usage critical. Compact immediately to avoid truncation."
3700
3721
  },
3701
3722
  {
3702
- "max": "@entity.max",
3723
+ "value": "@entity.current",
3703
3724
  "type": "progress-bar",
3704
- "value": "@entity.current"
3725
+ "max": "@entity.max"
3705
3726
  },
3706
3727
  {
3707
3728
  "gap": "md",
3708
- "direction": "horizontal",
3709
- "type": "stack",
3710
3729
  "children": [
3711
3730
  {
3712
3731
  "label": "Tokens Used",
@@ -3718,36 +3737,53 @@
3718
3737
  "value": "@entity.max",
3719
3738
  "label": "Max Tokens"
3720
3739
  }
3721
- ]
3740
+ ],
3741
+ "direction": "horizontal",
3742
+ "type": "stack"
3722
3743
  },
3723
3744
  {
3724
- "gap": "sm",
3725
3745
  "direction": "horizontal",
3746
+ "gap": "sm",
3726
3747
  "children": [
3727
3748
  {
3728
3749
  "label": "Compact Now",
3729
- "icon": "minimize-2",
3730
3750
  "action": "COMPACT",
3731
- "type": "button",
3732
- "variant": "primary"
3751
+ "icon": "minimize-2",
3752
+ "variant": "primary",
3753
+ "type": "button"
3733
3754
  },
3734
3755
  {
3735
- "label": "Reset",
3736
- "icon": "rotate-ccw",
3737
3756
  "action": "RESET",
3757
+ "icon": "rotate-ccw",
3758
+ "variant": "ghost",
3738
3759
  "type": "button",
3739
- "variant": "ghost"
3760
+ "label": "Reset"
3740
3761
  }
3741
3762
  ],
3742
3763
  "type": "stack"
3743
3764
  }
3744
3765
  ],
3745
- "gap": "lg",
3746
- "direction": "vertical",
3747
- "type": "stack"
3766
+ "gap": "lg"
3748
3767
  }
3749
3768
  ],
3750
- "appName": "Agent Assistant"
3769
+ "type": "dashboard-layout",
3770
+ "navItems": [
3771
+ {
3772
+ "href": "/chat",
3773
+ "icon": "message-circle",
3774
+ "label": "Chat"
3775
+ },
3776
+ {
3777
+ "label": "Memory",
3778
+ "href": "/memory",
3779
+ "icon": "brain"
3780
+ },
3781
+ {
3782
+ "href": "/settings",
3783
+ "icon": "settings",
3784
+ "label": "Settings"
3785
+ }
3786
+ ]
3751
3787
  }
3752
3788
  ]
3753
3789
  ]
@@ -3777,62 +3813,62 @@
3777
3813
  {
3778
3814
  "navItems": [
3779
3815
  {
3780
- "href": "/chat",
3781
3816
  "icon": "message-circle",
3817
+ "href": "/chat",
3782
3818
  "label": "Chat"
3783
3819
  },
3784
3820
  {
3785
- "icon": "brain",
3786
3821
  "href": "/memory",
3787
- "label": "Memory"
3822
+ "label": "Memory",
3823
+ "icon": "brain"
3788
3824
  },
3789
3825
  {
3790
3826
  "icon": "settings",
3791
- "label": "Settings",
3792
- "href": "/settings"
3827
+ "href": "/settings",
3828
+ "label": "Settings"
3793
3829
  }
3794
3830
  ],
3831
+ "type": "dashboard-layout",
3795
3832
  "children": [
3796
3833
  {
3797
- "type": "stack",
3798
- "gap": "lg",
3799
3834
  "children": [
3800
3835
  {
3801
- "align": "center",
3802
3836
  "children": [
3803
3837
  {
3804
3838
  "type": "icon",
3805
3839
  "name": "gauge"
3806
3840
  },
3807
3841
  {
3842
+ "type": "typography",
3808
3843
  "variant": "h2",
3809
- "content": "Token Usage",
3810
- "type": "typography"
3844
+ "content": "Token Usage"
3811
3845
  },
3812
3846
  {
3847
+ "variant": "default",
3813
3848
  "label": "Normal",
3814
- "type": "badge",
3815
- "variant": "default"
3849
+ "type": "badge"
3816
3850
  }
3817
3851
  ],
3818
- "type": "stack",
3819
3852
  "direction": "horizontal",
3820
- "gap": "sm"
3853
+ "gap": "sm",
3854
+ "type": "stack",
3855
+ "align": "center"
3821
3856
  },
3822
3857
  {
3823
3858
  "type": "divider"
3824
3859
  },
3825
3860
  {
3826
- "max": "@entity.max",
3827
3861
  "type": "progress-bar",
3828
- "value": "@entity.current"
3862
+ "value": "@entity.current",
3863
+ "max": "@entity.max"
3829
3864
  },
3830
3865
  {
3866
+ "type": "stack",
3831
3867
  "direction": "horizontal",
3832
3868
  "children": [
3833
3869
  {
3834
- "label": "Tokens Used",
3835
3870
  "type": "stat-display",
3871
+ "label": "Tokens Used",
3836
3872
  "value": "@entity.current"
3837
3873
  },
3838
3874
  {
@@ -3841,21 +3877,21 @@
3841
3877
  "value": "@entity.max"
3842
3878
  }
3843
3879
  ],
3844
- "gap": "md",
3845
- "type": "stack"
3880
+ "gap": "md"
3846
3881
  },
3847
3882
  {
3848
- "icon": "rotate-ccw",
3883
+ "type": "button",
3849
3884
  "variant": "ghost",
3850
- "label": "Reset",
3851
3885
  "action": "RESET",
3852
- "type": "button"
3886
+ "icon": "rotate-ccw",
3887
+ "label": "Reset"
3853
3888
  }
3854
3889
  ],
3890
+ "gap": "lg",
3891
+ "type": "stack",
3855
3892
  "direction": "vertical"
3856
3893
  }
3857
3894
  ],
3858
- "type": "dashboard-layout",
3859
3895
  "appName": "Agent Assistant"
3860
3896
  }
3861
3897
  ]
@@ -3881,48 +3917,44 @@
3881
3917
  "render-ui",
3882
3918
  "main",
3883
3919
  {
3884
- "appName": "Agent Assistant",
3885
- "type": "dashboard-layout",
3886
3920
  "children": [
3887
3921
  {
3888
- "type": "stack",
3889
- "direction": "vertical",
3890
3922
  "gap": "lg",
3923
+ "direction": "vertical",
3891
3924
  "children": [
3892
3925
  {
3893
3926
  "align": "center",
3894
- "gap": "sm",
3895
- "type": "stack",
3896
3927
  "direction": "horizontal",
3928
+ "gap": "sm",
3897
3929
  "children": [
3898
3930
  {
3899
- "type": "icon",
3900
- "name": "gauge"
3931
+ "name": "gauge",
3932
+ "type": "icon"
3901
3933
  },
3902
3934
  {
3903
- "variant": "h2",
3935
+ "type": "typography",
3904
3936
  "content": "Token Usage",
3905
- "type": "typography"
3937
+ "variant": "h2"
3906
3938
  },
3907
3939
  {
3908
3940
  "label": "Normal",
3909
- "type": "badge",
3910
- "variant": "default"
3941
+ "variant": "default",
3942
+ "type": "badge"
3911
3943
  }
3912
- ]
3944
+ ],
3945
+ "type": "stack"
3913
3946
  },
3914
3947
  {
3915
3948
  "type": "divider"
3916
3949
  },
3917
3950
  {
3918
- "max": "@entity.max",
3951
+ "value": "@entity.current",
3919
3952
  "type": "progress-bar",
3920
- "value": "@entity.current"
3953
+ "max": "@entity.max"
3921
3954
  },
3922
3955
  {
3923
- "type": "stack",
3924
- "gap": "md",
3925
3956
  "direction": "horizontal",
3957
+ "gap": "md",
3926
3958
  "children": [
3927
3959
  {
3928
3960
  "label": "Tokens Used",
@@ -3930,22 +3962,26 @@
3930
3962
  "value": "@entity.current"
3931
3963
  },
3932
3964
  {
3933
- "label": "Max Tokens",
3934
3965
  "value": "@entity.max",
3966
+ "label": "Max Tokens",
3935
3967
  "type": "stat-display"
3936
3968
  }
3937
- ]
3969
+ ],
3970
+ "type": "stack"
3938
3971
  },
3939
3972
  {
3940
3973
  "variant": "ghost",
3941
3974
  "label": "Reset",
3942
- "action": "RESET",
3943
3975
  "icon": "rotate-ccw",
3944
- "type": "button"
3976
+ "type": "button",
3977
+ "action": "RESET"
3945
3978
  }
3946
- ]
3979
+ ],
3980
+ "type": "stack"
3947
3981
  }
3948
3982
  ],
3983
+ "appName": "Agent Assistant",
3984
+ "type": "dashboard-layout",
3949
3985
  "navItems": [
3950
3986
  {
3951
3987
  "icon": "message-circle",
@@ -3953,14 +3989,14 @@
3953
3989
  "href": "/chat"
3954
3990
  },
3955
3991
  {
3956
- "label": "Memory",
3957
3992
  "href": "/memory",
3958
- "icon": "brain"
3993
+ "icon": "brain",
3994
+ "label": "Memory"
3959
3995
  },
3960
3996
  {
3961
- "icon": "settings",
3962
3997
  "label": "Settings",
3963
- "href": "/settings"
3998
+ "href": "/settings",
3999
+ "icon": "settings"
3964
4000
  }
3965
4001
  ]
3966
4002
  }
@@ -3985,19 +4021,21 @@
3985
4021
  "children": [
3986
4022
  {
3987
4023
  "direction": "vertical",
3988
- "gap": "lg",
3989
4024
  "type": "stack",
3990
4025
  "children": [
3991
4026
  {
4027
+ "gap": "sm",
4028
+ "type": "stack",
4029
+ "align": "center",
3992
4030
  "children": [
3993
4031
  {
3994
- "type": "icon",
3995
- "name": "gauge"
4032
+ "name": "gauge",
4033
+ "type": "icon"
3996
4034
  },
3997
4035
  {
4036
+ "content": "Token Usage",
3998
4037
  "variant": "h2",
3999
- "type": "typography",
4000
- "content": "Token Usage"
4038
+ "type": "typography"
4001
4039
  },
4002
4040
  {
4003
4041
  "type": "badge",
@@ -4005,64 +4043,62 @@
4005
4043
  "label": "Normal"
4006
4044
  }
4007
4045
  ],
4008
- "type": "stack",
4009
- "align": "center",
4010
- "gap": "sm",
4011
4046
  "direction": "horizontal"
4012
4047
  },
4013
4048
  {
4014
4049
  "type": "divider"
4015
4050
  },
4016
4051
  {
4017
- "value": "@entity.current",
4052
+ "max": "@entity.max",
4018
4053
  "type": "progress-bar",
4019
- "max": "@entity.max"
4054
+ "value": "@entity.current"
4020
4055
  },
4021
4056
  {
4022
4057
  "children": [
4023
4058
  {
4059
+ "label": "Tokens Used",
4024
4060
  "type": "stat-display",
4025
- "value": "@entity.current",
4026
- "label": "Tokens Used"
4061
+ "value": "@entity.current"
4027
4062
  },
4028
4063
  {
4029
- "value": "@entity.max",
4064
+ "label": "Max Tokens",
4030
4065
  "type": "stat-display",
4031
- "label": "Max Tokens"
4066
+ "value": "@entity.max"
4032
4067
  }
4033
4068
  ],
4034
- "direction": "horizontal",
4069
+ "type": "stack",
4035
4070
  "gap": "md",
4036
- "type": "stack"
4071
+ "direction": "horizontal"
4037
4072
  },
4038
4073
  {
4039
- "action": "RESET",
4040
4074
  "label": "Reset",
4041
- "type": "button",
4075
+ "variant": "ghost",
4042
4076
  "icon": "rotate-ccw",
4043
- "variant": "ghost"
4077
+ "type": "button",
4078
+ "action": "RESET"
4044
4079
  }
4045
- ]
4080
+ ],
4081
+ "gap": "lg"
4046
4082
  }
4047
4083
  ],
4084
+ "appName": "Agent Assistant",
4048
4085
  "navItems": [
4049
4086
  {
4050
4087
  "href": "/chat",
4051
- "icon": "message-circle",
4052
- "label": "Chat"
4088
+ "label": "Chat",
4089
+ "icon": "message-circle"
4053
4090
  },
4054
4091
  {
4055
4092
  "href": "/memory",
4056
- "icon": "brain",
4057
- "label": "Memory"
4093
+ "label": "Memory",
4094
+ "icon": "brain"
4058
4095
  },
4059
4096
  {
4060
- "href": "/settings",
4061
4097
  "icon": "settings",
4062
- "label": "Settings"
4098
+ "label": "Settings",
4099
+ "href": "/settings"
4063
4100
  }
4064
- ],
4065
- "appName": "Agent Assistant"
4101
+ ]
4066
4102
  }
4067
4103
  ]
4068
4104
  ]
@@ -4093,28 +4129,29 @@
4093
4129
  "appName": "Agent Assistant",
4094
4130
  "children": [
4095
4131
  {
4132
+ "type": "stack",
4096
4133
  "children": [
4097
4134
  {
4098
- "direction": "horizontal",
4099
- "type": "stack",
4100
4135
  "children": [
4101
4136
  {
4102
- "name": "alert-octagon",
4103
- "type": "icon"
4137
+ "type": "icon",
4138
+ "name": "alert-octagon"
4104
4139
  },
4105
4140
  {
4106
- "content": "Token Usage",
4107
4141
  "type": "typography",
4108
- "variant": "h2"
4142
+ "variant": "h2",
4143
+ "content": "Token Usage"
4109
4144
  },
4110
4145
  {
4146
+ "label": "Critical",
4111
4147
  "variant": "danger",
4112
- "type": "badge",
4113
- "label": "Critical"
4148
+ "type": "badge"
4114
4149
  }
4115
4150
  ],
4151
+ "align": "center",
4116
4152
  "gap": "sm",
4117
- "align": "center"
4153
+ "type": "stack",
4154
+ "direction": "horizontal"
4118
4155
  },
4119
4156
  {
4120
4157
  "type": "divider"
@@ -4131,66 +4168,65 @@
4131
4168
  },
4132
4169
  {
4133
4170
  "type": "stack",
4134
- "gap": "md",
4135
4171
  "children": [
4136
4172
  {
4137
- "type": "stat-display",
4138
4173
  "value": "@entity.current",
4139
- "label": "Tokens Used"
4174
+ "label": "Tokens Used",
4175
+ "type": "stat-display"
4140
4176
  },
4141
4177
  {
4142
- "type": "stat-display",
4143
4178
  "value": "@entity.max",
4144
- "label": "Max Tokens"
4179
+ "label": "Max Tokens",
4180
+ "type": "stat-display"
4145
4181
  }
4146
4182
  ],
4147
- "direction": "horizontal"
4183
+ "direction": "horizontal",
4184
+ "gap": "md"
4148
4185
  },
4149
4186
  {
4150
4187
  "type": "stack",
4188
+ "direction": "horizontal",
4151
4189
  "children": [
4152
4190
  {
4153
- "action": "COMPACT",
4154
- "variant": "primary",
4155
- "label": "Compact Now",
4156
4191
  "icon": "minimize-2",
4157
- "type": "button"
4192
+ "label": "Compact Now",
4193
+ "type": "button",
4194
+ "action": "COMPACT",
4195
+ "variant": "primary"
4158
4196
  },
4159
4197
  {
4160
- "type": "button",
4161
- "action": "RESET",
4162
- "variant": "ghost",
4163
4198
  "label": "Reset",
4164
- "icon": "rotate-ccw"
4199
+ "icon": "rotate-ccw",
4200
+ "variant": "ghost",
4201
+ "action": "RESET",
4202
+ "type": "button"
4165
4203
  }
4166
4204
  ],
4167
- "gap": "sm",
4168
- "direction": "horizontal"
4205
+ "gap": "sm"
4169
4206
  }
4170
4207
  ],
4171
4208
  "direction": "vertical",
4172
- "gap": "lg",
4173
- "type": "stack"
4209
+ "gap": "lg"
4174
4210
  }
4175
4211
  ],
4212
+ "type": "dashboard-layout",
4176
4213
  "navItems": [
4177
4214
  {
4215
+ "href": "/chat",
4178
4216
  "icon": "message-circle",
4179
- "label": "Chat",
4180
- "href": "/chat"
4217
+ "label": "Chat"
4181
4218
  },
4182
4219
  {
4183
- "label": "Memory",
4220
+ "href": "/memory",
4184
4221
  "icon": "brain",
4185
- "href": "/memory"
4222
+ "label": "Memory"
4186
4223
  },
4187
4224
  {
4188
4225
  "icon": "settings",
4189
4226
  "href": "/settings",
4190
4227
  "label": "Settings"
4191
4228
  }
4192
- ],
4193
- "type": "dashboard-layout"
4229
+ ]
4194
4230
  }
4195
4231
  ]
4196
4232
  ]
@@ -4231,15 +4267,15 @@
4231
4267
  "main",
4232
4268
  {
4233
4269
  "appName": "Agent Assistant",
4234
- "type": "dashboard-layout",
4235
4270
  "children": [
4236
4271
  {
4272
+ "type": "stack",
4237
4273
  "direction": "vertical",
4238
4274
  "gap": "lg",
4239
- "type": "stack",
4240
4275
  "children": [
4241
4276
  {
4242
- "gap": "sm",
4277
+ "direction": "horizontal",
4278
+ "align": "center",
4243
4279
  "type": "stack",
4244
4280
  "children": [
4245
4281
  {
@@ -4247,9 +4283,9 @@
4247
4283
  "name": "alert-triangle"
4248
4284
  },
4249
4285
  {
4286
+ "content": "Token Usage",
4250
4287
  "type": "typography",
4251
- "variant": "h2",
4252
- "content": "Token Usage"
4288
+ "variant": "h2"
4253
4289
  },
4254
4290
  {
4255
4291
  "label": "Warning",
@@ -4257,15 +4293,14 @@
4257
4293
  "variant": "warning"
4258
4294
  }
4259
4295
  ],
4260
- "direction": "horizontal",
4261
- "align": "center"
4296
+ "gap": "sm"
4262
4297
  },
4263
4298
  {
4264
4299
  "type": "divider"
4265
4300
  },
4266
4301
  {
4267
- "type": "alert",
4268
4302
  "message": "Token usage approaching limit. Consider compacting.",
4303
+ "type": "alert",
4269
4304
  "variant": "warning"
4270
4305
  },
4271
4306
  {
@@ -4274,60 +4309,61 @@
4274
4309
  "type": "progress-bar"
4275
4310
  },
4276
4311
  {
4312
+ "direction": "horizontal",
4313
+ "gap": "md",
4314
+ "type": "stack",
4277
4315
  "children": [
4278
4316
  {
4279
- "label": "Tokens Used",
4280
4317
  "type": "stat-display",
4281
- "value": "@entity.current"
4318
+ "value": "@entity.current",
4319
+ "label": "Tokens Used"
4282
4320
  },
4283
4321
  {
4284
- "label": "Max Tokens",
4322
+ "type": "stat-display",
4285
4323
  "value": "@entity.max",
4286
- "type": "stat-display"
4324
+ "label": "Max Tokens"
4287
4325
  }
4288
- ],
4289
- "direction": "horizontal",
4290
- "type": "stack",
4291
- "gap": "md"
4326
+ ]
4292
4327
  },
4293
4328
  {
4329
+ "direction": "horizontal",
4294
4330
  "children": [
4295
4331
  {
4296
4332
  "icon": "minimize-2",
4297
- "label": "Compact",
4298
4333
  "variant": "primary",
4299
- "action": "COMPACT",
4300
- "type": "button"
4334
+ "type": "button",
4335
+ "label": "Compact",
4336
+ "action": "COMPACT"
4301
4337
  },
4302
4338
  {
4303
- "action": "RESET",
4304
4339
  "icon": "rotate-ccw",
4305
- "label": "Reset",
4340
+ "action": "RESET",
4306
4341
  "type": "button",
4307
- "variant": "ghost"
4342
+ "variant": "ghost",
4343
+ "label": "Reset"
4308
4344
  }
4309
4345
  ],
4310
- "gap": "sm",
4311
- "direction": "horizontal",
4312
- "type": "stack"
4346
+ "type": "stack",
4347
+ "gap": "sm"
4313
4348
  }
4314
4349
  ]
4315
4350
  }
4316
4351
  ],
4352
+ "type": "dashboard-layout",
4317
4353
  "navItems": [
4318
4354
  {
4319
- "href": "/chat",
4320
4355
  "label": "Chat",
4356
+ "href": "/chat",
4321
4357
  "icon": "message-circle"
4322
4358
  },
4323
4359
  {
4324
4360
  "label": "Memory",
4325
- "icon": "brain",
4326
- "href": "/memory"
4361
+ "href": "/memory",
4362
+ "icon": "brain"
4327
4363
  },
4328
4364
  {
4329
- "label": "Settings",
4330
4365
  "icon": "settings",
4366
+ "label": "Settings",
4331
4367
  "href": "/settings"
4332
4368
  }
4333
4369
  ]
@@ -4358,11 +4394,14 @@
4358
4394
  "render-ui",
4359
4395
  "main",
4360
4396
  {
4397
+ "appName": "Agent Assistant",
4398
+ "type": "dashboard-layout",
4361
4399
  "children": [
4362
4400
  {
4401
+ "direction": "vertical",
4402
+ "type": "stack",
4363
4403
  "children": [
4364
4404
  {
4365
- "direction": "horizontal",
4366
4405
  "align": "center",
4367
4406
  "children": [
4368
4407
  {
@@ -4371,17 +4410,18 @@
4371
4410
  },
4372
4411
  {
4373
4412
  "content": "Token Usage",
4374
- "variant": "h2",
4375
- "type": "typography"
4413
+ "type": "typography",
4414
+ "variant": "h2"
4376
4415
  },
4377
4416
  {
4417
+ "label": "Normal",
4378
4418
  "type": "badge",
4379
- "variant": "default",
4380
- "label": "Normal"
4419
+ "variant": "default"
4381
4420
  }
4382
4421
  ],
4383
4422
  "type": "stack",
4384
- "gap": "sm"
4423
+ "gap": "sm",
4424
+ "direction": "horizontal"
4385
4425
  },
4386
4426
  {
4387
4427
  "type": "divider"
@@ -4392,13 +4432,13 @@
4392
4432
  "value": "@entity.current"
4393
4433
  },
4394
4434
  {
4395
- "type": "stack",
4396
4435
  "direction": "horizontal",
4436
+ "type": "stack",
4397
4437
  "children": [
4398
4438
  {
4399
- "label": "Tokens Used",
4400
4439
  "type": "stat-display",
4401
- "value": "@entity.current"
4440
+ "value": "@entity.current",
4441
+ "label": "Tokens Used"
4402
4442
  },
4403
4443
  {
4404
4444
  "label": "Max Tokens",
@@ -4409,23 +4449,21 @@
4409
4449
  "gap": "md"
4410
4450
  },
4411
4451
  {
4412
- "label": "Reset",
4413
4452
  "action": "RESET",
4414
- "type": "button",
4415
4453
  "variant": "ghost",
4454
+ "type": "button",
4455
+ "label": "Reset",
4416
4456
  "icon": "rotate-ccw"
4417
4457
  }
4418
4458
  ],
4419
- "type": "stack",
4420
- "gap": "lg",
4421
- "direction": "vertical"
4459
+ "gap": "lg"
4422
4460
  }
4423
4461
  ],
4424
4462
  "navItems": [
4425
4463
  {
4464
+ "label": "Chat",
4426
4465
  "href": "/chat",
4427
- "icon": "message-circle",
4428
- "label": "Chat"
4466
+ "icon": "message-circle"
4429
4467
  },
4430
4468
  {
4431
4469
  "href": "/memory",
@@ -4433,13 +4471,11 @@
4433
4471
  "label": "Memory"
4434
4472
  },
4435
4473
  {
4436
- "href": "/settings",
4474
+ "label": "Settings",
4437
4475
  "icon": "settings",
4438
- "label": "Settings"
4476
+ "href": "/settings"
4439
4477
  }
4440
- ],
4441
- "type": "dashboard-layout",
4442
- "appName": "Agent Assistant"
4478
+ ]
4443
4479
  }
4444
4480
  ]
4445
4481
  ]
@@ -4464,16 +4500,34 @@
4464
4500
  "render-ui",
4465
4501
  "main",
4466
4502
  {
4467
- "type": "dashboard-layout",
4503
+ "navItems": [
4504
+ {
4505
+ "href": "/chat",
4506
+ "icon": "message-circle",
4507
+ "label": "Chat"
4508
+ },
4509
+ {
4510
+ "label": "Memory",
4511
+ "icon": "brain",
4512
+ "href": "/memory"
4513
+ },
4514
+ {
4515
+ "href": "/settings",
4516
+ "icon": "settings",
4517
+ "label": "Settings"
4518
+ }
4519
+ ],
4468
4520
  "children": [
4469
4521
  {
4470
4522
  "gap": "lg",
4523
+ "direction": "vertical",
4524
+ "type": "stack",
4471
4525
  "children": [
4472
4526
  {
4473
4527
  "children": [
4474
4528
  {
4475
- "type": "icon",
4476
- "name": "gauge"
4529
+ "name": "gauge",
4530
+ "type": "icon"
4477
4531
  },
4478
4532
  {
4479
4533
  "type": "typography",
@@ -4482,70 +4536,52 @@
4482
4536
  },
4483
4537
  {
4484
4538
  "label": "Normal",
4485
- "variant": "default",
4486
- "type": "badge"
4539
+ "type": "badge",
4540
+ "variant": "default"
4487
4541
  }
4488
4542
  ],
4489
- "gap": "sm",
4490
- "type": "stack",
4491
4543
  "direction": "horizontal",
4492
- "align": "center"
4544
+ "align": "center",
4545
+ "gap": "sm",
4546
+ "type": "stack"
4493
4547
  },
4494
4548
  {
4495
4549
  "type": "divider"
4496
4550
  },
4497
4551
  {
4498
4552
  "value": "@entity.current",
4499
- "max": "@entity.max",
4500
- "type": "progress-bar"
4553
+ "type": "progress-bar",
4554
+ "max": "@entity.max"
4501
4555
  },
4502
4556
  {
4503
4557
  "gap": "md",
4504
- "type": "stack",
4505
4558
  "direction": "horizontal",
4506
4559
  "children": [
4507
4560
  {
4508
- "type": "stat-display",
4509
4561
  "value": "@entity.current",
4562
+ "type": "stat-display",
4510
4563
  "label": "Tokens Used"
4511
4564
  },
4512
4565
  {
4566
+ "value": "@entity.max",
4513
4567
  "label": "Max Tokens",
4514
- "type": "stat-display",
4515
- "value": "@entity.max"
4568
+ "type": "stat-display"
4516
4569
  }
4517
- ]
4570
+ ],
4571
+ "type": "stack"
4518
4572
  },
4519
4573
  {
4520
- "label": "Reset",
4521
4574
  "type": "button",
4575
+ "action": "RESET",
4522
4576
  "variant": "ghost",
4523
4577
  "icon": "rotate-ccw",
4524
- "action": "RESET"
4578
+ "label": "Reset"
4525
4579
  }
4526
- ],
4527
- "direction": "vertical",
4528
- "type": "stack"
4580
+ ]
4529
4581
  }
4530
4582
  ],
4531
- "appName": "Agent Assistant",
4532
- "navItems": [
4533
- {
4534
- "icon": "message-circle",
4535
- "href": "/chat",
4536
- "label": "Chat"
4537
- },
4538
- {
4539
- "href": "/memory",
4540
- "label": "Memory",
4541
- "icon": "brain"
4542
- },
4543
- {
4544
- "href": "/settings",
4545
- "icon": "settings",
4546
- "label": "Settings"
4547
- }
4548
- ]
4583
+ "type": "dashboard-layout",
4584
+ "appName": "Agent Assistant"
4549
4585
  }
4550
4586
  ]
4551
4587
  ]
@@ -4566,26 +4602,29 @@
4566
4602
  {
4567
4603
  "children": [
4568
4604
  {
4605
+ "gap": "lg",
4606
+ "type": "stack",
4607
+ "direction": "vertical",
4569
4608
  "children": [
4570
4609
  {
4610
+ "type": "stack",
4571
4611
  "children": [
4572
4612
  {
4573
4613
  "name": "gauge",
4574
4614
  "type": "icon"
4575
4615
  },
4576
4616
  {
4577
- "type": "typography",
4617
+ "variant": "h2",
4578
4618
  "content": "Token Usage",
4579
- "variant": "h2"
4619
+ "type": "typography"
4580
4620
  },
4581
4621
  {
4582
- "variant": "default",
4622
+ "type": "badge",
4583
4623
  "label": "Normal",
4584
- "type": "badge"
4624
+ "variant": "default"
4585
4625
  }
4586
4626
  ],
4587
4627
  "direction": "horizontal",
4588
- "type": "stack",
4589
4628
  "gap": "sm",
4590
4629
  "align": "center"
4591
4630
  },
@@ -4593,59 +4632,56 @@
4593
4632
  "type": "divider"
4594
4633
  },
4595
4634
  {
4635
+ "type": "progress-bar",
4596
4636
  "value": "@entity.current",
4597
- "max": "@entity.max",
4598
- "type": "progress-bar"
4637
+ "max": "@entity.max"
4599
4638
  },
4600
4639
  {
4640
+ "type": "stack",
4641
+ "direction": "horizontal",
4601
4642
  "children": [
4602
4643
  {
4603
4644
  "value": "@entity.current",
4604
- "type": "stat-display",
4605
- "label": "Tokens Used"
4645
+ "label": "Tokens Used",
4646
+ "type": "stat-display"
4606
4647
  },
4607
4648
  {
4608
- "label": "Max Tokens",
4609
4649
  "value": "@entity.max",
4650
+ "label": "Max Tokens",
4610
4651
  "type": "stat-display"
4611
4652
  }
4612
4653
  ],
4613
- "gap": "md",
4614
- "type": "stack",
4615
- "direction": "horizontal"
4654
+ "gap": "md"
4616
4655
  },
4617
4656
  {
4657
+ "icon": "rotate-ccw",
4658
+ "type": "button",
4618
4659
  "label": "Reset",
4619
- "variant": "ghost",
4620
4660
  "action": "RESET",
4621
- "icon": "rotate-ccw",
4622
- "type": "button"
4661
+ "variant": "ghost"
4623
4662
  }
4624
- ],
4625
- "gap": "lg",
4626
- "direction": "vertical",
4627
- "type": "stack"
4663
+ ]
4628
4664
  }
4629
4665
  ],
4630
- "type": "dashboard-layout",
4666
+ "appName": "Agent Assistant",
4631
4667
  "navItems": [
4632
4668
  {
4633
- "icon": "message-circle",
4634
4669
  "href": "/chat",
4635
- "label": "Chat"
4670
+ "label": "Chat",
4671
+ "icon": "message-circle"
4636
4672
  },
4637
4673
  {
4638
- "label": "Memory",
4639
4674
  "href": "/memory",
4640
- "icon": "brain"
4675
+ "icon": "brain",
4676
+ "label": "Memory"
4641
4677
  },
4642
4678
  {
4643
- "label": "Settings",
4644
4679
  "href": "/settings",
4645
- "icon": "settings"
4680
+ "icon": "settings",
4681
+ "label": "Settings"
4646
4682
  }
4647
4683
  ],
4648
- "appName": "Agent Assistant"
4684
+ "type": "dashboard-layout"
4649
4685
  }
4650
4686
  ]
4651
4687
  ]
@@ -4755,8 +4791,8 @@
4755
4791
  "AssistantContext",
4756
4792
  {
4757
4793
  "emit": {
4758
- "failure": "AssistantContextLoadFailed",
4759
- "success": "AssistantContextLoaded"
4794
+ "success": "AssistantContextLoaded",
4795
+ "failure": "AssistantContextLoadFailed"
4760
4796
  }
4761
4797
  }
4762
4798
  ]
@@ -4781,52 +4817,51 @@
4781
4817
  "render-ui",
4782
4818
  "main",
4783
4819
  {
4784
- "type": "dashboard-layout",
4785
4820
  "appName": "Agent Assistant",
4821
+ "type": "dashboard-layout",
4786
4822
  "children": [
4787
4823
  {
4788
- "gap": "lg",
4789
4824
  "children": [
4790
4825
  {
4791
- "direction": "horizontal",
4792
4826
  "type": "stack",
4793
- "gap": "md",
4827
+ "align": "center",
4828
+ "direction": "horizontal",
4829
+ "justify": "between",
4794
4830
  "children": [
4795
4831
  {
4832
+ "align": "center",
4833
+ "gap": "md",
4834
+ "type": "stack",
4796
4835
  "children": [
4797
4836
  {
4798
4837
  "type": "icon",
4799
4838
  "name": "layers"
4800
4839
  },
4801
4840
  {
4802
- "variant": "h2",
4803
4841
  "type": "typography",
4804
- "content": "Context Window Alert"
4842
+ "content": "Context Window Alert",
4843
+ "variant": "h2"
4805
4844
  }
4806
4845
  ],
4807
- "align": "center",
4808
- "gap": "md",
4809
- "direction": "horizontal",
4810
- "type": "stack"
4846
+ "direction": "horizontal"
4811
4847
  },
4812
4848
  {
4813
- "label": "Dismiss",
4814
- "type": "button",
4815
4849
  "action": "HIDE",
4816
- "variant": "ghost",
4817
- "icon": "x"
4850
+ "icon": "x",
4851
+ "type": "button",
4852
+ "label": "Dismiss",
4853
+ "variant": "ghost"
4818
4854
  }
4819
4855
  ],
4820
- "justify": "between",
4821
- "align": "center"
4856
+ "gap": "md"
4822
4857
  },
4823
4858
  {
4824
4859
  "type": "divider"
4825
4860
  },
4826
4861
  {
4827
- "message": "@entity.message",
4862
+ "type": "alert",
4828
4863
  "variant": "@entity.notificationType",
4829
- "type": "alert"
4864
+ "message": "@entity.message"
4830
4865
  },
4831
4866
  {
4832
4867
  "type": "toast-slot"
@@ -4837,8 +4872,9 @@
4837
4872
  "type": "alert"
4838
4873
  }
4839
4874
  ],
4840
- "type": "stack",
4841
- "direction": "vertical"
4875
+ "direction": "vertical",
4876
+ "gap": "lg",
4877
+ "type": "stack"
4842
4878
  }
4843
4879
  ],
4844
4880
  "navItems": [
@@ -4853,9 +4889,9 @@
4853
4889
  "icon": "brain"
4854
4890
  },
4855
4891
  {
4892
+ "label": "Settings",
4856
4893
  "href": "/settings",
4857
- "icon": "settings",
4858
- "label": "Settings"
4894
+ "icon": "settings"
4859
4895
  }
4860
4896
  ]
4861
4897
  }
@@ -4881,51 +4917,33 @@
4881
4917
  "render-ui",
4882
4918
  "main",
4883
4919
  {
4884
- "type": "dashboard-layout",
4885
4920
  "appName": "Agent Assistant",
4886
- "navItems": [
4887
- {
4888
- "label": "Chat",
4889
- "icon": "message-circle",
4890
- "href": "/chat"
4891
- },
4892
- {
4893
- "icon": "brain",
4894
- "href": "/memory",
4895
- "label": "Memory"
4896
- },
4897
- {
4898
- "label": "Settings",
4899
- "icon": "settings",
4900
- "href": "/settings"
4901
- }
4902
- ],
4903
4921
  "children": [
4904
4922
  {
4923
+ "direction": "vertical",
4905
4924
  "gap": "lg",
4925
+ "type": "stack",
4906
4926
  "children": [
4907
4927
  {
4928
+ "gap": "md",
4908
4929
  "direction": "horizontal",
4909
- "justify": "between",
4910
- "type": "stack",
4911
- "align": "center",
4912
4930
  "children": [
4913
4931
  {
4932
+ "align": "center",
4933
+ "gap": "md",
4934
+ "type": "stack",
4914
4935
  "direction": "horizontal",
4915
4936
  "children": [
4916
4937
  {
4917
- "type": "icon",
4918
- "name": "layers"
4938
+ "name": "layers",
4939
+ "type": "icon"
4919
4940
  },
4920
4941
  {
4942
+ "variant": "h2",
4921
4943
  "content": "Context Window Alert",
4922
- "type": "typography",
4923
- "variant": "h2"
4944
+ "type": "typography"
4924
4945
  }
4925
- ],
4926
- "gap": "md",
4927
- "align": "center",
4928
- "type": "stack"
4946
+ ]
4929
4947
  },
4930
4948
  {
4931
4949
  "icon": "x",
@@ -4935,7 +4953,9 @@
4935
4953
  "label": "Dismiss"
4936
4954
  }
4937
4955
  ],
4938
- "gap": "md"
4956
+ "justify": "between",
4957
+ "type": "stack",
4958
+ "align": "center"
4939
4959
  },
4940
4960
  {
4941
4961
  "type": "divider"
@@ -4949,15 +4969,31 @@
4949
4969
  "type": "toast-slot"
4950
4970
  },
4951
4971
  {
4952
- "variant": "warning",
4953
4972
  "message": "@entity.message",
4954
- "type": "alert"
4973
+ "type": "alert",
4974
+ "variant": "warning"
4955
4975
  }
4956
- ],
4957
- "type": "stack",
4958
- "direction": "vertical"
4976
+ ]
4977
+ }
4978
+ ],
4979
+ "navItems": [
4980
+ {
4981
+ "href": "/chat",
4982
+ "icon": "message-circle",
4983
+ "label": "Chat"
4984
+ },
4985
+ {
4986
+ "label": "Memory",
4987
+ "icon": "brain",
4988
+ "href": "/memory"
4989
+ },
4990
+ {
4991
+ "href": "/settings",
4992
+ "icon": "settings",
4993
+ "label": "Settings"
4959
4994
  }
4960
- ]
4995
+ ],
4996
+ "type": "dashboard-layout"
4961
4997
  }
4962
4998
  ]
4963
4999
  ]
@@ -5150,8 +5186,8 @@
5150
5186
  "AssistantContext",
5151
5187
  {
5152
5188
  "emit": {
5153
- "success": "AssistantContextLoaded",
5154
- "failure": "AssistantContextLoadFailed"
5189
+ "failure": "AssistantContextLoadFailed",
5190
+ "success": "AssistantContextLoaded"
5155
5191
  }
5156
5192
  }
5157
5193
  ],
@@ -5165,7 +5201,7 @@
5165
5201
  "render-ui",
5166
5202
  "main",
5167
5203
  {
5168
- "appName": "Agent Assistant",
5204
+ "type": "dashboard-layout",
5169
5205
  "navItems": [
5170
5206
  {
5171
5207
  "href": "/chat",
@@ -5173,25 +5209,25 @@
5173
5209
  "label": "Chat"
5174
5210
  },
5175
5211
  {
5212
+ "href": "/memory",
5176
5213
  "icon": "brain",
5177
- "label": "Memory",
5178
- "href": "/memory"
5214
+ "label": "Memory"
5179
5215
  },
5180
5216
  {
5181
- "label": "Settings",
5217
+ "href": "/settings",
5182
5218
  "icon": "settings",
5183
- "href": "/settings"
5219
+ "label": "Settings"
5184
5220
  }
5185
5221
  ],
5186
- "type": "dashboard-layout",
5187
5222
  "children": [
5188
5223
  {
5189
- "icon": "layers",
5190
5224
  "description": "Context Window is ready",
5191
5225
  "title": "Context Window",
5226
+ "icon": "layers",
5192
5227
  "type": "empty-state"
5193
5228
  }
5194
- ]
5229
+ ],
5230
+ "appName": "Agent Assistant"
5195
5231
  }
5196
5232
  ]
5197
5233
  ]
@@ -5342,8 +5378,8 @@
5342
5378
  "emit",
5343
5379
  "SHOW",
5344
5380
  {
5345
- "message": "Token usage at limit",
5346
- "notificationType": "error"
5381
+ "notificationType": "error",
5382
+ "message": "Token usage at limit"
5347
5383
  }
5348
5384
  ]
5349
5385
  ]
@@ -5769,13 +5805,11 @@
5769
5805
  "render-ui",
5770
5806
  "main",
5771
5807
  {
5772
- "appName": "Agent Assistant",
5773
- "type": "dashboard-layout",
5774
5808
  "navItems": [
5775
5809
  {
5776
- "icon": "message-circle",
5777
5810
  "label": "Chat",
5778
- "href": "/chat"
5811
+ "href": "/chat",
5812
+ "icon": "message-circle"
5779
5813
  },
5780
5814
  {
5781
5815
  "href": "/memory",
@@ -5783,60 +5817,62 @@
5783
5817
  "label": "Memory"
5784
5818
  },
5785
5819
  {
5820
+ "href": "/settings",
5786
5821
  "icon": "settings",
5787
- "label": "Settings",
5788
- "href": "/settings"
5822
+ "label": "Settings"
5789
5823
  }
5790
5824
  ],
5825
+ "appName": "Agent Assistant",
5791
5826
  "children": [
5792
5827
  {
5793
- "direction": "vertical",
5794
- "type": "stack",
5795
- "gap": "lg",
5796
5828
  "children": [
5797
5829
  {
5798
- "type": "stack",
5799
- "gap": "md",
5800
- "direction": "horizontal",
5801
5830
  "children": [
5802
5831
  {
5803
5832
  "children": [
5804
5833
  {
5805
- "type": "icon",
5806
- "name": "repeat"
5834
+ "name": "repeat",
5835
+ "type": "icon"
5807
5836
  },
5808
5837
  {
5809
- "variant": "h2",
5810
5838
  "content": "Switch Provider",
5811
- "type": "typography"
5839
+ "type": "typography",
5840
+ "variant": "h2"
5812
5841
  }
5813
5842
  ],
5843
+ "type": "stack",
5814
5844
  "gap": "md",
5815
- "direction": "horizontal",
5816
- "type": "stack"
5845
+ "direction": "horizontal"
5817
5846
  },
5818
5847
  {
5819
5848
  "variant": "primary",
5820
- "label": "Open",
5821
5849
  "type": "button",
5850
+ "label": "Open",
5822
5851
  "action": "SWITCH",
5823
5852
  "icon": "repeat"
5824
5853
  }
5825
5854
  ],
5826
- "justify": "between"
5855
+ "direction": "horizontal",
5856
+ "gap": "md",
5857
+ "justify": "between",
5858
+ "type": "stack"
5827
5859
  },
5828
5860
  {
5829
5861
  "type": "divider"
5830
5862
  },
5831
5863
  {
5832
- "icon": "repeat",
5833
- "type": "empty-state",
5834
5864
  "title": "Nothing open",
5835
- "description": "Click Open to view details in a modal overlay."
5865
+ "description": "Click Open to view details in a modal overlay.",
5866
+ "icon": "repeat",
5867
+ "type": "empty-state"
5836
5868
  }
5837
- ]
5869
+ ],
5870
+ "gap": "lg",
5871
+ "type": "stack",
5872
+ "direction": "vertical"
5838
5873
  }
5839
- ]
5874
+ ],
5875
+ "type": "dashboard-layout"
5840
5876
  }
5841
5877
  ]
5842
5878
  ]
@@ -5851,8 +5887,8 @@
5851
5887
  "ProviderConfig",
5852
5888
  {
5853
5889
  "emit": {
5854
- "failure": "ProviderConfigLoadFailed",
5855
- "success": "ProviderConfigLoaded"
5890
+ "success": "ProviderConfigLoaded",
5891
+ "failure": "ProviderConfigLoadFailed"
5856
5892
  }
5857
5893
  }
5858
5894
  ],
@@ -5861,60 +5897,60 @@
5861
5897
  "modal",
5862
5898
  {
5863
5899
  "type": "stack",
5864
- "gap": "md",
5865
5900
  "direction": "vertical",
5866
5901
  "children": [
5867
5902
  {
5868
5903
  "direction": "horizontal",
5904
+ "type": "stack",
5869
5905
  "children": [
5870
5906
  {
5871
5907
  "type": "icon",
5872
5908
  "name": "repeat"
5873
5909
  },
5874
5910
  {
5875
- "content": "Switch Provider",
5876
5911
  "type": "typography",
5877
- "variant": "h3"
5912
+ "variant": "h3",
5913
+ "content": "Switch Provider"
5878
5914
  }
5879
5915
  ],
5880
- "gap": "sm",
5881
- "type": "stack"
5916
+ "gap": "sm"
5882
5917
  },
5883
5918
  {
5884
5919
  "type": "divider"
5885
5920
  },
5886
5921
  {
5887
5922
  "gap": "md",
5923
+ "type": "stack",
5924
+ "direction": "horizontal",
5888
5925
  "children": [
5889
5926
  {
5890
- "type": "typography",
5891
5927
  "content": "Current:",
5892
- "variant": "caption"
5928
+ "variant": "caption",
5929
+ "type": "typography"
5893
5930
  },
5894
5931
  {
5895
5932
  "label": "@entity.currentProvider",
5896
5933
  "type": "badge"
5897
5934
  },
5898
5935
  {
5899
- "label": "@entity.currentModel",
5900
- "type": "badge"
5936
+ "type": "badge",
5937
+ "label": "@entity.currentModel"
5901
5938
  }
5902
- ],
5903
- "direction": "horizontal",
5904
- "type": "stack"
5939
+ ]
5905
5940
  },
5906
5941
  {
5942
+ "mode": "edit",
5943
+ "submitEvent": "SAVE",
5944
+ "type": "form-section",
5907
5945
  "cancelEvent": "CLOSE",
5908
5946
  "fields": [
5909
5947
  "currentProvider",
5910
5948
  "currentModel"
5911
5949
  ],
5912
- "entity": "@entity",
5913
- "mode": "edit",
5914
- "submitEvent": "SAVE",
5915
- "type": "form-section"
5950
+ "entity": "@entity"
5916
5951
  }
5917
- ]
5952
+ ],
5953
+ "gap": "md"
5918
5954
  }
5919
5955
  ]
5920
5956
  ]
@@ -5939,8 +5975,8 @@
5939
5975
  "ProviderConfig",
5940
5976
  {
5941
5977
  "emit": {
5942
- "success": "ProviderConfigLoaded",
5943
- "failure": "ProviderConfigLoadFailed"
5978
+ "failure": "ProviderConfigLoadFailed",
5979
+ "success": "ProviderConfigLoaded"
5944
5980
  }
5945
5981
  }
5946
5982
  ],
@@ -5948,18 +5984,36 @@
5948
5984
  "render-ui",
5949
5985
  "main",
5950
5986
  {
5987
+ "navItems": [
5988
+ {
5989
+ "label": "Chat",
5990
+ "icon": "message-circle",
5991
+ "href": "/chat"
5992
+ },
5993
+ {
5994
+ "href": "/memory",
5995
+ "label": "Memory",
5996
+ "icon": "brain"
5997
+ },
5998
+ {
5999
+ "icon": "settings",
6000
+ "href": "/settings",
6001
+ "label": "Settings"
6002
+ }
6003
+ ],
6004
+ "appName": "Agent Assistant",
6005
+ "type": "dashboard-layout",
5951
6006
  "children": [
5952
6007
  {
5953
6008
  "direction": "vertical",
5954
- "type": "stack",
6009
+ "gap": "lg",
5955
6010
  "children": [
5956
6011
  {
5957
- "justify": "between",
6012
+ "type": "stack",
5958
6013
  "children": [
5959
6014
  {
5960
6015
  "direction": "horizontal",
5961
6016
  "type": "stack",
5962
- "gap": "md",
5963
6017
  "children": [
5964
6018
  {
5965
6019
  "name": "repeat",
@@ -5970,50 +6024,32 @@
5970
6024
  "variant": "h2",
5971
6025
  "type": "typography"
5972
6026
  }
5973
- ]
6027
+ ],
6028
+ "gap": "md"
5974
6029
  },
5975
6030
  {
5976
- "type": "button",
6031
+ "action": "SWITCH",
5977
6032
  "icon": "repeat",
6033
+ "type": "button",
5978
6034
  "label": "Open",
5979
- "action": "SWITCH",
5980
6035
  "variant": "primary"
5981
6036
  }
5982
6037
  ],
5983
- "direction": "horizontal",
5984
- "type": "stack",
5985
- "gap": "md"
6038
+ "gap": "md",
6039
+ "justify": "between",
6040
+ "direction": "horizontal"
5986
6041
  },
5987
6042
  {
5988
6043
  "type": "divider"
5989
6044
  },
5990
6045
  {
5991
- "type": "empty-state",
5992
- "description": "Click Open to view details in a modal overlay.",
6046
+ "icon": "repeat",
5993
6047
  "title": "Nothing open",
5994
- "icon": "repeat"
6048
+ "type": "empty-state",
6049
+ "description": "Click Open to view details in a modal overlay."
5995
6050
  }
5996
6051
  ],
5997
- "gap": "lg"
5998
- }
5999
- ],
6000
- "type": "dashboard-layout",
6001
- "appName": "Agent Assistant",
6002
- "navItems": [
6003
- {
6004
- "icon": "message-circle",
6005
- "label": "Chat",
6006
- "href": "/chat"
6007
- },
6008
- {
6009
- "href": "/memory",
6010
- "label": "Memory",
6011
- "icon": "brain"
6012
- },
6013
- {
6014
- "icon": "settings",
6015
- "label": "Settings",
6016
- "href": "/settings"
6052
+ "type": "stack"
6017
6053
  }
6018
6054
  ]
6019
6055
  }
@@ -6032,8 +6068,8 @@
6032
6068
  "@payload.data",
6033
6069
  {
6034
6070
  "emit": {
6035
- "failure": "ProviderConfigUpdateFailed",
6036
- "success": "ProviderConfigUpdated"
6071
+ "success": "ProviderConfigUpdated",
6072
+ "failure": "ProviderConfigUpdateFailed"
6037
6073
  }
6038
6074
  }
6039
6075
  ],
@@ -6060,56 +6096,38 @@
6060
6096
  "render-ui",
6061
6097
  "main",
6062
6098
  {
6063
- "navItems": [
6064
- {
6065
- "icon": "message-circle",
6066
- "label": "Chat",
6067
- "href": "/chat"
6068
- },
6069
- {
6070
- "icon": "brain",
6071
- "label": "Memory",
6072
- "href": "/memory"
6073
- },
6074
- {
6075
- "icon": "settings",
6076
- "label": "Settings",
6077
- "href": "/settings"
6078
- }
6079
- ],
6080
6099
  "children": [
6081
6100
  {
6082
- "direction": "vertical",
6083
6101
  "children": [
6084
6102
  {
6103
+ "gap": "md",
6104
+ "direction": "horizontal",
6085
6105
  "children": [
6086
6106
  {
6087
6107
  "gap": "md",
6108
+ "direction": "horizontal",
6088
6109
  "children": [
6089
6110
  {
6090
6111
  "type": "icon",
6091
6112
  "name": "repeat"
6092
6113
  },
6093
6114
  {
6094
- "variant": "h2",
6095
6115
  "content": "Switch Provider",
6096
- "type": "typography"
6116
+ "type": "typography",
6117
+ "variant": "h2"
6097
6118
  }
6098
6119
  ],
6099
- "direction": "horizontal",
6100
6120
  "type": "stack"
6101
6121
  },
6102
6122
  {
6103
- "type": "button",
6104
- "label": "Open",
6105
6123
  "action": "SWITCH",
6106
6124
  "icon": "repeat",
6125
+ "label": "Open",
6126
+ "type": "button",
6107
6127
  "variant": "primary"
6108
6128
  }
6109
6129
  ],
6110
- "direction": "horizontal",
6111
6130
  "justify": "between",
6112
- "gap": "md",
6113
6131
  "type": "stack"
6114
6132
  },
6115
6133
  {
@@ -6117,17 +6135,35 @@
6117
6135
  },
6118
6136
  {
6119
6137
  "description": "Click Open to view details in a modal overlay.",
6120
- "title": "Nothing open",
6121
6138
  "type": "empty-state",
6122
- "icon": "repeat"
6139
+ "icon": "repeat",
6140
+ "title": "Nothing open"
6123
6141
  }
6124
6142
  ],
6125
- "type": "stack",
6126
- "gap": "lg"
6143
+ "gap": "lg",
6144
+ "direction": "vertical",
6145
+ "type": "stack"
6127
6146
  }
6128
6147
  ],
6129
6148
  "type": "dashboard-layout",
6130
- "appName": "Agent Assistant"
6149
+ "appName": "Agent Assistant",
6150
+ "navItems": [
6151
+ {
6152
+ "href": "/chat",
6153
+ "icon": "message-circle",
6154
+ "label": "Chat"
6155
+ },
6156
+ {
6157
+ "href": "/memory",
6158
+ "label": "Memory",
6159
+ "icon": "brain"
6160
+ },
6161
+ {
6162
+ "href": "/settings",
6163
+ "label": "Settings",
6164
+ "icon": "settings"
6165
+ }
6166
+ ]
6131
6167
  }
6132
6168
  ]
6133
6169
  ]
@@ -6237,8 +6273,8 @@
6237
6273
  "ProviderConfig",
6238
6274
  {
6239
6275
  "emit": {
6240
- "failure": "ProviderConfigLoadFailed",
6241
- "success": "ProviderConfigLoaded"
6276
+ "success": "ProviderConfigLoaded",
6277
+ "failure": "ProviderConfigLoadFailed"
6242
6278
  }
6243
6279
  }
6244
6280
  ]
@@ -6263,8 +6299,6 @@
6263
6299
  "render-ui",
6264
6300
  "main",
6265
6301
  {
6266
- "type": "dashboard-layout",
6267
- "appName": "Agent Assistant",
6268
6302
  "navItems": [
6269
6303
  {
6270
6304
  "href": "/chat",
@@ -6277,69 +6311,71 @@
6277
6311
  "icon": "brain"
6278
6312
  },
6279
6313
  {
6280
- "icon": "settings",
6281
6314
  "href": "/settings",
6315
+ "icon": "settings",
6282
6316
  "label": "Settings"
6283
6317
  }
6284
6318
  ],
6319
+ "type": "dashboard-layout",
6285
6320
  "children": [
6286
6321
  {
6287
- "direction": "vertical",
6288
- "gap": "lg",
6289
6322
  "type": "stack",
6323
+ "gap": "lg",
6290
6324
  "children": [
6291
6325
  {
6326
+ "direction": "horizontal",
6327
+ "gap": "md",
6328
+ "justify": "between",
6292
6329
  "type": "stack",
6293
- "align": "center",
6294
- "children": [
6295
- {
6296
- "align": "center",
6297
- "direction": "horizontal",
6298
- "gap": "md",
6299
- "type": "stack",
6330
+ "align": "center",
6331
+ "children": [
6332
+ {
6300
6333
  "children": [
6301
6334
  {
6302
6335
  "name": "server",
6303
6336
  "type": "icon"
6304
6337
  },
6305
6338
  {
6306
- "type": "typography",
6307
6339
  "content": "Provider Status",
6340
+ "type": "typography",
6308
6341
  "variant": "h2"
6309
6342
  }
6310
- ]
6343
+ ],
6344
+ "type": "stack",
6345
+ "gap": "md",
6346
+ "direction": "horizontal",
6347
+ "align": "center"
6311
6348
  },
6312
6349
  {
6350
+ "type": "button",
6313
6351
  "variant": "ghost",
6314
6352
  "icon": "x",
6315
6353
  "action": "HIDE",
6316
- "type": "button",
6317
6354
  "label": "Dismiss"
6318
6355
  }
6319
- ],
6320
- "direction": "horizontal",
6321
- "gap": "md",
6322
- "justify": "between"
6356
+ ]
6323
6357
  },
6324
6358
  {
6325
6359
  "type": "divider"
6326
6360
  },
6327
6361
  {
6328
- "variant": "@entity.notificationType",
6329
6362
  "message": "@entity.message",
6330
- "type": "alert"
6363
+ "type": "alert",
6364
+ "variant": "@entity.notificationType"
6331
6365
  },
6332
6366
  {
6333
6367
  "type": "toast-slot"
6334
6368
  },
6335
6369
  {
6336
- "message": "@entity.message",
6337
6370
  "variant": "warning",
6371
+ "message": "@entity.message",
6338
6372
  "type": "alert"
6339
6373
  }
6340
- ]
6374
+ ],
6375
+ "direction": "vertical"
6341
6376
  }
6342
- ]
6377
+ ],
6378
+ "appName": "Agent Assistant"
6343
6379
  }
6344
6380
  ]
6345
6381
  ]
@@ -6363,83 +6399,83 @@
6363
6399
  "render-ui",
6364
6400
  "main",
6365
6401
  {
6366
- "navItems": [
6367
- {
6368
- "label": "Chat",
6369
- "href": "/chat",
6370
- "icon": "message-circle"
6371
- },
6372
- {
6373
- "href": "/memory",
6374
- "icon": "brain",
6375
- "label": "Memory"
6376
- },
6377
- {
6378
- "href": "/settings",
6379
- "icon": "settings",
6380
- "label": "Settings"
6381
- }
6382
- ],
6402
+ "type": "dashboard-layout",
6383
6403
  "appName": "Agent Assistant",
6384
6404
  "children": [
6385
6405
  {
6386
6406
  "gap": "lg",
6407
+ "direction": "vertical",
6387
6408
  "children": [
6388
6409
  {
6389
- "gap": "md",
6390
- "justify": "between",
6410
+ "type": "stack",
6391
6411
  "children": [
6392
6412
  {
6393
6413
  "align": "center",
6394
- "gap": "md",
6395
- "type": "stack",
6396
6414
  "children": [
6397
6415
  {
6398
6416
  "type": "icon",
6399
6417
  "name": "server"
6400
6418
  },
6401
6419
  {
6402
- "content": "Provider Status",
6403
6420
  "type": "typography",
6404
- "variant": "h2"
6421
+ "variant": "h2",
6422
+ "content": "Provider Status"
6405
6423
  }
6406
6424
  ],
6407
- "direction": "horizontal"
6425
+ "direction": "horizontal",
6426
+ "gap": "md",
6427
+ "type": "stack"
6408
6428
  },
6409
6429
  {
6410
- "variant": "ghost",
6411
- "type": "button",
6412
- "label": "Dismiss",
6413
6430
  "action": "HIDE",
6414
- "icon": "x"
6431
+ "icon": "x",
6432
+ "type": "button",
6433
+ "variant": "ghost",
6434
+ "label": "Dismiss"
6415
6435
  }
6416
6436
  ],
6417
6437
  "direction": "horizontal",
6418
- "type": "stack",
6438
+ "gap": "md",
6439
+ "justify": "between",
6419
6440
  "align": "center"
6420
6441
  },
6421
6442
  {
6422
6443
  "type": "divider"
6423
6444
  },
6424
6445
  {
6446
+ "variant": "@entity.notificationType",
6425
6447
  "message": "@entity.message",
6426
- "type": "alert",
6427
- "variant": "@entity.notificationType"
6448
+ "type": "alert"
6428
6449
  },
6429
6450
  {
6430
6451
  "type": "toast-slot"
6431
6452
  },
6432
6453
  {
6433
6454
  "message": "@entity.message",
6434
- "type": "alert",
6435
- "variant": "warning"
6455
+ "variant": "warning",
6456
+ "type": "alert"
6436
6457
  }
6437
6458
  ],
6438
- "type": "stack",
6439
- "direction": "vertical"
6459
+ "type": "stack"
6440
6460
  }
6441
6461
  ],
6442
- "type": "dashboard-layout"
6462
+ "navItems": [
6463
+ {
6464
+ "icon": "message-circle",
6465
+ "href": "/chat",
6466
+ "label": "Chat"
6467
+ },
6468
+ {
6469
+ "label": "Memory",
6470
+ "href": "/memory",
6471
+ "icon": "brain"
6472
+ },
6473
+ {
6474
+ "icon": "settings",
6475
+ "href": "/settings",
6476
+ "label": "Settings"
6477
+ }
6478
+ ]
6443
6479
  }
6444
6480
  ]
6445
6481
  ]
@@ -6627,26 +6663,26 @@
6627
6663
  "children": [
6628
6664
  {
6629
6665
  "icon": "repeat",
6666
+ "title": "Provider",
6630
6667
  "description": "Provider is ready",
6631
- "type": "empty-state",
6632
- "title": "Provider"
6668
+ "type": "empty-state"
6633
6669
  }
6634
6670
  ],
6635
6671
  "appName": "Agent Assistant",
6636
6672
  "navItems": [
6637
6673
  {
6638
6674
  "href": "/chat",
6639
- "label": "Chat",
6640
- "icon": "message-circle"
6675
+ "icon": "message-circle",
6676
+ "label": "Chat"
6641
6677
  },
6642
6678
  {
6643
- "icon": "brain",
6679
+ "href": "/memory",
6644
6680
  "label": "Memory",
6645
- "href": "/memory"
6681
+ "icon": "brain"
6646
6682
  },
6647
6683
  {
6648
- "label": "Settings",
6649
6684
  "href": "/settings",
6685
+ "label": "Settings",
6650
6686
  "icon": "settings"
6651
6687
  }
6652
6688
  ],
@@ -6959,21 +6995,21 @@
6959
6995
  "render-ui",
6960
6996
  "main",
6961
6997
  {
6998
+ "direction": "vertical",
6999
+ "gap": "md",
7000
+ "type": "stack",
7001
+ "align": "center",
6962
7002
  "children": [
6963
7003
  {
6964
7004
  "type": "spinner"
6965
7005
  },
6966
7006
  {
6967
7007
  "color": "muted",
6968
- "content": "Loading…",
6969
7008
  "variant": "caption",
6970
- "type": "typography"
7009
+ "type": "typography",
7010
+ "content": "Loading…"
6971
7011
  }
6972
7012
  ],
6973
- "direction": "vertical",
6974
- "gap": "md",
6975
- "align": "center",
6976
- "type": "stack",
6977
7013
  "className": "py-12"
6978
7014
  }
6979
7015
  ]
@@ -6990,9 +7026,9 @@
6990
7026
  {
6991
7027
  "navItems": [
6992
7028
  {
6993
- "icon": "message-circle",
7029
+ "label": "Chat",
6994
7030
  "href": "/chat",
6995
- "label": "Chat"
7031
+ "icon": "message-circle"
6996
7032
  },
6997
7033
  {
6998
7034
  "icon": "brain",
@@ -7000,12 +7036,11 @@
7000
7036
  "label": "Memory"
7001
7037
  },
7002
7038
  {
7003
- "label": "Settings",
7004
7039
  "href": "/settings",
7040
+ "label": "Settings",
7005
7041
  "icon": "settings"
7006
7042
  }
7007
7043
  ],
7008
- "appName": "Agent Assistant",
7009
7044
  "children": [
7010
7045
  {
7011
7046
  "direction": "vertical",
@@ -7017,75 +7052,76 @@
7017
7052
  "type": "icon"
7018
7053
  },
7019
7054
  {
7020
- "variant": "h2",
7021
7055
  "content": "Assistant",
7056
+ "variant": "h2",
7022
7057
  "type": "typography"
7023
7058
  }
7024
7059
  ],
7025
- "align": "center",
7026
7060
  "direction": "horizontal",
7027
- "gap": "sm",
7028
- "type": "stack"
7061
+ "type": "stack",
7062
+ "align": "center",
7063
+ "gap": "sm"
7029
7064
  },
7030
7065
  {
7031
7066
  "type": "divider"
7032
7067
  },
7033
7068
  {
7069
+ "tabChangeEvent": "SELECT_TAB",
7034
7070
  "defaultActiveTab": "chat",
7071
+ "type": "tabs",
7035
7072
  "tabs": [
7036
7073
  {
7037
- "label": "Chat",
7038
- "value": "chat"
7074
+ "value": "chat",
7075
+ "label": "Chat"
7039
7076
  },
7040
7077
  {
7041
- "label": "Memory",
7042
- "value": "memory"
7078
+ "value": "memory",
7079
+ "label": "Memory"
7043
7080
  },
7044
7081
  {
7045
7082
  "label": "Settings",
7046
7083
  "value": "settings"
7047
7084
  }
7048
- ],
7049
- "type": "tabs",
7050
- "tabChangeEvent": "SELECT_TAB"
7085
+ ]
7051
7086
  },
7052
7087
  {
7053
7088
  "type": "divider"
7054
7089
  },
7055
7090
  {
7056
- "fields": [],
7057
- "entity": "@payload.data",
7058
- "className": "transition-shadow hover:shadow-md cursor-pointer",
7059
7091
  "type": "data-grid",
7092
+ "entity": "@payload.data",
7093
+ "fields": [],
7060
7094
  "renderItem": [
7061
7095
  "fn",
7062
7096
  "item",
7063
7097
  {
7098
+ "gap": "sm",
7064
7099
  "type": "stack",
7065
7100
  "direction": "vertical",
7066
- "gap": "sm",
7067
7101
  "children": [
7068
7102
  {
7069
- "type": "typography",
7070
7103
  "content": "@item.messages",
7071
- "variant": "h4"
7104
+ "variant": "h4",
7105
+ "type": "typography"
7072
7106
  },
7073
7107
  {
7074
- "content": "@item.currentMessage",
7075
- "type": "typography",
7108
+ "variant": "caption",
7076
7109
  "color": "muted",
7077
- "variant": "caption"
7110
+ "content": "@item.currentMessage",
7111
+ "type": "typography"
7078
7112
  }
7079
7113
  ]
7080
7114
  }
7081
- ]
7115
+ ],
7116
+ "className": "transition-shadow hover:shadow-md cursor-pointer"
7082
7117
  }
7083
7118
  ],
7084
7119
  "gap": "lg",
7085
7120
  "type": "stack"
7086
7121
  }
7087
7122
  ],
7088
- "type": "dashboard-layout"
7123
+ "type": "dashboard-layout",
7124
+ "appName": "Agent Assistant"
7089
7125
  }
7090
7126
  ]
7091
7127
  ]
@@ -7099,6 +7135,10 @@
7099
7135
  "render-ui",
7100
7136
  "main",
7101
7137
  {
7138
+ "direction": "vertical",
7139
+ "type": "stack",
7140
+ "align": "center",
7141
+ "className": "py-12",
7102
7142
  "children": [
7103
7143
  {
7104
7144
  "name": "alert-triangle",
@@ -7106,29 +7146,25 @@
7106
7146
  "type": "icon"
7107
7147
  },
7108
7148
  {
7109
- "content": "Failed to load",
7149
+ "variant": "h3",
7110
7150
  "type": "typography",
7111
- "variant": "h3"
7151
+ "content": "Failed to load"
7112
7152
  },
7113
7153
  {
7154
+ "color": "muted",
7114
7155
  "type": "typography",
7115
7156
  "variant": "body",
7116
- "content": "@payload.error",
7117
- "color": "muted"
7157
+ "content": "@payload.error"
7118
7158
  },
7119
7159
  {
7120
- "variant": "primary",
7121
- "action": "INIT",
7122
7160
  "icon": "rotate-ccw",
7161
+ "label": "Retry",
7162
+ "variant": "primary",
7123
7163
  "type": "button",
7124
- "label": "Retry"
7164
+ "action": "INIT"
7125
7165
  }
7126
7166
  ],
7127
- "align": "center",
7128
- "direction": "vertical",
7129
- "className": "py-12",
7130
- "gap": "md",
7131
- "type": "stack"
7167
+ "gap": "md"
7132
7168
  }
7133
7169
  ]
7134
7170
  ]
@@ -7143,8 +7179,8 @@
7143
7179
  "AssistantNav",
7144
7180
  {
7145
7181
  "emit": {
7146
- "failure": "AssistantNavLoadFailed",
7147
- "success": "AssistantNavLoaded"
7182
+ "success": "AssistantNavLoaded",
7183
+ "failure": "AssistantNavLoadFailed"
7148
7184
  }
7149
7185
  }
7150
7186
  ],
@@ -7313,8 +7349,8 @@
7313
7349
  "MemorySidebar",
7314
7350
  {
7315
7351
  "emit": {
7316
- "success": "MemorySidebarLoaded",
7317
- "failure": "MemorySidebarLoadFailed"
7352
+ "failure": "MemorySidebarLoadFailed",
7353
+ "success": "MemorySidebarLoaded"
7318
7354
  }
7319
7355
  }
7320
7356
  ]
@@ -7330,8 +7366,8 @@
7330
7366
  "MemorySidebar",
7331
7367
  {
7332
7368
  "emit": {
7333
- "success": "MemorySidebarLoaded",
7334
- "failure": "MemorySidebarLoadFailed"
7369
+ "failure": "MemorySidebarLoadFailed",
7370
+ "success": "MemorySidebarLoaded"
7335
7371
  }
7336
7372
  }
7337
7373
  ],
@@ -7339,43 +7375,41 @@
7339
7375
  "render-ui",
7340
7376
  "drawer",
7341
7377
  {
7342
- "direction": "vertical",
7343
- "gap": "none",
7378
+ "type": "stack",
7344
7379
  "children": [
7345
7380
  {
7346
- "type": "drawer",
7347
- "isOpen": true,
7381
+ "title": "Memory Recall",
7348
7382
  "children": [
7349
7383
  {
7350
7384
  "children": [
7351
7385
  {
7352
- "direction": "horizontal",
7353
7386
  "children": [
7354
7387
  {
7355
7388
  "content": "Content",
7356
- "type": "typography",
7357
- "variant": "caption"
7389
+ "variant": "caption",
7390
+ "type": "typography"
7358
7391
  },
7359
7392
  {
7360
7393
  "type": "typography",
7361
- "content": "@entity.content",
7362
- "variant": "body"
7394
+ "variant": "body",
7395
+ "content": "@entity.content"
7363
7396
  }
7364
7397
  ],
7365
- "gap": "md",
7366
7398
  "type": "stack",
7367
- "justify": "between"
7399
+ "gap": "md",
7400
+ "justify": "between",
7401
+ "direction": "horizontal"
7368
7402
  },
7369
7403
  {
7370
7404
  "children": [
7371
7405
  {
7372
- "type": "typography",
7373
7406
  "variant": "caption",
7407
+ "type": "typography",
7374
7408
  "content": "Query"
7375
7409
  },
7376
7410
  {
7377
- "type": "typography",
7378
7411
  "content": "@entity.query",
7412
+ "type": "typography",
7379
7413
  "variant": "body"
7380
7414
  }
7381
7415
  ],
@@ -7385,90 +7419,93 @@
7385
7419
  "type": "stack"
7386
7420
  },
7387
7421
  {
7422
+ "type": "stack",
7388
7423
  "children": [
7389
7424
  {
7390
- "content": "Strength",
7425
+ "type": "typography",
7391
7426
  "variant": "caption",
7392
- "type": "typography"
7427
+ "content": "Strength"
7393
7428
  },
7394
7429
  {
7395
- "type": "typography",
7396
7430
  "content": "@entity.strength",
7431
+ "type": "typography",
7397
7432
  "variant": "body"
7398
7433
  }
7399
7434
  ],
7400
7435
  "direction": "horizontal",
7401
- "justify": "between",
7402
- "type": "stack",
7403
- "gap": "md"
7436
+ "gap": "md",
7437
+ "justify": "between"
7404
7438
  },
7405
7439
  {
7406
7440
  "type": "divider"
7407
7441
  },
7408
7442
  {
7409
- "justify": "end",
7410
- "gap": "sm",
7411
7443
  "children": [
7412
7444
  {
7413
7445
  "action": "CLOSE",
7414
7446
  "variant": "ghost",
7415
- "label": "Close",
7416
- "type": "button"
7447
+ "type": "button",
7448
+ "label": "Close"
7417
7449
  }
7418
7450
  ],
7451
+ "gap": "sm",
7419
7452
  "direction": "horizontal",
7453
+ "justify": "end",
7420
7454
  "type": "stack"
7421
7455
  }
7422
7456
  ],
7423
7457
  "type": "stack",
7424
- "direction": "vertical",
7425
- "gap": "md"
7458
+ "gap": "md",
7459
+ "direction": "vertical"
7426
7460
  }
7427
7461
  ],
7428
- "title": "Memory Recall"
7462
+ "type": "drawer",
7463
+ "isOpen": true
7429
7464
  },
7430
7465
  {
7466
+ "title": "Memory Recall",
7431
7467
  "onClose": "CLOSE",
7468
+ "position": "right",
7469
+ "type": "side-panel",
7432
7470
  "children": [
7433
7471
  {
7434
- "direction": "vertical",
7435
7472
  "type": "stack",
7436
7473
  "children": [
7437
7474
  {
7438
- "gap": "md",
7439
- "type": "stack",
7440
7475
  "direction": "horizontal",
7441
7476
  "children": [
7442
7477
  {
7478
+ "variant": "caption",
7443
7479
  "content": "Content",
7444
- "type": "typography",
7445
- "variant": "caption"
7480
+ "type": "typography"
7446
7481
  },
7447
7482
  {
7483
+ "content": "@entity.content",
7448
7484
  "type": "typography",
7449
- "variant": "body",
7450
- "content": "@entity.content"
7485
+ "variant": "body"
7451
7486
  }
7452
7487
  ],
7488
+ "gap": "md",
7489
+ "type": "stack",
7453
7490
  "justify": "between"
7454
7491
  },
7455
7492
  {
7456
- "justify": "between",
7493
+ "gap": "md",
7457
7494
  "children": [
7458
7495
  {
7459
- "variant": "caption",
7460
7496
  "content": "Query",
7497
+ "variant": "caption",
7461
7498
  "type": "typography"
7462
7499
  },
7463
7500
  {
7464
- "type": "typography",
7465
7501
  "variant": "body",
7502
+ "type": "typography",
7466
7503
  "content": "@entity.query"
7467
7504
  }
7468
7505
  ],
7469
- "type": "stack",
7470
- "gap": "md",
7471
- "direction": "horizontal"
7506
+ "justify": "between",
7507
+ "direction": "horizontal",
7508
+ "type": "stack"
7472
7509
  },
7473
7510
  {
7474
7511
  "children": [
@@ -7478,27 +7515,26 @@
7478
7515
  "content": "Strength"
7479
7516
  },
7480
7517
  {
7481
- "variant": "body",
7482
7518
  "content": "@entity.strength",
7483
- "type": "typography"
7519
+ "type": "typography",
7520
+ "variant": "body"
7484
7521
  }
7485
7522
  ],
7523
+ "gap": "md",
7486
7524
  "justify": "between",
7487
7525
  "type": "stack",
7488
- "gap": "md",
7489
7526
  "direction": "horizontal"
7490
7527
  }
7491
7528
  ],
7529
+ "direction": "vertical",
7492
7530
  "gap": "md"
7493
7531
  }
7494
7532
  ],
7495
- "isOpen": true,
7496
- "position": "right",
7497
- "title": "Memory Recall",
7498
- "type": "side-panel"
7533
+ "isOpen": true
7499
7534
  }
7500
7535
  ],
7501
- "type": "stack"
7536
+ "direction": "vertical",
7537
+ "gap": "none"
7502
7538
  }
7503
7539
  ]
7504
7540
  ]
@@ -7518,8 +7554,8 @@
7518
7554
  "MemorySidebar",
7519
7555
  {
7520
7556
  "emit": {
7521
- "success": "MemorySidebarLoaded",
7522
- "failure": "MemorySidebarLoadFailed"
7557
+ "failure": "MemorySidebarLoadFailed",
7558
+ "success": "MemorySidebarLoaded"
7523
7559
  }
7524
7560
  }
7525
7561
  ]
@@ -7543,4 +7579,4 @@
7543
7579
  ]
7544
7580
  }
7545
7581
  ]
7546
- }
7582
+ }