@almadar/std 8.2.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- 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,49 +337,49 @@
|
|
|
336
337
|
{
|
|
337
338
|
"gap": "lg",
|
|
338
339
|
"type": "stack",
|
|
339
|
-
"direction": "vertical",
|
|
340
340
|
"children": [
|
|
341
341
|
{
|
|
342
|
-
"
|
|
342
|
+
"type": "stack",
|
|
343
|
+
"gap": "md",
|
|
343
344
|
"justify": "between",
|
|
345
|
+
"direction": "horizontal",
|
|
344
346
|
"children": [
|
|
345
347
|
{
|
|
346
|
-
"gap": "md",
|
|
347
|
-
"direction": "horizontal",
|
|
348
|
-
"type": "stack",
|
|
349
348
|
"children": [
|
|
350
349
|
{
|
|
351
|
-
"
|
|
352
|
-
"
|
|
350
|
+
"type": "icon",
|
|
351
|
+
"name": "wrench"
|
|
353
352
|
},
|
|
354
353
|
{
|
|
355
354
|
"type": "typography",
|
|
356
355
|
"content": "Invoke Tool",
|
|
357
356
|
"variant": "h2"
|
|
358
357
|
}
|
|
359
|
-
]
|
|
358
|
+
],
|
|
359
|
+
"direction": "horizontal",
|
|
360
|
+
"type": "stack",
|
|
361
|
+
"gap": "md"
|
|
360
362
|
},
|
|
361
363
|
{
|
|
364
|
+
"type": "button",
|
|
365
|
+
"label": "Open",
|
|
362
366
|
"variant": "primary",
|
|
363
367
|
"icon": "wrench",
|
|
364
|
-
"label": "Open",
|
|
365
|
-
"type": "button",
|
|
366
368
|
"action": "INVOKE"
|
|
367
369
|
}
|
|
368
|
-
]
|
|
369
|
-
"type": "stack",
|
|
370
|
-
"gap": "md"
|
|
370
|
+
]
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"type": "divider"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
377
|
-
"type": "empty-state",
|
|
378
376
|
"title": "Nothing open",
|
|
379
|
-
"icon": "wrench"
|
|
377
|
+
"icon": "wrench",
|
|
378
|
+
"type": "empty-state",
|
|
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,40 +393,40 @@
|
|
|
392
393
|
"render-ui",
|
|
393
394
|
"modal",
|
|
394
395
|
{
|
|
395
|
-
"type": "stack",
|
|
396
396
|
"direction": "vertical",
|
|
397
397
|
"gap": "md",
|
|
398
398
|
"children": [
|
|
399
399
|
{
|
|
400
|
+
"type": "stack",
|
|
400
401
|
"direction": "horizontal",
|
|
402
|
+
"gap": "sm",
|
|
401
403
|
"children": [
|
|
402
404
|
{
|
|
403
|
-
"
|
|
404
|
-
"
|
|
405
|
+
"name": "wrench",
|
|
406
|
+
"type": "icon"
|
|
405
407
|
},
|
|
406
408
|
{
|
|
407
409
|
"content": "Invoke Tool",
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
+
"type": "typography",
|
|
411
|
+
"variant": "h3"
|
|
410
412
|
}
|
|
411
|
-
]
|
|
412
|
-
"type": "stack",
|
|
413
|
-
"gap": "sm"
|
|
413
|
+
]
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"type": "divider"
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
|
+
"cancelEvent": "CLOSE",
|
|
419
420
|
"fields": [
|
|
420
421
|
"toolName",
|
|
421
422
|
"args"
|
|
422
423
|
],
|
|
423
|
-
"mode": "create",
|
|
424
|
-
"submitEvent": "SAVE",
|
|
425
424
|
"type": "form-section",
|
|
426
|
-
"
|
|
425
|
+
"submitEvent": "SAVE",
|
|
426
|
+
"mode": "create"
|
|
427
427
|
}
|
|
428
|
-
]
|
|
428
|
+
],
|
|
429
|
+
"type": "stack"
|
|
429
430
|
}
|
|
430
431
|
]
|
|
431
432
|
]
|
|
@@ -453,51 +454,51 @@
|
|
|
453
454
|
"render-ui",
|
|
454
455
|
"main",
|
|
455
456
|
{
|
|
456
|
-
"direction": "vertical",
|
|
457
|
-
"gap": "lg",
|
|
458
457
|
"children": [
|
|
459
458
|
{
|
|
459
|
+
"direction": "horizontal",
|
|
460
460
|
"gap": "md",
|
|
461
461
|
"children": [
|
|
462
462
|
{
|
|
463
|
-
"type": "stack",
|
|
464
463
|
"direction": "horizontal",
|
|
465
|
-
"
|
|
464
|
+
"type": "stack",
|
|
466
465
|
"children": [
|
|
467
466
|
{
|
|
468
|
-
"
|
|
469
|
-
"
|
|
467
|
+
"type": "icon",
|
|
468
|
+
"name": "wrench"
|
|
470
469
|
},
|
|
471
470
|
{
|
|
472
|
-
"content": "Invoke Tool",
|
|
473
471
|
"type": "typography",
|
|
472
|
+
"content": "Invoke Tool",
|
|
474
473
|
"variant": "h2"
|
|
475
474
|
}
|
|
476
|
-
]
|
|
475
|
+
],
|
|
476
|
+
"gap": "md"
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
|
-
"
|
|
479
|
+
"variant": "primary",
|
|
480
480
|
"icon": "wrench",
|
|
481
|
-
"action": "INVOKE",
|
|
482
481
|
"label": "Open",
|
|
483
|
-
"
|
|
482
|
+
"action": "INVOKE",
|
|
483
|
+
"type": "button"
|
|
484
484
|
}
|
|
485
485
|
],
|
|
486
|
-
"
|
|
487
|
-
"type": "stack"
|
|
488
|
-
"justify": "between"
|
|
486
|
+
"justify": "between",
|
|
487
|
+
"type": "stack"
|
|
489
488
|
},
|
|
490
489
|
{
|
|
491
490
|
"type": "divider"
|
|
492
491
|
},
|
|
493
492
|
{
|
|
494
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
495
|
-
"title": "Nothing open",
|
|
496
493
|
"icon": "wrench",
|
|
497
|
-
"
|
|
494
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
495
|
+
"type": "empty-state",
|
|
496
|
+
"title": "Nothing open"
|
|
498
497
|
}
|
|
499
498
|
],
|
|
500
|
-
"type": "stack"
|
|
499
|
+
"type": "stack",
|
|
500
|
+
"direction": "vertical",
|
|
501
|
+
"gap": "lg"
|
|
501
502
|
}
|
|
502
503
|
]
|
|
503
504
|
]
|
|
@@ -514,8 +515,8 @@
|
|
|
514
515
|
"@payload.data",
|
|
515
516
|
{
|
|
516
517
|
"emit": {
|
|
517
|
-
"
|
|
518
|
-
"
|
|
518
|
+
"failure": "AgentToolCallSaveFailed",
|
|
519
|
+
"success": "AgentToolCallSaved"
|
|
519
520
|
}
|
|
520
521
|
}
|
|
521
522
|
],
|
|
@@ -536,51 +537,51 @@
|
|
|
536
537
|
"render-ui",
|
|
537
538
|
"main",
|
|
538
539
|
{
|
|
539
|
-
"direction": "vertical",
|
|
540
|
-
"type": "stack",
|
|
541
540
|
"children": [
|
|
542
541
|
{
|
|
543
|
-
"direction": "horizontal",
|
|
544
|
-
"type": "stack",
|
|
545
542
|
"justify": "between",
|
|
546
|
-
"gap": "md",
|
|
547
543
|
"children": [
|
|
548
544
|
{
|
|
549
|
-
"direction": "horizontal",
|
|
550
545
|
"gap": "md",
|
|
551
|
-
"
|
|
546
|
+
"direction": "horizontal",
|
|
552
547
|
"children": [
|
|
553
548
|
{
|
|
554
|
-
"
|
|
555
|
-
"
|
|
549
|
+
"name": "wrench",
|
|
550
|
+
"type": "icon"
|
|
556
551
|
},
|
|
557
552
|
{
|
|
553
|
+
"variant": "h2",
|
|
558
554
|
"type": "typography",
|
|
559
|
-
"content": "Invoke Tool"
|
|
560
|
-
"variant": "h2"
|
|
555
|
+
"content": "Invoke Tool"
|
|
561
556
|
}
|
|
562
|
-
]
|
|
557
|
+
],
|
|
558
|
+
"type": "stack"
|
|
563
559
|
},
|
|
564
560
|
{
|
|
565
|
-
"label": "Open",
|
|
566
561
|
"type": "button",
|
|
562
|
+
"label": "Open",
|
|
563
|
+
"icon": "wrench",
|
|
567
564
|
"action": "INVOKE",
|
|
568
|
-
"variant": "primary"
|
|
569
|
-
"icon": "wrench"
|
|
565
|
+
"variant": "primary"
|
|
570
566
|
}
|
|
571
|
-
]
|
|
567
|
+
],
|
|
568
|
+
"gap": "md",
|
|
569
|
+
"type": "stack",
|
|
570
|
+
"direction": "horizontal"
|
|
572
571
|
},
|
|
573
572
|
{
|
|
574
573
|
"type": "divider"
|
|
575
574
|
},
|
|
576
575
|
{
|
|
577
|
-
"
|
|
578
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
576
|
+
"title": "Nothing open",
|
|
579
577
|
"type": "empty-state",
|
|
580
|
-
"
|
|
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
|
]
|
|
@@ -858,10 +859,10 @@
|
|
|
858
859
|
"render-ui",
|
|
859
860
|
"main",
|
|
860
861
|
{
|
|
861
|
-
"
|
|
862
|
+
"description": "Tool Call is ready",
|
|
862
863
|
"type": "empty-state",
|
|
863
864
|
"icon": "wrench",
|
|
864
|
-
"
|
|
865
|
+
"title": "Tool Call"
|
|
865
866
|
}
|
|
866
867
|
]
|
|
867
868
|
]
|
|
@@ -1084,4 +1085,4 @@
|
|
|
1084
1085
|
]
|
|
1085
1086
|
}
|
|
1086
1087
|
]
|
|
1087
|
-
}
|
|
1088
|
+
}
|