@almadar/std 9.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -328,23 +328,29 @@
|
|
|
328
328
|
"event": "INIT",
|
|
329
329
|
"effects": [
|
|
330
330
|
[
|
|
331
|
-
"
|
|
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
|
-
"
|
|
366
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
410
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
471
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
556
|
-
"
|
|
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
|
-
"
|
|
567
|
-
"label": "Open",
|
|
568
|
-
"icon": "wrench",
|
|
580
|
+
"action": "INVOKE",
|
|
569
581
|
"type": "button",
|
|
570
|
-
"
|
|
582
|
+
"icon": "wrench",
|
|
583
|
+
"variant": "primary",
|
|
584
|
+
"label": "Open"
|
|
571
585
|
}
|
|
572
586
|
],
|
|
573
|
-
"
|
|
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
|
}
|