@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
|
@@ -319,6 +319,16 @@
|
|
|
319
319
|
"to": "closed",
|
|
320
320
|
"event": "INIT",
|
|
321
321
|
"effects": [
|
|
322
|
+
[
|
|
323
|
+
"set",
|
|
324
|
+
"@entity.model",
|
|
325
|
+
"claude-sonnet-4-20250514"
|
|
326
|
+
],
|
|
327
|
+
[
|
|
328
|
+
"set",
|
|
329
|
+
"@entity.provider",
|
|
330
|
+
"anthropic"
|
|
331
|
+
],
|
|
322
332
|
[
|
|
323
333
|
"fetch",
|
|
324
334
|
"AgentCompletion",
|
|
@@ -333,51 +343,51 @@
|
|
|
333
343
|
"render-ui",
|
|
334
344
|
"main",
|
|
335
345
|
{
|
|
336
|
-
"gap": "lg",
|
|
337
346
|
"children": [
|
|
338
347
|
{
|
|
339
|
-
"gap": "md",
|
|
340
|
-
"direction": "horizontal",
|
|
341
|
-
"type": "stack",
|
|
342
348
|
"justify": "between",
|
|
349
|
+
"gap": "md",
|
|
343
350
|
"children": [
|
|
344
351
|
{
|
|
352
|
+
"type": "stack",
|
|
353
|
+
"direction": "horizontal",
|
|
354
|
+
"gap": "md",
|
|
345
355
|
"children": [
|
|
346
356
|
{
|
|
347
|
-
"
|
|
348
|
-
"
|
|
357
|
+
"name": "sparkles",
|
|
358
|
+
"type": "icon"
|
|
349
359
|
},
|
|
350
360
|
{
|
|
351
361
|
"variant": "h2",
|
|
352
362
|
"content": "AgentCompletion",
|
|
353
363
|
"type": "typography"
|
|
354
364
|
}
|
|
355
|
-
]
|
|
356
|
-
"type": "stack",
|
|
357
|
-
"direction": "horizontal",
|
|
358
|
-
"gap": "md"
|
|
365
|
+
]
|
|
359
366
|
},
|
|
360
367
|
{
|
|
361
|
-
"
|
|
362
|
-
"icon": "sparkles",
|
|
363
|
-
"variant": "primary",
|
|
368
|
+
"action": "GENERATE",
|
|
364
369
|
"label": "Open",
|
|
365
|
-
"
|
|
370
|
+
"variant": "primary",
|
|
371
|
+
"type": "button",
|
|
372
|
+
"icon": "sparkles"
|
|
366
373
|
}
|
|
367
|
-
]
|
|
374
|
+
],
|
|
375
|
+
"direction": "horizontal",
|
|
376
|
+
"type": "stack"
|
|
368
377
|
},
|
|
369
378
|
{
|
|
370
379
|
"type": "divider"
|
|
371
380
|
},
|
|
372
381
|
{
|
|
373
|
-
"title": "Nothing open",
|
|
374
382
|
"description": "Click Open to view details in a modal overlay.",
|
|
375
383
|
"icon": "sparkles",
|
|
384
|
+
"title": "Nothing open",
|
|
376
385
|
"type": "empty-state"
|
|
377
386
|
}
|
|
378
387
|
],
|
|
388
|
+
"direction": "vertical",
|
|
379
389
|
"type": "stack",
|
|
380
|
-
"
|
|
390
|
+
"gap": "lg"
|
|
381
391
|
}
|
|
382
392
|
]
|
|
383
393
|
]
|
|
@@ -396,41 +406,41 @@
|
|
|
396
406
|
{
|
|
397
407
|
"gap": "sm",
|
|
398
408
|
"direction": "horizontal",
|
|
409
|
+
"type": "stack",
|
|
399
410
|
"children": [
|
|
400
411
|
{
|
|
401
412
|
"type": "icon",
|
|
402
413
|
"name": "sparkles"
|
|
403
414
|
},
|
|
404
415
|
{
|
|
416
|
+
"type": "typography",
|
|
405
417
|
"content": "AgentCompletion",
|
|
406
|
-
"variant": "h3"
|
|
407
|
-
"type": "typography"
|
|
418
|
+
"variant": "h3"
|
|
408
419
|
}
|
|
409
|
-
]
|
|
410
|
-
"type": "stack"
|
|
420
|
+
]
|
|
411
421
|
},
|
|
412
422
|
{
|
|
413
423
|
"type": "divider"
|
|
414
424
|
},
|
|
415
425
|
{
|
|
426
|
+
"direction": "horizontal",
|
|
427
|
+
"gap": "sm",
|
|
416
428
|
"type": "stack",
|
|
417
429
|
"children": [
|
|
418
430
|
{
|
|
419
|
-
"
|
|
420
|
-
"
|
|
431
|
+
"label": "@entity.provider",
|
|
432
|
+
"type": "badge"
|
|
421
433
|
},
|
|
422
434
|
{
|
|
423
|
-
"
|
|
424
|
-
"
|
|
435
|
+
"type": "badge",
|
|
436
|
+
"label": "@entity.model"
|
|
425
437
|
}
|
|
426
|
-
]
|
|
427
|
-
"gap": "sm",
|
|
428
|
-
"direction": "horizontal"
|
|
438
|
+
]
|
|
429
439
|
},
|
|
430
440
|
{
|
|
431
|
-
"cancelEvent": "CLOSE",
|
|
432
441
|
"type": "form-section",
|
|
433
442
|
"submitEvent": "SAVE",
|
|
443
|
+
"cancelEvent": "CLOSE",
|
|
434
444
|
"fields": [
|
|
435
445
|
"prompt"
|
|
436
446
|
],
|
|
@@ -472,13 +482,17 @@
|
|
|
472
482
|
"render-ui",
|
|
473
483
|
"main",
|
|
474
484
|
{
|
|
485
|
+
"type": "stack",
|
|
486
|
+
"direction": "vertical",
|
|
487
|
+
"gap": "lg",
|
|
475
488
|
"children": [
|
|
476
489
|
{
|
|
490
|
+
"direction": "horizontal",
|
|
491
|
+
"gap": "md",
|
|
492
|
+
"type": "stack",
|
|
477
493
|
"justify": "between",
|
|
478
494
|
"children": [
|
|
479
495
|
{
|
|
480
|
-
"type": "stack",
|
|
481
|
-
"gap": "md",
|
|
482
496
|
"direction": "horizontal",
|
|
483
497
|
"children": [
|
|
484
498
|
{
|
|
@@ -487,36 +501,32 @@
|
|
|
487
501
|
},
|
|
488
502
|
{
|
|
489
503
|
"variant": "h2",
|
|
490
|
-
"
|
|
491
|
-
"
|
|
504
|
+
"content": "AgentCompletion",
|
|
505
|
+
"type": "typography"
|
|
492
506
|
}
|
|
493
|
-
]
|
|
507
|
+
],
|
|
508
|
+
"type": "stack",
|
|
509
|
+
"gap": "md"
|
|
494
510
|
},
|
|
495
511
|
{
|
|
512
|
+
"label": "Open",
|
|
496
513
|
"icon": "sparkles",
|
|
497
514
|
"type": "button",
|
|
498
|
-
"
|
|
499
|
-
"action": "GENERATE"
|
|
500
|
-
"variant": "primary"
|
|
515
|
+
"variant": "primary",
|
|
516
|
+
"action": "GENERATE"
|
|
501
517
|
}
|
|
502
|
-
]
|
|
503
|
-
"type": "stack",
|
|
504
|
-
"direction": "horizontal",
|
|
505
|
-
"gap": "md"
|
|
518
|
+
]
|
|
506
519
|
},
|
|
507
520
|
{
|
|
508
521
|
"type": "divider"
|
|
509
522
|
},
|
|
510
523
|
{
|
|
511
|
-
"icon": "sparkles",
|
|
512
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
513
524
|
"title": "Nothing open",
|
|
514
|
-
"type": "empty-state"
|
|
525
|
+
"type": "empty-state",
|
|
526
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
527
|
+
"icon": "sparkles"
|
|
515
528
|
}
|
|
516
|
-
]
|
|
517
|
-
"gap": "lg",
|
|
518
|
-
"type": "stack",
|
|
519
|
-
"direction": "vertical"
|
|
529
|
+
]
|
|
520
530
|
}
|
|
521
531
|
]
|
|
522
532
|
]
|
|
@@ -552,8 +562,8 @@
|
|
|
552
562
|
"AgentCompletion",
|
|
553
563
|
{
|
|
554
564
|
"emit": {
|
|
555
|
-
"
|
|
556
|
-
"
|
|
565
|
+
"success": "AgentCompletionLoaded",
|
|
566
|
+
"failure": "AgentCompletionLoadFailed"
|
|
557
567
|
}
|
|
558
568
|
}
|
|
559
569
|
],
|
|
@@ -561,51 +571,51 @@
|
|
|
561
571
|
"render-ui",
|
|
562
572
|
"main",
|
|
563
573
|
{
|
|
564
|
-
"gap": "lg",
|
|
565
|
-
"direction": "vertical",
|
|
566
574
|
"type": "stack",
|
|
575
|
+
"gap": "lg",
|
|
567
576
|
"children": [
|
|
568
577
|
{
|
|
569
|
-
"direction": "horizontal",
|
|
570
|
-
"justify": "between",
|
|
571
|
-
"type": "stack",
|
|
572
578
|
"children": [
|
|
573
579
|
{
|
|
574
|
-
"gap": "md",
|
|
575
580
|
"type": "stack",
|
|
576
|
-
"direction": "horizontal",
|
|
577
581
|
"children": [
|
|
578
582
|
{
|
|
579
|
-
"
|
|
580
|
-
"
|
|
583
|
+
"name": "sparkles",
|
|
584
|
+
"type": "icon"
|
|
581
585
|
},
|
|
582
586
|
{
|
|
583
|
-
"
|
|
587
|
+
"content": "AgentCompletion",
|
|
584
588
|
"variant": "h2",
|
|
585
|
-
"
|
|
589
|
+
"type": "typography"
|
|
586
590
|
}
|
|
587
|
-
]
|
|
591
|
+
],
|
|
592
|
+
"gap": "md",
|
|
593
|
+
"direction": "horizontal"
|
|
588
594
|
},
|
|
589
595
|
{
|
|
590
|
-
"
|
|
591
|
-
"variant": "primary",
|
|
596
|
+
"action": "GENERATE",
|
|
592
597
|
"label": "Open",
|
|
593
|
-
"
|
|
594
|
-
"
|
|
598
|
+
"variant": "primary",
|
|
599
|
+
"icon": "sparkles",
|
|
600
|
+
"type": "button"
|
|
595
601
|
}
|
|
596
602
|
],
|
|
597
|
-
"
|
|
603
|
+
"direction": "horizontal",
|
|
604
|
+
"gap": "md",
|
|
605
|
+
"type": "stack",
|
|
606
|
+
"justify": "between"
|
|
598
607
|
},
|
|
599
608
|
{
|
|
600
609
|
"type": "divider"
|
|
601
610
|
},
|
|
602
611
|
{
|
|
603
612
|
"type": "empty-state",
|
|
604
|
-
"
|
|
613
|
+
"title": "Nothing open",
|
|
605
614
|
"icon": "sparkles",
|
|
606
|
-
"
|
|
615
|
+
"description": "Click Open to view details in a modal overlay."
|
|
607
616
|
}
|
|
608
|
-
]
|
|
617
|
+
],
|
|
618
|
+
"direction": "vertical"
|
|
609
619
|
}
|
|
610
620
|
]
|
|
611
621
|
]
|
|
@@ -822,14 +832,9 @@
|
|
|
822
832
|
"render-ui",
|
|
823
833
|
"main",
|
|
824
834
|
{
|
|
825
|
-
"type": "stack",
|
|
826
835
|
"direction": "vertical",
|
|
827
836
|
"children": [
|
|
828
837
|
{
|
|
829
|
-
"gap": "md",
|
|
830
|
-
"justify": "between",
|
|
831
|
-
"type": "stack",
|
|
832
|
-
"align": "center",
|
|
833
838
|
"children": [
|
|
834
839
|
{
|
|
835
840
|
"children": [
|
|
@@ -838,33 +843,37 @@
|
|
|
838
843
|
"type": "icon"
|
|
839
844
|
},
|
|
840
845
|
{
|
|
846
|
+
"content": "AgentCompletion Status",
|
|
841
847
|
"variant": "h2",
|
|
842
|
-
"type": "typography"
|
|
843
|
-
"content": "AgentCompletion Status"
|
|
848
|
+
"type": "typography"
|
|
844
849
|
}
|
|
845
850
|
],
|
|
846
|
-
"gap": "md",
|
|
847
|
-
"type": "stack",
|
|
848
851
|
"direction": "horizontal",
|
|
849
|
-
"
|
|
852
|
+
"gap": "md",
|
|
853
|
+
"align": "center",
|
|
854
|
+
"type": "stack"
|
|
850
855
|
},
|
|
851
856
|
{
|
|
852
|
-
"
|
|
857
|
+
"label": "Dismiss",
|
|
853
858
|
"variant": "ghost",
|
|
859
|
+
"type": "button",
|
|
854
860
|
"icon": "x",
|
|
855
|
-
"action": "HIDE"
|
|
856
|
-
"label": "Dismiss"
|
|
861
|
+
"action": "HIDE"
|
|
857
862
|
}
|
|
858
863
|
],
|
|
859
|
-
"
|
|
864
|
+
"type": "stack",
|
|
865
|
+
"align": "center",
|
|
866
|
+
"justify": "between",
|
|
867
|
+
"direction": "horizontal",
|
|
868
|
+
"gap": "md"
|
|
860
869
|
},
|
|
861
870
|
{
|
|
862
871
|
"type": "divider"
|
|
863
872
|
},
|
|
864
873
|
{
|
|
874
|
+
"message": "@entity.message",
|
|
865
875
|
"type": "alert",
|
|
866
|
-
"variant": "@entity.notificationType"
|
|
867
|
-
"message": "@entity.message"
|
|
876
|
+
"variant": "@entity.notificationType"
|
|
868
877
|
},
|
|
869
878
|
{
|
|
870
879
|
"type": "toast-slot"
|
|
@@ -875,6 +884,7 @@
|
|
|
875
884
|
"type": "alert"
|
|
876
885
|
}
|
|
877
886
|
],
|
|
887
|
+
"type": "stack",
|
|
878
888
|
"gap": "lg"
|
|
879
889
|
}
|
|
880
890
|
]
|
|
@@ -899,47 +909,50 @@
|
|
|
899
909
|
"render-ui",
|
|
900
910
|
"main",
|
|
901
911
|
{
|
|
912
|
+
"gap": "lg",
|
|
913
|
+
"type": "stack",
|
|
914
|
+
"direction": "vertical",
|
|
902
915
|
"children": [
|
|
903
916
|
{
|
|
917
|
+
"align": "center",
|
|
904
918
|
"direction": "horizontal",
|
|
905
919
|
"gap": "md",
|
|
906
|
-
"justify": "between",
|
|
907
920
|
"type": "stack",
|
|
921
|
+
"justify": "between",
|
|
908
922
|
"children": [
|
|
909
923
|
{
|
|
910
|
-
"align": "center",
|
|
911
|
-
"type": "stack",
|
|
912
|
-
"direction": "horizontal",
|
|
913
|
-
"gap": "md",
|
|
914
924
|
"children": [
|
|
915
925
|
{
|
|
916
|
-
"
|
|
917
|
-
"
|
|
926
|
+
"type": "icon",
|
|
927
|
+
"name": "sparkles"
|
|
918
928
|
},
|
|
919
929
|
{
|
|
920
|
-
"
|
|
930
|
+
"variant": "h2",
|
|
921
931
|
"type": "typography",
|
|
922
|
-
"
|
|
932
|
+
"content": "AgentCompletion Status"
|
|
923
933
|
}
|
|
924
|
-
]
|
|
934
|
+
],
|
|
935
|
+
"direction": "horizontal",
|
|
936
|
+
"align": "center",
|
|
937
|
+
"type": "stack",
|
|
938
|
+
"gap": "md"
|
|
925
939
|
},
|
|
926
940
|
{
|
|
927
|
-
"action": "HIDE",
|
|
928
|
-
"type": "button",
|
|
929
|
-
"variant": "ghost",
|
|
930
941
|
"label": "Dismiss",
|
|
931
|
-
"
|
|
942
|
+
"type": "button",
|
|
943
|
+
"icon": "x",
|
|
944
|
+
"action": "HIDE",
|
|
945
|
+
"variant": "ghost"
|
|
932
946
|
}
|
|
933
|
-
]
|
|
934
|
-
"align": "center"
|
|
947
|
+
]
|
|
935
948
|
},
|
|
936
949
|
{
|
|
937
950
|
"type": "divider"
|
|
938
951
|
},
|
|
939
952
|
{
|
|
940
|
-
"
|
|
953
|
+
"message": "@entity.message",
|
|
941
954
|
"type": "alert",
|
|
942
|
-
"
|
|
955
|
+
"variant": "@entity.notificationType"
|
|
943
956
|
},
|
|
944
957
|
{
|
|
945
958
|
"type": "toast-slot"
|
|
@@ -949,10 +962,7 @@
|
|
|
949
962
|
"message": "@entity.message",
|
|
950
963
|
"type": "alert"
|
|
951
964
|
}
|
|
952
|
-
]
|
|
953
|
-
"direction": "vertical",
|
|
954
|
-
"type": "stack",
|
|
955
|
-
"gap": "lg"
|
|
965
|
+
]
|
|
956
966
|
}
|
|
957
967
|
]
|
|
958
968
|
]
|
|
@@ -1203,10 +1213,10 @@
|
|
|
1203
1213
|
"render-ui",
|
|
1204
1214
|
"main",
|
|
1205
1215
|
{
|
|
1206
|
-
"description": "Completion is ready",
|
|
1207
1216
|
"icon": "sparkles",
|
|
1208
|
-
"
|
|
1209
|
-
"title": "Completion"
|
|
1217
|
+
"description": "Completion is ready",
|
|
1218
|
+
"title": "Completion",
|
|
1219
|
+
"type": "empty-state"
|
|
1210
1220
|
}
|
|
1211
1221
|
]
|
|
1212
1222
|
]
|
|
@@ -1262,8 +1272,8 @@
|
|
|
1262
1272
|
"emit",
|
|
1263
1273
|
"SHOW",
|
|
1264
1274
|
{
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1275
|
+
"message": "Completion ready",
|
|
1276
|
+
"notificationType": "success"
|
|
1267
1277
|
}
|
|
1268
1278
|
]
|
|
1269
1279
|
]
|
|
@@ -1379,4 +1389,4 @@
|
|
|
1379
1389
|
]
|
|
1380
1390
|
}
|
|
1381
1391
|
]
|
|
1382
|
-
}
|
|
1392
|
+
}
|