@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
@@ -123,31 +123,68 @@
123
123
  "tier": "presentation",
124
124
  "type": "string"
125
125
  },
126
- "coordinatorActivities": {
127
- "default": [],
128
- "description": "Full coordinator activities (tool calls, results, messages, errors).",
129
- "items": {
130
- "items": {
131
- "type": "scalar"
132
- },
133
- "type": "object"
134
- },
135
- "label": "Coordinator Activities",
136
- "tier": "presentation",
137
- "type": "[Map<string,scalar>]"
138
- },
139
126
  "coordinatorMessages": {
140
127
  "default": [],
141
128
  "description": "Canonical Coordinator conversation — same shape live and on reload. When present, takes precedence over `coordinatorActivities` for the Coordinator section.",
142
129
  "items": {
143
- "items": {
144
- "type": "scalar"
130
+ "properties": {
131
+ "content": {
132
+ "name": "content",
133
+ "required": true,
134
+ "type": "string"
135
+ },
136
+ "reasoningContent": {
137
+ "name": "reasoningContent",
138
+ "required": false,
139
+ "type": "string"
140
+ },
141
+ "role": {
142
+ "name": "role",
143
+ "required": true,
144
+ "type": "string",
145
+ "values": [
146
+ "system",
147
+ "user",
148
+ "assistant",
149
+ "tool"
150
+ ]
151
+ },
152
+ "toolCallId": {
153
+ "name": "toolCallId",
154
+ "required": false,
155
+ "type": "string"
156
+ },
157
+ "toolCalls": {
158
+ "items": {
159
+ "properties": {
160
+ "id": {
161
+ "name": "id",
162
+ "required": true,
163
+ "type": "string"
164
+ },
165
+ "name": {
166
+ "name": "name",
167
+ "required": true,
168
+ "type": "string"
169
+ }
170
+ },
171
+ "type": "object"
172
+ },
173
+ "name": "toolCalls",
174
+ "required": false,
175
+ "type": "array"
176
+ },
177
+ "toolName": {
178
+ "name": "toolName",
179
+ "required": false,
180
+ "type": "string"
181
+ }
145
182
  },
146
183
  "type": "object"
147
184
  },
148
185
  "label": "Coordinator Messages",
149
186
  "tier": "presentation",
150
- "type": "[Map<string,scalar>]"
187
+ "type": "[SubagentTracePanelCoordinatorMessagesItem]"
151
188
  },
152
189
  "disclosureLevel": {
153
190
  "default": 1.0,
@@ -268,17 +305,133 @@
268
305
  ]
269
306
  },
270
307
  "subagents": {
271
- "default": [],
308
+ "default": [
309
+ {
310
+ "durationMs": 1.0,
311
+ "id": "Id",
312
+ "messages": [
313
+ {
314
+ "message": "Message",
315
+ "timestamp": 1.0,
316
+ "tool": "Tool"
317
+ },
318
+ {
319
+ "message": "Message 2",
320
+ "timestamp": 2.0,
321
+ "tool": "Tool 2"
322
+ }
323
+ ],
324
+ "name": "Name",
325
+ "orbitalName": "Orbital Name",
326
+ "parentId": "Parent Id",
327
+ "role": "Role",
328
+ "status": "running",
329
+ "task": "Task",
330
+ "timeline": []
331
+ },
332
+ {
333
+ "durationMs": 2.0,
334
+ "id": "Id 2",
335
+ "messages": [
336
+ {
337
+ "message": "Message",
338
+ "timestamp": 1.0,
339
+ "tool": "Tool"
340
+ },
341
+ {
342
+ "message": "Message 2",
343
+ "timestamp": 2.0,
344
+ "tool": "Tool 2"
345
+ }
346
+ ],
347
+ "name": "Name 2",
348
+ "orbitalName": "Orbital Name 2",
349
+ "parentId": "Parent Id 2",
350
+ "role": "Role 2",
351
+ "status": "complete",
352
+ "task": "Task 2",
353
+ "timeline": []
354
+ }
355
+ ],
272
356
  "description": "All known subagents from the runner.",
273
357
  "items": {
274
- "items": {
275
- "type": "scalar"
358
+ "properties": {
359
+ "durationMs": {
360
+ "name": "durationMs",
361
+ "required": false,
362
+ "type": "number"
363
+ },
364
+ "id": {
365
+ "name": "id",
366
+ "required": true,
367
+ "type": "string"
368
+ },
369
+ "messages": {
370
+ "items": {
371
+ "properties": {
372
+ "message": {
373
+ "name": "message",
374
+ "required": true,
375
+ "type": "string"
376
+ },
377
+ "timestamp": {
378
+ "name": "timestamp",
379
+ "required": true,
380
+ "type": "number"
381
+ },
382
+ "tool": {
383
+ "name": "tool",
384
+ "required": false,
385
+ "type": "string"
386
+ }
387
+ },
388
+ "type": "object"
389
+ },
390
+ "name": "messages",
391
+ "required": true,
392
+ "type": "array"
393
+ },
394
+ "name": {
395
+ "name": "name",
396
+ "required": true,
397
+ "type": "string"
398
+ },
399
+ "orbitalName": {
400
+ "name": "orbitalName",
401
+ "required": false,
402
+ "type": "string"
403
+ },
404
+ "parentId": {
405
+ "name": "parentId",
406
+ "required": false,
407
+ "type": "string"
408
+ },
409
+ "role": {
410
+ "name": "role",
411
+ "required": true,
412
+ "type": "string"
413
+ },
414
+ "status": {
415
+ "name": "status",
416
+ "required": true,
417
+ "type": "string",
418
+ "values": [
419
+ "running",
420
+ "complete",
421
+ "error"
422
+ ]
423
+ },
424
+ "task": {
425
+ "name": "task",
426
+ "required": true,
427
+ "type": "string"
428
+ }
276
429
  },
277
430
  "type": "object"
278
431
  },
279
432
  "label": "Subagents",
280
433
  "tier": "presentation",
281
- "type": "[Map<string,scalar>]"
434
+ "type": "[SubagentTracePanelSubagentsItem]"
282
435
  },
283
436
  "totalCount": {
284
437
  "description": "Total number of items",
@@ -401,7 +554,6 @@
401
554
  {
402
555
  "activeFilters": "@config.activeFilters",
403
556
  "className": "@config.className",
404
- "coordinatorActivities": "@config.coordinatorActivities",
405
557
  "coordinatorMessages": "@config.coordinatorMessages",
406
558
  "disclosureLevel": "@config.disclosureLevel",
407
559
  "error": "@config.error",
@@ -454,6 +606,58 @@
454
606
  }
455
607
  ],
456
608
  "types": {
609
+ "SubagentTracePanelCoordinatorMessagesItem": [
610
+ {
611
+ "name": "role",
612
+ "required": true,
613
+ "type": "string"
614
+ },
615
+ {
616
+ "name": "content",
617
+ "required": true,
618
+ "type": "string"
619
+ },
620
+ {
621
+ "name": "toolCalls",
622
+ "properties": [
623
+ {
624
+ "name": "id",
625
+ "required": true,
626
+ "type": "string"
627
+ },
628
+ {
629
+ "name": "name",
630
+ "required": true,
631
+ "type": "string"
632
+ }
633
+ ],
634
+ "type": "[object]"
635
+ },
636
+ {
637
+ "name": "toolCallId",
638
+ "type": "string"
639
+ },
640
+ {
641
+ "name": "toolName",
642
+ "type": "string"
643
+ },
644
+ {
645
+ "name": "reasoningContent",
646
+ "type": "string"
647
+ }
648
+ ],
649
+ "SubagentTracePanelCoordinatorMessagesItemToolCallsItem": [
650
+ {
651
+ "name": "id",
652
+ "required": true,
653
+ "type": "string"
654
+ },
655
+ {
656
+ "name": "name",
657
+ "required": true,
658
+ "type": "string"
659
+ }
660
+ ],
457
661
  "SubagentTracePanelError": [
458
662
  {
459
663
  "name": "message",
@@ -472,6 +676,82 @@
472
676
  "name": "stack",
473
677
  "type": "string"
474
678
  }
679
+ ],
680
+ "SubagentTracePanelSubagentsItem": [
681
+ {
682
+ "name": "id",
683
+ "required": true,
684
+ "type": "string"
685
+ },
686
+ {
687
+ "name": "name",
688
+ "required": true,
689
+ "type": "string"
690
+ },
691
+ {
692
+ "name": "role",
693
+ "required": true,
694
+ "type": "string"
695
+ },
696
+ {
697
+ "name": "orbitalName",
698
+ "type": "string"
699
+ },
700
+ {
701
+ "name": "parentId",
702
+ "type": "string"
703
+ },
704
+ {
705
+ "name": "status",
706
+ "required": true,
707
+ "type": "string"
708
+ },
709
+ {
710
+ "name": "task",
711
+ "required": true,
712
+ "type": "string"
713
+ },
714
+ {
715
+ "name": "messages",
716
+ "properties": [
717
+ {
718
+ "name": "message",
719
+ "required": true,
720
+ "type": "string"
721
+ },
722
+ {
723
+ "name": "tool",
724
+ "type": "string"
725
+ },
726
+ {
727
+ "name": "timestamp",
728
+ "required": true,
729
+ "type": "number"
730
+ }
731
+ ],
732
+ "required": true,
733
+ "type": "[object]"
734
+ },
735
+ {
736
+ "name": "durationMs",
737
+ "type": "number"
738
+ }
739
+ ],
740
+ "SubagentTracePanelSubagentsItemMessagesItem": [
741
+ {
742
+ "name": "message",
743
+ "required": true,
744
+ "type": "string"
745
+ },
746
+ {
747
+ "name": "tool",
748
+ "type": "string"
749
+ },
750
+ {
751
+ "name": "timestamp",
752
+ "required": true,
753
+ "type": "number"
754
+ }
475
755
  ]
476
756
  }
477
757
  }
@@ -308,8 +308,16 @@
308
308
  "eventId": "evt_01KXG04T5Q7ZFPSWYBZTKDFZEP",
309
309
  "payloadSchema": [
310
310
  {
311
+ "entity": "TimelineItem",
311
312
  "name": "data",
312
- "type": "[TimelineItem]"
313
+ "properties": [
314
+ {
315
+ "name": "id",
316
+ "required": true,
317
+ "type": "string"
318
+ }
319
+ ],
320
+ "type": "[object]"
313
321
  }
314
322
  ],
315
323
  "scope": "internal",
@@ -344,8 +352,16 @@
344
352
  "name": "Timeline loaded",
345
353
  "payloadSchema": [
346
354
  {
355
+ "entity": "TimelineItem",
347
356
  "name": "data",
348
- "type": "[TimelineItem]"
357
+ "properties": [
358
+ {
359
+ "name": "id",
360
+ "required": true,
361
+ "type": "string"
362
+ }
363
+ ],
364
+ "type": "[object]"
349
365
  }
350
366
  ],
351
367
  "synonyms": "loaded, fetched, retrieved",
@@ -281,8 +281,40 @@
281
281
  "eventId": "evt_01KXG04TADXBY5RKKJ8HPNBXBQ",
282
282
  "payloadSchema": [
283
283
  {
284
+ "entity": "CounterTemplateItem",
284
285
  "name": "data",
285
- "type": "[CounterTemplateItem]"
286
+ "properties": [
287
+ {
288
+ "name": "id",
289
+ "required": true,
290
+ "type": "string"
291
+ },
292
+ {
293
+ "name": "count",
294
+ "type": "number"
295
+ },
296
+ {
297
+ "name": "decrementDisabled",
298
+ "type": "boolean"
299
+ },
300
+ {
301
+ "name": "incrementDisabled",
302
+ "type": "boolean"
303
+ },
304
+ {
305
+ "name": "decrementLabel",
306
+ "type": "string"
307
+ },
308
+ {
309
+ "name": "incrementLabel",
310
+ "type": "string"
311
+ },
312
+ {
313
+ "name": "rangeText",
314
+ "type": "string"
315
+ }
316
+ ],
317
+ "type": "[object]"
286
318
  }
287
319
  ],
288
320
  "scope": "internal",
@@ -317,8 +349,40 @@
317
349
  "name": "Counter template loaded",
318
350
  "payloadSchema": [
319
351
  {
352
+ "entity": "CounterTemplateItem",
320
353
  "name": "data",
321
- "type": "[CounterTemplateItem]"
354
+ "properties": [
355
+ {
356
+ "name": "id",
357
+ "required": true,
358
+ "type": "string"
359
+ },
360
+ {
361
+ "name": "count",
362
+ "type": "number"
363
+ },
364
+ {
365
+ "name": "decrementDisabled",
366
+ "type": "boolean"
367
+ },
368
+ {
369
+ "name": "incrementDisabled",
370
+ "type": "boolean"
371
+ },
372
+ {
373
+ "name": "decrementLabel",
374
+ "type": "string"
375
+ },
376
+ {
377
+ "name": "incrementLabel",
378
+ "type": "string"
379
+ },
380
+ {
381
+ "name": "rangeText",
382
+ "type": "string"
383
+ }
384
+ ],
385
+ "type": "[object]"
322
386
  }
323
387
  ],
324
388
  "synonyms": "loaded, fetched, retrieved",
@@ -151,8 +151,16 @@
151
151
  "eventId": "evt_01KXG04TDEP7KJSJF4M4V70Q4J",
152
152
  "payloadSchema": [
153
153
  {
154
+ "entity": "GenericAppTemplateItem",
154
155
  "name": "data",
155
- "type": "[GenericAppTemplateItem]"
156
+ "properties": [
157
+ {
158
+ "name": "id",
159
+ "required": true,
160
+ "type": "string"
161
+ }
162
+ ],
163
+ "type": "[object]"
156
164
  }
157
165
  ],
158
166
  "scope": "internal",
@@ -187,8 +195,16 @@
187
195
  "name": "Generic app template loaded",
188
196
  "payloadSchema": [
189
197
  {
198
+ "entity": "GenericAppTemplateItem",
190
199
  "name": "data",
191
- "type": "[GenericAppTemplateItem]"
200
+ "properties": [
201
+ {
202
+ "name": "id",
203
+ "required": true,
204
+ "type": "string"
205
+ }
206
+ ],
207
+ "type": "[object]"
192
208
  }
193
209
  ],
194
210
  "synonyms": "loaded, fetched, retrieved",
@@ -265,8 +265,43 @@
265
265
  "eventId": "evt_01KXG04TEB193KA30KBS6XB9B5",
266
266
  "payloadSchema": [
267
267
  {
268
+ "entity": "Fx",
268
269
  "name": "particles",
269
- "type": "[Fx]"
270
+ "properties": [
271
+ {
272
+ "name": "id",
273
+ "required": true,
274
+ "type": "string"
275
+ },
276
+ {
277
+ "name": "type",
278
+ "required": true,
279
+ "type": "string"
280
+ },
281
+ {
282
+ "name": "x",
283
+ "required": true,
284
+ "type": "number"
285
+ },
286
+ {
287
+ "name": "z",
288
+ "type": "number"
289
+ },
290
+ {
291
+ "name": "y",
292
+ "type": "number"
293
+ },
294
+ {
295
+ "name": "message",
296
+ "type": "string"
297
+ },
298
+ {
299
+ "name": "ttl",
300
+ "required": true,
301
+ "type": "number"
302
+ }
303
+ ],
304
+ "type": "[object]"
270
305
  }
271
306
  ],
272
307
  "scope": "external",
@@ -355,8 +390,43 @@
355
390
  "name": "Burst",
356
391
  "payloadSchema": [
357
392
  {
393
+ "entity": "Fx",
358
394
  "name": "particles",
359
- "type": "[Fx]"
395
+ "properties": [
396
+ {
397
+ "name": "id",
398
+ "required": true,
399
+ "type": "string"
400
+ },
401
+ {
402
+ "name": "type",
403
+ "required": true,
404
+ "type": "string"
405
+ },
406
+ {
407
+ "name": "x",
408
+ "required": true,
409
+ "type": "number"
410
+ },
411
+ {
412
+ "name": "z",
413
+ "type": "number"
414
+ },
415
+ {
416
+ "name": "y",
417
+ "type": "number"
418
+ },
419
+ {
420
+ "name": "message",
421
+ "type": "string"
422
+ },
423
+ {
424
+ "name": "ttl",
425
+ "required": true,
426
+ "type": "number"
427
+ }
428
+ ],
429
+ "type": "[object]"
360
430
  }
361
431
  ],
362
432
  "tier": "domain"