@almadar/std 13.6.0 → 13.8.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -332,8 +332,8 @@
|
|
|
332
332
|
"AgentToolCall",
|
|
333
333
|
{
|
|
334
334
|
"emit": {
|
|
335
|
-
"
|
|
336
|
-
"
|
|
335
|
+
"failure": "AgentToolCallLoadFailed",
|
|
336
|
+
"success": "AgentToolCallLoaded"
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
],
|
|
@@ -343,49 +343,49 @@
|
|
|
343
343
|
{
|
|
344
344
|
"children": [
|
|
345
345
|
{
|
|
346
|
-
"
|
|
346
|
+
"type": "stack",
|
|
347
347
|
"direction": "horizontal",
|
|
348
348
|
"children": [
|
|
349
349
|
{
|
|
350
|
+
"type": "stack",
|
|
350
351
|
"children": [
|
|
351
352
|
{
|
|
352
|
-
"
|
|
353
|
-
"
|
|
353
|
+
"type": "icon",
|
|
354
|
+
"name": "wrench"
|
|
354
355
|
},
|
|
355
356
|
{
|
|
356
|
-
"content": "Invoke Tool",
|
|
357
357
|
"type": "typography",
|
|
358
|
-
"variant": "h2"
|
|
358
|
+
"variant": "h2",
|
|
359
|
+
"content": "Invoke Tool"
|
|
359
360
|
}
|
|
360
361
|
],
|
|
361
|
-
"direction": "horizontal",
|
|
362
362
|
"gap": "md",
|
|
363
|
-
"
|
|
363
|
+
"direction": "horizontal"
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
|
-
"label": "Open",
|
|
367
|
-
"action": "INVOKE",
|
|
368
|
-
"variant": "primary",
|
|
369
366
|
"type": "button",
|
|
370
|
-
"
|
|
367
|
+
"action": "INVOKE",
|
|
368
|
+
"label": "Open",
|
|
369
|
+
"icon": "wrench",
|
|
370
|
+
"variant": "primary"
|
|
371
371
|
}
|
|
372
372
|
],
|
|
373
373
|
"justify": "between",
|
|
374
|
-
"
|
|
374
|
+
"gap": "md"
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"type": "divider"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"title": "Nothing open",
|
|
381
|
-
"icon": "wrench",
|
|
382
381
|
"type": "empty-state",
|
|
382
|
+
"icon": "wrench",
|
|
383
383
|
"description": "Click Open to view details in a modal overlay."
|
|
384
384
|
}
|
|
385
385
|
],
|
|
386
|
+
"gap": "lg",
|
|
386
387
|
"type": "stack",
|
|
387
|
-
"direction": "vertical"
|
|
388
|
-
"gap": "lg"
|
|
388
|
+
"direction": "vertical"
|
|
389
389
|
}
|
|
390
390
|
]
|
|
391
391
|
]
|
|
@@ -399,39 +399,39 @@
|
|
|
399
399
|
"render-ui",
|
|
400
400
|
"modal",
|
|
401
401
|
{
|
|
402
|
+
"type": "stack",
|
|
403
|
+
"direction": "vertical",
|
|
402
404
|
"children": [
|
|
403
405
|
{
|
|
404
|
-
"type": "stack",
|
|
405
406
|
"direction": "horizontal",
|
|
407
|
+
"type": "stack",
|
|
408
|
+
"gap": "sm",
|
|
406
409
|
"children": [
|
|
407
410
|
{
|
|
408
411
|
"name": "wrench",
|
|
409
412
|
"type": "icon"
|
|
410
413
|
},
|
|
411
414
|
{
|
|
412
|
-
"type": "typography",
|
|
413
415
|
"content": "Invoke Tool",
|
|
416
|
+
"type": "typography",
|
|
414
417
|
"variant": "h3"
|
|
415
418
|
}
|
|
416
|
-
]
|
|
417
|
-
"gap": "sm"
|
|
419
|
+
]
|
|
418
420
|
},
|
|
419
421
|
{
|
|
420
422
|
"type": "divider"
|
|
421
423
|
},
|
|
422
424
|
{
|
|
425
|
+
"type": "form-section",
|
|
426
|
+
"mode": "create",
|
|
427
|
+
"submitEvent": "SAVE",
|
|
423
428
|
"cancelEvent": "CLOSE",
|
|
424
429
|
"fields": [
|
|
425
430
|
"toolName",
|
|
426
431
|
"args"
|
|
427
|
-
]
|
|
428
|
-
"mode": "create",
|
|
429
|
-
"type": "form-section",
|
|
430
|
-
"submitEvent": "SAVE"
|
|
432
|
+
]
|
|
431
433
|
}
|
|
432
434
|
],
|
|
433
|
-
"type": "stack",
|
|
434
|
-
"direction": "vertical",
|
|
435
435
|
"gap": "md"
|
|
436
436
|
}
|
|
437
437
|
]
|
|
@@ -457,8 +457,8 @@
|
|
|
457
457
|
"AgentToolCall",
|
|
458
458
|
{
|
|
459
459
|
"emit": {
|
|
460
|
-
"
|
|
461
|
-
"
|
|
460
|
+
"failure": "AgentToolCallLoadFailed",
|
|
461
|
+
"success": "AgentToolCallLoaded"
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
],
|
|
@@ -466,51 +466,51 @@
|
|
|
466
466
|
"render-ui",
|
|
467
467
|
"main",
|
|
468
468
|
{
|
|
469
|
-
"type": "stack",
|
|
470
|
-
"direction": "vertical",
|
|
471
|
-
"gap": "lg",
|
|
472
469
|
"children": [
|
|
473
470
|
{
|
|
474
|
-
"
|
|
471
|
+
"gap": "md",
|
|
475
472
|
"type": "stack",
|
|
473
|
+
"direction": "horizontal",
|
|
474
|
+
"justify": "between",
|
|
476
475
|
"children": [
|
|
477
476
|
{
|
|
478
477
|
"direction": "horizontal",
|
|
479
478
|
"type": "stack",
|
|
480
|
-
"gap": "md",
|
|
481
479
|
"children": [
|
|
482
480
|
{
|
|
483
|
-
"
|
|
484
|
-
"
|
|
481
|
+
"type": "icon",
|
|
482
|
+
"name": "wrench"
|
|
485
483
|
},
|
|
486
484
|
{
|
|
487
|
-
"
|
|
485
|
+
"content": "Invoke Tool",
|
|
488
486
|
"type": "typography",
|
|
489
|
-
"
|
|
487
|
+
"variant": "h2"
|
|
490
488
|
}
|
|
491
|
-
]
|
|
489
|
+
],
|
|
490
|
+
"gap": "md"
|
|
492
491
|
},
|
|
493
492
|
{
|
|
494
|
-
"icon": "wrench",
|
|
495
|
-
"action": "INVOKE",
|
|
496
493
|
"label": "Open",
|
|
494
|
+
"type": "button",
|
|
497
495
|
"variant": "primary",
|
|
498
|
-
"
|
|
496
|
+
"action": "INVOKE",
|
|
497
|
+
"icon": "wrench"
|
|
499
498
|
}
|
|
500
|
-
]
|
|
501
|
-
"gap": "md",
|
|
502
|
-
"justify": "between"
|
|
499
|
+
]
|
|
503
500
|
},
|
|
504
501
|
{
|
|
505
502
|
"type": "divider"
|
|
506
503
|
},
|
|
507
504
|
{
|
|
505
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
508
506
|
"type": "empty-state",
|
|
509
507
|
"icon": "wrench",
|
|
510
|
-
"title": "Nothing open"
|
|
511
|
-
"description": "Click Open to view details in a modal overlay."
|
|
508
|
+
"title": "Nothing open"
|
|
512
509
|
}
|
|
513
|
-
]
|
|
510
|
+
],
|
|
511
|
+
"gap": "lg",
|
|
512
|
+
"direction": "vertical",
|
|
513
|
+
"type": "stack"
|
|
514
514
|
}
|
|
515
515
|
]
|
|
516
516
|
]
|
|
@@ -555,51 +555,51 @@
|
|
|
555
555
|
"render-ui",
|
|
556
556
|
"main",
|
|
557
557
|
{
|
|
558
|
-
"type": "stack",
|
|
559
558
|
"direction": "vertical",
|
|
559
|
+
"type": "stack",
|
|
560
|
+
"gap": "lg",
|
|
560
561
|
"children": [
|
|
561
562
|
{
|
|
562
|
-
"type": "stack",
|
|
563
|
-
"direction": "horizontal",
|
|
564
563
|
"gap": "md",
|
|
565
564
|
"justify": "between",
|
|
565
|
+
"type": "stack",
|
|
566
566
|
"children": [
|
|
567
567
|
{
|
|
568
|
+
"gap": "md",
|
|
569
|
+
"type": "stack",
|
|
570
|
+
"direction": "horizontal",
|
|
568
571
|
"children": [
|
|
569
572
|
{
|
|
570
|
-
"
|
|
571
|
-
"
|
|
573
|
+
"name": "wrench",
|
|
574
|
+
"type": "icon"
|
|
572
575
|
},
|
|
573
576
|
{
|
|
574
|
-
"variant": "h2",
|
|
575
577
|
"content": "Invoke Tool",
|
|
578
|
+
"variant": "h2",
|
|
576
579
|
"type": "typography"
|
|
577
580
|
}
|
|
578
|
-
]
|
|
579
|
-
"type": "stack",
|
|
580
|
-
"gap": "md",
|
|
581
|
-
"direction": "horizontal"
|
|
581
|
+
]
|
|
582
582
|
},
|
|
583
583
|
{
|
|
584
|
+
"variant": "primary",
|
|
585
|
+
"label": "Open",
|
|
584
586
|
"type": "button",
|
|
585
|
-
"icon": "wrench",
|
|
586
587
|
"action": "INVOKE",
|
|
587
|
-
"
|
|
588
|
-
"variant": "primary"
|
|
588
|
+
"icon": "wrench"
|
|
589
589
|
}
|
|
590
|
-
]
|
|
590
|
+
],
|
|
591
|
+
"direction": "horizontal"
|
|
591
592
|
},
|
|
592
593
|
{
|
|
593
594
|
"type": "divider"
|
|
594
595
|
},
|
|
595
596
|
{
|
|
596
597
|
"icon": "wrench",
|
|
597
|
-
"type": "empty-state",
|
|
598
598
|
"title": "Nothing open",
|
|
599
|
-
"description": "Click Open to view details in a modal overlay."
|
|
599
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
600
|
+
"type": "empty-state"
|
|
600
601
|
}
|
|
601
|
-
]
|
|
602
|
-
"gap": "lg"
|
|
602
|
+
]
|
|
603
603
|
}
|
|
604
604
|
]
|
|
605
605
|
]
|
|
@@ -877,9 +877,9 @@
|
|
|
877
877
|
"render-ui",
|
|
878
878
|
"main",
|
|
879
879
|
{
|
|
880
|
-
"title": "Tool Call",
|
|
881
|
-
"icon": "wrench",
|
|
882
880
|
"type": "empty-state",
|
|
881
|
+
"icon": "wrench",
|
|
882
|
+
"title": "Tool Call",
|
|
883
883
|
"description": "Tool Call is ready"
|
|
884
884
|
}
|
|
885
885
|
]
|
|
@@ -1103,4 +1103,4 @@
|
|
|
1103
1103
|
]
|
|
1104
1104
|
}
|
|
1105
1105
|
]
|
|
1106
|
-
}
|
|
1106
|
+
}
|