@almadar/std 8.4.2 → 9.0.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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +50 -60
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +60 -60
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +50 -60
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
  187. package/package.json +1 -1
@@ -88,7 +88,7 @@
88
88
  {
89
89
  "event": "INVOKED",
90
90
  "scope": "external",
91
- "payload": [
91
+ "payloadSchema": [
92
92
  {
93
93
  "name": "id",
94
94
  "type": "string"
@@ -99,7 +99,7 @@
99
99
  "event": "AgentToolCallLoaded",
100
100
  "description": "Fired when AgentToolCall finishes loading",
101
101
  "scope": "internal",
102
- "payload": [
102
+ "payloadSchema": [
103
103
  {
104
104
  "name": "id",
105
105
  "type": "string"
@@ -158,7 +158,7 @@
158
158
  "event": "AgentToolCallLoadFailed",
159
159
  "description": "Fired when AgentToolCall fails to load",
160
160
  "scope": "internal",
161
- "payload": [
161
+ "payloadSchema": [
162
162
  {
163
163
  "name": "message",
164
164
  "type": "string"
@@ -168,7 +168,7 @@
168
168
  {
169
169
  "event": "AgentToolCallSaved",
170
170
  "scope": "internal",
171
- "payload": [
171
+ "payloadSchema": [
172
172
  {
173
173
  "name": "id",
174
174
  "type": "string"
@@ -178,7 +178,7 @@
178
178
  {
179
179
  "event": "AgentToolCallSaveFailed",
180
180
  "scope": "internal",
181
- "payload": [
181
+ "payloadSchema": [
182
182
  {
183
183
  "name": "error",
184
184
  "type": "string"
@@ -216,7 +216,7 @@
216
216
  {
217
217
  "key": "SAVE",
218
218
  "name": "Save",
219
- "payload": [
219
+ "payloadSchema": [
220
220
  {
221
221
  "name": "data",
222
222
  "type": "object",
@@ -231,7 +231,7 @@
231
231
  {
232
232
  "key": "AgentToolCallLoaded",
233
233
  "name": "AgentToolCall loaded",
234
- "payload": [
234
+ "payloadSchema": [
235
235
  {
236
236
  "name": "id",
237
237
  "type": "string"
@@ -289,7 +289,7 @@
289
289
  {
290
290
  "key": "AgentToolCallLoadFailed",
291
291
  "name": "AgentToolCall load failed",
292
- "payload": [
292
+ "payloadSchema": [
293
293
  {
294
294
  "name": "message",
295
295
  "type": "string"
@@ -299,7 +299,7 @@
299
299
  {
300
300
  "key": "AgentToolCallSaved",
301
301
  "name": "AgentToolCall saved",
302
- "payload": [
302
+ "payloadSchema": [
303
303
  {
304
304
  "name": "id",
305
305
  "type": "string"
@@ -309,7 +309,7 @@
309
309
  {
310
310
  "key": "AgentToolCallSaveFailed",
311
311
  "name": "AgentToolCall save failed",
312
- "payload": [
312
+ "payloadSchema": [
313
313
  {
314
314
  "name": "error",
315
315
  "type": "string"
@@ -335,37 +335,35 @@
335
335
  "render-ui",
336
336
  "main",
337
337
  {
338
- "gap": "lg",
339
- "type": "stack",
340
338
  "children": [
341
339
  {
342
- "type": "stack",
343
- "gap": "md",
344
340
  "justify": "between",
345
341
  "direction": "horizontal",
342
+ "gap": "md",
343
+ "type": "stack",
346
344
  "children": [
347
345
  {
346
+ "direction": "horizontal",
347
+ "gap": "md",
348
348
  "children": [
349
349
  {
350
350
  "type": "icon",
351
351
  "name": "wrench"
352
352
  },
353
353
  {
354
- "type": "typography",
355
354
  "content": "Invoke Tool",
356
- "variant": "h2"
355
+ "variant": "h2",
356
+ "type": "typography"
357
357
  }
358
358
  ],
359
- "direction": "horizontal",
360
- "type": "stack",
361
- "gap": "md"
359
+ "type": "stack"
362
360
  },
363
361
  {
364
362
  "type": "button",
365
- "label": "Open",
366
- "variant": "primary",
363
+ "action": "INVOKE",
367
364
  "icon": "wrench",
368
- "action": "INVOKE"
365
+ "label": "Open",
366
+ "variant": "primary"
369
367
  }
370
368
  ]
371
369
  },
@@ -373,13 +371,15 @@
373
371
  "type": "divider"
374
372
  },
375
373
  {
376
- "title": "Nothing open",
377
374
  "icon": "wrench",
378
375
  "type": "empty-state",
379
- "description": "Click Open to view details in a modal overlay."
376
+ "description": "Click Open to view details in a modal overlay.",
377
+ "title": "Nothing open"
380
378
  }
381
379
  ],
382
- "direction": "vertical"
380
+ "type": "stack",
381
+ "direction": "vertical",
382
+ "gap": "lg"
383
383
  }
384
384
  ]
385
385
  ]
@@ -393,13 +393,12 @@
393
393
  "render-ui",
394
394
  "modal",
395
395
  {
396
+ "type": "stack",
396
397
  "direction": "vertical",
397
- "gap": "md",
398
398
  "children": [
399
399
  {
400
- "type": "stack",
401
400
  "direction": "horizontal",
402
- "gap": "sm",
401
+ "type": "stack",
403
402
  "children": [
404
403
  {
405
404
  "name": "wrench",
@@ -407,26 +406,27 @@
407
406
  },
408
407
  {
409
408
  "content": "Invoke Tool",
410
- "type": "typography",
411
- "variant": "h3"
409
+ "variant": "h3",
410
+ "type": "typography"
412
411
  }
413
- ]
412
+ ],
413
+ "gap": "sm"
414
414
  },
415
415
  {
416
416
  "type": "divider"
417
417
  },
418
418
  {
419
- "cancelEvent": "CLOSE",
419
+ "submitEvent": "SAVE",
420
+ "mode": "create",
420
421
  "fields": [
421
422
  "toolName",
422
423
  "args"
423
424
  ],
424
425
  "type": "form-section",
425
- "submitEvent": "SAVE",
426
- "mode": "create"
426
+ "cancelEvent": "CLOSE"
427
427
  }
428
428
  ],
429
- "type": "stack"
429
+ "gap": "md"
430
430
  }
431
431
  ]
432
432
  ]
@@ -454,51 +454,51 @@
454
454
  "render-ui",
455
455
  "main",
456
456
  {
457
+ "direction": "vertical",
458
+ "gap": "lg",
459
+ "type": "stack",
457
460
  "children": [
458
461
  {
462
+ "type": "stack",
459
463
  "direction": "horizontal",
460
464
  "gap": "md",
465
+ "justify": "between",
461
466
  "children": [
462
467
  {
463
- "direction": "horizontal",
464
- "type": "stack",
465
468
  "children": [
466
469
  {
467
- "type": "icon",
468
- "name": "wrench"
470
+ "name": "wrench",
471
+ "type": "icon"
469
472
  },
470
473
  {
471
- "type": "typography",
472
474
  "content": "Invoke Tool",
475
+ "type": "typography",
473
476
  "variant": "h2"
474
477
  }
475
478
  ],
479
+ "direction": "horizontal",
480
+ "type": "stack",
476
481
  "gap": "md"
477
482
  },
478
483
  {
479
- "variant": "primary",
480
- "icon": "wrench",
481
484
  "label": "Open",
485
+ "icon": "wrench",
486
+ "variant": "primary",
482
487
  "action": "INVOKE",
483
488
  "type": "button"
484
489
  }
485
- ],
486
- "justify": "between",
487
- "type": "stack"
490
+ ]
488
491
  },
489
492
  {
490
493
  "type": "divider"
491
494
  },
492
495
  {
493
- "icon": "wrench",
494
- "description": "Click Open to view details in a modal overlay.",
495
496
  "type": "empty-state",
496
- "title": "Nothing open"
497
+ "icon": "wrench",
498
+ "title": "Nothing open",
499
+ "description": "Click Open to view details in a modal overlay."
497
500
  }
498
- ],
499
- "type": "stack",
500
- "direction": "vertical",
501
- "gap": "lg"
501
+ ]
502
502
  }
503
503
  ]
504
504
  ]
@@ -515,8 +515,8 @@
515
515
  "@payload.data",
516
516
  {
517
517
  "emit": {
518
- "failure": "AgentToolCallSaveFailed",
519
- "success": "AgentToolCallSaved"
518
+ "success": "AgentToolCallSaved",
519
+ "failure": "AgentToolCallSaveFailed"
520
520
  }
521
521
  }
522
522
  ],
@@ -537,11 +537,17 @@
537
537
  "render-ui",
538
538
  "main",
539
539
  {
540
+ "gap": "lg",
541
+ "direction": "vertical",
542
+ "type": "stack",
540
543
  "children": [
541
544
  {
545
+ "type": "stack",
546
+ "gap": "md",
542
547
  "justify": "between",
543
548
  "children": [
544
549
  {
550
+ "type": "stack",
545
551
  "gap": "md",
546
552
  "direction": "horizontal",
547
553
  "children": [
@@ -550,38 +556,32 @@
550
556
  "type": "icon"
551
557
  },
552
558
  {
553
- "variant": "h2",
554
559
  "type": "typography",
560
+ "variant": "h2",
555
561
  "content": "Invoke Tool"
556
562
  }
557
- ],
558
- "type": "stack"
563
+ ]
559
564
  },
560
565
  {
561
- "type": "button",
566
+ "variant": "primary",
562
567
  "label": "Open",
563
568
  "icon": "wrench",
564
- "action": "INVOKE",
565
- "variant": "primary"
569
+ "type": "button",
570
+ "action": "INVOKE"
566
571
  }
567
572
  ],
568
- "gap": "md",
569
- "type": "stack",
570
573
  "direction": "horizontal"
571
574
  },
572
575
  {
573
576
  "type": "divider"
574
577
  },
575
578
  {
576
- "title": "Nothing open",
577
- "type": "empty-state",
579
+ "icon": "wrench",
578
580
  "description": "Click Open to view details in a modal overlay.",
579
- "icon": "wrench"
581
+ "type": "empty-state",
582
+ "title": "Nothing open"
580
583
  }
581
- ],
582
- "gap": "lg",
583
- "type": "stack",
584
- "direction": "vertical"
584
+ ]
585
585
  }
586
586
  ]
587
587
  ]
@@ -598,7 +598,7 @@
598
598
  {
599
599
  "event": "TOOL_STARTED",
600
600
  "scope": "internal",
601
- "payload": [
601
+ "payloadSchema": [
602
602
  {
603
603
  "name": "toolName",
604
604
  "type": "string"
@@ -608,7 +608,7 @@
608
608
  {
609
609
  "event": "TOOL_COMPLETED",
610
610
  "scope": "internal",
611
- "payload": [
611
+ "payloadSchema": [
612
612
  {
613
613
  "name": "toolName",
614
614
  "type": "string"
@@ -622,7 +622,7 @@
622
622
  {
623
623
  "event": "LOG_ENTRY",
624
624
  "scope": "internal",
625
- "payload": [
625
+ "payloadSchema": [
626
626
  {
627
627
  "name": "action",
628
628
  "type": "string"
@@ -641,7 +641,7 @@
641
641
  "event": "AgentToolCallLoaded",
642
642
  "description": "Fired when AgentToolCall finishes loading",
643
643
  "scope": "internal",
644
- "payload": [
644
+ "payloadSchema": [
645
645
  {
646
646
  "name": "id",
647
647
  "type": "string"
@@ -700,7 +700,7 @@
700
700
  "event": "AgentToolCallLoadFailed",
701
701
  "description": "Fired when AgentToolCall fails to load",
702
702
  "scope": "internal",
703
- "payload": [
703
+ "payloadSchema": [
704
704
  {
705
705
  "name": "message",
706
706
  "type": "string"
@@ -742,7 +742,7 @@
742
742
  {
743
743
  "key": "DO_INVOKE",
744
744
  "name": "Do Invoke",
745
- "payload": [
745
+ "payloadSchema": [
746
746
  {
747
747
  "name": "data",
748
748
  "type": "object",
@@ -773,7 +773,7 @@
773
773
  {
774
774
  "key": "AgentToolCallLoaded",
775
775
  "name": "AgentToolCall loaded",
776
- "payload": [
776
+ "payloadSchema": [
777
777
  {
778
778
  "name": "id",
779
779
  "type": "string"
@@ -831,7 +831,7 @@
831
831
  {
832
832
  "key": "AgentToolCallLoadFailed",
833
833
  "name": "AgentToolCall load failed",
834
- "payload": [
834
+ "payloadSchema": [
835
835
  {
836
836
  "name": "message",
837
837
  "type": "string"
@@ -859,8 +859,8 @@
859
859
  "render-ui",
860
860
  "main",
861
861
  {
862
- "description": "Tool Call is ready",
863
862
  "type": "empty-state",
863
+ "description": "Tool Call is ready",
864
864
  "icon": "wrench",
865
865
  "title": "Tool Call"
866
866
  }
@@ -1085,4 +1085,4 @@
1085
1085
  ]
1086
1086
  }
1087
1087
  ]
1088
- }
1088
+ }