@almadar/std 16.207.0 → 16.209.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 (259) 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 +168 -4
  68. package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
  69. package/behaviors/registry/infra/atoms/std-mod-queue.orb +102 -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/infra/atoms/std-status-lifecycle.orb +2 -0
  74. package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
  75. package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
  76. package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
  77. package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
  78. package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
  79. package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
  80. package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
  81. package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
  82. package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
  83. package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
  84. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
  85. package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
  86. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
  87. package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
  88. package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
  89. package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
  90. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
  91. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
  92. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
  93. package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
  94. package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
  95. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
  96. package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
  97. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +144 -4
  98. package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
  99. package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
  100. package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
  101. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
  102. package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
  103. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +324 -13
  104. package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
  105. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
  106. package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
  107. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +86 -2
  108. package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
  109. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +76 -2
  110. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
  111. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +254 -6
  112. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +70 -2
  113. package/behaviors/registry/ui/core/atoms/std-thread.orb +108 -2
  114. package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
  115. package/behaviors/registry/ui/core/atoms/std-version-history.orb +212 -4
  116. package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
  117. package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
  118. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
  119. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
  120. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
  121. package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
  122. package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
  123. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
  124. package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
  125. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
  126. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
  127. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
  128. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
  129. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
  130. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
  131. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
  132. package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
  133. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
  134. package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
  135. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
  136. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
  137. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
  138. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
  139. package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
  140. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
  141. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
  142. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
  143. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
  144. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
  145. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
  146. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
  147. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
  148. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
  149. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
  150. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  151. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
  152. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
  153. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
  154. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
  155. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
  156. package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
  157. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
  158. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
  159. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
  160. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
  161. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
  162. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
  163. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
  164. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
  165. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
  166. package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
  167. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
  168. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
  169. package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
  170. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
  171. package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
  172. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
  173. package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
  174. package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
  175. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
  176. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
  177. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
  178. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
  179. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
  180. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
  181. package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
  182. package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
  183. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
  184. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
  185. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
  186. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
  187. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
  188. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
  189. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
  190. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
  191. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
  192. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
  193. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
  194. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
  195. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
  196. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
  197. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
  198. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
  199. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
  200. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
  201. package/canonical-operators.json +0 -40
  202. package/dist/behaviors/exports-reader.js +8025 -869
  203. package/dist/behaviors/functions/index.d.ts +190 -184
  204. package/dist/behaviors/functions/index.js +8025 -869
  205. package/dist/behaviors/index.d.ts +1 -1
  206. package/dist/behaviors/index.js +8025 -869
  207. package/dist/behaviors/query.js +8025 -869
  208. package/dist/behaviors-embeddings.hash.json +3 -3
  209. package/dist/behaviors-embeddings.json +9 -9
  210. package/dist/behaviors-registry.json +910 -229
  211. package/dist/index.d.ts +3 -3
  212. package/dist/index.js +8025 -891
  213. package/dist/knob-embeddings.hash.json +3 -3
  214. package/dist/knob-embeddings.json +1 -1
  215. package/dist/modules/anim.d.ts +1 -1
  216. package/dist/modules/array.d.ts +1 -1
  217. package/dist/modules/array.js +0 -11
  218. package/dist/modules/async.d.ts +1 -1
  219. package/dist/modules/behavior.d.ts +1 -1
  220. package/dist/modules/browser.d.ts +1 -1
  221. package/dist/modules/composition.d.ts +1 -1
  222. package/dist/modules/contract.d.ts +1 -1
  223. package/dist/modules/core.d.ts +1 -1
  224. package/dist/modules/data.d.ts +1 -1
  225. package/dist/modules/ease.d.ts +1 -1
  226. package/dist/modules/format.d.ts +1 -1
  227. package/dist/modules/geo.d.ts +1 -1
  228. package/dist/modules/graph.d.ts +1 -1
  229. package/dist/modules/grid.d.ts +1 -1
  230. package/dist/modules/index.d.ts +1 -1
  231. package/dist/modules/index.js +0 -22
  232. package/dist/modules/integration.d.ts +1 -1
  233. package/dist/modules/llm.d.ts +1 -1
  234. package/dist/modules/math.d.ts +1 -1
  235. package/dist/modules/memory.d.ts +1 -1
  236. package/dist/modules/nn.d.ts +1 -1
  237. package/dist/modules/noise.d.ts +1 -1
  238. package/dist/modules/object.d.ts +1 -1
  239. package/dist/modules/object.js +0 -11
  240. package/dist/modules/os.d.ts +1 -1
  241. package/dist/modules/path.d.ts +1 -1
  242. package/dist/modules/prob.d.ts +1 -1
  243. package/dist/modules/session.d.ts +1 -1
  244. package/dist/modules/str.d.ts +1 -1
  245. package/dist/modules/tensor.d.ts +1 -1
  246. package/dist/modules/time.d.ts +1 -1
  247. package/dist/modules/trace.d.ts +1 -1
  248. package/dist/modules/train.d.ts +1 -1
  249. package/dist/modules/validate.d.ts +1 -1
  250. package/dist/modules/vector.d.ts +1 -1
  251. package/dist/modules/workspace.d.ts +1 -1
  252. package/dist/registry/factory-signatures.json +1 -1
  253. package/dist/registry.d.ts +1 -1
  254. package/dist/registry.js +0 -22
  255. package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
  256. package/i18n/ar.json +433 -0
  257. package/i18n/en.json +433 -0
  258. package/i18n/sl.json +433 -0
  259. package/package.json +21 -8
package/i18n/en.json ADDED
@@ -0,0 +1,433 @@
1
+ {
2
+ "operators": {
3
+ "!=": "!=",
4
+ "%": "%",
5
+ "*": "*",
6
+ "+": "+",
7
+ "-": "-",
8
+ "/": "/",
9
+ "<": "<",
10
+ "<=": "<=",
11
+ "=": "=",
12
+ "==": "==",
13
+ ">": ">",
14
+ ">=": ">=",
15
+ "and": "and",
16
+ "anim/direction-from-delta": "anim/direction-from-delta",
17
+ "anim/frame-at": "anim/frame-at",
18
+ "anim/sheet-rect": "anim/sheet-rect",
19
+ "array/append": "array/append",
20
+ "array/avg": "array/avg",
21
+ "array/concat": "array/concat",
22
+ "array/cosine": "array/cosine",
23
+ "array/count": "array/count",
24
+ "array/drop": "array/drop",
25
+ "array/dropLast": "array/dropLast",
26
+ "array/every": "array/every",
27
+ "array/filter": "array/filter",
28
+ "array/find": "array/find",
29
+ "array/findIndex": "array/findIndex",
30
+ "array/first": "array/first",
31
+ "array/flatten": "array/flatten",
32
+ "array/groupBy": "array/groupBy",
33
+ "array/includes": "array/includes",
34
+ "array/indexOf": "array/indexOf",
35
+ "array/insert": "array/insert",
36
+ "array/last": "array/last",
37
+ "array/len": "array/len",
38
+ "array/map": "array/map",
39
+ "array/max": "array/max",
40
+ "array/min": "array/min",
41
+ "array/nearest": "array/nearest",
42
+ "array/nth": "array/nth",
43
+ "array/partition": "array/partition",
44
+ "array/prepend": "array/prepend",
45
+ "array/range": "array/range",
46
+ "array/reduce": "array/reduce",
47
+ "array/reject": "array/reject",
48
+ "array/remove": "array/remove",
49
+ "array/removeItem": "array/removeItem",
50
+ "array/reverse": "array/reverse",
51
+ "array/shuffle": "array/shuffle",
52
+ "array/slice": "array/slice",
53
+ "array/some": "array/some",
54
+ "array/sort": "array/sort",
55
+ "array/sum": "array/sum",
56
+ "array/take": "array/take",
57
+ "array/takeLast": "array/takeLast",
58
+ "array/unique": "array/unique",
59
+ "array/zip": "array/zip",
60
+ "async/all": "async/all",
61
+ "async/debounce": "async/debounce",
62
+ "async/delay": "async/delay",
63
+ "async/interval": "async/interval",
64
+ "async/race": "async/race",
65
+ "async/retry": "async/retry",
66
+ "async/sequence": "async/sequence",
67
+ "async/throttle": "async/throttle",
68
+ "async/timeout": "async/timeout",
69
+ "behavior/call": "behavior/call",
70
+ "behavior/compose": "behavior/compose",
71
+ "behavior/detect-layout": "behavior/detect-layout",
72
+ "behavior/instantiate": "behavior/instantiate",
73
+ "behavior/pipe": "behavior/pipe",
74
+ "behavior/wire": "behavior/wire",
75
+ "browser/clipboard-read": "browser/clipboard-read",
76
+ "browser/clipboard-write": "browser/clipboard-write",
77
+ "browser/geolocation-current": "browser/geolocation-current",
78
+ "browser/open-file-picker": "browser/open-file-picker",
79
+ "browser/push-subscribe": "browser/push-subscribe",
80
+ "call-service": "call-service",
81
+ "checkpoint/load": "checkpoint/load",
82
+ "checkpoint/save": "checkpoint/save",
83
+ "compose/compose-all": "compose/compose-all",
84
+ "compose/compose-children": "compose/compose-children",
85
+ "contract/clamp-output": "contract/clamp-output",
86
+ "contract/entity-to-tensor": "contract/entity-to-tensor",
87
+ "contract/tensor-to-payload": "contract/tensor-to-payload",
88
+ "contract/validate-input": "contract/validate-input",
89
+ "contract/validate-output": "contract/validate-output",
90
+ "contract/violations": "contract/violations",
91
+ "data/augment": "data/augment",
92
+ "data/dataloader": "data/dataloader",
93
+ "data/dataset": "data/dataset",
94
+ "data/normalize": "data/normalize",
95
+ "data/pad": "data/pad",
96
+ "data/split": "data/split",
97
+ "data/tokenize": "data/tokenize",
98
+ "despawn": "despawn",
99
+ "do": "do",
100
+ "ease/apply": "ease/apply",
101
+ "ease/smoothstep": "ease/smoothstep",
102
+ "emit": "emit",
103
+ "evaluate": "evaluate",
104
+ "fetch": "fetch",
105
+ "fetch-stream": "fetch-stream",
106
+ "fn": "fn",
107
+ "format/bytes": "format/bytes",
108
+ "format/creditCard": "format/creditCard",
109
+ "format/currency": "format/currency",
110
+ "format/list": "format/list",
111
+ "format/number": "format/number",
112
+ "format/ordinal": "format/ordinal",
113
+ "format/percent": "format/percent",
114
+ "format/phone": "format/phone",
115
+ "format/plural": "format/plural",
116
+ "forward": "forward",
117
+ "geo/aabb-overlap": "geo/aabb-overlap",
118
+ "geo/circle-overlap": "geo/circle-overlap",
119
+ "geo/point-in-circle": "geo/point-in-circle",
120
+ "geo/point-in-rect": "geo/point-in-rect",
121
+ "geo/rect-circle-overlap": "geo/rect-circle-overlap",
122
+ "geo/reflect": "geo/reflect",
123
+ "geo/segment-intersect": "geo/segment-intersect",
124
+ "graph/add-self-loops": "graph/add-self-loops",
125
+ "graph/batch": "graph/batch",
126
+ "graph/degree": "graph/degree",
127
+ "graph/edge-features": "graph/edge-features",
128
+ "graph/edge-index": "graph/edge-index",
129
+ "graph/from-adjacency": "graph/from-adjacency",
130
+ "graph/from-edge-list": "graph/from-edge-list",
131
+ "graph/from-entities": "graph/from-entities",
132
+ "graph/k-hop": "graph/k-hop",
133
+ "graph/node-features": "graph/node-features",
134
+ "graph/num-edges": "graph/num-edges",
135
+ "graph/num-nodes": "graph/num-nodes",
136
+ "graph/subgraph": "graph/subgraph",
137
+ "graph/to-undirected": "graph/to-undirected",
138
+ "grid/cells-in-radius": "grid/cells-in-radius",
139
+ "grid/distance": "grid/distance",
140
+ "grid/from-world": "grid/from-world",
141
+ "grid/in-bounds": "grid/in-bounds",
142
+ "grid/iso-to-screen": "grid/iso-to-screen",
143
+ "grid/line": "grid/line",
144
+ "grid/manhattan-distance": "grid/manhattan-distance",
145
+ "grid/neighbors": "grid/neighbors",
146
+ "grid/screen-to-iso": "grid/screen-to-iso",
147
+ "grid/to-world": "grid/to-world",
148
+ "if": "if",
149
+ "integration/github-create-issue": "integration/github-create-issue",
150
+ "integration/github-get-repo": "integration/github-get-repo",
151
+ "integration/http": "integration/http",
152
+ "let": "let",
153
+ "list": "list",
154
+ "llm/call-tools": "llm/call-tools",
155
+ "llm/compact": "llm/compact",
156
+ "llm/embed": "llm/embed",
157
+ "llm/generate": "llm/generate",
158
+ "llm/switch": "llm/switch",
159
+ "llm/token-count": "llm/token-count",
160
+ "log": "log",
161
+ "lolo/emit-body": "lolo/emit-body",
162
+ "math/abs": "math/abs",
163
+ "math/acos": "math/acos",
164
+ "math/approach": "math/approach",
165
+ "math/asin": "math/asin",
166
+ "math/atan": "math/atan",
167
+ "math/atan2": "math/atan2",
168
+ "math/ceil": "math/ceil",
169
+ "math/clamp": "math/clamp",
170
+ "math/cos": "math/cos",
171
+ "math/default": "math/default",
172
+ "math/deg-rad": "math/deg-rad",
173
+ "math/floor": "math/floor",
174
+ "math/hypot": "math/hypot",
175
+ "math/lerp": "math/lerp",
176
+ "math/map": "math/map",
177
+ "math/max": "math/max",
178
+ "math/min": "math/min",
179
+ "math/mod": "math/mod",
180
+ "math/pow": "math/pow",
181
+ "math/rad-deg": "math/rad-deg",
182
+ "math/random": "math/random",
183
+ "math/randomInt": "math/randomInt",
184
+ "math/round": "math/round",
185
+ "math/sign": "math/sign",
186
+ "math/sin": "math/sin",
187
+ "math/sqrt": "math/sqrt",
188
+ "math/tan": "math/tan",
189
+ "math/wrap": "math/wrap",
190
+ "memory/list": "memory/list",
191
+ "memory/recall": "memory/recall",
192
+ "memory/store": "memory/store",
193
+ "navigate": "navigate",
194
+ "navigate-back": "navigate-back",
195
+ "nn/batchnorm": "nn/batchnorm",
196
+ "nn/clone": "nn/clone",
197
+ "nn/dropout": "nn/dropout",
198
+ "nn/forward": "nn/forward",
199
+ "nn/getWeights": "nn/getWeights",
200
+ "nn/layernorm": "nn/layernorm",
201
+ "nn/linear": "nn/linear",
202
+ "nn/paramCount": "nn/paramCount",
203
+ "nn/relu": "nn/relu",
204
+ "nn/sequential": "nn/sequential",
205
+ "nn/setWeights": "nn/setWeights",
206
+ "nn/sigmoid": "nn/sigmoid",
207
+ "nn/softmax": "nn/softmax",
208
+ "nn/tanh": "nn/tanh",
209
+ "noise/fbm": "noise/fbm",
210
+ "noise/perlin": "noise/perlin",
211
+ "noise/simplex": "noise/simplex",
212
+ "not": "not",
213
+ "notify": "notify",
214
+ "object/clone": "object/clone",
215
+ "object/deepClone": "object/deepClone",
216
+ "object/deepMerge": "object/deepMerge",
217
+ "object/entries": "object/entries",
218
+ "object/equals": "object/equals",
219
+ "object/filter": "object/filter",
220
+ "object/fromEntries": "object/fromEntries",
221
+ "object/get": "object/get",
222
+ "object/has": "object/has",
223
+ "object/keys": "object/keys",
224
+ "object/mapKeys": "object/mapKeys",
225
+ "object/mapValues": "object/mapValues",
226
+ "object/merge": "object/merge",
227
+ "object/omit": "object/omit",
228
+ "object/pick": "object/pick",
229
+ "object/set": "object/set",
230
+ "object/values": "object/values",
231
+ "or": "or",
232
+ "os/debounce": "os/debounce",
233
+ "os/watch-cron": "os/watch-cron",
234
+ "os/watch-env": "os/watch-env",
235
+ "os/watch-files": "os/watch-files",
236
+ "os/watch-http": "os/watch-http",
237
+ "os/watch-port": "os/watch-port",
238
+ "os/watch-process": "os/watch-process",
239
+ "os/watch-signal": "os/watch-signal",
240
+ "path": "path",
241
+ "path/astar": "path/astar",
242
+ "path/reachable": "path/reachable",
243
+ "persist": "persist",
244
+ "prob/beta": "prob/beta",
245
+ "prob/categorical": "prob/categorical",
246
+ "prob/condition": "prob/condition",
247
+ "prob/credible-interval": "prob/credible-interval",
248
+ "prob/expected-value": "prob/expected-value",
249
+ "prob/flip": "prob/flip",
250
+ "prob/gaussian": "prob/gaussian",
251
+ "prob/histogram": "prob/histogram",
252
+ "prob/infer": "prob/infer",
253
+ "prob/percentile": "prob/percentile",
254
+ "prob/poisson": "prob/poisson",
255
+ "prob/posterior": "prob/posterior",
256
+ "prob/sample": "prob/sample",
257
+ "prob/seed": "prob/seed",
258
+ "prob/uniform": "prob/uniform",
259
+ "prob/variance": "prob/variance",
260
+ "ref": "ref",
261
+ "render-ui": "render-ui",
262
+ "send-server": "send-server",
263
+ "session/append-history": "session/append-history",
264
+ "session/read-analysis": "session/read-analysis",
265
+ "session/read-errors": "session/read-errors",
266
+ "session/read-history": "session/read-history",
267
+ "session/read-memory": "session/read-memory",
268
+ "session/read-spec": "session/read-spec",
269
+ "session/write-errors": "session/write-errors",
270
+ "session/write-memory": "session/write-memory",
271
+ "session/write-spec": "session/write-spec",
272
+ "set": "set",
273
+ "spawn": "spawn",
274
+ "str/camelCase": "str/camelCase",
275
+ "str/capitalize": "str/capitalize",
276
+ "str/concat": "str/concat",
277
+ "str/default": "str/default",
278
+ "str/endsWith": "str/endsWith",
279
+ "str/includes": "str/includes",
280
+ "str/join": "str/join",
281
+ "str/kebabCase": "str/kebabCase",
282
+ "str/len": "str/len",
283
+ "str/lower": "str/lower",
284
+ "str/padEnd": "str/padEnd",
285
+ "str/padStart": "str/padStart",
286
+ "str/repeat": "str/repeat",
287
+ "str/replace": "str/replace",
288
+ "str/replaceAll": "str/replaceAll",
289
+ "str/reverse": "str/reverse",
290
+ "str/slice": "str/slice",
291
+ "str/snakeCase": "str/snakeCase",
292
+ "str/split": "str/split",
293
+ "str/startsWith": "str/startsWith",
294
+ "str/template": "str/template",
295
+ "str/titleCase": "str/titleCase",
296
+ "str/trim": "str/trim",
297
+ "str/trimEnd": "str/trimEnd",
298
+ "str/trimStart": "str/trimStart",
299
+ "str/truncate": "str/truncate",
300
+ "str/upper": "str/upper",
301
+ "tensor/add": "tensor/add",
302
+ "tensor/allInRange": "tensor/allInRange",
303
+ "tensor/argmax": "tensor/argmax",
304
+ "tensor/cat": "tensor/cat",
305
+ "tensor/clamp": "tensor/clamp",
306
+ "tensor/clampPerDim": "tensor/clampPerDim",
307
+ "tensor/div": "tensor/div",
308
+ "tensor/dot": "tensor/dot",
309
+ "tensor/flatten": "tensor/flatten",
310
+ "tensor/from": "tensor/from",
311
+ "tensor/get": "tensor/get",
312
+ "tensor/matmul": "tensor/matmul",
313
+ "tensor/max": "tensor/max",
314
+ "tensor/mean": "tensor/mean",
315
+ "tensor/min": "tensor/min",
316
+ "tensor/mul": "tensor/mul",
317
+ "tensor/norm": "tensor/norm",
318
+ "tensor/ones": "tensor/ones",
319
+ "tensor/outOfRangeDims": "tensor/outOfRangeDims",
320
+ "tensor/outOfRangeIndices": "tensor/outOfRangeIndices",
321
+ "tensor/rand": "tensor/rand",
322
+ "tensor/randn": "tensor/randn",
323
+ "tensor/reshape": "tensor/reshape",
324
+ "tensor/shape": "tensor/shape",
325
+ "tensor/slice": "tensor/slice",
326
+ "tensor/squeeze": "tensor/squeeze",
327
+ "tensor/stack": "tensor/stack",
328
+ "tensor/sub": "tensor/sub",
329
+ "tensor/sum": "tensor/sum",
330
+ "tensor/toArray": "tensor/toArray",
331
+ "tensor/toList": "tensor/toList",
332
+ "tensor/transpose": "tensor/transpose",
333
+ "tensor/unsqueeze": "tensor/unsqueeze",
334
+ "tensor/zeros": "tensor/zeros",
335
+ "time/add": "time/add",
336
+ "time/day": "time/day",
337
+ "time/diff": "time/diff",
338
+ "time/duration": "time/duration",
339
+ "time/endOf": "time/endOf",
340
+ "time/format": "time/format",
341
+ "time/hour": "time/hour",
342
+ "time/isAfter": "time/isAfter",
343
+ "time/isBefore": "time/isBefore",
344
+ "time/isBetween": "time/isBetween",
345
+ "time/isFuture": "time/isFuture",
346
+ "time/isPast": "time/isPast",
347
+ "time/isSame": "time/isSame",
348
+ "time/isToday": "time/isToday",
349
+ "time/minute": "time/minute",
350
+ "time/month": "time/month",
351
+ "time/now": "time/now",
352
+ "time/parse": "time/parse",
353
+ "time/relative": "time/relative",
354
+ "time/second": "time/second",
355
+ "time/startOf": "time/startOf",
356
+ "time/subtract": "time/subtract",
357
+ "time/today": "time/today",
358
+ "time/weekday": "time/weekday",
359
+ "time/year": "time/year",
360
+ "trace/emit": "trace/emit",
361
+ "trace/log": "trace/log",
362
+ "train": "train",
363
+ "train/adam": "train/adam",
364
+ "train/checkConstraints": "train/checkConstraints",
365
+ "train/checkForbiddenOutputs": "train/checkForbiddenOutputs",
366
+ "train/checkRegression": "train/checkRegression",
367
+ "train/checkWeightMagnitude": "train/checkWeightMagnitude",
368
+ "train/clipGradients": "train/clipGradients",
369
+ "train/clipWeights": "train/clipWeights",
370
+ "train/computeAdvantages": "train/computeAdvantages",
371
+ "train/computeReturns": "train/computeReturns",
372
+ "train/crossEntropy": "train/crossEntropy",
373
+ "train/getGradientNorm": "train/getGradientNorm",
374
+ "train/getMaxWeightMagnitude": "train/getMaxWeightMagnitude",
375
+ "train/huber": "train/huber",
376
+ "train/loop": "train/loop",
377
+ "train/mse": "train/mse",
378
+ "train/sampleBatch": "train/sampleBatch",
379
+ "train/sgd": "train/sgd",
380
+ "train/step": "train/step",
381
+ "train/validate": "train/validate",
382
+ "validate/array": "validate/array",
383
+ "validate/boolean": "validate/boolean",
384
+ "validate/check": "validate/check",
385
+ "validate/creditCard": "validate/creditCard",
386
+ "validate/date": "validate/date",
387
+ "validate/email": "validate/email",
388
+ "validate/equals": "validate/equals",
389
+ "validate/length": "validate/length",
390
+ "validate/max": "validate/max",
391
+ "validate/maxLength": "validate/maxLength",
392
+ "validate/min": "validate/min",
393
+ "validate/minLength": "validate/minLength",
394
+ "validate/noneOf": "validate/noneOf",
395
+ "validate/number": "validate/number",
396
+ "validate/object": "validate/object",
397
+ "validate/oneOf": "validate/oneOf",
398
+ "validate/pattern": "validate/pattern",
399
+ "validate/phone": "validate/phone",
400
+ "validate/range": "validate/range",
401
+ "validate/required": "validate/required",
402
+ "validate/string": "validate/string",
403
+ "validate/url": "validate/url",
404
+ "validate/uuid": "validate/uuid",
405
+ "validate/validate": "validate/validate",
406
+ "vec/add": "vec/add",
407
+ "vec/angle": "vec/angle",
408
+ "vec/clamp-length": "vec/clamp-length",
409
+ "vec/cross": "vec/cross",
410
+ "vec/distance": "vec/distance",
411
+ "vec/distance-sq": "vec/distance-sq",
412
+ "vec/dot": "vec/dot",
413
+ "vec/length": "vec/length",
414
+ "vec/length-sq": "vec/length-sq",
415
+ "vec/lerp": "vec/lerp",
416
+ "vec/normalize": "vec/normalize",
417
+ "vec/rotate": "vec/rotate",
418
+ "vec/scale": "vec/scale",
419
+ "vec/sub": "vec/sub",
420
+ "when": "when",
421
+ "workspace/archive-orbital": "workspace/archive-orbital",
422
+ "workspace/exists": "workspace/exists",
423
+ "workspace/list-orbitals": "workspace/list-orbitals",
424
+ "workspace/read-file": "workspace/read-file",
425
+ "workspace/read-orbital": "workspace/read-orbital",
426
+ "workspace/read-plan": "workspace/read-plan",
427
+ "workspace/read-schema": "workspace/read-schema",
428
+ "workspace/write-file": "workspace/write-file",
429
+ "workspace/write-orbital": "workspace/write-orbital",
430
+ "workspace/write-plan": "workspace/write-plan",
431
+ "workspace/write-schema": "workspace/write-schema"
432
+ }
433
+ }