@almadar/std 8.3.0 → 8.4.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -25,11 +25,12 @@
|
|
|
25
25
|
{
|
|
26
26
|
"name": "status",
|
|
27
27
|
"type": "string",
|
|
28
|
-
"default": "
|
|
28
|
+
"default": "idle",
|
|
29
29
|
"values": [
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
30
|
+
"idle",
|
|
31
|
+
"executing",
|
|
32
|
+
"completed",
|
|
33
|
+
"failed"
|
|
33
34
|
]
|
|
34
35
|
},
|
|
35
36
|
{
|
|
@@ -336,36 +337,35 @@
|
|
|
336
337
|
{
|
|
337
338
|
"gap": "lg",
|
|
338
339
|
"type": "stack",
|
|
339
|
-
"direction": "vertical",
|
|
340
340
|
"children": [
|
|
341
341
|
{
|
|
342
|
-
"
|
|
342
|
+
"type": "stack",
|
|
343
343
|
"gap": "md",
|
|
344
|
+
"justify": "between",
|
|
344
345
|
"direction": "horizontal",
|
|
345
|
-
"type": "stack",
|
|
346
346
|
"children": [
|
|
347
347
|
{
|
|
348
348
|
"children": [
|
|
349
349
|
{
|
|
350
|
-
"
|
|
351
|
-
"
|
|
350
|
+
"type": "icon",
|
|
351
|
+
"name": "wrench"
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
|
-
"content": "Invoke Tool",
|
|
355
354
|
"type": "typography",
|
|
355
|
+
"content": "Invoke Tool",
|
|
356
356
|
"variant": "h2"
|
|
357
357
|
}
|
|
358
358
|
],
|
|
359
359
|
"direction": "horizontal",
|
|
360
|
-
"
|
|
361
|
-
"
|
|
360
|
+
"type": "stack",
|
|
361
|
+
"gap": "md"
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
|
-
"label": "Open",
|
|
365
364
|
"type": "button",
|
|
366
|
-
"
|
|
365
|
+
"label": "Open",
|
|
367
366
|
"variant": "primary",
|
|
368
|
-
"icon": "wrench"
|
|
367
|
+
"icon": "wrench",
|
|
368
|
+
"action": "INVOKE"
|
|
369
369
|
}
|
|
370
370
|
]
|
|
371
371
|
},
|
|
@@ -373,12 +373,13 @@
|
|
|
373
373
|
"type": "divider"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
|
+
"title": "Nothing open",
|
|
376
377
|
"icon": "wrench",
|
|
377
378
|
"type": "empty-state",
|
|
378
|
-
"description": "Click Open to view details in a modal overlay."
|
|
379
|
-
"title": "Nothing open"
|
|
379
|
+
"description": "Click Open to view details in a modal overlay."
|
|
380
380
|
}
|
|
381
|
-
]
|
|
381
|
+
],
|
|
382
|
+
"direction": "vertical"
|
|
382
383
|
}
|
|
383
384
|
]
|
|
384
385
|
]
|
|
@@ -392,10 +393,13 @@
|
|
|
392
393
|
"render-ui",
|
|
393
394
|
"modal",
|
|
394
395
|
{
|
|
395
|
-
"
|
|
396
|
+
"direction": "vertical",
|
|
397
|
+
"gap": "md",
|
|
396
398
|
"children": [
|
|
397
399
|
{
|
|
400
|
+
"type": "stack",
|
|
398
401
|
"direction": "horizontal",
|
|
402
|
+
"gap": "sm",
|
|
399
403
|
"children": [
|
|
400
404
|
{
|
|
401
405
|
"name": "wrench",
|
|
@@ -406,26 +410,23 @@
|
|
|
406
410
|
"type": "typography",
|
|
407
411
|
"variant": "h3"
|
|
408
412
|
}
|
|
409
|
-
]
|
|
410
|
-
"gap": "sm",
|
|
411
|
-
"type": "stack"
|
|
413
|
+
]
|
|
412
414
|
},
|
|
413
415
|
{
|
|
414
416
|
"type": "divider"
|
|
415
417
|
},
|
|
416
418
|
{
|
|
417
|
-
"
|
|
419
|
+
"cancelEvent": "CLOSE",
|
|
418
420
|
"fields": [
|
|
419
421
|
"toolName",
|
|
420
422
|
"args"
|
|
421
423
|
],
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
424
|
+
"type": "form-section",
|
|
425
|
+
"submitEvent": "SAVE",
|
|
426
|
+
"mode": "create"
|
|
425
427
|
}
|
|
426
428
|
],
|
|
427
|
-
"
|
|
428
|
-
"gap": "md"
|
|
429
|
+
"type": "stack"
|
|
429
430
|
}
|
|
430
431
|
]
|
|
431
432
|
]
|
|
@@ -453,50 +454,50 @@
|
|
|
453
454
|
"render-ui",
|
|
454
455
|
"main",
|
|
455
456
|
{
|
|
456
|
-
"direction": "vertical",
|
|
457
457
|
"children": [
|
|
458
458
|
{
|
|
459
|
-
"type": "stack",
|
|
460
459
|
"direction": "horizontal",
|
|
461
460
|
"gap": "md",
|
|
462
461
|
"children": [
|
|
463
462
|
{
|
|
464
463
|
"direction": "horizontal",
|
|
465
464
|
"type": "stack",
|
|
466
|
-
"gap": "md",
|
|
467
465
|
"children": [
|
|
468
466
|
{
|
|
469
467
|
"type": "icon",
|
|
470
468
|
"name": "wrench"
|
|
471
469
|
},
|
|
472
470
|
{
|
|
473
|
-
"
|
|
471
|
+
"type": "typography",
|
|
474
472
|
"content": "Invoke Tool",
|
|
475
|
-
"
|
|
473
|
+
"variant": "h2"
|
|
476
474
|
}
|
|
477
|
-
]
|
|
475
|
+
],
|
|
476
|
+
"gap": "md"
|
|
478
477
|
},
|
|
479
478
|
{
|
|
479
|
+
"variant": "primary",
|
|
480
480
|
"icon": "wrench",
|
|
481
|
+
"label": "Open",
|
|
481
482
|
"action": "INVOKE",
|
|
482
|
-
"
|
|
483
|
-
"type": "button",
|
|
484
|
-
"label": "Open"
|
|
483
|
+
"type": "button"
|
|
485
484
|
}
|
|
486
485
|
],
|
|
487
|
-
"justify": "between"
|
|
486
|
+
"justify": "between",
|
|
487
|
+
"type": "stack"
|
|
488
488
|
},
|
|
489
489
|
{
|
|
490
490
|
"type": "divider"
|
|
491
491
|
},
|
|
492
492
|
{
|
|
493
|
+
"icon": "wrench",
|
|
493
494
|
"description": "Click Open to view details in a modal overlay.",
|
|
494
495
|
"type": "empty-state",
|
|
495
|
-
"title": "Nothing open"
|
|
496
|
-
"icon": "wrench"
|
|
496
|
+
"title": "Nothing open"
|
|
497
497
|
}
|
|
498
498
|
],
|
|
499
499
|
"type": "stack",
|
|
500
|
+
"direction": "vertical",
|
|
500
501
|
"gap": "lg"
|
|
501
502
|
}
|
|
502
503
|
]
|
|
@@ -536,51 +537,51 @@
|
|
|
536
537
|
"render-ui",
|
|
537
538
|
"main",
|
|
538
539
|
{
|
|
539
|
-
"type": "stack",
|
|
540
|
-
"direction": "vertical",
|
|
541
540
|
"children": [
|
|
542
541
|
{
|
|
543
|
-
"direction": "horizontal",
|
|
544
|
-
"gap": "md",
|
|
545
542
|
"justify": "between",
|
|
546
543
|
"children": [
|
|
547
544
|
{
|
|
548
|
-
"type": "stack",
|
|
549
545
|
"gap": "md",
|
|
550
546
|
"direction": "horizontal",
|
|
551
547
|
"children": [
|
|
552
548
|
{
|
|
553
|
-
"
|
|
554
|
-
"
|
|
549
|
+
"name": "wrench",
|
|
550
|
+
"type": "icon"
|
|
555
551
|
},
|
|
556
552
|
{
|
|
557
|
-
"
|
|
553
|
+
"variant": "h2",
|
|
558
554
|
"type": "typography",
|
|
559
|
-
"
|
|
555
|
+
"content": "Invoke Tool"
|
|
560
556
|
}
|
|
561
|
-
]
|
|
557
|
+
],
|
|
558
|
+
"type": "stack"
|
|
562
559
|
},
|
|
563
560
|
{
|
|
564
|
-
"action": "INVOKE",
|
|
565
561
|
"type": "button",
|
|
562
|
+
"label": "Open",
|
|
566
563
|
"icon": "wrench",
|
|
567
|
-
"
|
|
568
|
-
"
|
|
564
|
+
"action": "INVOKE",
|
|
565
|
+
"variant": "primary"
|
|
569
566
|
}
|
|
570
567
|
],
|
|
571
|
-
"
|
|
568
|
+
"gap": "md",
|
|
569
|
+
"type": "stack",
|
|
570
|
+
"direction": "horizontal"
|
|
572
571
|
},
|
|
573
572
|
{
|
|
574
573
|
"type": "divider"
|
|
575
574
|
},
|
|
576
575
|
{
|
|
577
|
-
"icon": "wrench",
|
|
578
|
-
"type": "empty-state",
|
|
579
576
|
"title": "Nothing open",
|
|
580
|
-
"
|
|
577
|
+
"type": "empty-state",
|
|
578
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
579
|
+
"icon": "wrench"
|
|
581
580
|
}
|
|
582
581
|
],
|
|
583
|
-
"gap": "lg"
|
|
582
|
+
"gap": "lg",
|
|
583
|
+
"type": "stack",
|
|
584
|
+
"direction": "vertical"
|
|
584
585
|
}
|
|
585
586
|
]
|
|
586
587
|
]
|
|
@@ -860,8 +861,8 @@
|
|
|
860
861
|
{
|
|
861
862
|
"description": "Tool Call is ready",
|
|
862
863
|
"type": "empty-state",
|
|
863
|
-
"
|
|
864
|
-
"
|
|
864
|
+
"icon": "wrench",
|
|
865
|
+
"title": "Tool Call"
|
|
865
866
|
}
|
|
866
867
|
]
|
|
867
868
|
]
|