@almadar/std 10.0.0 → 11.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 +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  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 +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -328,23 +328,29 @@
328
328
  "event": "INIT",
329
329
  "effects": [
330
330
  [
331
- "ref",
332
- "AgentToolCall"
331
+ "fetch",
332
+ "AgentToolCall",
333
+ {
334
+ "emit": {
335
+ "failure": "AgentToolCallLoadFailed",
336
+ "success": "AgentToolCallLoaded"
337
+ }
338
+ }
333
339
  ],
334
340
  [
335
341
  "render-ui",
336
342
  "main",
337
343
  {
344
+ "type": "stack",
345
+ "gap": "lg",
338
346
  "children": [
339
347
  {
340
- "justify": "between",
341
- "direction": "horizontal",
342
348
  "gap": "md",
343
- "type": "stack",
344
349
  "children": [
345
350
  {
346
- "direction": "horizontal",
347
351
  "gap": "md",
352
+ "direction": "horizontal",
353
+ "type": "stack",
348
354
  "children": [
349
355
  {
350
356
  "type": "icon",
@@ -355,31 +361,31 @@
355
361
  "variant": "h2",
356
362
  "type": "typography"
357
363
  }
358
- ],
359
- "type": "stack"
364
+ ]
360
365
  },
361
366
  {
367
+ "label": "Open",
362
368
  "type": "button",
363
- "action": "INVOKE",
364
369
  "icon": "wrench",
365
- "label": "Open",
366
- "variant": "primary"
370
+ "variant": "primary",
371
+ "action": "INVOKE"
367
372
  }
368
- ]
373
+ ],
374
+ "type": "stack",
375
+ "direction": "horizontal",
376
+ "justify": "between"
369
377
  },
370
378
  {
371
379
  "type": "divider"
372
380
  },
373
381
  {
374
- "icon": "wrench",
375
382
  "type": "empty-state",
376
- "description": "Click Open to view details in a modal overlay.",
377
- "title": "Nothing open"
383
+ "icon": "wrench",
384
+ "title": "Nothing open",
385
+ "description": "Click Open to view details in a modal overlay."
378
386
  }
379
387
  ],
380
- "type": "stack",
381
- "direction": "vertical",
382
- "gap": "lg"
388
+ "direction": "vertical"
383
389
  }
384
390
  ]
385
391
  ]
@@ -393,11 +399,10 @@
393
399
  "render-ui",
394
400
  "modal",
395
401
  {
396
- "type": "stack",
397
402
  "direction": "vertical",
403
+ "type": "stack",
398
404
  "children": [
399
405
  {
400
- "direction": "horizontal",
401
406
  "type": "stack",
402
407
  "children": [
403
408
  {
@@ -406,23 +411,24 @@
406
411
  },
407
412
  {
408
413
  "content": "Invoke Tool",
409
- "variant": "h3",
410
- "type": "typography"
414
+ "type": "typography",
415
+ "variant": "h3"
411
416
  }
412
417
  ],
413
- "gap": "sm"
418
+ "gap": "sm",
419
+ "direction": "horizontal"
414
420
  },
415
421
  {
416
422
  "type": "divider"
417
423
  },
418
424
  {
419
- "submitEvent": "SAVE",
420
- "mode": "create",
421
425
  "fields": [
422
426
  "toolName",
423
427
  "args"
424
428
  ],
425
429
  "type": "form-section",
430
+ "mode": "create",
431
+ "submitEvent": "SAVE",
426
432
  "cancelEvent": "CLOSE"
427
433
  }
428
434
  ],
@@ -447,58 +453,64 @@
447
453
  "info"
448
454
  ],
449
455
  [
450
- "ref",
451
- "AgentToolCall"
456
+ "fetch",
457
+ "AgentToolCall",
458
+ {
459
+ "emit": {
460
+ "success": "AgentToolCallLoaded",
461
+ "failure": "AgentToolCallLoadFailed"
462
+ }
463
+ }
452
464
  ],
453
465
  [
454
466
  "render-ui",
455
467
  "main",
456
468
  {
457
- "direction": "vertical",
458
- "gap": "lg",
459
- "type": "stack",
460
469
  "children": [
461
470
  {
462
- "type": "stack",
463
471
  "direction": "horizontal",
464
- "gap": "md",
465
- "justify": "between",
466
472
  "children": [
467
473
  {
474
+ "type": "stack",
475
+ "direction": "horizontal",
468
476
  "children": [
469
477
  {
470
- "name": "wrench",
471
- "type": "icon"
478
+ "type": "icon",
479
+ "name": "wrench"
472
480
  },
473
481
  {
474
- "content": "Invoke Tool",
475
482
  "type": "typography",
483
+ "content": "Invoke Tool",
476
484
  "variant": "h2"
477
485
  }
478
486
  ],
479
- "direction": "horizontal",
480
- "type": "stack",
481
487
  "gap": "md"
482
488
  },
483
489
  {
484
- "label": "Open",
485
- "icon": "wrench",
486
490
  "variant": "primary",
491
+ "type": "button",
492
+ "label": "Open",
487
493
  "action": "INVOKE",
488
- "type": "button"
494
+ "icon": "wrench"
489
495
  }
490
- ]
496
+ ],
497
+ "gap": "md",
498
+ "type": "stack",
499
+ "justify": "between"
491
500
  },
492
501
  {
493
502
  "type": "divider"
494
503
  },
495
504
  {
496
- "type": "empty-state",
497
505
  "icon": "wrench",
498
506
  "title": "Nothing open",
499
- "description": "Click Open to view details in a modal overlay."
507
+ "description": "Click Open to view details in a modal overlay.",
508
+ "type": "empty-state"
500
509
  }
501
- ]
510
+ ],
511
+ "type": "stack",
512
+ "direction": "vertical",
513
+ "gap": "lg"
502
514
  }
503
515
  ]
504
516
  ]
@@ -530,21 +542,23 @@
530
542
  "INVOKED"
531
543
  ],
532
544
  [
533
- "ref",
534
- "AgentToolCall"
545
+ "fetch",
546
+ "AgentToolCall",
547
+ {
548
+ "emit": {
549
+ "success": "AgentToolCallLoaded",
550
+ "failure": "AgentToolCallLoadFailed"
551
+ }
552
+ }
535
553
  ],
536
554
  [
537
555
  "render-ui",
538
556
  "main",
539
557
  {
540
- "gap": "lg",
541
- "direction": "vertical",
542
558
  "type": "stack",
543
559
  "children": [
544
560
  {
545
- "type": "stack",
546
561
  "gap": "md",
547
- "justify": "between",
548
562
  "children": [
549
563
  {
550
564
  "type": "stack",
@@ -552,36 +566,40 @@
552
566
  "direction": "horizontal",
553
567
  "children": [
554
568
  {
555
- "name": "wrench",
556
- "type": "icon"
569
+ "type": "icon",
570
+ "name": "wrench"
557
571
  },
558
572
  {
559
- "type": "typography",
560
573
  "variant": "h2",
561
- "content": "Invoke Tool"
574
+ "content": "Invoke Tool",
575
+ "type": "typography"
562
576
  }
563
577
  ]
564
578
  },
565
579
  {
566
- "variant": "primary",
567
- "label": "Open",
568
- "icon": "wrench",
580
+ "action": "INVOKE",
569
581
  "type": "button",
570
- "action": "INVOKE"
582
+ "icon": "wrench",
583
+ "variant": "primary",
584
+ "label": "Open"
571
585
  }
572
586
  ],
573
- "direction": "horizontal"
587
+ "justify": "between",
588
+ "direction": "horizontal",
589
+ "type": "stack"
574
590
  },
575
591
  {
576
592
  "type": "divider"
577
593
  },
578
594
  {
579
- "icon": "wrench",
580
595
  "description": "Click Open to view details in a modal overlay.",
581
596
  "type": "empty-state",
597
+ "icon": "wrench",
582
598
  "title": "Nothing open"
583
599
  }
584
- ]
600
+ ],
601
+ "direction": "vertical",
602
+ "gap": "lg"
585
603
  }
586
604
  ]
587
605
  ]
@@ -859,8 +877,8 @@
859
877
  "render-ui",
860
878
  "main",
861
879
  {
862
- "type": "empty-state",
863
880
  "description": "Tool Call is ready",
881
+ "type": "empty-state",
864
882
  "icon": "wrench",
865
883
  "title": "Tool Call"
866
884
  }