@almadar/std 16.206.0 → 16.208.0

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 (258) hide show
  1. package/behaviors/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
  2. package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
  3. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
  4. package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
  5. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
  6. package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
  7. package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
  8. package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
  9. package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
  10. package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
  11. package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
  12. package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
  13. package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
  14. package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
  15. package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
  16. package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
  17. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
  19. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
  21. package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
  25. package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
  26. package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
  27. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
  29. package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
  31. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
  32. package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
  34. package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
  36. package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
  37. package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
  38. package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
  39. package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
  40. package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
  41. package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
  42. package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  45. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
  46. package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
  47. package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
  51. package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
  52. package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
  53. package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
  54. package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
  55. package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
  56. package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
  57. package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
  58. package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
  59. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
  60. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
  61. package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
  62. package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
  63. package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
  64. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
  65. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
  66. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
  67. package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -4
  68. package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
  69. package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -2
  70. package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
  71. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
  72. package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
  73. package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
  74. package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
  75. package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
  76. package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
  77. package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
  78. package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
  79. package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
  80. package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
  81. package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
  82. package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
  83. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
  84. package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
  85. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
  86. package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
  87. package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
  88. package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
  89. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
  90. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
  91. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
  92. package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
  93. package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
  94. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
  95. package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
  96. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +142 -4
  97. package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
  98. package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
  99. package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
  100. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
  101. package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
  102. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +320 -13
  103. package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
  104. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
  105. package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
  106. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +84 -2
  107. package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
  108. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
  109. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
  110. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
  111. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
  112. package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
  113. package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
  114. package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -4
  115. package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
  116. package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
  117. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
  118. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
  119. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
  120. package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
  121. package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
  122. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
  123. package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
  124. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
  125. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
  126. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
  127. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
  128. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
  129. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
  130. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
  131. package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
  132. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
  133. package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
  134. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
  135. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
  136. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
  137. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
  138. package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
  139. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
  140. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
  141. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
  142. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
  143. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
  144. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
  145. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
  146. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
  147. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
  148. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
  149. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  150. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
  151. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
  152. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
  153. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
  154. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
  155. package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
  156. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
  157. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
  158. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
  159. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
  160. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
  161. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
  162. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
  163. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
  164. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
  165. package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
  166. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
  167. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
  168. package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
  169. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
  170. package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
  171. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
  172. package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
  173. package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
  174. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
  175. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
  176. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
  177. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
  178. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
  179. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
  180. package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
  181. package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
  182. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
  183. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
  184. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
  185. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
  186. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
  187. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
  188. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
  189. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
  190. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
  191. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
  192. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
  193. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
  194. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
  195. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
  196. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
  197. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
  198. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
  199. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
  200. package/canonical-operators.json +0 -40
  201. package/dist/behaviors/exports-reader.js +8003 -869
  202. package/dist/behaviors/functions/index.d.ts +190 -184
  203. package/dist/behaviors/functions/index.js +8003 -869
  204. package/dist/behaviors/index.d.ts +1 -1
  205. package/dist/behaviors/index.js +8003 -869
  206. package/dist/behaviors/query.js +8003 -869
  207. package/dist/behaviors-embeddings.hash.json +3 -3
  208. package/dist/behaviors-embeddings.json +9 -9
  209. package/dist/behaviors-registry.json +910 -229
  210. package/dist/index.d.ts +3 -3
  211. package/dist/index.js +8003 -891
  212. package/dist/knob-embeddings.hash.json +3 -3
  213. package/dist/knob-embeddings.json +1 -1
  214. package/dist/modules/anim.d.ts +1 -1
  215. package/dist/modules/array.d.ts +1 -1
  216. package/dist/modules/array.js +0 -11
  217. package/dist/modules/async.d.ts +1 -1
  218. package/dist/modules/behavior.d.ts +1 -1
  219. package/dist/modules/browser.d.ts +1 -1
  220. package/dist/modules/composition.d.ts +1 -1
  221. package/dist/modules/contract.d.ts +1 -1
  222. package/dist/modules/core.d.ts +1 -1
  223. package/dist/modules/data.d.ts +1 -1
  224. package/dist/modules/ease.d.ts +1 -1
  225. package/dist/modules/format.d.ts +1 -1
  226. package/dist/modules/geo.d.ts +1 -1
  227. package/dist/modules/graph.d.ts +1 -1
  228. package/dist/modules/grid.d.ts +1 -1
  229. package/dist/modules/index.d.ts +1 -1
  230. package/dist/modules/index.js +0 -22
  231. package/dist/modules/integration.d.ts +1 -1
  232. package/dist/modules/llm.d.ts +1 -1
  233. package/dist/modules/math.d.ts +1 -1
  234. package/dist/modules/memory.d.ts +1 -1
  235. package/dist/modules/nn.d.ts +1 -1
  236. package/dist/modules/noise.d.ts +1 -1
  237. package/dist/modules/object.d.ts +1 -1
  238. package/dist/modules/object.js +0 -11
  239. package/dist/modules/os.d.ts +1 -1
  240. package/dist/modules/path.d.ts +1 -1
  241. package/dist/modules/prob.d.ts +1 -1
  242. package/dist/modules/session.d.ts +1 -1
  243. package/dist/modules/str.d.ts +1 -1
  244. package/dist/modules/tensor.d.ts +1 -1
  245. package/dist/modules/time.d.ts +1 -1
  246. package/dist/modules/trace.d.ts +1 -1
  247. package/dist/modules/train.d.ts +1 -1
  248. package/dist/modules/validate.d.ts +1 -1
  249. package/dist/modules/vector.d.ts +1 -1
  250. package/dist/modules/workspace.d.ts +1 -1
  251. package/dist/registry/factory-signatures.json +1 -1
  252. package/dist/registry.d.ts +1 -1
  253. package/dist/registry.js +0 -22
  254. package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
  255. package/i18n/ar.json +433 -0
  256. package/i18n/en.json +433 -0
  257. package/i18n/sl.json +433 -0
  258. package/package.json +21 -8
@@ -3,6 +3,7 @@ app ui-draw-text-layer "1.0.0"
3
3
  orbital DrawTextLayerOrbital {
4
4
  type DrawTextLayerItemsItem = {
5
5
  type : "draw-text"!
6
+ id : string
6
7
  text : string!
7
8
  position : DrawTextLayerItemsItemPosition!
8
9
  anchor : "top-left" | "ground" | "center"
@@ -36,7 +37,7 @@ orbital DrawTextLayerOrbital {
36
37
  }
37
38
 
38
39
  config {
39
- items : [DrawTextLayerItemsItem] = [{ type: "draw-text", text: "Text", position: { x: 1, y: 1, z: 1 }, anchor: "top-left", offsetX: 1, offsetY: 1, color: "Color", font: "Font", align: center, baseline: alphabetic, opacity: 1 }, { type: "draw-text", text: "Text 2", position: { x: 2, y: 2, z: 2 }, anchor: ground, offsetX: 2, offsetY: 2, color: "Color 2", font: "Font 2", align: end, baseline: bottom, opacity: 2 }]
40
+ items : [DrawTextLayerItemsItem] = [{ type: "draw-text", id: "Id", text: "Text", position: { x: 1, y: 1, z: 1 }, anchor: "top-left", offsetX: 1, offsetY: 1, color: "Color", font: "Font", align: center, baseline: alphabetic, opacity: 1 }, { type: "draw-text", id: "Id 2", text: "Text 2", position: { x: 2, y: 2, z: 2 }, anchor: ground, offsetX: 2, offsetY: 2, color: "Color 2", font: "Font 2", align: end, baseline: bottom, opacity: 2 }]
40
41
  @label "Items"
41
42
  @description "items prop"
42
43
  @tier "presentation"
@@ -2,12 +2,86 @@ app ui-game-hud "1.0.0"
2
2
  "GameHud — UI factory (1:1 with the @almadar/ui game-hud pattern)."
3
3
  orbital GameHudOrbital {
4
4
  type GameHudStatsItem = {
5
+ assetUrl : GameHudStatsItemAssetUrl
6
+ iconUrl : GameHudStatsItemIconUrl
7
+ label : string!
8
+ value : string
9
+ max : number
5
10
  source : string
6
11
  field : string
12
+ format : string
13
+ icon : icon
14
+ variant : string
15
+ className : string
16
+ }
17
+ type GameHudStatsItemAssetUrl = {
18
+ url : asset!
19
+ role : string!
20
+ category : string!
21
+ animations : [string]
22
+ style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
23
+ variant : string
24
+ dimension : "2d" | "3d"
25
+ aspect : "1:1" | "16:9" | "5:7" | "8:1"
26
+ atlas : asset
27
+ sprite : string
28
+ name : string
29
+ thumbnailUrl : string
30
+ }
31
+ type GameHudStatsItemIconUrl = {
32
+ url : asset!
33
+ role : string!
34
+ category : string!
35
+ animations : [string]
36
+ style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
37
+ variant : string
38
+ dimension : "2d" | "3d"
39
+ aspect : "1:1" | "16:9" | "5:7" | "8:1"
40
+ atlas : asset
41
+ sprite : string
42
+ name : string
43
+ thumbnailUrl : string
7
44
  }
8
45
  type GameHudItemsItem = {
46
+ assetUrl : GameHudItemsItemAssetUrl
47
+ iconUrl : GameHudItemsItemIconUrl
48
+ label : string!
49
+ value : string
50
+ max : number
9
51
  source : string
10
52
  field : string
53
+ format : string
54
+ icon : icon
55
+ variant : string
56
+ className : string
57
+ }
58
+ type GameHudItemsItemAssetUrl = {
59
+ url : asset!
60
+ role : string!
61
+ category : string!
62
+ animations : [string]
63
+ style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
64
+ variant : string
65
+ dimension : "2d" | "3d"
66
+ aspect : "1:1" | "16:9" | "5:7" | "8:1"
67
+ atlas : asset
68
+ sprite : string
69
+ name : string
70
+ thumbnailUrl : string
71
+ }
72
+ type GameHudItemsItemIconUrl = {
73
+ url : asset!
74
+ role : string!
75
+ category : string!
76
+ animations : [string]
77
+ style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
78
+ variant : string
79
+ dimension : "2d" | "3d"
80
+ aspect : "1:1" | "16:9" | "5:7" | "8:1"
81
+ atlas : asset
82
+ sprite : string
83
+ name : string
84
+ thumbnailUrl : string
11
85
  }
12
86
  type GameHudElementsItem = {
13
87
  type : string
@@ -36,7 +36,7 @@ orbital GameMenuOrbital {
36
36
  type GameMenuSELECTOption = {
37
37
  id : string
38
38
  label : string!
39
- event : string
39
+ event : event
40
40
  navigatesTo : string
41
41
  variant : string
42
42
  disabled : boolean
@@ -69,7 +69,7 @@ orbital StatBadgeOrbital {
69
69
  @label "Label"
70
70
  @description "Stat label"
71
71
  @tier "presentation"
72
- value : string
72
+ value : scalar
73
73
  @label "Value"
74
74
  @description "Current value (defaults to 0 if not provided)"
75
75
  @tier "presentation"
@@ -22,7 +22,7 @@ orbital AnimatedCounterOrbital {
22
22
  }
23
23
 
24
24
  config {
25
- value : string = ""
25
+ value : scalar = ""
26
26
  @label "Value"
27
27
  @description "The target value to animate to. Strings are parsed numerically (e.g. '500', '99.9')."
28
28
  @tier "presentation"
@@ -61,11 +61,11 @@ orbital AnimatedGraphicOrbital {
61
61
  @label "Easing"
62
62
  @description "Easing function (default: cubic-bezier(0.16, 1, 0.3, 1))"
63
63
  @tier "presentation"
64
- width : string
64
+ width : scalar
65
65
  @label "Width"
66
66
  @description "Width of the graphic container"
67
67
  @tier "presentation"
68
- height : string
68
+ height : scalar
69
69
  @label "Height"
70
70
  @description "Height of the graphic container"
71
71
  @tier "presentation"
@@ -332,9 +332,31 @@
332
332
  "eventId": "evt_01KXG04EK0NSKTG0HRA95803JP",
333
333
  "payloadSchema": [
334
334
  {
335
+ "entity": "MemoryRecord",
335
336
  "name": "results",
337
+ "properties": [
338
+ {
339
+ "name": "id",
340
+ "required": true,
341
+ "type": "string"
342
+ },
343
+ {
344
+ "name": "content",
345
+ "required": true,
346
+ "type": "string"
347
+ },
348
+ {
349
+ "name": "category",
350
+ "required": true,
351
+ "type": "string"
352
+ },
353
+ {
354
+ "name": "strength",
355
+ "type": "number"
356
+ }
357
+ ],
336
358
  "required": true,
337
- "type": "[MemoryRecord]"
359
+ "type": "[object]"
338
360
  }
339
361
  ]
340
362
  },
@@ -343,9 +365,31 @@
343
365
  "eventId": "evt_01KXG04EK0ZXRSGDSXJ1J9S3TB",
344
366
  "payloadSchema": [
345
367
  {
368
+ "entity": "MemoryRecord",
346
369
  "name": "result",
370
+ "properties": [
371
+ {
372
+ "name": "id",
373
+ "required": true,
374
+ "type": "string"
375
+ },
376
+ {
377
+ "name": "content",
378
+ "required": true,
379
+ "type": "string"
380
+ },
381
+ {
382
+ "name": "category",
383
+ "required": true,
384
+ "type": "string"
385
+ },
386
+ {
387
+ "name": "strength",
388
+ "type": "number"
389
+ }
390
+ ],
347
391
  "required": true,
348
- "type": "[MemoryRecord]"
392
+ "type": "[object]"
349
393
  }
350
394
  ]
351
395
  }
@@ -383,9 +427,31 @@
383
427
  "name": "Recall Complete",
384
428
  "payloadSchema": [
385
429
  {
430
+ "entity": "MemoryRecord",
386
431
  "name": "result",
432
+ "properties": [
433
+ {
434
+ "name": "id",
435
+ "required": true,
436
+ "type": "string"
437
+ },
438
+ {
439
+ "name": "content",
440
+ "required": true,
441
+ "type": "string"
442
+ },
443
+ {
444
+ "name": "category",
445
+ "required": true,
446
+ "type": "string"
447
+ },
448
+ {
449
+ "name": "strength",
450
+ "type": "number"
451
+ }
452
+ ],
387
453
  "required": true,
388
- "type": "[MemoryRecord]"
454
+ "type": "[object]"
389
455
  }
390
456
  ]
391
457
  },
@@ -405,9 +471,31 @@
405
471
  "name": "Recalled",
406
472
  "payloadSchema": [
407
473
  {
474
+ "entity": "MemoryRecord",
408
475
  "name": "results",
476
+ "properties": [
477
+ {
478
+ "name": "id",
479
+ "required": true,
480
+ "type": "string"
481
+ },
482
+ {
483
+ "name": "content",
484
+ "required": true,
485
+ "type": "string"
486
+ },
487
+ {
488
+ "name": "category",
489
+ "required": true,
490
+ "type": "string"
491
+ },
492
+ {
493
+ "name": "strength",
494
+ "type": "number"
495
+ }
496
+ ],
409
497
  "required": true,
410
- "type": "[MemoryRecord]"
498
+ "type": "[object]"
411
499
  }
412
500
  ]
413
501
  }
@@ -276,9 +276,31 @@
276
276
  "eventId": "evt_01M055GH3BS3FXPWPDWW0PYAVN",
277
277
  "payloadSchema": [
278
278
  {
279
+ "entity": "MemoryRecord",
279
280
  "name": "result",
281
+ "properties": [
282
+ {
283
+ "name": "id",
284
+ "required": true,
285
+ "type": "string"
286
+ },
287
+ {
288
+ "name": "content",
289
+ "required": true,
290
+ "type": "string"
291
+ },
292
+ {
293
+ "name": "category",
294
+ "required": true,
295
+ "type": "string"
296
+ },
297
+ {
298
+ "name": "strength",
299
+ "type": "number"
300
+ }
301
+ ],
280
302
  "required": true,
281
- "type": "[MemoryRecord]"
303
+ "type": "[object]"
282
304
  }
283
305
  ]
284
306
  },
@@ -327,9 +349,31 @@
327
349
  "name": "Memories Recalled",
328
350
  "payloadSchema": [
329
351
  {
352
+ "entity": "MemoryRecord",
330
353
  "name": "result",
354
+ "properties": [
355
+ {
356
+ "name": "id",
357
+ "required": true,
358
+ "type": "string"
359
+ },
360
+ {
361
+ "name": "content",
362
+ "required": true,
363
+ "type": "string"
364
+ },
365
+ {
366
+ "name": "category",
367
+ "required": true,
368
+ "type": "string"
369
+ },
370
+ {
371
+ "name": "strength",
372
+ "type": "number"
373
+ }
374
+ ],
331
375
  "required": true,
332
- "type": "[MemoryRecord]"
376
+ "type": "[object]"
333
377
  }
334
378
  ]
335
379
  },
@@ -360,9 +360,26 @@
360
360
  "type": "object"
361
361
  },
362
362
  {
363
+ "entity": "HistoryEntry",
363
364
  "name": "history",
365
+ "properties": [
366
+ {
367
+ "name": "role",
368
+ "required": true,
369
+ "type": "string"
370
+ },
371
+ {
372
+ "name": "content",
373
+ "required": true,
374
+ "type": "string"
375
+ },
376
+ {
377
+ "name": "timestamp",
378
+ "type": "number"
379
+ }
380
+ ],
364
381
  "required": true,
365
- "type": "[HistoryEntry]"
382
+ "type": "[object]"
366
383
  }
367
384
  ]
368
385
  },
@@ -403,9 +420,26 @@
403
420
  "eventId": "evt_01KXG04EKX1WXPHFMS8PDEP3V9",
404
421
  "payloadSchema": [
405
422
  {
423
+ "entity": "HistoryEntry",
406
424
  "name": "result",
425
+ "properties": [
426
+ {
427
+ "name": "role",
428
+ "required": true,
429
+ "type": "string"
430
+ },
431
+ {
432
+ "name": "content",
433
+ "required": true,
434
+ "type": "string"
435
+ },
436
+ {
437
+ "name": "timestamp",
438
+ "type": "number"
439
+ }
440
+ ],
407
441
  "required": true,
408
- "type": "[HistoryEntry]"
442
+ "type": "[object]"
409
443
  }
410
444
  ]
411
445
  }
@@ -481,9 +515,26 @@
481
515
  "name": "History Loaded",
482
516
  "payloadSchema": [
483
517
  {
518
+ "entity": "HistoryEntry",
484
519
  "name": "result",
520
+ "properties": [
521
+ {
522
+ "name": "role",
523
+ "required": true,
524
+ "type": "string"
525
+ },
526
+ {
527
+ "name": "content",
528
+ "required": true,
529
+ "type": "string"
530
+ },
531
+ {
532
+ "name": "timestamp",
533
+ "type": "number"
534
+ }
535
+ ],
485
536
  "required": true,
486
- "type": "[HistoryEntry]"
537
+ "type": "[object]"
487
538
  }
488
539
  ]
489
540
  },
@@ -529,9 +580,26 @@
529
580
  "type": "object"
530
581
  },
531
582
  {
583
+ "entity": "HistoryEntry",
532
584
  "name": "history",
585
+ "properties": [
586
+ {
587
+ "name": "role",
588
+ "required": true,
589
+ "type": "string"
590
+ },
591
+ {
592
+ "name": "content",
593
+ "required": true,
594
+ "type": "string"
595
+ },
596
+ {
597
+ "name": "timestamp",
598
+ "type": "number"
599
+ }
600
+ ],
533
601
  "required": true,
534
- "type": "[HistoryEntry]"
602
+ "type": "[object]"
535
603
  }
536
604
  ]
537
605
  }
@@ -143,7 +143,39 @@
143
143
  },
144
144
  "toolCalls": {
145
145
  "items": {
146
- "type": "opaque"
146
+ "properties": {
147
+ "function": {
148
+ "name": "function",
149
+ "properties": {
150
+ "arguments": {
151
+ "name": "arguments",
152
+ "required": true,
153
+ "type": "string"
154
+ },
155
+ "name": {
156
+ "name": "name",
157
+ "required": true,
158
+ "type": "string"
159
+ }
160
+ },
161
+ "required": false,
162
+ "type": "object"
163
+ },
164
+ "id": {
165
+ "name": "id",
166
+ "required": true,
167
+ "type": "string"
168
+ },
169
+ "type": {
170
+ "name": "type",
171
+ "required": false,
172
+ "type": "string",
173
+ "values": [
174
+ "function"
175
+ ]
176
+ }
177
+ },
178
+ "type": "object"
147
179
  },
148
180
  "name": "toolCalls",
149
181
  "required": false,
@@ -171,8 +203,20 @@
171
203
  },
172
204
  "schema": {
173
205
  "name": "schema",
206
+ "properties": {
207
+ "description": {
208
+ "name": "description",
209
+ "required": false,
210
+ "type": "string"
211
+ },
212
+ "type": {
213
+ "name": "type",
214
+ "required": false,
215
+ "type": "string"
216
+ }
217
+ },
174
218
  "required": false,
175
- "type": "opaque"
219
+ "type": "object"
176
220
  }
177
221
  },
178
222
  "type": "object"
@@ -290,7 +334,34 @@
290
334
  },
291
335
  {
292
336
  "name": "toolCalls",
293
- "type": "[opaque]"
337
+ "properties": [
338
+ {
339
+ "name": "id",
340
+ "required": true,
341
+ "type": "string"
342
+ },
343
+ {
344
+ "name": "type",
345
+ "type": "string"
346
+ },
347
+ {
348
+ "name": "function",
349
+ "properties": [
350
+ {
351
+ "name": "name",
352
+ "required": true,
353
+ "type": "string"
354
+ },
355
+ {
356
+ "name": "arguments",
357
+ "required": true,
358
+ "type": "string"
359
+ }
360
+ ],
361
+ "type": "object"
362
+ }
363
+ ],
364
+ "type": "[object]"
294
365
  },
295
366
  {
296
367
  "name": "toolCallId",
@@ -315,7 +386,17 @@
315
386
  },
316
387
  {
317
388
  "name": "schema",
318
- "type": "opaque"
389
+ "properties": [
390
+ {
391
+ "name": "type",
392
+ "type": "string"
393
+ },
394
+ {
395
+ "name": "description",
396
+ "type": "string"
397
+ }
398
+ ],
399
+ "type": "object"
319
400
  }
320
401
  ],
321
402
  "required": true,
@@ -623,13 +704,67 @@
623
704
  },
624
705
  {
625
706
  "name": "toolCalls",
626
- "type": "[opaque]"
707
+ "properties": [
708
+ {
709
+ "name": "id",
710
+ "required": true,
711
+ "type": "string"
712
+ },
713
+ {
714
+ "name": "type",
715
+ "type": "string"
716
+ },
717
+ {
718
+ "name": "function",
719
+ "properties": [
720
+ {
721
+ "name": "name",
722
+ "required": true,
723
+ "type": "string"
724
+ },
725
+ {
726
+ "name": "arguments",
727
+ "required": true,
728
+ "type": "string"
729
+ }
730
+ ],
731
+ "type": "object"
732
+ }
733
+ ],
734
+ "type": "[object]"
627
735
  },
628
736
  {
629
737
  "name": "toolCallId",
630
738
  "type": "string"
631
739
  }
632
740
  ],
741
+ "LlmToolCall": [
742
+ {
743
+ "name": "id",
744
+ "required": true,
745
+ "type": "string"
746
+ },
747
+ {
748
+ "name": "type",
749
+ "type": "string"
750
+ },
751
+ {
752
+ "name": "function",
753
+ "properties": [
754
+ {
755
+ "name": "name",
756
+ "required": true,
757
+ "type": "string"
758
+ },
759
+ {
760
+ "name": "arguments",
761
+ "required": true,
762
+ "type": "string"
763
+ }
764
+ ],
765
+ "type": "object"
766
+ }
767
+ ],
633
768
  "LlmToolDef": [
634
769
  {
635
770
  "name": "name",
@@ -643,7 +778,27 @@
643
778
  },
644
779
  {
645
780
  "name": "schema",
646
- "type": "opaque"
781
+ "properties": [
782
+ {
783
+ "name": "type",
784
+ "type": "string"
785
+ },
786
+ {
787
+ "name": "description",
788
+ "type": "string"
789
+ }
790
+ ],
791
+ "type": "object"
792
+ }
793
+ ],
794
+ "LlmToolSchema": [
795
+ {
796
+ "name": "type",
797
+ "type": "string"
798
+ },
799
+ {
800
+ "name": "description",
801
+ "type": "string"
647
802
  }
648
803
  ]
649
804
  }