@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -339,44 +339,44 @@
|
|
|
339
339
|
"direction": "vertical",
|
|
340
340
|
"children": [
|
|
341
341
|
{
|
|
342
|
-
"direction": "horizontal",
|
|
343
342
|
"justify": "between",
|
|
343
|
+
"gap": "md",
|
|
344
|
+
"direction": "horizontal",
|
|
345
|
+
"type": "stack",
|
|
344
346
|
"children": [
|
|
345
347
|
{
|
|
346
|
-
"gap": "md",
|
|
347
|
-
"direction": "horizontal",
|
|
348
|
-
"type": "stack",
|
|
349
348
|
"children": [
|
|
350
349
|
{
|
|
351
350
|
"name": "wrench",
|
|
352
351
|
"type": "icon"
|
|
353
352
|
},
|
|
354
353
|
{
|
|
355
|
-
"type": "typography",
|
|
356
354
|
"content": "Invoke Tool",
|
|
355
|
+
"type": "typography",
|
|
357
356
|
"variant": "h2"
|
|
358
357
|
}
|
|
359
|
-
]
|
|
358
|
+
],
|
|
359
|
+
"direction": "horizontal",
|
|
360
|
+
"gap": "md",
|
|
361
|
+
"type": "stack"
|
|
360
362
|
},
|
|
361
363
|
{
|
|
362
|
-
"variant": "primary",
|
|
363
|
-
"icon": "wrench",
|
|
364
364
|
"label": "Open",
|
|
365
365
|
"type": "button",
|
|
366
|
-
"action": "INVOKE"
|
|
366
|
+
"action": "INVOKE",
|
|
367
|
+
"variant": "primary",
|
|
368
|
+
"icon": "wrench"
|
|
367
369
|
}
|
|
368
|
-
]
|
|
369
|
-
"type": "stack",
|
|
370
|
-
"gap": "md"
|
|
370
|
+
]
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"type": "divider"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
|
-
"
|
|
376
|
+
"icon": "wrench",
|
|
377
377
|
"type": "empty-state",
|
|
378
|
-
"
|
|
379
|
-
"
|
|
378
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
379
|
+
"title": "Nothing open"
|
|
380
380
|
}
|
|
381
381
|
]
|
|
382
382
|
}
|
|
@@ -393,39 +393,39 @@
|
|
|
393
393
|
"modal",
|
|
394
394
|
{
|
|
395
395
|
"type": "stack",
|
|
396
|
-
"direction": "vertical",
|
|
397
|
-
"gap": "md",
|
|
398
396
|
"children": [
|
|
399
397
|
{
|
|
400
398
|
"direction": "horizontal",
|
|
401
399
|
"children": [
|
|
402
400
|
{
|
|
403
|
-
"
|
|
404
|
-
"
|
|
401
|
+
"name": "wrench",
|
|
402
|
+
"type": "icon"
|
|
405
403
|
},
|
|
406
404
|
{
|
|
407
405
|
"content": "Invoke Tool",
|
|
408
|
-
"
|
|
409
|
-
"
|
|
406
|
+
"type": "typography",
|
|
407
|
+
"variant": "h3"
|
|
410
408
|
}
|
|
411
409
|
],
|
|
412
|
-
"
|
|
413
|
-
"
|
|
410
|
+
"gap": "sm",
|
|
411
|
+
"type": "stack"
|
|
414
412
|
},
|
|
415
413
|
{
|
|
416
414
|
"type": "divider"
|
|
417
415
|
},
|
|
418
416
|
{
|
|
417
|
+
"type": "form-section",
|
|
419
418
|
"fields": [
|
|
420
419
|
"toolName",
|
|
421
420
|
"args"
|
|
422
421
|
],
|
|
422
|
+
"cancelEvent": "CLOSE",
|
|
423
423
|
"mode": "create",
|
|
424
|
-
"submitEvent": "SAVE"
|
|
425
|
-
"type": "form-section",
|
|
426
|
-
"cancelEvent": "CLOSE"
|
|
424
|
+
"submitEvent": "SAVE"
|
|
427
425
|
}
|
|
428
|
-
]
|
|
426
|
+
],
|
|
427
|
+
"direction": "vertical",
|
|
428
|
+
"gap": "md"
|
|
429
429
|
}
|
|
430
430
|
]
|
|
431
431
|
]
|
|
@@ -454,37 +454,36 @@
|
|
|
454
454
|
"main",
|
|
455
455
|
{
|
|
456
456
|
"direction": "vertical",
|
|
457
|
-
"gap": "lg",
|
|
458
457
|
"children": [
|
|
459
458
|
{
|
|
459
|
+
"type": "stack",
|
|
460
|
+
"direction": "horizontal",
|
|
460
461
|
"gap": "md",
|
|
461
462
|
"children": [
|
|
462
463
|
{
|
|
463
|
-
"type": "stack",
|
|
464
464
|
"direction": "horizontal",
|
|
465
|
+
"type": "stack",
|
|
465
466
|
"gap": "md",
|
|
466
467
|
"children": [
|
|
467
468
|
{
|
|
468
|
-
"
|
|
469
|
-
"
|
|
469
|
+
"type": "icon",
|
|
470
|
+
"name": "wrench"
|
|
470
471
|
},
|
|
471
472
|
{
|
|
473
|
+
"variant": "h2",
|
|
472
474
|
"content": "Invoke Tool",
|
|
473
|
-
"type": "typography"
|
|
474
|
-
"variant": "h2"
|
|
475
|
+
"type": "typography"
|
|
475
476
|
}
|
|
476
477
|
]
|
|
477
478
|
},
|
|
478
479
|
{
|
|
479
|
-
"type": "button",
|
|
480
480
|
"icon": "wrench",
|
|
481
481
|
"action": "INVOKE",
|
|
482
|
-
"
|
|
483
|
-
"
|
|
482
|
+
"variant": "primary",
|
|
483
|
+
"type": "button",
|
|
484
|
+
"label": "Open"
|
|
484
485
|
}
|
|
485
486
|
],
|
|
486
|
-
"direction": "horizontal",
|
|
487
|
-
"type": "stack",
|
|
488
487
|
"justify": "between"
|
|
489
488
|
},
|
|
490
489
|
{
|
|
@@ -492,12 +491,13 @@
|
|
|
492
491
|
},
|
|
493
492
|
{
|
|
494
493
|
"description": "Click Open to view details in a modal overlay.",
|
|
494
|
+
"type": "empty-state",
|
|
495
495
|
"title": "Nothing open",
|
|
496
|
-
"icon": "wrench"
|
|
497
|
-
"type": "empty-state"
|
|
496
|
+
"icon": "wrench"
|
|
498
497
|
}
|
|
499
498
|
],
|
|
500
|
-
"type": "stack"
|
|
499
|
+
"type": "stack",
|
|
500
|
+
"gap": "lg"
|
|
501
501
|
}
|
|
502
502
|
]
|
|
503
503
|
]
|
|
@@ -514,8 +514,8 @@
|
|
|
514
514
|
"@payload.data",
|
|
515
515
|
{
|
|
516
516
|
"emit": {
|
|
517
|
-
"
|
|
518
|
-
"
|
|
517
|
+
"failure": "AgentToolCallSaveFailed",
|
|
518
|
+
"success": "AgentToolCallSaved"
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
521
|
],
|
|
@@ -536,48 +536,48 @@
|
|
|
536
536
|
"render-ui",
|
|
537
537
|
"main",
|
|
538
538
|
{
|
|
539
|
-
"direction": "vertical",
|
|
540
539
|
"type": "stack",
|
|
540
|
+
"direction": "vertical",
|
|
541
541
|
"children": [
|
|
542
542
|
{
|
|
543
543
|
"direction": "horizontal",
|
|
544
|
-
"type": "stack",
|
|
545
|
-
"justify": "between",
|
|
546
544
|
"gap": "md",
|
|
545
|
+
"justify": "between",
|
|
547
546
|
"children": [
|
|
548
547
|
{
|
|
549
|
-
"direction": "horizontal",
|
|
550
|
-
"gap": "md",
|
|
551
548
|
"type": "stack",
|
|
549
|
+
"gap": "md",
|
|
550
|
+
"direction": "horizontal",
|
|
552
551
|
"children": [
|
|
553
552
|
{
|
|
554
553
|
"type": "icon",
|
|
555
554
|
"name": "wrench"
|
|
556
555
|
},
|
|
557
556
|
{
|
|
558
|
-
"type": "typography",
|
|
559
557
|
"content": "Invoke Tool",
|
|
558
|
+
"type": "typography",
|
|
560
559
|
"variant": "h2"
|
|
561
560
|
}
|
|
562
561
|
]
|
|
563
562
|
},
|
|
564
563
|
{
|
|
565
|
-
"label": "Open",
|
|
566
|
-
"type": "button",
|
|
567
564
|
"action": "INVOKE",
|
|
565
|
+
"type": "button",
|
|
566
|
+
"icon": "wrench",
|
|
568
567
|
"variant": "primary",
|
|
569
|
-
"
|
|
568
|
+
"label": "Open"
|
|
570
569
|
}
|
|
571
|
-
]
|
|
570
|
+
],
|
|
571
|
+
"type": "stack"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
574
|
"type": "divider"
|
|
575
575
|
},
|
|
576
576
|
{
|
|
577
577
|
"icon": "wrench",
|
|
578
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
579
578
|
"type": "empty-state",
|
|
580
|
-
"title": "Nothing open"
|
|
579
|
+
"title": "Nothing open",
|
|
580
|
+
"description": "Click Open to view details in a modal overlay."
|
|
581
581
|
}
|
|
582
582
|
],
|
|
583
583
|
"gap": "lg"
|
|
@@ -858,10 +858,10 @@
|
|
|
858
858
|
"render-ui",
|
|
859
859
|
"main",
|
|
860
860
|
{
|
|
861
|
-
"
|
|
861
|
+
"description": "Tool Call is ready",
|
|
862
862
|
"type": "empty-state",
|
|
863
|
-
"
|
|
864
|
-
"
|
|
863
|
+
"title": "Tool Call",
|
|
864
|
+
"icon": "wrench"
|
|
865
865
|
}
|
|
866
866
|
]
|
|
867
867
|
]
|
|
@@ -1084,4 +1084,4 @@
|
|
|
1084
1084
|
]
|
|
1085
1085
|
}
|
|
1086
1086
|
]
|
|
1087
|
-
}
|
|
1087
|
+
}
|