@almadar/std 13.7.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/package.json +1 -1
|
@@ -330,13 +330,23 @@
|
|
|
330
330
|
"to": "closed",
|
|
331
331
|
"event": "INIT",
|
|
332
332
|
"effects": [
|
|
333
|
+
[
|
|
334
|
+
"set",
|
|
335
|
+
"@entity.currentModel",
|
|
336
|
+
"claude-sonnet-4-20250514"
|
|
337
|
+
],
|
|
338
|
+
[
|
|
339
|
+
"set",
|
|
340
|
+
"@entity.currentProvider",
|
|
341
|
+
"anthropic"
|
|
342
|
+
],
|
|
333
343
|
[
|
|
334
344
|
"fetch",
|
|
335
345
|
"AgentProvider",
|
|
336
346
|
{
|
|
337
347
|
"emit": {
|
|
338
|
-
"
|
|
339
|
-
"
|
|
348
|
+
"success": "AgentProviderLoaded",
|
|
349
|
+
"failure": "AgentProviderLoadFailed"
|
|
340
350
|
}
|
|
341
351
|
}
|
|
342
352
|
],
|
|
@@ -344,38 +354,39 @@
|
|
|
344
354
|
"render-ui",
|
|
345
355
|
"main",
|
|
346
356
|
{
|
|
357
|
+
"type": "stack",
|
|
347
358
|
"direction": "vertical",
|
|
348
359
|
"children": [
|
|
349
360
|
{
|
|
350
|
-
"gap": "md",
|
|
351
|
-
"direction": "horizontal",
|
|
352
|
-
"justify": "between",
|
|
353
|
-
"type": "stack",
|
|
354
361
|
"children": [
|
|
355
362
|
{
|
|
356
|
-
"
|
|
357
|
-
"direction": "horizontal",
|
|
363
|
+
"gap": "md",
|
|
358
364
|
"children": [
|
|
359
365
|
{
|
|
360
|
-
"
|
|
361
|
-
"
|
|
366
|
+
"type": "icon",
|
|
367
|
+
"name": "repeat"
|
|
362
368
|
},
|
|
363
369
|
{
|
|
364
|
-
"content": "Switch Provider",
|
|
365
370
|
"variant": "h2",
|
|
371
|
+
"content": "Switch Provider",
|
|
366
372
|
"type": "typography"
|
|
367
373
|
}
|
|
368
374
|
],
|
|
369
|
-
"
|
|
375
|
+
"type": "stack",
|
|
376
|
+
"direction": "horizontal"
|
|
370
377
|
},
|
|
371
378
|
{
|
|
372
|
-
"type": "button",
|
|
373
|
-
"variant": "primary",
|
|
374
379
|
"action": "SWITCH",
|
|
375
380
|
"label": "Open",
|
|
376
|
-
"icon": "repeat"
|
|
381
|
+
"icon": "repeat",
|
|
382
|
+
"type": "button",
|
|
383
|
+
"variant": "primary"
|
|
377
384
|
}
|
|
378
|
-
]
|
|
385
|
+
],
|
|
386
|
+
"gap": "md",
|
|
387
|
+
"direction": "horizontal",
|
|
388
|
+
"justify": "between",
|
|
389
|
+
"type": "stack"
|
|
379
390
|
},
|
|
380
391
|
{
|
|
381
392
|
"type": "divider"
|
|
@@ -383,12 +394,11 @@
|
|
|
383
394
|
{
|
|
384
395
|
"description": "Click Open to view details in a modal overlay.",
|
|
385
396
|
"icon": "repeat",
|
|
386
|
-
"
|
|
387
|
-
"
|
|
397
|
+
"title": "Nothing open",
|
|
398
|
+
"type": "empty-state"
|
|
388
399
|
}
|
|
389
400
|
],
|
|
390
|
-
"gap": "lg"
|
|
391
|
-
"type": "stack"
|
|
401
|
+
"gap": "lg"
|
|
392
402
|
}
|
|
393
403
|
]
|
|
394
404
|
]
|
|
@@ -412,22 +422,22 @@
|
|
|
412
422
|
"render-ui",
|
|
413
423
|
"modal",
|
|
414
424
|
{
|
|
425
|
+
"className": "py-12",
|
|
426
|
+
"direction": "vertical",
|
|
427
|
+
"type": "stack",
|
|
428
|
+
"gap": "md",
|
|
429
|
+
"align": "center",
|
|
415
430
|
"children": [
|
|
416
431
|
{
|
|
417
432
|
"type": "spinner"
|
|
418
433
|
},
|
|
419
434
|
{
|
|
420
|
-
"
|
|
435
|
+
"color": "muted",
|
|
421
436
|
"variant": "caption",
|
|
422
437
|
"content": "Loading…",
|
|
423
|
-
"
|
|
438
|
+
"type": "typography"
|
|
424
439
|
}
|
|
425
|
-
]
|
|
426
|
-
"gap": "md",
|
|
427
|
-
"direction": "vertical",
|
|
428
|
-
"type": "stack",
|
|
429
|
-
"className": "py-12",
|
|
430
|
-
"align": "center"
|
|
440
|
+
]
|
|
431
441
|
}
|
|
432
442
|
]
|
|
433
443
|
]
|
|
@@ -441,10 +451,11 @@
|
|
|
441
451
|
"render-ui",
|
|
442
452
|
"modal",
|
|
443
453
|
{
|
|
444
|
-
"type": "stack",
|
|
445
|
-
"direction": "vertical",
|
|
446
454
|
"children": [
|
|
447
455
|
{
|
|
456
|
+
"direction": "horizontal",
|
|
457
|
+
"gap": "sm",
|
|
458
|
+
"type": "stack",
|
|
448
459
|
"children": [
|
|
449
460
|
{
|
|
450
461
|
"type": "icon",
|
|
@@ -455,46 +466,45 @@
|
|
|
455
466
|
"content": "Switch Provider",
|
|
456
467
|
"variant": "h3"
|
|
457
468
|
}
|
|
458
|
-
]
|
|
459
|
-
"gap": "sm",
|
|
460
|
-
"direction": "horizontal",
|
|
461
|
-
"type": "stack"
|
|
469
|
+
]
|
|
462
470
|
},
|
|
463
471
|
{
|
|
464
472
|
"type": "divider"
|
|
465
473
|
},
|
|
466
474
|
{
|
|
467
475
|
"type": "stack",
|
|
476
|
+
"direction": "horizontal",
|
|
468
477
|
"gap": "md",
|
|
469
478
|
"children": [
|
|
470
479
|
{
|
|
471
|
-
"content": "Current:",
|
|
472
480
|
"variant": "caption",
|
|
481
|
+
"content": "Current:",
|
|
473
482
|
"type": "typography"
|
|
474
483
|
},
|
|
475
484
|
{
|
|
476
|
-
"
|
|
477
|
-
"
|
|
485
|
+
"label": "@entity.currentProvider",
|
|
486
|
+
"type": "badge"
|
|
478
487
|
},
|
|
479
488
|
{
|
|
480
|
-
"
|
|
481
|
-
"
|
|
489
|
+
"type": "badge",
|
|
490
|
+
"label": "@entity.currentModel"
|
|
482
491
|
}
|
|
483
|
-
]
|
|
484
|
-
"direction": "horizontal"
|
|
492
|
+
]
|
|
485
493
|
},
|
|
486
494
|
{
|
|
487
|
-
"submitEvent": "SAVE",
|
|
488
495
|
"entity": "@payload.row",
|
|
489
496
|
"mode": "edit",
|
|
497
|
+
"submitEvent": "SAVE",
|
|
498
|
+
"type": "form-section",
|
|
499
|
+
"cancelEvent": "CLOSE",
|
|
490
500
|
"fields": [
|
|
491
501
|
"currentProvider",
|
|
492
502
|
"currentModel"
|
|
493
|
-
]
|
|
494
|
-
"type": "form-section",
|
|
495
|
-
"cancelEvent": "CLOSE"
|
|
503
|
+
]
|
|
496
504
|
}
|
|
497
505
|
],
|
|
506
|
+
"direction": "vertical",
|
|
507
|
+
"type": "stack",
|
|
498
508
|
"gap": "md"
|
|
499
509
|
}
|
|
500
510
|
]
|
|
@@ -520,8 +530,8 @@
|
|
|
520
530
|
"AgentProvider",
|
|
521
531
|
{
|
|
522
532
|
"emit": {
|
|
523
|
-
"
|
|
524
|
-
"
|
|
533
|
+
"success": "AgentProviderLoaded",
|
|
534
|
+
"failure": "AgentProviderLoadFailed"
|
|
525
535
|
}
|
|
526
536
|
}
|
|
527
537
|
],
|
|
@@ -529,36 +539,38 @@
|
|
|
529
539
|
"render-ui",
|
|
530
540
|
"main",
|
|
531
541
|
{
|
|
542
|
+
"gap": "lg",
|
|
532
543
|
"direction": "vertical",
|
|
544
|
+
"type": "stack",
|
|
533
545
|
"children": [
|
|
534
546
|
{
|
|
547
|
+
"gap": "md",
|
|
535
548
|
"type": "stack",
|
|
536
549
|
"direction": "horizontal",
|
|
537
|
-
"gap": "md",
|
|
538
550
|
"justify": "between",
|
|
539
551
|
"children": [
|
|
540
552
|
{
|
|
541
553
|
"type": "stack",
|
|
542
|
-
"direction": "horizontal",
|
|
543
554
|
"children": [
|
|
544
555
|
{
|
|
545
556
|
"type": "icon",
|
|
546
557
|
"name": "repeat"
|
|
547
558
|
},
|
|
548
559
|
{
|
|
549
|
-
"type": "typography",
|
|
550
560
|
"content": "Switch Provider",
|
|
551
|
-
"variant": "h2"
|
|
561
|
+
"variant": "h2",
|
|
562
|
+
"type": "typography"
|
|
552
563
|
}
|
|
553
564
|
],
|
|
565
|
+
"direction": "horizontal",
|
|
554
566
|
"gap": "md"
|
|
555
567
|
},
|
|
556
568
|
{
|
|
557
|
-
"icon": "repeat",
|
|
558
569
|
"type": "button",
|
|
570
|
+
"icon": "repeat",
|
|
571
|
+
"label": "Open",
|
|
559
572
|
"variant": "primary",
|
|
560
|
-
"action": "SWITCH"
|
|
561
|
-
"label": "Open"
|
|
573
|
+
"action": "SWITCH"
|
|
562
574
|
}
|
|
563
575
|
]
|
|
564
576
|
},
|
|
@@ -566,14 +578,12 @@
|
|
|
566
578
|
"type": "divider"
|
|
567
579
|
},
|
|
568
580
|
{
|
|
569
|
-
"type": "empty-state",
|
|
570
581
|
"title": "Nothing open",
|
|
571
|
-
"
|
|
572
|
-
"
|
|
582
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
583
|
+
"type": "empty-state",
|
|
584
|
+
"icon": "repeat"
|
|
573
585
|
}
|
|
574
|
-
]
|
|
575
|
-
"type": "stack",
|
|
576
|
-
"gap": "lg"
|
|
586
|
+
]
|
|
577
587
|
}
|
|
578
588
|
]
|
|
579
589
|
]
|
|
@@ -607,49 +617,49 @@
|
|
|
607
617
|
"render-ui",
|
|
608
618
|
"main",
|
|
609
619
|
{
|
|
610
|
-
"type": "stack",
|
|
611
|
-
"direction": "vertical",
|
|
612
620
|
"gap": "lg",
|
|
621
|
+
"direction": "vertical",
|
|
622
|
+
"type": "stack",
|
|
613
623
|
"children": [
|
|
614
624
|
{
|
|
625
|
+
"gap": "md",
|
|
615
626
|
"type": "stack",
|
|
616
|
-
"direction": "horizontal",
|
|
617
|
-
"justify": "between",
|
|
618
627
|
"children": [
|
|
619
628
|
{
|
|
629
|
+
"type": "stack",
|
|
630
|
+
"gap": "md",
|
|
631
|
+
"direction": "horizontal",
|
|
620
632
|
"children": [
|
|
621
633
|
{
|
|
622
634
|
"type": "icon",
|
|
623
635
|
"name": "repeat"
|
|
624
636
|
},
|
|
625
637
|
{
|
|
626
|
-
"variant": "h2",
|
|
627
638
|
"type": "typography",
|
|
639
|
+
"variant": "h2",
|
|
628
640
|
"content": "Switch Provider"
|
|
629
641
|
}
|
|
630
|
-
]
|
|
631
|
-
"type": "stack",
|
|
632
|
-
"direction": "horizontal",
|
|
633
|
-
"gap": "md"
|
|
642
|
+
]
|
|
634
643
|
},
|
|
635
644
|
{
|
|
636
|
-
"
|
|
645
|
+
"action": "SWITCH",
|
|
646
|
+
"variant": "primary",
|
|
637
647
|
"icon": "repeat",
|
|
638
648
|
"type": "button",
|
|
639
|
-
"
|
|
640
|
-
"action": "SWITCH"
|
|
649
|
+
"label": "Open"
|
|
641
650
|
}
|
|
642
651
|
],
|
|
643
|
-
"
|
|
652
|
+
"justify": "between",
|
|
653
|
+
"direction": "horizontal"
|
|
644
654
|
},
|
|
645
655
|
{
|
|
646
656
|
"type": "divider"
|
|
647
657
|
},
|
|
648
658
|
{
|
|
649
|
-
"type": "empty-state",
|
|
650
659
|
"icon": "repeat",
|
|
651
|
-
"
|
|
652
|
-
"
|
|
660
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
661
|
+
"type": "empty-state",
|
|
662
|
+
"title": "Nothing open"
|
|
653
663
|
}
|
|
654
664
|
]
|
|
655
665
|
}
|
|
@@ -687,8 +697,8 @@
|
|
|
687
697
|
"AgentProvider",
|
|
688
698
|
{
|
|
689
699
|
"emit": {
|
|
690
|
-
"
|
|
691
|
-
"
|
|
700
|
+
"success": "AgentProviderLoaded",
|
|
701
|
+
"failure": "AgentProviderLoadFailed"
|
|
692
702
|
}
|
|
693
703
|
}
|
|
694
704
|
],
|
|
@@ -696,14 +706,16 @@
|
|
|
696
706
|
"render-ui",
|
|
697
707
|
"main",
|
|
698
708
|
{
|
|
709
|
+
"type": "stack",
|
|
699
710
|
"children": [
|
|
700
711
|
{
|
|
701
|
-
"type": "stack",
|
|
702
|
-
"gap": "md",
|
|
703
|
-
"direction": "horizontal",
|
|
704
712
|
"justify": "between",
|
|
713
|
+
"direction": "horizontal",
|
|
714
|
+
"gap": "md",
|
|
715
|
+
"type": "stack",
|
|
705
716
|
"children": [
|
|
706
717
|
{
|
|
718
|
+
"direction": "horizontal",
|
|
707
719
|
"gap": "md",
|
|
708
720
|
"children": [
|
|
709
721
|
{
|
|
@@ -711,20 +723,19 @@
|
|
|
711
723
|
"type": "icon"
|
|
712
724
|
},
|
|
713
725
|
{
|
|
726
|
+
"content": "Switch Provider",
|
|
714
727
|
"variant": "h2",
|
|
715
|
-
"type": "typography"
|
|
716
|
-
"content": "Switch Provider"
|
|
728
|
+
"type": "typography"
|
|
717
729
|
}
|
|
718
730
|
],
|
|
719
|
-
"direction": "horizontal",
|
|
720
731
|
"type": "stack"
|
|
721
732
|
},
|
|
722
733
|
{
|
|
723
|
-
"action": "SWITCH",
|
|
724
|
-
"type": "button",
|
|
725
|
-
"variant": "primary",
|
|
726
734
|
"label": "Open",
|
|
727
|
-
"
|
|
735
|
+
"variant": "primary",
|
|
736
|
+
"type": "button",
|
|
737
|
+
"icon": "repeat",
|
|
738
|
+
"action": "SWITCH"
|
|
728
739
|
}
|
|
729
740
|
]
|
|
730
741
|
},
|
|
@@ -734,13 +745,12 @@
|
|
|
734
745
|
{
|
|
735
746
|
"type": "empty-state",
|
|
736
747
|
"title": "Nothing open",
|
|
737
|
-
"
|
|
738
|
-
"
|
|
748
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
749
|
+
"icon": "repeat"
|
|
739
750
|
}
|
|
740
751
|
],
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
"direction": "vertical"
|
|
752
|
+
"direction": "vertical",
|
|
753
|
+
"gap": "lg"
|
|
744
754
|
}
|
|
745
755
|
]
|
|
746
756
|
]
|
|
@@ -923,8 +933,8 @@
|
|
|
923
933
|
"AgentProvider",
|
|
924
934
|
{
|
|
925
935
|
"emit": {
|
|
926
|
-
"
|
|
927
|
-
"
|
|
936
|
+
"failure": "AgentProviderLoadFailed",
|
|
937
|
+
"success": "AgentProviderLoaded"
|
|
928
938
|
}
|
|
929
939
|
}
|
|
930
940
|
]
|
|
@@ -949,39 +959,41 @@
|
|
|
949
959
|
"render-ui",
|
|
950
960
|
"main",
|
|
951
961
|
{
|
|
962
|
+
"direction": "vertical",
|
|
963
|
+
"type": "stack",
|
|
952
964
|
"children": [
|
|
953
965
|
{
|
|
966
|
+
"type": "stack",
|
|
954
967
|
"align": "center",
|
|
955
968
|
"direction": "horizontal",
|
|
969
|
+
"justify": "between",
|
|
956
970
|
"children": [
|
|
957
971
|
{
|
|
958
|
-
"type": "stack",
|
|
959
|
-
"gap": "md",
|
|
960
|
-
"direction": "horizontal",
|
|
961
|
-
"align": "center",
|
|
962
972
|
"children": [
|
|
963
973
|
{
|
|
964
974
|
"type": "icon",
|
|
965
975
|
"name": "server"
|
|
966
976
|
},
|
|
967
977
|
{
|
|
968
|
-
"variant": "h2",
|
|
969
978
|
"content": "Provider Status",
|
|
970
|
-
"type": "typography"
|
|
979
|
+
"type": "typography",
|
|
980
|
+
"variant": "h2"
|
|
971
981
|
}
|
|
972
|
-
]
|
|
982
|
+
],
|
|
983
|
+
"direction": "horizontal",
|
|
984
|
+
"align": "center",
|
|
985
|
+
"gap": "md",
|
|
986
|
+
"type": "stack"
|
|
973
987
|
},
|
|
974
988
|
{
|
|
975
989
|
"icon": "x",
|
|
976
|
-
"action": "HIDE",
|
|
977
|
-
"variant": "ghost",
|
|
978
990
|
"type": "button",
|
|
979
|
-
"label": "Dismiss"
|
|
991
|
+
"label": "Dismiss",
|
|
992
|
+
"action": "HIDE",
|
|
993
|
+
"variant": "ghost"
|
|
980
994
|
}
|
|
981
995
|
],
|
|
982
|
-
"gap": "md"
|
|
983
|
-
"type": "stack",
|
|
984
|
-
"justify": "between"
|
|
996
|
+
"gap": "md"
|
|
985
997
|
},
|
|
986
998
|
{
|
|
987
999
|
"type": "divider"
|
|
@@ -995,13 +1007,11 @@
|
|
|
995
1007
|
"type": "toast-slot"
|
|
996
1008
|
},
|
|
997
1009
|
{
|
|
1010
|
+
"type": "alert",
|
|
998
1011
|
"variant": "warning",
|
|
999
|
-
"message": "@entity.message"
|
|
1000
|
-
"type": "alert"
|
|
1012
|
+
"message": "@entity.message"
|
|
1001
1013
|
}
|
|
1002
1014
|
],
|
|
1003
|
-
"type": "stack",
|
|
1004
|
-
"direction": "vertical",
|
|
1005
1015
|
"gap": "lg"
|
|
1006
1016
|
}
|
|
1007
1017
|
]
|
|
@@ -1028,58 +1038,58 @@
|
|
|
1028
1038
|
{
|
|
1029
1039
|
"type": "stack",
|
|
1030
1040
|
"gap": "lg",
|
|
1041
|
+
"direction": "vertical",
|
|
1031
1042
|
"children": [
|
|
1032
1043
|
{
|
|
1033
1044
|
"align": "center",
|
|
1045
|
+
"direction": "horizontal",
|
|
1046
|
+
"gap": "md",
|
|
1034
1047
|
"children": [
|
|
1035
1048
|
{
|
|
1049
|
+
"type": "stack",
|
|
1050
|
+
"align": "center",
|
|
1036
1051
|
"gap": "md",
|
|
1052
|
+
"direction": "horizontal",
|
|
1037
1053
|
"children": [
|
|
1038
1054
|
{
|
|
1039
|
-
"
|
|
1040
|
-
"
|
|
1055
|
+
"name": "server",
|
|
1056
|
+
"type": "icon"
|
|
1041
1057
|
},
|
|
1042
1058
|
{
|
|
1043
|
-
"variant": "h2",
|
|
1044
1059
|
"type": "typography",
|
|
1045
|
-
"content": "Provider Status"
|
|
1060
|
+
"content": "Provider Status",
|
|
1061
|
+
"variant": "h2"
|
|
1046
1062
|
}
|
|
1047
|
-
]
|
|
1048
|
-
"direction": "horizontal",
|
|
1049
|
-
"type": "stack",
|
|
1050
|
-
"align": "center"
|
|
1063
|
+
]
|
|
1051
1064
|
},
|
|
1052
1065
|
{
|
|
1053
|
-
"label": "Dismiss",
|
|
1054
1066
|
"action": "HIDE",
|
|
1055
1067
|
"type": "button",
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1068
|
+
"variant": "ghost",
|
|
1069
|
+
"label": "Dismiss",
|
|
1070
|
+
"icon": "x"
|
|
1058
1071
|
}
|
|
1059
1072
|
],
|
|
1060
1073
|
"type": "stack",
|
|
1061
|
-
"
|
|
1062
|
-
"justify": "between",
|
|
1063
|
-
"direction": "horizontal"
|
|
1074
|
+
"justify": "between"
|
|
1064
1075
|
},
|
|
1065
1076
|
{
|
|
1066
1077
|
"type": "divider"
|
|
1067
1078
|
},
|
|
1068
1079
|
{
|
|
1069
|
-
"variant": "@entity.notificationType",
|
|
1070
1080
|
"message": "@entity.message",
|
|
1081
|
+
"variant": "@entity.notificationType",
|
|
1071
1082
|
"type": "alert"
|
|
1072
1083
|
},
|
|
1073
1084
|
{
|
|
1074
1085
|
"type": "toast-slot"
|
|
1075
1086
|
},
|
|
1076
1087
|
{
|
|
1077
|
-
"message": "@entity.message",
|
|
1078
1088
|
"type": "alert",
|
|
1079
|
-
"variant": "warning"
|
|
1089
|
+
"variant": "warning",
|
|
1090
|
+
"message": "@entity.message"
|
|
1080
1091
|
}
|
|
1081
|
-
]
|
|
1082
|
-
"direction": "vertical"
|
|
1092
|
+
]
|
|
1083
1093
|
}
|
|
1084
1094
|
]
|
|
1085
1095
|
]
|
|
@@ -1301,6 +1311,11 @@
|
|
|
1301
1311
|
"to": "active",
|
|
1302
1312
|
"event": "INIT",
|
|
1303
1313
|
"effects": [
|
|
1314
|
+
[
|
|
1315
|
+
"set",
|
|
1316
|
+
"@entity.fallbackProvider",
|
|
1317
|
+
"openai"
|
|
1318
|
+
],
|
|
1304
1319
|
[
|
|
1305
1320
|
"fetch",
|
|
1306
1321
|
"AgentProvider",
|
|
@@ -1323,8 +1338,8 @@
|
|
|
1323
1338
|
{
|
|
1324
1339
|
"icon": "repeat",
|
|
1325
1340
|
"title": "Provider",
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1341
|
+
"description": "Provider is ready",
|
|
1342
|
+
"type": "empty-state"
|
|
1328
1343
|
}
|
|
1329
1344
|
]
|
|
1330
1345
|
]
|
|
@@ -1455,4 +1470,4 @@
|
|
|
1455
1470
|
]
|
|
1456
1471
|
}
|
|
1457
1472
|
]
|
|
1458
|
-
}
|
|
1473
|
+
}
|