@almadar/std 8.2.0 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -64,7 +64,13 @@
|
|
|
64
64
|
{
|
|
65
65
|
"name": "notificationType",
|
|
66
66
|
"type": "string",
|
|
67
|
-
"default": "info"
|
|
67
|
+
"default": "info",
|
|
68
|
+
"values": [
|
|
69
|
+
"info",
|
|
70
|
+
"success",
|
|
71
|
+
"warning",
|
|
72
|
+
"error"
|
|
73
|
+
]
|
|
68
74
|
}
|
|
69
75
|
]
|
|
70
76
|
},
|
|
@@ -332,49 +338,49 @@
|
|
|
332
338
|
"render-ui",
|
|
333
339
|
"main",
|
|
334
340
|
{
|
|
335
|
-
"type": "stack",
|
|
336
341
|
"children": [
|
|
337
342
|
{
|
|
338
|
-
"direction": "horizontal",
|
|
339
|
-
"gap": "md",
|
|
340
|
-
"type": "stack",
|
|
341
|
-
"justify": "between",
|
|
342
343
|
"children": [
|
|
343
344
|
{
|
|
344
345
|
"direction": "horizontal",
|
|
345
|
-
"gap": "md",
|
|
346
346
|
"children": [
|
|
347
347
|
{
|
|
348
348
|
"type": "icon",
|
|
349
349
|
"name": "repeat"
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
|
-
"type": "typography",
|
|
353
352
|
"variant": "h2",
|
|
354
|
-
"content": "Switch Provider"
|
|
353
|
+
"content": "Switch Provider",
|
|
354
|
+
"type": "typography"
|
|
355
355
|
}
|
|
356
356
|
],
|
|
357
|
-
"type": "stack"
|
|
357
|
+
"type": "stack",
|
|
358
|
+
"gap": "md"
|
|
358
359
|
},
|
|
359
360
|
{
|
|
360
|
-
"
|
|
361
|
-
"label": "Open",
|
|
362
|
-
"variant": "primary",
|
|
361
|
+
"type": "button",
|
|
363
362
|
"icon": "repeat",
|
|
364
|
-
"
|
|
363
|
+
"label": "Open",
|
|
364
|
+
"action": "SWITCH",
|
|
365
|
+
"variant": "primary"
|
|
365
366
|
}
|
|
366
|
-
]
|
|
367
|
+
],
|
|
368
|
+
"direction": "horizontal",
|
|
369
|
+
"justify": "between",
|
|
370
|
+
"type": "stack",
|
|
371
|
+
"gap": "md"
|
|
367
372
|
},
|
|
368
373
|
{
|
|
369
374
|
"type": "divider"
|
|
370
375
|
},
|
|
371
376
|
{
|
|
372
|
-
"type": "empty-state",
|
|
373
377
|
"title": "Nothing open",
|
|
374
|
-
"
|
|
375
|
-
"
|
|
378
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
379
|
+
"type": "empty-state",
|
|
380
|
+
"icon": "repeat"
|
|
376
381
|
}
|
|
377
382
|
],
|
|
383
|
+
"type": "stack",
|
|
378
384
|
"gap": "lg",
|
|
379
385
|
"direction": "vertical"
|
|
380
386
|
}
|
|
@@ -400,22 +406,22 @@
|
|
|
400
406
|
"render-ui",
|
|
401
407
|
"modal",
|
|
402
408
|
{
|
|
403
|
-
"
|
|
404
|
-
"
|
|
409
|
+
"direction": "vertical",
|
|
410
|
+
"className": "py-12",
|
|
405
411
|
"children": [
|
|
406
412
|
{
|
|
407
413
|
"type": "spinner"
|
|
408
414
|
},
|
|
409
415
|
{
|
|
410
416
|
"type": "typography",
|
|
417
|
+
"variant": "caption",
|
|
411
418
|
"color": "muted",
|
|
412
|
-
"content": "Loading…"
|
|
413
|
-
"variant": "caption"
|
|
419
|
+
"content": "Loading…"
|
|
414
420
|
}
|
|
415
421
|
],
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"
|
|
422
|
+
"gap": "md",
|
|
423
|
+
"align": "center",
|
|
424
|
+
"type": "stack"
|
|
419
425
|
}
|
|
420
426
|
]
|
|
421
427
|
]
|
|
@@ -432,54 +438,54 @@
|
|
|
432
438
|
"type": "stack",
|
|
433
439
|
"children": [
|
|
434
440
|
{
|
|
441
|
+
"type": "stack",
|
|
442
|
+
"direction": "horizontal",
|
|
435
443
|
"children": [
|
|
436
444
|
{
|
|
437
445
|
"type": "icon",
|
|
438
446
|
"name": "repeat"
|
|
439
447
|
},
|
|
440
448
|
{
|
|
441
|
-
"variant": "h3",
|
|
442
449
|
"content": "Switch Provider",
|
|
443
|
-
"type": "typography"
|
|
450
|
+
"type": "typography",
|
|
451
|
+
"variant": "h3"
|
|
444
452
|
}
|
|
445
453
|
],
|
|
446
|
-
"gap": "sm"
|
|
447
|
-
"type": "stack",
|
|
448
|
-
"direction": "horizontal"
|
|
454
|
+
"gap": "sm"
|
|
449
455
|
},
|
|
450
456
|
{
|
|
451
457
|
"type": "divider"
|
|
452
458
|
},
|
|
453
459
|
{
|
|
454
|
-
"
|
|
460
|
+
"type": "stack",
|
|
455
461
|
"children": [
|
|
456
462
|
{
|
|
457
|
-
"variant": "caption",
|
|
458
463
|
"content": "Current:",
|
|
459
|
-
"type": "typography"
|
|
464
|
+
"type": "typography",
|
|
465
|
+
"variant": "caption"
|
|
460
466
|
},
|
|
461
467
|
{
|
|
462
468
|
"label": "@entity.currentProvider",
|
|
463
469
|
"type": "badge"
|
|
464
470
|
},
|
|
465
471
|
{
|
|
466
|
-
"
|
|
467
|
-
"
|
|
472
|
+
"label": "@entity.currentModel",
|
|
473
|
+
"type": "badge"
|
|
468
474
|
}
|
|
469
475
|
],
|
|
470
|
-
"
|
|
476
|
+
"direction": "horizontal",
|
|
471
477
|
"gap": "md"
|
|
472
478
|
},
|
|
473
479
|
{
|
|
474
480
|
"submitEvent": "SAVE",
|
|
475
481
|
"cancelEvent": "CLOSE",
|
|
482
|
+
"mode": "edit",
|
|
483
|
+
"entity": "@payload.row",
|
|
484
|
+
"type": "form-section",
|
|
476
485
|
"fields": [
|
|
477
486
|
"currentProvider",
|
|
478
487
|
"currentModel"
|
|
479
|
-
]
|
|
480
|
-
"type": "form-section",
|
|
481
|
-
"entity": "@payload.row",
|
|
482
|
-
"mode": "edit"
|
|
488
|
+
]
|
|
483
489
|
}
|
|
484
490
|
],
|
|
485
491
|
"gap": "md",
|
|
@@ -511,51 +517,51 @@
|
|
|
511
517
|
"render-ui",
|
|
512
518
|
"main",
|
|
513
519
|
{
|
|
520
|
+
"type": "stack",
|
|
514
521
|
"direction": "vertical",
|
|
515
522
|
"gap": "lg",
|
|
516
523
|
"children": [
|
|
517
524
|
{
|
|
525
|
+
"direction": "horizontal",
|
|
526
|
+
"type": "stack",
|
|
527
|
+
"gap": "md",
|
|
528
|
+
"justify": "between",
|
|
518
529
|
"children": [
|
|
519
530
|
{
|
|
520
|
-
"type": "stack",
|
|
521
|
-
"direction": "horizontal",
|
|
522
531
|
"gap": "md",
|
|
523
532
|
"children": [
|
|
524
533
|
{
|
|
525
|
-
"
|
|
526
|
-
"
|
|
534
|
+
"name": "repeat",
|
|
535
|
+
"type": "icon"
|
|
527
536
|
},
|
|
528
537
|
{
|
|
538
|
+
"content": "Switch Provider",
|
|
529
539
|
"variant": "h2",
|
|
530
|
-
"type": "typography"
|
|
531
|
-
"content": "Switch Provider"
|
|
540
|
+
"type": "typography"
|
|
532
541
|
}
|
|
533
|
-
]
|
|
542
|
+
],
|
|
543
|
+
"type": "stack",
|
|
544
|
+
"direction": "horizontal"
|
|
534
545
|
},
|
|
535
546
|
{
|
|
536
|
-
"
|
|
537
|
-
"variant": "primary",
|
|
538
|
-
"action": "SWITCH",
|
|
547
|
+
"icon": "repeat",
|
|
539
548
|
"type": "button",
|
|
540
|
-
"
|
|
549
|
+
"variant": "primary",
|
|
550
|
+
"label": "Open",
|
|
551
|
+
"action": "SWITCH"
|
|
541
552
|
}
|
|
542
|
-
]
|
|
543
|
-
"justify": "between",
|
|
544
|
-
"gap": "md",
|
|
545
|
-
"type": "stack",
|
|
546
|
-
"direction": "horizontal"
|
|
553
|
+
]
|
|
547
554
|
},
|
|
548
555
|
{
|
|
549
556
|
"type": "divider"
|
|
550
557
|
},
|
|
551
558
|
{
|
|
552
|
-
"icon": "repeat",
|
|
553
559
|
"type": "empty-state",
|
|
554
560
|
"description": "Click Open to view details in a modal overlay.",
|
|
561
|
+
"icon": "repeat",
|
|
555
562
|
"title": "Nothing open"
|
|
556
563
|
}
|
|
557
|
-
]
|
|
558
|
-
"type": "stack"
|
|
564
|
+
]
|
|
559
565
|
}
|
|
560
566
|
]
|
|
561
567
|
]
|
|
@@ -583,16 +589,12 @@
|
|
|
583
589
|
"render-ui",
|
|
584
590
|
"main",
|
|
585
591
|
{
|
|
586
|
-
"direction": "vertical",
|
|
587
592
|
"children": [
|
|
588
593
|
{
|
|
589
|
-
"direction": "horizontal",
|
|
590
|
-
"justify": "between",
|
|
591
|
-
"type": "stack",
|
|
592
|
-
"gap": "md",
|
|
593
594
|
"children": [
|
|
594
595
|
{
|
|
595
596
|
"type": "stack",
|
|
597
|
+
"gap": "md",
|
|
596
598
|
"direction": "horizontal",
|
|
597
599
|
"children": [
|
|
598
600
|
{
|
|
@@ -600,21 +602,24 @@
|
|
|
600
602
|
"type": "icon"
|
|
601
603
|
},
|
|
602
604
|
{
|
|
603
|
-
"
|
|
605
|
+
"type": "typography",
|
|
604
606
|
"content": "Switch Provider",
|
|
605
|
-
"
|
|
607
|
+
"variant": "h2"
|
|
606
608
|
}
|
|
607
|
-
]
|
|
608
|
-
"gap": "md"
|
|
609
|
+
]
|
|
609
610
|
},
|
|
610
611
|
{
|
|
611
|
-
"
|
|
612
|
+
"icon": "repeat",
|
|
612
613
|
"type": "button",
|
|
613
|
-
"label": "Open",
|
|
614
614
|
"variant": "primary",
|
|
615
|
-
"
|
|
615
|
+
"label": "Open",
|
|
616
|
+
"action": "SWITCH"
|
|
616
617
|
}
|
|
617
|
-
]
|
|
618
|
+
],
|
|
619
|
+
"direction": "horizontal",
|
|
620
|
+
"gap": "md",
|
|
621
|
+
"type": "stack",
|
|
622
|
+
"justify": "between"
|
|
618
623
|
},
|
|
619
624
|
{
|
|
620
625
|
"type": "divider"
|
|
@@ -626,8 +631,9 @@
|
|
|
626
631
|
"icon": "repeat"
|
|
627
632
|
}
|
|
628
633
|
],
|
|
634
|
+
"gap": "lg",
|
|
629
635
|
"type": "stack",
|
|
630
|
-
"
|
|
636
|
+
"direction": "vertical"
|
|
631
637
|
}
|
|
632
638
|
]
|
|
633
639
|
]
|
|
@@ -644,8 +650,8 @@
|
|
|
644
650
|
"@payload.data",
|
|
645
651
|
{
|
|
646
652
|
"emit": {
|
|
647
|
-
"
|
|
648
|
-
"
|
|
653
|
+
"failure": "AgentProviderUpdateFailed",
|
|
654
|
+
"success": "AgentProviderUpdated"
|
|
649
655
|
}
|
|
650
656
|
}
|
|
651
657
|
],
|
|
@@ -671,11 +677,13 @@
|
|
|
671
677
|
"gap": "lg",
|
|
672
678
|
"children": [
|
|
673
679
|
{
|
|
680
|
+
"type": "stack",
|
|
674
681
|
"justify": "between",
|
|
682
|
+
"gap": "md",
|
|
675
683
|
"children": [
|
|
676
684
|
{
|
|
685
|
+
"type": "stack",
|
|
677
686
|
"direction": "horizontal",
|
|
678
|
-
"gap": "md",
|
|
679
687
|
"children": [
|
|
680
688
|
{
|
|
681
689
|
"name": "repeat",
|
|
@@ -687,28 +695,26 @@
|
|
|
687
695
|
"variant": "h2"
|
|
688
696
|
}
|
|
689
697
|
],
|
|
690
|
-
"
|
|
698
|
+
"gap": "md"
|
|
691
699
|
},
|
|
692
700
|
{
|
|
693
|
-
"label": "Open",
|
|
694
|
-
"icon": "repeat",
|
|
695
701
|
"type": "button",
|
|
696
702
|
"action": "SWITCH",
|
|
697
|
-
"
|
|
703
|
+
"label": "Open",
|
|
704
|
+
"variant": "primary",
|
|
705
|
+
"icon": "repeat"
|
|
698
706
|
}
|
|
699
707
|
],
|
|
700
|
-
"direction": "horizontal"
|
|
701
|
-
"type": "stack",
|
|
702
|
-
"gap": "md"
|
|
708
|
+
"direction": "horizontal"
|
|
703
709
|
},
|
|
704
710
|
{
|
|
705
711
|
"type": "divider"
|
|
706
712
|
},
|
|
707
713
|
{
|
|
708
|
-
"
|
|
709
|
-
"title": "Nothing open",
|
|
714
|
+
"type": "empty-state",
|
|
710
715
|
"icon": "repeat",
|
|
711
|
-
"
|
|
716
|
+
"title": "Nothing open",
|
|
717
|
+
"description": "Click Open to view details in a modal overlay."
|
|
712
718
|
}
|
|
713
719
|
]
|
|
714
720
|
}
|
|
@@ -893,8 +899,8 @@
|
|
|
893
899
|
"AgentProvider",
|
|
894
900
|
{
|
|
895
901
|
"emit": {
|
|
896
|
-
"
|
|
897
|
-
"
|
|
902
|
+
"success": "AgentProviderLoaded",
|
|
903
|
+
"failure": "AgentProviderLoadFailed"
|
|
898
904
|
}
|
|
899
905
|
}
|
|
900
906
|
]
|
|
@@ -921,53 +927,53 @@
|
|
|
921
927
|
{
|
|
922
928
|
"children": [
|
|
923
929
|
{
|
|
924
|
-
"gap": "md",
|
|
925
930
|
"children": [
|
|
926
931
|
{
|
|
927
|
-
"type": "stack",
|
|
928
|
-
"align": "center",
|
|
929
|
-
"gap": "md",
|
|
930
932
|
"children": [
|
|
931
933
|
{
|
|
932
|
-
"
|
|
933
|
-
"
|
|
934
|
+
"type": "icon",
|
|
935
|
+
"name": "server"
|
|
934
936
|
},
|
|
935
937
|
{
|
|
936
|
-
"type": "typography",
|
|
937
938
|
"variant": "h2",
|
|
939
|
+
"type": "typography",
|
|
938
940
|
"content": "Provider Status"
|
|
939
941
|
}
|
|
940
942
|
],
|
|
943
|
+
"type": "stack",
|
|
944
|
+
"gap": "md",
|
|
945
|
+
"align": "center",
|
|
941
946
|
"direction": "horizontal"
|
|
942
947
|
},
|
|
943
948
|
{
|
|
944
|
-
"label": "Dismiss",
|
|
945
|
-
"type": "button",
|
|
946
949
|
"variant": "ghost",
|
|
947
950
|
"icon": "x",
|
|
948
|
-
"
|
|
951
|
+
"type": "button",
|
|
952
|
+
"action": "HIDE",
|
|
953
|
+
"label": "Dismiss"
|
|
949
954
|
}
|
|
950
955
|
],
|
|
951
|
-
"type": "stack",
|
|
952
956
|
"direction": "horizontal",
|
|
957
|
+
"type": "stack",
|
|
953
958
|
"justify": "between",
|
|
959
|
+
"gap": "md",
|
|
954
960
|
"align": "center"
|
|
955
961
|
},
|
|
956
962
|
{
|
|
957
963
|
"type": "divider"
|
|
958
964
|
},
|
|
959
965
|
{
|
|
960
|
-
"type": "alert",
|
|
961
966
|
"message": "@entity.message",
|
|
967
|
+
"type": "alert",
|
|
962
968
|
"variant": "@entity.notificationType"
|
|
963
969
|
},
|
|
964
970
|
{
|
|
965
971
|
"type": "toast-slot"
|
|
966
972
|
},
|
|
967
973
|
{
|
|
968
|
-
"variant": "warning",
|
|
969
974
|
"message": "@entity.message",
|
|
970
|
-
"type": "alert"
|
|
975
|
+
"type": "alert",
|
|
976
|
+
"variant": "warning"
|
|
971
977
|
}
|
|
972
978
|
],
|
|
973
979
|
"direction": "vertical",
|
|
@@ -996,37 +1002,37 @@
|
|
|
996
1002
|
"render-ui",
|
|
997
1003
|
"main",
|
|
998
1004
|
{
|
|
999
|
-
"
|
|
1005
|
+
"direction": "vertical",
|
|
1000
1006
|
"type": "stack",
|
|
1001
1007
|
"children": [
|
|
1002
1008
|
{
|
|
1009
|
+
"gap": "md",
|
|
1003
1010
|
"align": "center",
|
|
1004
1011
|
"type": "stack",
|
|
1005
|
-
"gap": "md",
|
|
1006
1012
|
"children": [
|
|
1007
1013
|
{
|
|
1008
1014
|
"type": "stack",
|
|
1009
1015
|
"direction": "horizontal",
|
|
1016
|
+
"align": "center",
|
|
1017
|
+
"gap": "md",
|
|
1010
1018
|
"children": [
|
|
1011
1019
|
{
|
|
1012
1020
|
"type": "icon",
|
|
1013
1021
|
"name": "server"
|
|
1014
1022
|
},
|
|
1015
1023
|
{
|
|
1016
|
-
"variant": "h2",
|
|
1017
1024
|
"type": "typography",
|
|
1025
|
+
"variant": "h2",
|
|
1018
1026
|
"content": "Provider Status"
|
|
1019
1027
|
}
|
|
1020
|
-
]
|
|
1021
|
-
"gap": "md",
|
|
1022
|
-
"align": "center"
|
|
1028
|
+
]
|
|
1023
1029
|
},
|
|
1024
1030
|
{
|
|
1025
|
-
"variant": "ghost",
|
|
1026
|
-
"type": "button",
|
|
1027
1031
|
"label": "Dismiss",
|
|
1028
1032
|
"icon": "x",
|
|
1029
|
-
"
|
|
1033
|
+
"type": "button",
|
|
1034
|
+
"action": "HIDE",
|
|
1035
|
+
"variant": "ghost"
|
|
1030
1036
|
}
|
|
1031
1037
|
],
|
|
1032
1038
|
"direction": "horizontal",
|
|
@@ -1036,20 +1042,20 @@
|
|
|
1036
1042
|
"type": "divider"
|
|
1037
1043
|
},
|
|
1038
1044
|
{
|
|
1039
|
-
"type": "alert",
|
|
1040
1045
|
"variant": "@entity.notificationType",
|
|
1046
|
+
"type": "alert",
|
|
1041
1047
|
"message": "@entity.message"
|
|
1042
1048
|
},
|
|
1043
1049
|
{
|
|
1044
1050
|
"type": "toast-slot"
|
|
1045
1051
|
},
|
|
1046
1052
|
{
|
|
1047
|
-
"type": "alert",
|
|
1048
1053
|
"variant": "warning",
|
|
1054
|
+
"type": "alert",
|
|
1049
1055
|
"message": "@entity.message"
|
|
1050
1056
|
}
|
|
1051
1057
|
],
|
|
1052
|
-
"
|
|
1058
|
+
"gap": "lg"
|
|
1053
1059
|
}
|
|
1054
1060
|
]
|
|
1055
1061
|
]
|
|
@@ -1275,8 +1281,8 @@
|
|
|
1275
1281
|
"AgentProvider",
|
|
1276
1282
|
{
|
|
1277
1283
|
"emit": {
|
|
1278
|
-
"
|
|
1279
|
-
"
|
|
1284
|
+
"success": "AgentProviderLoaded",
|
|
1285
|
+
"failure": "AgentProviderLoadFailed"
|
|
1280
1286
|
}
|
|
1281
1287
|
}
|
|
1282
1288
|
],
|
|
@@ -1291,8 +1297,8 @@
|
|
|
1291
1297
|
"main",
|
|
1292
1298
|
{
|
|
1293
1299
|
"description": "Provider is ready",
|
|
1294
|
-
"title": "Provider",
|
|
1295
1300
|
"type": "empty-state",
|
|
1301
|
+
"title": "Provider",
|
|
1296
1302
|
"icon": "repeat"
|
|
1297
1303
|
}
|
|
1298
1304
|
]
|
|
@@ -1420,4 +1426,4 @@
|
|
|
1420
1426
|
]
|
|
1421
1427
|
}
|
|
1422
1428
|
]
|
|
1423
|
-
}
|
|
1429
|
+
}
|