@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
@@ -179,7 +179,39 @@
179
179
  },
180
180
  "toolCalls": {
181
181
  "items": {
182
- "type": "opaque"
182
+ "properties": {
183
+ "function": {
184
+ "name": "function",
185
+ "properties": {
186
+ "arguments": {
187
+ "name": "arguments",
188
+ "required": true,
189
+ "type": "string"
190
+ },
191
+ "name": {
192
+ "name": "name",
193
+ "required": true,
194
+ "type": "string"
195
+ }
196
+ },
197
+ "required": false,
198
+ "type": "object"
199
+ },
200
+ "id": {
201
+ "name": "id",
202
+ "required": true,
203
+ "type": "string"
204
+ },
205
+ "type": {
206
+ "name": "type",
207
+ "required": false,
208
+ "type": "string",
209
+ "values": [
210
+ "function"
211
+ ]
212
+ }
213
+ },
214
+ "type": "object"
183
215
  },
184
216
  "name": "toolCalls",
185
217
  "required": false,
@@ -207,8 +239,20 @@
207
239
  },
208
240
  "schema": {
209
241
  "name": "schema",
242
+ "properties": {
243
+ "description": {
244
+ "name": "description",
245
+ "required": false,
246
+ "type": "string"
247
+ },
248
+ "type": {
249
+ "name": "type",
250
+ "required": false,
251
+ "type": "string"
252
+ }
253
+ },
210
254
  "required": false,
211
- "type": "opaque"
255
+ "type": "object"
212
256
  }
213
257
  },
214
258
  "type": "object"
@@ -367,7 +411,34 @@
367
411
  },
368
412
  {
369
413
  "name": "toolCalls",
370
- "type": "[opaque]"
414
+ "properties": [
415
+ {
416
+ "name": "id",
417
+ "required": true,
418
+ "type": "string"
419
+ },
420
+ {
421
+ "name": "type",
422
+ "type": "string"
423
+ },
424
+ {
425
+ "name": "function",
426
+ "properties": [
427
+ {
428
+ "name": "name",
429
+ "required": true,
430
+ "type": "string"
431
+ },
432
+ {
433
+ "name": "arguments",
434
+ "required": true,
435
+ "type": "string"
436
+ }
437
+ ],
438
+ "type": "object"
439
+ }
440
+ ],
441
+ "type": "[object]"
371
442
  },
372
443
  {
373
444
  "name": "toolCallId",
@@ -392,7 +463,17 @@
392
463
  },
393
464
  {
394
465
  "name": "schema",
395
- "type": "opaque"
466
+ "properties": [
467
+ {
468
+ "name": "type",
469
+ "type": "string"
470
+ },
471
+ {
472
+ "name": "description",
473
+ "type": "string"
474
+ }
475
+ ],
476
+ "type": "object"
396
477
  }
397
478
  ],
398
479
  "required": true,
@@ -838,13 +919,67 @@
838
919
  },
839
920
  {
840
921
  "name": "toolCalls",
841
- "type": "[opaque]"
922
+ "properties": [
923
+ {
924
+ "name": "id",
925
+ "required": true,
926
+ "type": "string"
927
+ },
928
+ {
929
+ "name": "type",
930
+ "type": "string"
931
+ },
932
+ {
933
+ "name": "function",
934
+ "properties": [
935
+ {
936
+ "name": "name",
937
+ "required": true,
938
+ "type": "string"
939
+ },
940
+ {
941
+ "name": "arguments",
942
+ "required": true,
943
+ "type": "string"
944
+ }
945
+ ],
946
+ "type": "object"
947
+ }
948
+ ],
949
+ "type": "[object]"
842
950
  },
843
951
  {
844
952
  "name": "toolCallId",
845
953
  "type": "string"
846
954
  }
847
955
  ],
956
+ "LlmToolCall": [
957
+ {
958
+ "name": "id",
959
+ "required": true,
960
+ "type": "string"
961
+ },
962
+ {
963
+ "name": "type",
964
+ "type": "string"
965
+ },
966
+ {
967
+ "name": "function",
968
+ "properties": [
969
+ {
970
+ "name": "name",
971
+ "required": true,
972
+ "type": "string"
973
+ },
974
+ {
975
+ "name": "arguments",
976
+ "required": true,
977
+ "type": "string"
978
+ }
979
+ ],
980
+ "type": "object"
981
+ }
982
+ ],
848
983
  "LlmToolDef": [
849
984
  {
850
985
  "name": "name",
@@ -858,7 +993,27 @@
858
993
  },
859
994
  {
860
995
  "name": "schema",
861
- "type": "opaque"
996
+ "properties": [
997
+ {
998
+ "name": "type",
999
+ "type": "string"
1000
+ },
1001
+ {
1002
+ "name": "description",
1003
+ "type": "string"
1004
+ }
1005
+ ],
1006
+ "type": "object"
1007
+ }
1008
+ ],
1009
+ "LlmToolSchema": [
1010
+ {
1011
+ "name": "type",
1012
+ "type": "string"
1013
+ },
1014
+ {
1015
+ "name": "description",
1016
+ "type": "string"
862
1017
  }
863
1018
  ]
864
1019
  }
@@ -352,9 +352,12 @@
352
352
  {
353
353
  "default": {},
354
354
  "description": "The held data of the gated action, replayed by the downstream listener when the request is granted.",
355
+ "items": {
356
+ "type": "scalar"
357
+ },
355
358
  "name": "payload",
356
359
  "synonyms": "request data, held payload, pending data, gated data",
357
- "type": "opaque"
360
+ "type": "object"
358
361
  }
359
362
  ],
360
363
  "id": "ent_01KXG04EYQFWN6TM97JNWHHSF4",
@@ -695,6 +698,7 @@
695
698
  "type": "string"
696
699
  },
697
700
  {
701
+ "entity": "ApprovalRequest",
698
702
  "name": "row",
699
703
  "properties": [
700
704
  {
@@ -748,7 +752,7 @@
748
752
  },
749
753
  {
750
754
  "name": "payload",
751
- "type": "opaque"
755
+ "type": "Map<string,scalar>"
752
756
  }
753
757
  ],
754
758
  "type": "object"
@@ -768,6 +772,7 @@
768
772
  "type": "string"
769
773
  },
770
774
  {
775
+ "entity": "ApprovalRequest",
771
776
  "name": "row",
772
777
  "properties": [
773
778
  {
@@ -821,7 +826,7 @@
821
826
  },
822
827
  {
823
828
  "name": "payload",
824
- "type": "opaque"
829
+ "type": "Map<string,scalar>"
825
830
  }
826
831
  ],
827
832
  "type": "object"
@@ -902,7 +907,7 @@
902
907
  },
903
908
  {
904
909
  "name": "payload",
905
- "type": "opaque"
910
+ "type": "$p"
906
911
  }
907
912
  ],
908
913
  "scope": "external",
@@ -933,8 +938,64 @@
933
938
  "eventId": "evt_01KXG04EZ0BNTY7ZWPWS7Z1AFH",
934
939
  "payloadSchema": [
935
940
  {
941
+ "entity": "ApprovalRequest",
936
942
  "name": "data",
937
- "type": "[ApprovalRequest]"
943
+ "properties": [
944
+ {
945
+ "name": "id",
946
+ "required": true,
947
+ "type": "string"
948
+ },
949
+ {
950
+ "name": "gatedEvent",
951
+ "type": "string"
952
+ },
953
+ {
954
+ "name": "subjectLabel",
955
+ "type": "string"
956
+ },
957
+ {
958
+ "name": "subjectId",
959
+ "type": "string"
960
+ },
961
+ {
962
+ "name": "requestedBy",
963
+ "type": "string"
964
+ },
965
+ {
966
+ "name": "requestedByName",
967
+ "type": "string"
968
+ },
969
+ {
970
+ "name": "status",
971
+ "type": "string"
972
+ },
973
+ {
974
+ "name": "reviewer",
975
+ "type": "string"
976
+ },
977
+ {
978
+ "name": "requestedAt",
979
+ "type": "number"
980
+ },
981
+ {
982
+ "name": "decidedAt",
983
+ "type": "number"
984
+ },
985
+ {
986
+ "name": "escalatedAt",
987
+ "type": "number"
988
+ },
989
+ {
990
+ "name": "notes",
991
+ "type": "string"
992
+ },
993
+ {
994
+ "name": "payload",
995
+ "type": "Map<string,scalar>"
996
+ }
997
+ ],
998
+ "type": "[object]"
938
999
  }
939
1000
  ],
940
1001
  "synonyms": "loaded, fetched, retrieved",
@@ -1035,8 +1096,64 @@
1035
1096
  "name": "ApprovalRequest loaded",
1036
1097
  "payloadSchema": [
1037
1098
  {
1099
+ "entity": "ApprovalRequest",
1038
1100
  "name": "data",
1039
- "type": "[ApprovalRequest]"
1101
+ "properties": [
1102
+ {
1103
+ "name": "id",
1104
+ "required": true,
1105
+ "type": "string"
1106
+ },
1107
+ {
1108
+ "name": "gatedEvent",
1109
+ "type": "string"
1110
+ },
1111
+ {
1112
+ "name": "subjectLabel",
1113
+ "type": "string"
1114
+ },
1115
+ {
1116
+ "name": "subjectId",
1117
+ "type": "string"
1118
+ },
1119
+ {
1120
+ "name": "requestedBy",
1121
+ "type": "string"
1122
+ },
1123
+ {
1124
+ "name": "requestedByName",
1125
+ "type": "string"
1126
+ },
1127
+ {
1128
+ "name": "status",
1129
+ "type": "string"
1130
+ },
1131
+ {
1132
+ "name": "reviewer",
1133
+ "type": "string"
1134
+ },
1135
+ {
1136
+ "name": "requestedAt",
1137
+ "type": "number"
1138
+ },
1139
+ {
1140
+ "name": "decidedAt",
1141
+ "type": "number"
1142
+ },
1143
+ {
1144
+ "name": "escalatedAt",
1145
+ "type": "number"
1146
+ },
1147
+ {
1148
+ "name": "notes",
1149
+ "type": "string"
1150
+ },
1151
+ {
1152
+ "name": "payload",
1153
+ "type": "Map<string,scalar>"
1154
+ }
1155
+ ],
1156
+ "type": "[object]"
1040
1157
  }
1041
1158
  ],
1042
1159
  "synonyms": "loaded, fetched, retrieved",
@@ -1107,6 +1224,7 @@
1107
1224
  "type": "string"
1108
1225
  },
1109
1226
  {
1227
+ "entity": "ApprovalRequest",
1110
1228
  "name": "row",
1111
1229
  "properties": [
1112
1230
  {
@@ -1160,7 +1278,7 @@
1160
1278
  },
1161
1279
  {
1162
1280
  "name": "payload",
1163
- "type": "opaque"
1281
+ "type": "Map<string,scalar>"
1164
1282
  }
1165
1283
  ],
1166
1284
  "type": "object"
@@ -1181,6 +1299,7 @@
1181
1299
  "type": "string"
1182
1300
  },
1183
1301
  {
1302
+ "entity": "ApprovalRequest",
1184
1303
  "name": "row",
1185
1304
  "properties": [
1186
1305
  {
@@ -1234,7 +1353,7 @@
1234
1353
  },
1235
1354
  {
1236
1355
  "name": "payload",
1237
- "type": "opaque"
1356
+ "type": "Map<string,scalar>"
1238
1357
  }
1239
1358
  ],
1240
1359
  "type": "object"
@@ -1343,7 +1462,7 @@
1343
1462
  },
1344
1463
  {
1345
1464
  "name": "payload",
1346
- "type": "opaque"
1465
+ "type": "$p"
1347
1466
  }
1348
1467
  ],
1349
1468
  "synonyms": "approved, authorized, confirmed, validated",
@@ -2134,7 +2253,13 @@
2134
2253
  "LoadingSpinner": "trt_01KY21K6QC4NB1EVQJ94HWPN3B",
2135
2254
  "LoadingText": "trt_01KY21K6QCNEAQZG0D3H1NG7MV",
2136
2255
  "ShieldCheckIcon": "trt_01KY21K6QC1BZWD7V4FGS1KPB5"
2137
- }
2256
+ },
2257
+ "typeParams": [
2258
+ {
2259
+ "kind": "Entity",
2260
+ "name": "p"
2261
+ }
2262
+ ]
2138
2263
  }
2139
2264
  ],
2140
2265
  "types": {
@@ -97,16 +97,22 @@
97
97
  {
98
98
  "default": {},
99
99
  "description": "The state of the entity prior to the modification.",
100
+ "items": {
101
+ "type": "scalar"
102
+ },
100
103
  "name": "before",
101
104
  "synonyms": "previous, original, old value",
102
- "type": "opaque"
105
+ "type": "object"
103
106
  },
104
107
  {
105
108
  "default": {},
106
109
  "description": "The state of the entity after a modification.",
110
+ "items": {
111
+ "type": "scalar"
112
+ },
107
113
  "name": "after",
108
114
  "synonyms": "new, updated, post, subsequent",
109
- "type": "opaque"
115
+ "type": "object"
110
116
  },
111
117
  {
112
118
  "default": 0.0,
@@ -738,8 +738,41 @@
738
738
  "eventId": "evt_01KXG04F59X8G7KKBYS1ARF9FQ",
739
739
  "payloadSchema": [
740
740
  {
741
+ "entity": "CacheEntry",
741
742
  "name": "data",
742
- "type": "[CacheEntry]"
743
+ "properties": [
744
+ {
745
+ "name": "id",
746
+ "required": true,
747
+ "type": "string"
748
+ },
749
+ {
750
+ "name": "name",
751
+ "required": true,
752
+ "type": "string"
753
+ },
754
+ {
755
+ "name": "description",
756
+ "type": "string"
757
+ },
758
+ {
759
+ "name": "status",
760
+ "type": "string"
761
+ },
762
+ {
763
+ "name": "createdAt",
764
+ "type": "string"
765
+ },
766
+ {
767
+ "name": "hitCount",
768
+ "type": "number"
769
+ },
770
+ {
771
+ "name": "cacheAge",
772
+ "type": "number"
773
+ }
774
+ ],
775
+ "type": "[object]"
743
776
  }
744
777
  ],
745
778
  "scope": "internal",
@@ -870,8 +903,41 @@
870
903
  "name": "CacheEntry loaded",
871
904
  "payloadSchema": [
872
905
  {
906
+ "entity": "CacheEntry",
873
907
  "name": "data",
874
- "type": "[CacheEntry]"
908
+ "properties": [
909
+ {
910
+ "name": "id",
911
+ "required": true,
912
+ "type": "string"
913
+ },
914
+ {
915
+ "name": "name",
916
+ "required": true,
917
+ "type": "string"
918
+ },
919
+ {
920
+ "name": "description",
921
+ "type": "string"
922
+ },
923
+ {
924
+ "name": "status",
925
+ "type": "string"
926
+ },
927
+ {
928
+ "name": "createdAt",
929
+ "type": "string"
930
+ },
931
+ {
932
+ "name": "hitCount",
933
+ "type": "number"
934
+ },
935
+ {
936
+ "name": "cacheAge",
937
+ "type": "number"
938
+ }
939
+ ],
940
+ "type": "[object]"
875
941
  }
876
942
  ],
877
943
  "synonyms": "loaded, retrieved, fetched",
@@ -907,6 +973,7 @@
907
973
  "name": "Cached",
908
974
  "payloadSchema": [
909
975
  {
976
+ "entity": "CacheEntry",
910
977
  "name": "data",
911
978
  "properties": [
912
979
  {
@@ -519,8 +519,19 @@
519
519
  "eventId": "evt_01M0M9E89QVRM9F7VRMWJ8NT71",
520
520
  "payloadSchema": [
521
521
  {
522
+ "entity": "TargetRow",
522
523
  "name": "data",
523
- "type": "[TargetRow]"
524
+ "properties": [
525
+ {
526
+ "name": "id",
527
+ "type": "string"
528
+ },
529
+ {
530
+ "name": "externalEventId",
531
+ "type": "string"
532
+ }
533
+ ],
534
+ "type": "[object]"
524
535
  }
525
536
  ],
526
537
  "tier": "secondary"
@@ -567,8 +578,43 @@
567
578
  "eventId": "evt_01M0M9E89Q006H33RM6WGB8QRJ",
568
579
  "payloadSchema": [
569
580
  {
581
+ "entity": "RemoteEvent",
570
582
  "name": "events",
571
- "type": "[RemoteEvent]"
583
+ "properties": [
584
+ {
585
+ "name": "id",
586
+ "type": "string"
587
+ },
588
+ {
589
+ "name": "summary",
590
+ "type": "string"
591
+ },
592
+ {
593
+ "name": "description",
594
+ "type": "string"
595
+ },
596
+ {
597
+ "name": "location",
598
+ "type": "string"
599
+ },
600
+ {
601
+ "name": "start",
602
+ "type": "string"
603
+ },
604
+ {
605
+ "name": "end",
606
+ "type": "string"
607
+ },
608
+ {
609
+ "name": "status",
610
+ "type": "string"
611
+ },
612
+ {
613
+ "name": "updated",
614
+ "type": "string"
615
+ }
616
+ ],
617
+ "type": "[object]"
572
618
  },
573
619
  {
574
620
  "name": "nextSyncToken",
@@ -583,8 +629,19 @@
583
629
  "eventId": "evt_01M0M9E89QZS3J82D8V4N7GNTX",
584
630
  "payloadSchema": [
585
631
  {
632
+ "entity": "TargetRow",
586
633
  "name": "data",
587
- "type": "[TargetRow]"
634
+ "properties": [
635
+ {
636
+ "name": "id",
637
+ "type": "string"
638
+ },
639
+ {
640
+ "name": "externalEventId",
641
+ "type": "string"
642
+ }
643
+ ],
644
+ "type": "[object]"
588
645
  }
589
646
  ],
590
647
  "tier": "secondary"