@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
|
@@ -331,46 +331,52 @@
|
|
|
331
331
|
"event": "INIT",
|
|
332
332
|
"effects": [
|
|
333
333
|
[
|
|
334
|
-
"
|
|
335
|
-
"AgentProvider"
|
|
334
|
+
"fetch",
|
|
335
|
+
"AgentProvider",
|
|
336
|
+
{
|
|
337
|
+
"emit": {
|
|
338
|
+
"failure": "AgentProviderLoadFailed",
|
|
339
|
+
"success": "AgentProviderLoaded"
|
|
340
|
+
}
|
|
341
|
+
}
|
|
336
342
|
],
|
|
337
343
|
[
|
|
338
344
|
"render-ui",
|
|
339
345
|
"main",
|
|
340
346
|
{
|
|
341
347
|
"direction": "vertical",
|
|
342
|
-
"type": "stack",
|
|
343
348
|
"gap": "lg",
|
|
349
|
+
"type": "stack",
|
|
344
350
|
"children": [
|
|
345
351
|
{
|
|
352
|
+
"gap": "md",
|
|
353
|
+
"justify": "between",
|
|
346
354
|
"children": [
|
|
347
355
|
{
|
|
356
|
+
"type": "stack",
|
|
357
|
+
"gap": "md",
|
|
358
|
+
"direction": "horizontal",
|
|
348
359
|
"children": [
|
|
349
360
|
{
|
|
350
361
|
"name": "repeat",
|
|
351
362
|
"type": "icon"
|
|
352
363
|
},
|
|
353
364
|
{
|
|
365
|
+
"type": "typography",
|
|
354
366
|
"content": "Switch Provider",
|
|
355
|
-
"variant": "h2"
|
|
356
|
-
"type": "typography"
|
|
367
|
+
"variant": "h2"
|
|
357
368
|
}
|
|
358
|
-
]
|
|
359
|
-
"direction": "horizontal",
|
|
360
|
-
"type": "stack",
|
|
361
|
-
"gap": "md"
|
|
369
|
+
]
|
|
362
370
|
},
|
|
363
371
|
{
|
|
364
|
-
"
|
|
372
|
+
"type": "button",
|
|
365
373
|
"icon": "repeat",
|
|
374
|
+
"label": "Open",
|
|
366
375
|
"action": "SWITCH",
|
|
367
|
-
"
|
|
368
|
-
"label": "Open"
|
|
376
|
+
"variant": "primary"
|
|
369
377
|
}
|
|
370
378
|
],
|
|
371
379
|
"type": "stack",
|
|
372
|
-
"gap": "md",
|
|
373
|
-
"justify": "between",
|
|
374
380
|
"direction": "horizontal"
|
|
375
381
|
},
|
|
376
382
|
{
|
|
@@ -379,8 +385,8 @@
|
|
|
379
385
|
{
|
|
380
386
|
"icon": "repeat",
|
|
381
387
|
"description": "Click Open to view details in a modal overlay.",
|
|
382
|
-
"
|
|
383
|
-
"
|
|
388
|
+
"title": "Nothing open",
|
|
389
|
+
"type": "empty-state"
|
|
384
390
|
}
|
|
385
391
|
]
|
|
386
392
|
}
|
|
@@ -397,8 +403,8 @@
|
|
|
397
403
|
"AgentProvider",
|
|
398
404
|
{
|
|
399
405
|
"emit": {
|
|
400
|
-
"
|
|
401
|
-
"
|
|
406
|
+
"failure": "AgentProviderLoadFailed",
|
|
407
|
+
"success": "AgentProviderRowLoaded"
|
|
402
408
|
}
|
|
403
409
|
}
|
|
404
410
|
],
|
|
@@ -407,21 +413,21 @@
|
|
|
407
413
|
"modal",
|
|
408
414
|
{
|
|
409
415
|
"className": "py-12",
|
|
416
|
+
"gap": "md",
|
|
417
|
+
"align": "center",
|
|
418
|
+
"direction": "vertical",
|
|
410
419
|
"children": [
|
|
411
420
|
{
|
|
412
421
|
"type": "spinner"
|
|
413
422
|
},
|
|
414
423
|
{
|
|
415
424
|
"type": "typography",
|
|
416
|
-
"variant": "caption",
|
|
417
425
|
"color": "muted",
|
|
426
|
+
"variant": "caption",
|
|
418
427
|
"content": "Loading…"
|
|
419
428
|
}
|
|
420
429
|
],
|
|
421
|
-
"
|
|
422
|
-
"gap": "md",
|
|
423
|
-
"type": "stack",
|
|
424
|
-
"align": "center"
|
|
430
|
+
"type": "stack"
|
|
425
431
|
}
|
|
426
432
|
]
|
|
427
433
|
]
|
|
@@ -435,33 +441,33 @@
|
|
|
435
441
|
"render-ui",
|
|
436
442
|
"modal",
|
|
437
443
|
{
|
|
438
|
-
"type": "stack",
|
|
439
444
|
"children": [
|
|
440
445
|
{
|
|
441
|
-
"gap": "sm",
|
|
442
|
-
"type": "stack",
|
|
443
|
-
"direction": "horizontal",
|
|
444
446
|
"children": [
|
|
445
447
|
{
|
|
446
448
|
"type": "icon",
|
|
447
449
|
"name": "repeat"
|
|
448
450
|
},
|
|
449
451
|
{
|
|
450
|
-
"type": "typography",
|
|
451
452
|
"content": "Switch Provider",
|
|
453
|
+
"type": "typography",
|
|
452
454
|
"variant": "h3"
|
|
453
455
|
}
|
|
454
|
-
]
|
|
456
|
+
],
|
|
457
|
+
"type": "stack",
|
|
458
|
+
"gap": "sm",
|
|
459
|
+
"direction": "horizontal"
|
|
455
460
|
},
|
|
456
461
|
{
|
|
457
462
|
"type": "divider"
|
|
458
463
|
},
|
|
459
464
|
{
|
|
460
465
|
"direction": "horizontal",
|
|
466
|
+
"type": "stack",
|
|
461
467
|
"children": [
|
|
462
468
|
{
|
|
463
|
-
"variant": "caption",
|
|
464
469
|
"type": "typography",
|
|
470
|
+
"variant": "caption",
|
|
465
471
|
"content": "Current:"
|
|
466
472
|
},
|
|
467
473
|
{
|
|
@@ -469,27 +475,27 @@
|
|
|
469
475
|
"label": "@entity.currentProvider"
|
|
470
476
|
},
|
|
471
477
|
{
|
|
472
|
-
"
|
|
473
|
-
"
|
|
478
|
+
"label": "@entity.currentModel",
|
|
479
|
+
"type": "badge"
|
|
474
480
|
}
|
|
475
481
|
],
|
|
476
|
-
"type": "stack",
|
|
477
482
|
"gap": "md"
|
|
478
483
|
},
|
|
479
484
|
{
|
|
480
485
|
"submitEvent": "SAVE",
|
|
486
|
+
"type": "form-section",
|
|
481
487
|
"mode": "edit",
|
|
482
488
|
"entity": "@payload.row",
|
|
483
|
-
"type": "form-section",
|
|
484
|
-
"cancelEvent": "CLOSE",
|
|
485
489
|
"fields": [
|
|
486
490
|
"currentProvider",
|
|
487
491
|
"currentModel"
|
|
488
|
-
]
|
|
492
|
+
],
|
|
493
|
+
"cancelEvent": "CLOSE"
|
|
489
494
|
}
|
|
490
495
|
],
|
|
491
|
-
"
|
|
492
|
-
"
|
|
496
|
+
"gap": "md",
|
|
497
|
+
"type": "stack",
|
|
498
|
+
"direction": "vertical"
|
|
493
499
|
}
|
|
494
500
|
]
|
|
495
501
|
]
|
|
@@ -510,58 +516,64 @@
|
|
|
510
516
|
"error"
|
|
511
517
|
],
|
|
512
518
|
[
|
|
513
|
-
"
|
|
514
|
-
"AgentProvider"
|
|
519
|
+
"fetch",
|
|
520
|
+
"AgentProvider",
|
|
521
|
+
{
|
|
522
|
+
"emit": {
|
|
523
|
+
"success": "AgentProviderLoaded",
|
|
524
|
+
"failure": "AgentProviderLoadFailed"
|
|
525
|
+
}
|
|
526
|
+
}
|
|
515
527
|
],
|
|
516
528
|
[
|
|
517
529
|
"render-ui",
|
|
518
530
|
"main",
|
|
519
531
|
{
|
|
520
|
-
"type": "stack",
|
|
521
|
-
"gap": "lg",
|
|
522
|
-
"direction": "vertical",
|
|
523
532
|
"children": [
|
|
524
533
|
{
|
|
525
|
-
"
|
|
534
|
+
"gap": "md",
|
|
535
|
+
"justify": "between",
|
|
536
|
+
"direction": "horizontal",
|
|
526
537
|
"children": [
|
|
527
538
|
{
|
|
528
|
-
"
|
|
539
|
+
"gap": "md",
|
|
529
540
|
"children": [
|
|
530
541
|
{
|
|
531
542
|
"name": "repeat",
|
|
532
543
|
"type": "icon"
|
|
533
544
|
},
|
|
534
545
|
{
|
|
546
|
+
"variant": "h2",
|
|
535
547
|
"type": "typography",
|
|
536
|
-
"content": "Switch Provider"
|
|
537
|
-
"variant": "h2"
|
|
548
|
+
"content": "Switch Provider"
|
|
538
549
|
}
|
|
539
550
|
],
|
|
540
|
-
"
|
|
541
|
-
"
|
|
551
|
+
"type": "stack",
|
|
552
|
+
"direction": "horizontal"
|
|
542
553
|
},
|
|
543
554
|
{
|
|
544
|
-
"
|
|
545
|
-
"action": "SWITCH",
|
|
555
|
+
"variant": "primary",
|
|
546
556
|
"icon": "repeat",
|
|
547
557
|
"type": "button",
|
|
548
|
-
"
|
|
558
|
+
"label": "Open",
|
|
559
|
+
"action": "SWITCH"
|
|
549
560
|
}
|
|
550
561
|
],
|
|
551
|
-
"
|
|
552
|
-
"justify": "between",
|
|
553
|
-
"gap": "md"
|
|
562
|
+
"type": "stack"
|
|
554
563
|
},
|
|
555
564
|
{
|
|
556
565
|
"type": "divider"
|
|
557
566
|
},
|
|
558
567
|
{
|
|
559
|
-
"icon": "repeat",
|
|
560
568
|
"type": "empty-state",
|
|
569
|
+
"icon": "repeat",
|
|
561
570
|
"title": "Nothing open",
|
|
562
571
|
"description": "Click Open to view details in a modal overlay."
|
|
563
572
|
}
|
|
564
|
-
]
|
|
573
|
+
],
|
|
574
|
+
"gap": "lg",
|
|
575
|
+
"direction": "vertical",
|
|
576
|
+
"type": "stack"
|
|
565
577
|
}
|
|
566
578
|
]
|
|
567
579
|
]
|
|
@@ -582,58 +594,64 @@
|
|
|
582
594
|
"info"
|
|
583
595
|
],
|
|
584
596
|
[
|
|
585
|
-
"
|
|
586
|
-
"AgentProvider"
|
|
597
|
+
"fetch",
|
|
598
|
+
"AgentProvider",
|
|
599
|
+
{
|
|
600
|
+
"emit": {
|
|
601
|
+
"success": "AgentProviderLoaded",
|
|
602
|
+
"failure": "AgentProviderLoadFailed"
|
|
603
|
+
}
|
|
604
|
+
}
|
|
587
605
|
],
|
|
588
606
|
[
|
|
589
607
|
"render-ui",
|
|
590
608
|
"main",
|
|
591
609
|
{
|
|
592
|
-
"
|
|
610
|
+
"direction": "vertical",
|
|
593
611
|
"children": [
|
|
594
612
|
{
|
|
613
|
+
"type": "stack",
|
|
595
614
|
"gap": "md",
|
|
596
615
|
"direction": "horizontal",
|
|
616
|
+
"justify": "between",
|
|
597
617
|
"children": [
|
|
598
618
|
{
|
|
599
619
|
"children": [
|
|
600
620
|
{
|
|
601
|
-
"
|
|
602
|
-
"
|
|
621
|
+
"name": "repeat",
|
|
622
|
+
"type": "icon"
|
|
603
623
|
},
|
|
604
624
|
{
|
|
605
|
-
"
|
|
625
|
+
"type": "typography",
|
|
606
626
|
"content": "Switch Provider",
|
|
607
|
-
"
|
|
627
|
+
"variant": "h2"
|
|
608
628
|
}
|
|
609
629
|
],
|
|
610
|
-
"
|
|
630
|
+
"type": "stack",
|
|
611
631
|
"gap": "md",
|
|
612
|
-
"
|
|
632
|
+
"direction": "horizontal"
|
|
613
633
|
},
|
|
614
634
|
{
|
|
615
|
-
"variant": "primary",
|
|
616
|
-
"label": "Open",
|
|
617
635
|
"icon": "repeat",
|
|
618
636
|
"type": "button",
|
|
637
|
+
"label": "Open",
|
|
638
|
+
"variant": "primary",
|
|
619
639
|
"action": "SWITCH"
|
|
620
640
|
}
|
|
621
|
-
]
|
|
622
|
-
"justify": "between",
|
|
623
|
-
"type": "stack"
|
|
641
|
+
]
|
|
624
642
|
},
|
|
625
643
|
{
|
|
626
644
|
"type": "divider"
|
|
627
645
|
},
|
|
628
646
|
{
|
|
647
|
+
"type": "empty-state",
|
|
629
648
|
"icon": "repeat",
|
|
630
|
-
"title": "Nothing open",
|
|
631
649
|
"description": "Click Open to view details in a modal overlay.",
|
|
632
|
-
"
|
|
650
|
+
"title": "Nothing open"
|
|
633
651
|
}
|
|
634
652
|
],
|
|
635
653
|
"gap": "lg",
|
|
636
|
-
"
|
|
654
|
+
"type": "stack"
|
|
637
655
|
}
|
|
638
656
|
]
|
|
639
657
|
]
|
|
@@ -665,58 +683,64 @@
|
|
|
665
683
|
"SWITCHED"
|
|
666
684
|
],
|
|
667
685
|
[
|
|
668
|
-
"
|
|
669
|
-
"AgentProvider"
|
|
686
|
+
"fetch",
|
|
687
|
+
"AgentProvider",
|
|
688
|
+
{
|
|
689
|
+
"emit": {
|
|
690
|
+
"success": "AgentProviderLoaded",
|
|
691
|
+
"failure": "AgentProviderLoadFailed"
|
|
692
|
+
}
|
|
693
|
+
}
|
|
670
694
|
],
|
|
671
695
|
[
|
|
672
696
|
"render-ui",
|
|
673
697
|
"main",
|
|
674
698
|
{
|
|
675
|
-
"direction": "vertical",
|
|
676
699
|
"gap": "lg",
|
|
677
|
-
"
|
|
700
|
+
"direction": "vertical",
|
|
678
701
|
"children": [
|
|
679
702
|
{
|
|
703
|
+
"justify": "between",
|
|
704
|
+
"type": "stack",
|
|
705
|
+
"direction": "horizontal",
|
|
706
|
+
"gap": "md",
|
|
680
707
|
"children": [
|
|
681
708
|
{
|
|
682
709
|
"type": "stack",
|
|
683
|
-
"direction": "horizontal",
|
|
684
710
|
"gap": "md",
|
|
711
|
+
"direction": "horizontal",
|
|
685
712
|
"children": [
|
|
686
713
|
{
|
|
687
|
-
"
|
|
688
|
-
"
|
|
714
|
+
"type": "icon",
|
|
715
|
+
"name": "repeat"
|
|
689
716
|
},
|
|
690
717
|
{
|
|
691
|
-
"type": "typography",
|
|
692
718
|
"content": "Switch Provider",
|
|
693
|
-
"variant": "h2"
|
|
719
|
+
"variant": "h2",
|
|
720
|
+
"type": "typography"
|
|
694
721
|
}
|
|
695
722
|
]
|
|
696
723
|
},
|
|
697
724
|
{
|
|
698
725
|
"variant": "primary",
|
|
699
|
-
"type": "button",
|
|
700
726
|
"action": "SWITCH",
|
|
701
|
-
"
|
|
702
|
-
"label": "Open"
|
|
727
|
+
"type": "button",
|
|
728
|
+
"label": "Open",
|
|
729
|
+
"icon": "repeat"
|
|
703
730
|
}
|
|
704
|
-
]
|
|
705
|
-
"direction": "horizontal",
|
|
706
|
-
"type": "stack",
|
|
707
|
-
"justify": "between",
|
|
708
|
-
"gap": "md"
|
|
731
|
+
]
|
|
709
732
|
},
|
|
710
733
|
{
|
|
711
734
|
"type": "divider"
|
|
712
735
|
},
|
|
713
736
|
{
|
|
714
|
-
"icon": "repeat",
|
|
715
737
|
"type": "empty-state",
|
|
716
|
-
"
|
|
717
|
-
"description": "Click Open to view details in a modal overlay."
|
|
738
|
+
"icon": "repeat",
|
|
739
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
740
|
+
"title": "Nothing open"
|
|
718
741
|
}
|
|
719
|
-
]
|
|
742
|
+
],
|
|
743
|
+
"type": "stack"
|
|
720
744
|
}
|
|
721
745
|
]
|
|
722
746
|
]
|
|
@@ -925,48 +949,47 @@
|
|
|
925
949
|
"render-ui",
|
|
926
950
|
"main",
|
|
927
951
|
{
|
|
928
|
-
"direction": "vertical",
|
|
929
952
|
"children": [
|
|
930
953
|
{
|
|
931
|
-
"justify": "between",
|
|
932
954
|
"type": "stack",
|
|
933
|
-
"direction": "horizontal",
|
|
934
955
|
"align": "center",
|
|
935
956
|
"children": [
|
|
936
957
|
{
|
|
958
|
+
"type": "stack",
|
|
937
959
|
"gap": "md",
|
|
960
|
+
"align": "center",
|
|
938
961
|
"children": [
|
|
939
962
|
{
|
|
940
|
-
"
|
|
941
|
-
"
|
|
963
|
+
"type": "icon",
|
|
964
|
+
"name": "server"
|
|
942
965
|
},
|
|
943
966
|
{
|
|
944
967
|
"type": "typography",
|
|
945
|
-
"
|
|
946
|
-
"
|
|
968
|
+
"variant": "h2",
|
|
969
|
+
"content": "Provider Status"
|
|
947
970
|
}
|
|
948
971
|
],
|
|
949
|
-
"
|
|
950
|
-
"direction": "horizontal",
|
|
951
|
-
"align": "center"
|
|
972
|
+
"direction": "horizontal"
|
|
952
973
|
},
|
|
953
974
|
{
|
|
954
|
-
"
|
|
955
|
-
"action": "HIDE",
|
|
975
|
+
"type": "button",
|
|
956
976
|
"icon": "x",
|
|
957
|
-
"
|
|
958
|
-
"
|
|
977
|
+
"action": "HIDE",
|
|
978
|
+
"label": "Dismiss",
|
|
979
|
+
"variant": "ghost"
|
|
959
980
|
}
|
|
960
981
|
],
|
|
961
|
-
"
|
|
982
|
+
"direction": "horizontal",
|
|
983
|
+
"gap": "md",
|
|
984
|
+
"justify": "between"
|
|
962
985
|
},
|
|
963
986
|
{
|
|
964
987
|
"type": "divider"
|
|
965
988
|
},
|
|
966
989
|
{
|
|
967
|
-
"
|
|
990
|
+
"variant": "@entity.notificationType",
|
|
968
991
|
"type": "alert",
|
|
969
|
-
"
|
|
992
|
+
"message": "@entity.message"
|
|
970
993
|
},
|
|
971
994
|
{
|
|
972
995
|
"type": "toast-slot"
|
|
@@ -977,8 +1000,9 @@
|
|
|
977
1000
|
"message": "@entity.message"
|
|
978
1001
|
}
|
|
979
1002
|
],
|
|
980
|
-
"
|
|
981
|
-
"
|
|
1003
|
+
"gap": "lg",
|
|
1004
|
+
"direction": "vertical",
|
|
1005
|
+
"type": "stack"
|
|
982
1006
|
}
|
|
983
1007
|
]
|
|
984
1008
|
]
|
|
@@ -1002,42 +1026,39 @@
|
|
|
1002
1026
|
"render-ui",
|
|
1003
1027
|
"main",
|
|
1004
1028
|
{
|
|
1005
|
-
"type": "stack",
|
|
1006
|
-
"direction": "vertical",
|
|
1007
|
-
"gap": "lg",
|
|
1008
1029
|
"children": [
|
|
1009
1030
|
{
|
|
1031
|
+
"direction": "horizontal",
|
|
1010
1032
|
"justify": "between",
|
|
1033
|
+
"align": "center",
|
|
1034
|
+
"gap": "md",
|
|
1035
|
+
"type": "stack",
|
|
1011
1036
|
"children": [
|
|
1012
1037
|
{
|
|
1013
|
-
"type": "stack",
|
|
1014
|
-
"gap": "md",
|
|
1015
1038
|
"direction": "horizontal",
|
|
1039
|
+
"type": "stack",
|
|
1016
1040
|
"align": "center",
|
|
1017
1041
|
"children": [
|
|
1018
1042
|
{
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
1043
|
+
"name": "server",
|
|
1044
|
+
"type": "icon"
|
|
1021
1045
|
},
|
|
1022
1046
|
{
|
|
1023
|
-
"
|
|
1047
|
+
"content": "Provider Status",
|
|
1024
1048
|
"variant": "h2",
|
|
1025
|
-
"
|
|
1049
|
+
"type": "typography"
|
|
1026
1050
|
}
|
|
1027
|
-
]
|
|
1051
|
+
],
|
|
1052
|
+
"gap": "md"
|
|
1028
1053
|
},
|
|
1029
1054
|
{
|
|
1030
|
-
"icon": "x",
|
|
1031
1055
|
"type": "button",
|
|
1032
1056
|
"action": "HIDE",
|
|
1033
1057
|
"label": "Dismiss",
|
|
1034
|
-
"variant": "ghost"
|
|
1058
|
+
"variant": "ghost",
|
|
1059
|
+
"icon": "x"
|
|
1035
1060
|
}
|
|
1036
|
-
]
|
|
1037
|
-
"type": "stack",
|
|
1038
|
-
"direction": "horizontal",
|
|
1039
|
-
"align": "center",
|
|
1040
|
-
"gap": "md"
|
|
1061
|
+
]
|
|
1041
1062
|
},
|
|
1042
1063
|
{
|
|
1043
1064
|
"type": "divider"
|
|
@@ -1051,11 +1072,14 @@
|
|
|
1051
1072
|
"type": "toast-slot"
|
|
1052
1073
|
},
|
|
1053
1074
|
{
|
|
1054
|
-
"message": "@entity.message",
|
|
1055
1075
|
"type": "alert",
|
|
1056
|
-
"variant": "warning"
|
|
1076
|
+
"variant": "warning",
|
|
1077
|
+
"message": "@entity.message"
|
|
1057
1078
|
}
|
|
1058
|
-
]
|
|
1079
|
+
],
|
|
1080
|
+
"type": "stack",
|
|
1081
|
+
"direction": "vertical",
|
|
1082
|
+
"gap": "lg"
|
|
1059
1083
|
}
|
|
1060
1084
|
]
|
|
1061
1085
|
]
|
|
@@ -1282,8 +1306,8 @@
|
|
|
1282
1306
|
"AgentProvider",
|
|
1283
1307
|
{
|
|
1284
1308
|
"emit": {
|
|
1285
|
-
"
|
|
1286
|
-
"
|
|
1309
|
+
"failure": "AgentProviderLoadFailed",
|
|
1310
|
+
"success": "AgentProviderLoaded"
|
|
1287
1311
|
}
|
|
1288
1312
|
}
|
|
1289
1313
|
],
|
|
@@ -1297,10 +1321,10 @@
|
|
|
1297
1321
|
"render-ui",
|
|
1298
1322
|
"main",
|
|
1299
1323
|
{
|
|
1300
|
-
"
|
|
1324
|
+
"icon": "repeat",
|
|
1301
1325
|
"title": "Provider",
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1326
|
+
"type": "empty-state",
|
|
1327
|
+
"description": "Provider is ready"
|
|
1304
1328
|
}
|
|
1305
1329
|
]
|
|
1306
1330
|
]
|