@almadar/std 8.3.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -338,10 +338,15 @@
|
|
|
338
338
|
"render-ui",
|
|
339
339
|
"main",
|
|
340
340
|
{
|
|
341
|
+
"direction": "vertical",
|
|
342
|
+
"type": "stack",
|
|
343
|
+
"gap": "lg",
|
|
341
344
|
"children": [
|
|
342
345
|
{
|
|
346
|
+
"justify": "between",
|
|
343
347
|
"children": [
|
|
344
348
|
{
|
|
349
|
+
"type": "stack",
|
|
345
350
|
"direction": "horizontal",
|
|
346
351
|
"children": [
|
|
347
352
|
{
|
|
@@ -349,40 +354,35 @@
|
|
|
349
354
|
"name": "repeat"
|
|
350
355
|
},
|
|
351
356
|
{
|
|
352
|
-
"variant": "h2",
|
|
353
357
|
"content": "Switch Provider",
|
|
358
|
+
"variant": "h2",
|
|
354
359
|
"type": "typography"
|
|
355
360
|
}
|
|
356
361
|
],
|
|
357
|
-
"type": "stack",
|
|
358
362
|
"gap": "md"
|
|
359
363
|
},
|
|
360
364
|
{
|
|
361
|
-
"type": "button",
|
|
362
|
-
"icon": "repeat",
|
|
363
365
|
"label": "Open",
|
|
364
366
|
"action": "SWITCH",
|
|
365
|
-
"
|
|
367
|
+
"type": "button",
|
|
368
|
+
"variant": "primary",
|
|
369
|
+
"icon": "repeat"
|
|
366
370
|
}
|
|
367
371
|
],
|
|
368
|
-
"direction": "horizontal",
|
|
369
|
-
"justify": "between",
|
|
370
372
|
"type": "stack",
|
|
373
|
+
"direction": "horizontal",
|
|
371
374
|
"gap": "md"
|
|
372
375
|
},
|
|
373
376
|
{
|
|
374
377
|
"type": "divider"
|
|
375
378
|
},
|
|
376
379
|
{
|
|
380
|
+
"type": "empty-state",
|
|
377
381
|
"title": "Nothing open",
|
|
378
382
|
"description": "Click Open to view details in a modal overlay.",
|
|
379
|
-
"type": "empty-state",
|
|
380
383
|
"icon": "repeat"
|
|
381
384
|
}
|
|
382
|
-
]
|
|
383
|
-
"type": "stack",
|
|
384
|
-
"gap": "lg",
|
|
385
|
-
"direction": "vertical"
|
|
385
|
+
]
|
|
386
386
|
}
|
|
387
387
|
]
|
|
388
388
|
]
|
|
@@ -397,8 +397,8 @@
|
|
|
397
397
|
"AgentProvider",
|
|
398
398
|
{
|
|
399
399
|
"emit": {
|
|
400
|
-
"
|
|
401
|
-
"
|
|
400
|
+
"success": "AgentProviderRowLoaded",
|
|
401
|
+
"failure": "AgentProviderLoadFailed"
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
404
|
],
|
|
@@ -406,22 +406,22 @@
|
|
|
406
406
|
"render-ui",
|
|
407
407
|
"modal",
|
|
408
408
|
{
|
|
409
|
-
"direction": "vertical",
|
|
410
409
|
"className": "py-12",
|
|
410
|
+
"gap": "md",
|
|
411
|
+
"type": "stack",
|
|
411
412
|
"children": [
|
|
412
413
|
{
|
|
413
414
|
"type": "spinner"
|
|
414
415
|
},
|
|
415
416
|
{
|
|
416
417
|
"type": "typography",
|
|
418
|
+
"content": "Loading…",
|
|
417
419
|
"variant": "caption",
|
|
418
|
-
"color": "muted"
|
|
419
|
-
"content": "Loading…"
|
|
420
|
+
"color": "muted"
|
|
420
421
|
}
|
|
421
422
|
],
|
|
422
|
-
"
|
|
423
|
-
"align": "center"
|
|
424
|
-
"type": "stack"
|
|
423
|
+
"direction": "vertical",
|
|
424
|
+
"align": "center"
|
|
425
425
|
}
|
|
426
426
|
]
|
|
427
427
|
]
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"render-ui",
|
|
436
436
|
"modal",
|
|
437
437
|
{
|
|
438
|
-
"
|
|
438
|
+
"direction": "vertical",
|
|
439
439
|
"children": [
|
|
440
440
|
{
|
|
441
441
|
"type": "stack",
|
|
@@ -447,8 +447,8 @@
|
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
449
|
"content": "Switch Provider",
|
|
450
|
-
"
|
|
451
|
-
"
|
|
450
|
+
"variant": "h3",
|
|
451
|
+
"type": "typography"
|
|
452
452
|
}
|
|
453
453
|
],
|
|
454
454
|
"gap": "sm"
|
|
@@ -457,12 +457,14 @@
|
|
|
457
457
|
"type": "divider"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
+
"direction": "horizontal",
|
|
460
461
|
"type": "stack",
|
|
462
|
+
"gap": "md",
|
|
461
463
|
"children": [
|
|
462
464
|
{
|
|
463
|
-
"
|
|
465
|
+
"variant": "caption",
|
|
464
466
|
"type": "typography",
|
|
465
|
-
"
|
|
467
|
+
"content": "Current:"
|
|
466
468
|
},
|
|
467
469
|
{
|
|
468
470
|
"label": "@entity.currentProvider",
|
|
@@ -472,24 +474,22 @@
|
|
|
472
474
|
"label": "@entity.currentModel",
|
|
473
475
|
"type": "badge"
|
|
474
476
|
}
|
|
475
|
-
]
|
|
476
|
-
"direction": "horizontal",
|
|
477
|
-
"gap": "md"
|
|
477
|
+
]
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
"submitEvent": "SAVE",
|
|
481
|
-
"cancelEvent": "CLOSE",
|
|
482
481
|
"mode": "edit",
|
|
483
|
-
"
|
|
482
|
+
"cancelEvent": "CLOSE",
|
|
484
483
|
"type": "form-section",
|
|
485
484
|
"fields": [
|
|
486
485
|
"currentProvider",
|
|
487
486
|
"currentModel"
|
|
488
|
-
]
|
|
487
|
+
],
|
|
488
|
+
"entity": "@payload.row"
|
|
489
489
|
}
|
|
490
490
|
],
|
|
491
491
|
"gap": "md",
|
|
492
|
-
"
|
|
492
|
+
"type": "stack"
|
|
493
493
|
}
|
|
494
494
|
]
|
|
495
495
|
]
|
|
@@ -517,17 +517,15 @@
|
|
|
517
517
|
"render-ui",
|
|
518
518
|
"main",
|
|
519
519
|
{
|
|
520
|
-
"type": "stack",
|
|
521
|
-
"direction": "vertical",
|
|
522
520
|
"gap": "lg",
|
|
521
|
+
"direction": "vertical",
|
|
523
522
|
"children": [
|
|
524
523
|
{
|
|
525
|
-
"direction": "horizontal",
|
|
526
|
-
"type": "stack",
|
|
527
524
|
"gap": "md",
|
|
528
|
-
"justify": "between",
|
|
529
525
|
"children": [
|
|
530
526
|
{
|
|
527
|
+
"direction": "horizontal",
|
|
528
|
+
"type": "stack",
|
|
531
529
|
"gap": "md",
|
|
532
530
|
"children": [
|
|
533
531
|
{
|
|
@@ -539,29 +537,31 @@
|
|
|
539
537
|
"variant": "h2",
|
|
540
538
|
"type": "typography"
|
|
541
539
|
}
|
|
542
|
-
]
|
|
543
|
-
"type": "stack",
|
|
544
|
-
"direction": "horizontal"
|
|
540
|
+
]
|
|
545
541
|
},
|
|
546
542
|
{
|
|
547
543
|
"icon": "repeat",
|
|
548
544
|
"type": "button",
|
|
549
545
|
"variant": "primary",
|
|
550
|
-
"
|
|
551
|
-
"
|
|
546
|
+
"action": "SWITCH",
|
|
547
|
+
"label": "Open"
|
|
552
548
|
}
|
|
553
|
-
]
|
|
549
|
+
],
|
|
550
|
+
"direction": "horizontal",
|
|
551
|
+
"type": "stack",
|
|
552
|
+
"justify": "between"
|
|
554
553
|
},
|
|
555
554
|
{
|
|
556
555
|
"type": "divider"
|
|
557
556
|
},
|
|
558
557
|
{
|
|
558
|
+
"icon": "repeat",
|
|
559
559
|
"type": "empty-state",
|
|
560
560
|
"description": "Click Open to view details in a modal overlay.",
|
|
561
|
-
"icon": "repeat",
|
|
562
561
|
"title": "Nothing open"
|
|
563
562
|
}
|
|
564
|
-
]
|
|
563
|
+
],
|
|
564
|
+
"type": "stack"
|
|
565
565
|
}
|
|
566
566
|
]
|
|
567
567
|
]
|
|
@@ -589,51 +589,51 @@
|
|
|
589
589
|
"render-ui",
|
|
590
590
|
"main",
|
|
591
591
|
{
|
|
592
|
+
"direction": "vertical",
|
|
592
593
|
"children": [
|
|
593
594
|
{
|
|
595
|
+
"justify": "between",
|
|
596
|
+
"gap": "md",
|
|
594
597
|
"children": [
|
|
595
598
|
{
|
|
596
|
-
"type": "stack",
|
|
597
|
-
"gap": "md",
|
|
598
599
|
"direction": "horizontal",
|
|
600
|
+
"gap": "md",
|
|
599
601
|
"children": [
|
|
600
602
|
{
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
+
"type": "icon",
|
|
604
|
+
"name": "repeat"
|
|
603
605
|
},
|
|
604
606
|
{
|
|
605
|
-
"type": "typography",
|
|
606
607
|
"content": "Switch Provider",
|
|
608
|
+
"type": "typography",
|
|
607
609
|
"variant": "h2"
|
|
608
610
|
}
|
|
609
|
-
]
|
|
611
|
+
],
|
|
612
|
+
"type": "stack"
|
|
610
613
|
},
|
|
611
614
|
{
|
|
615
|
+
"label": "Open",
|
|
616
|
+
"action": "SWITCH",
|
|
612
617
|
"icon": "repeat",
|
|
613
|
-
"type": "button",
|
|
614
618
|
"variant": "primary",
|
|
615
|
-
"
|
|
616
|
-
"action": "SWITCH"
|
|
619
|
+
"type": "button"
|
|
617
620
|
}
|
|
618
621
|
],
|
|
619
622
|
"direction": "horizontal",
|
|
620
|
-
"
|
|
621
|
-
"type": "stack",
|
|
622
|
-
"justify": "between"
|
|
623
|
+
"type": "stack"
|
|
623
624
|
},
|
|
624
625
|
{
|
|
625
626
|
"type": "divider"
|
|
626
627
|
},
|
|
627
628
|
{
|
|
628
|
-
"
|
|
629
|
-
"type": "empty-state",
|
|
629
|
+
"icon": "repeat",
|
|
630
630
|
"title": "Nothing open",
|
|
631
|
-
"
|
|
631
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
632
|
+
"type": "empty-state"
|
|
632
633
|
}
|
|
633
634
|
],
|
|
634
|
-
"gap": "lg",
|
|
635
635
|
"type": "stack",
|
|
636
|
-
"
|
|
636
|
+
"gap": "lg"
|
|
637
637
|
}
|
|
638
638
|
]
|
|
639
639
|
]
|
|
@@ -650,8 +650,8 @@
|
|
|
650
650
|
"@payload.data",
|
|
651
651
|
{
|
|
652
652
|
"emit": {
|
|
653
|
-
"
|
|
654
|
-
"
|
|
653
|
+
"success": "AgentProviderUpdated",
|
|
654
|
+
"failure": "AgentProviderUpdateFailed"
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
657
|
],
|
|
@@ -672,9 +672,9 @@
|
|
|
672
672
|
"render-ui",
|
|
673
673
|
"main",
|
|
674
674
|
{
|
|
675
|
-
"direction": "vertical",
|
|
676
675
|
"type": "stack",
|
|
677
676
|
"gap": "lg",
|
|
677
|
+
"direction": "vertical",
|
|
678
678
|
"children": [
|
|
679
679
|
{
|
|
680
680
|
"type": "stack",
|
|
@@ -686,23 +686,23 @@
|
|
|
686
686
|
"direction": "horizontal",
|
|
687
687
|
"children": [
|
|
688
688
|
{
|
|
689
|
-
"
|
|
690
|
-
"
|
|
689
|
+
"type": "icon",
|
|
690
|
+
"name": "repeat"
|
|
691
691
|
},
|
|
692
692
|
{
|
|
693
|
-
"type": "typography",
|
|
694
693
|
"content": "Switch Provider",
|
|
694
|
+
"type": "typography",
|
|
695
695
|
"variant": "h2"
|
|
696
696
|
}
|
|
697
697
|
],
|
|
698
698
|
"gap": "md"
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
|
-
"type": "button",
|
|
702
|
-
"action": "SWITCH",
|
|
703
701
|
"label": "Open",
|
|
704
702
|
"variant": "primary",
|
|
705
|
-
"icon": "repeat"
|
|
703
|
+
"icon": "repeat",
|
|
704
|
+
"type": "button",
|
|
705
|
+
"action": "SWITCH"
|
|
706
706
|
}
|
|
707
707
|
],
|
|
708
708
|
"direction": "horizontal"
|
|
@@ -712,9 +712,9 @@
|
|
|
712
712
|
},
|
|
713
713
|
{
|
|
714
714
|
"type": "empty-state",
|
|
715
|
-
"
|
|
715
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
716
716
|
"title": "Nothing open",
|
|
717
|
-
"
|
|
717
|
+
"icon": "repeat"
|
|
718
718
|
}
|
|
719
719
|
]
|
|
720
720
|
}
|
|
@@ -899,8 +899,8 @@
|
|
|
899
899
|
"AgentProvider",
|
|
900
900
|
{
|
|
901
901
|
"emit": {
|
|
902
|
-
"
|
|
903
|
-
"
|
|
902
|
+
"failure": "AgentProviderLoadFailed",
|
|
903
|
+
"success": "AgentProviderLoaded"
|
|
904
904
|
}
|
|
905
905
|
}
|
|
906
906
|
]
|
|
@@ -925,58 +925,58 @@
|
|
|
925
925
|
"render-ui",
|
|
926
926
|
"main",
|
|
927
927
|
{
|
|
928
|
+
"direction": "vertical",
|
|
928
929
|
"children": [
|
|
929
930
|
{
|
|
931
|
+
"direction": "horizontal",
|
|
932
|
+
"gap": "md",
|
|
933
|
+
"justify": "between",
|
|
934
|
+
"align": "center",
|
|
935
|
+
"type": "stack",
|
|
930
936
|
"children": [
|
|
931
937
|
{
|
|
938
|
+
"type": "stack",
|
|
932
939
|
"children": [
|
|
933
940
|
{
|
|
934
941
|
"type": "icon",
|
|
935
942
|
"name": "server"
|
|
936
943
|
},
|
|
937
944
|
{
|
|
938
|
-
"variant": "h2",
|
|
939
945
|
"type": "typography",
|
|
946
|
+
"variant": "h2",
|
|
940
947
|
"content": "Provider Status"
|
|
941
948
|
}
|
|
942
949
|
],
|
|
943
|
-
"
|
|
944
|
-
"gap": "md",
|
|
950
|
+
"direction": "horizontal",
|
|
945
951
|
"align": "center",
|
|
946
|
-
"
|
|
952
|
+
"gap": "md"
|
|
947
953
|
},
|
|
948
954
|
{
|
|
949
955
|
"variant": "ghost",
|
|
950
|
-
"icon": "x",
|
|
951
956
|
"type": "button",
|
|
952
|
-
"
|
|
953
|
-
"label": "Dismiss"
|
|
957
|
+
"icon": "x",
|
|
958
|
+
"label": "Dismiss",
|
|
959
|
+
"action": "HIDE"
|
|
954
960
|
}
|
|
955
|
-
]
|
|
956
|
-
"direction": "horizontal",
|
|
957
|
-
"type": "stack",
|
|
958
|
-
"justify": "between",
|
|
959
|
-
"gap": "md",
|
|
960
|
-
"align": "center"
|
|
961
|
+
]
|
|
961
962
|
},
|
|
962
963
|
{
|
|
963
964
|
"type": "divider"
|
|
964
965
|
},
|
|
965
966
|
{
|
|
966
|
-
"
|
|
967
|
+
"variant": "@entity.notificationType",
|
|
967
968
|
"type": "alert",
|
|
968
|
-
"
|
|
969
|
+
"message": "@entity.message"
|
|
969
970
|
},
|
|
970
971
|
{
|
|
971
972
|
"type": "toast-slot"
|
|
972
973
|
},
|
|
973
974
|
{
|
|
975
|
+
"variant": "warning",
|
|
974
976
|
"message": "@entity.message",
|
|
975
|
-
"type": "alert"
|
|
976
|
-
"variant": "warning"
|
|
977
|
+
"type": "alert"
|
|
977
978
|
}
|
|
978
979
|
],
|
|
979
|
-
"direction": "vertical",
|
|
980
980
|
"gap": "lg",
|
|
981
981
|
"type": "stack"
|
|
982
982
|
}
|
|
@@ -1002,57 +1002,57 @@
|
|
|
1002
1002
|
"render-ui",
|
|
1003
1003
|
"main",
|
|
1004
1004
|
{
|
|
1005
|
-
"direction": "vertical",
|
|
1006
1005
|
"type": "stack",
|
|
1006
|
+
"direction": "vertical",
|
|
1007
1007
|
"children": [
|
|
1008
1008
|
{
|
|
1009
|
-
"
|
|
1009
|
+
"justify": "between",
|
|
1010
1010
|
"align": "center",
|
|
1011
|
-
"type": "stack",
|
|
1012
1011
|
"children": [
|
|
1013
1012
|
{
|
|
1014
|
-
"type": "stack",
|
|
1015
|
-
"direction": "horizontal",
|
|
1016
1013
|
"align": "center",
|
|
1017
|
-
"
|
|
1014
|
+
"direction": "horizontal",
|
|
1018
1015
|
"children": [
|
|
1019
1016
|
{
|
|
1020
1017
|
"type": "icon",
|
|
1021
1018
|
"name": "server"
|
|
1022
1019
|
},
|
|
1023
1020
|
{
|
|
1024
|
-
"type": "typography",
|
|
1025
1021
|
"variant": "h2",
|
|
1022
|
+
"type": "typography",
|
|
1026
1023
|
"content": "Provider Status"
|
|
1027
1024
|
}
|
|
1028
|
-
]
|
|
1025
|
+
],
|
|
1026
|
+
"type": "stack",
|
|
1027
|
+
"gap": "md"
|
|
1029
1028
|
},
|
|
1030
1029
|
{
|
|
1031
|
-
"label": "Dismiss",
|
|
1032
|
-
"icon": "x",
|
|
1033
|
-
"type": "button",
|
|
1034
1030
|
"action": "HIDE",
|
|
1035
|
-
"
|
|
1031
|
+
"type": "button",
|
|
1032
|
+
"label": "Dismiss",
|
|
1033
|
+
"variant": "ghost",
|
|
1034
|
+
"icon": "x"
|
|
1036
1035
|
}
|
|
1037
1036
|
],
|
|
1037
|
+
"type": "stack",
|
|
1038
1038
|
"direction": "horizontal",
|
|
1039
|
-
"
|
|
1039
|
+
"gap": "md"
|
|
1040
1040
|
},
|
|
1041
1041
|
{
|
|
1042
1042
|
"type": "divider"
|
|
1043
1043
|
},
|
|
1044
1044
|
{
|
|
1045
|
-
"
|
|
1045
|
+
"message": "@entity.message",
|
|
1046
1046
|
"type": "alert",
|
|
1047
|
-
"
|
|
1047
|
+
"variant": "@entity.notificationType"
|
|
1048
1048
|
},
|
|
1049
1049
|
{
|
|
1050
1050
|
"type": "toast-slot"
|
|
1051
1051
|
},
|
|
1052
1052
|
{
|
|
1053
1053
|
"variant": "warning",
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1054
|
+
"message": "@entity.message",
|
|
1055
|
+
"type": "alert"
|
|
1056
1056
|
}
|
|
1057
1057
|
],
|
|
1058
1058
|
"gap": "lg"
|
|
@@ -1281,8 +1281,8 @@
|
|
|
1281
1281
|
"AgentProvider",
|
|
1282
1282
|
{
|
|
1283
1283
|
"emit": {
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1284
|
+
"failure": "AgentProviderLoadFailed",
|
|
1285
|
+
"success": "AgentProviderLoaded"
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
1288
|
],
|
|
@@ -1298,8 +1298,8 @@
|
|
|
1298
1298
|
{
|
|
1299
1299
|
"description": "Provider is ready",
|
|
1300
1300
|
"type": "empty-state",
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1301
|
+
"icon": "repeat",
|
|
1302
|
+
"title": "Provider"
|
|
1303
1303
|
}
|
|
1304
1304
|
]
|
|
1305
1305
|
]
|