@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
|
@@ -410,8 +410,8 @@
|
|
|
410
410
|
"AgentSession",
|
|
411
411
|
{
|
|
412
412
|
"emit": {
|
|
413
|
-
"
|
|
414
|
-
"
|
|
413
|
+
"success": "AgentSessionLoaded",
|
|
414
|
+
"failure": "AgentSessionLoadFailed"
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
417
|
],
|
|
@@ -419,20 +419,20 @@
|
|
|
419
419
|
"render-ui",
|
|
420
420
|
"main",
|
|
421
421
|
{
|
|
422
|
-
"direction": "vertical",
|
|
423
|
-
"className": "py-12",
|
|
424
422
|
"align": "center",
|
|
425
423
|
"children": [
|
|
426
424
|
{
|
|
427
425
|
"type": "spinner"
|
|
428
426
|
},
|
|
429
427
|
{
|
|
428
|
+
"color": "muted",
|
|
430
429
|
"type": "typography",
|
|
431
430
|
"content": "Loading sessions…",
|
|
432
|
-
"color": "muted",
|
|
433
431
|
"variant": "caption"
|
|
434
432
|
}
|
|
435
433
|
],
|
|
434
|
+
"direction": "vertical",
|
|
435
|
+
"className": "py-12",
|
|
436
436
|
"type": "stack",
|
|
437
437
|
"gap": "md"
|
|
438
438
|
}
|
|
@@ -454,9 +454,9 @@
|
|
|
454
454
|
"gap": "lg",
|
|
455
455
|
"children": [
|
|
456
456
|
{
|
|
457
|
+
"direction": "horizontal",
|
|
457
458
|
"align": "center",
|
|
458
459
|
"type": "stack",
|
|
459
|
-
"direction": "horizontal",
|
|
460
460
|
"gap": "sm",
|
|
461
461
|
"children": [
|
|
462
462
|
{
|
|
@@ -464,9 +464,9 @@
|
|
|
464
464
|
"type": "icon"
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
|
-
"
|
|
467
|
+
"variant": "h2",
|
|
468
468
|
"type": "typography",
|
|
469
|
-
"
|
|
469
|
+
"content": "AgentSession Manager"
|
|
470
470
|
}
|
|
471
471
|
]
|
|
472
472
|
},
|
|
@@ -474,44 +474,44 @@
|
|
|
474
474
|
"type": "divider"
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
|
-
"
|
|
477
|
+
"entity": "@payload.data",
|
|
478
478
|
"fields": [
|
|
479
479
|
{
|
|
480
480
|
"name": "sessionId",
|
|
481
481
|
"label": "Session ID",
|
|
482
|
-
"
|
|
483
|
-
"
|
|
482
|
+
"variant": "h4",
|
|
483
|
+
"icon": "terminal"
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
|
-
"label": "Status",
|
|
487
486
|
"variant": "badge",
|
|
487
|
+
"label": "Status",
|
|
488
488
|
"name": "status"
|
|
489
489
|
},
|
|
490
490
|
{
|
|
491
491
|
"name": "label",
|
|
492
|
-
"
|
|
493
|
-
"
|
|
492
|
+
"label": "Label",
|
|
493
|
+
"variant": "caption"
|
|
494
494
|
}
|
|
495
495
|
],
|
|
496
|
-
"
|
|
496
|
+
"type": "data-grid",
|
|
497
497
|
"itemActions": [
|
|
498
498
|
{
|
|
499
|
-
"
|
|
500
|
-
"icon": "git-branch",
|
|
499
|
+
"label": "Fork",
|
|
501
500
|
"variant": "secondary",
|
|
502
|
-
"
|
|
501
|
+
"event": "FORK",
|
|
502
|
+
"icon": "git-branch"
|
|
503
503
|
},
|
|
504
504
|
{
|
|
505
|
-
"label": "Label",
|
|
506
505
|
"variant": "secondary",
|
|
506
|
+
"icon": "tag",
|
|
507
507
|
"event": "LABEL",
|
|
508
|
-
"
|
|
508
|
+
"label": "Label"
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
|
+
"icon": "square",
|
|
511
512
|
"variant": "ghost",
|
|
512
513
|
"event": "END",
|
|
513
|
-
"label": "End"
|
|
514
|
-
"icon": "square"
|
|
514
|
+
"label": "End"
|
|
515
515
|
}
|
|
516
516
|
]
|
|
517
517
|
}
|
|
@@ -530,13 +530,12 @@
|
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
532
|
"direction": "vertical",
|
|
533
|
-
"type": "stack",
|
|
534
533
|
"align": "center",
|
|
535
534
|
"gap": "md",
|
|
536
535
|
"children": [
|
|
537
536
|
{
|
|
538
|
-
"name": "alert-triangle",
|
|
539
537
|
"type": "icon",
|
|
538
|
+
"name": "alert-triangle",
|
|
540
539
|
"color": "destructive"
|
|
541
540
|
},
|
|
542
541
|
{
|
|
@@ -545,20 +544,21 @@
|
|
|
545
544
|
"type": "typography"
|
|
546
545
|
},
|
|
547
546
|
{
|
|
548
|
-
"
|
|
547
|
+
"variant": "body",
|
|
549
548
|
"type": "typography",
|
|
550
549
|
"color": "muted",
|
|
551
|
-
"
|
|
550
|
+
"content": "@payload.error"
|
|
552
551
|
},
|
|
553
552
|
{
|
|
554
|
-
"
|
|
553
|
+
"label": "Retry",
|
|
554
|
+
"type": "button",
|
|
555
555
|
"action": "INIT",
|
|
556
556
|
"icon": "rotate-ccw",
|
|
557
|
-
"
|
|
558
|
-
"label": "Retry"
|
|
557
|
+
"variant": "primary"
|
|
559
558
|
}
|
|
560
559
|
],
|
|
561
|
-
"className": "py-12"
|
|
560
|
+
"className": "py-12",
|
|
561
|
+
"type": "stack"
|
|
562
562
|
}
|
|
563
563
|
]
|
|
564
564
|
]
|
|
@@ -573,8 +573,8 @@
|
|
|
573
573
|
"AgentSession",
|
|
574
574
|
{
|
|
575
575
|
"emit": {
|
|
576
|
-
"
|
|
577
|
-
"
|
|
576
|
+
"success": "AgentSessionLoaded",
|
|
577
|
+
"failure": "AgentSessionLoadFailed"
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
580
|
],
|
|
@@ -598,71 +598,71 @@
|
|
|
598
598
|
{
|
|
599
599
|
"children": [
|
|
600
600
|
{
|
|
601
|
+
"align": "center",
|
|
601
602
|
"direction": "horizontal",
|
|
602
603
|
"children": [
|
|
603
604
|
{
|
|
604
|
-
"
|
|
605
|
-
"
|
|
605
|
+
"name": "terminal",
|
|
606
|
+
"type": "icon"
|
|
606
607
|
},
|
|
607
608
|
{
|
|
608
|
-
"
|
|
609
|
+
"content": "AgentSession Manager",
|
|
609
610
|
"variant": "h2",
|
|
610
|
-
"
|
|
611
|
+
"type": "typography"
|
|
611
612
|
}
|
|
612
613
|
],
|
|
613
614
|
"type": "stack",
|
|
614
|
-
"gap": "sm"
|
|
615
|
-
"align": "center"
|
|
615
|
+
"gap": "sm"
|
|
616
616
|
},
|
|
617
617
|
{
|
|
618
618
|
"type": "divider"
|
|
619
619
|
},
|
|
620
620
|
{
|
|
621
621
|
"entity": "@payload.data",
|
|
622
|
-
"fields": [
|
|
623
|
-
{
|
|
624
|
-
"label": "Session ID",
|
|
625
|
-
"icon": "terminal",
|
|
626
|
-
"variant": "h4",
|
|
627
|
-
"name": "sessionId"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"variant": "badge",
|
|
631
|
-
"name": "status",
|
|
632
|
-
"label": "Status"
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"variant": "caption",
|
|
636
|
-
"name": "label",
|
|
637
|
-
"label": "Label"
|
|
638
|
-
}
|
|
639
|
-
],
|
|
640
622
|
"type": "data-grid",
|
|
641
623
|
"itemActions": [
|
|
642
624
|
{
|
|
643
|
-
"event": "FORK",
|
|
644
625
|
"label": "Fork",
|
|
626
|
+
"variant": "secondary",
|
|
645
627
|
"icon": "git-branch",
|
|
646
|
-
"
|
|
628
|
+
"event": "FORK"
|
|
647
629
|
},
|
|
648
630
|
{
|
|
649
|
-
"variant": "secondary",
|
|
650
|
-
"icon": "tag",
|
|
651
631
|
"label": "Label",
|
|
652
|
-
"event": "LABEL"
|
|
632
|
+
"event": "LABEL",
|
|
633
|
+
"variant": "secondary",
|
|
634
|
+
"icon": "tag"
|
|
653
635
|
},
|
|
654
636
|
{
|
|
655
|
-
"event": "END",
|
|
656
637
|
"icon": "square",
|
|
657
638
|
"variant": "ghost",
|
|
658
|
-
"label": "End"
|
|
639
|
+
"label": "End",
|
|
640
|
+
"event": "END"
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"fields": [
|
|
644
|
+
{
|
|
645
|
+
"label": "Session ID",
|
|
646
|
+
"name": "sessionId",
|
|
647
|
+
"variant": "h4",
|
|
648
|
+
"icon": "terminal"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"label": "Status",
|
|
652
|
+
"name": "status",
|
|
653
|
+
"variant": "badge"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "label",
|
|
657
|
+
"label": "Label",
|
|
658
|
+
"variant": "caption"
|
|
659
659
|
}
|
|
660
660
|
]
|
|
661
661
|
}
|
|
662
662
|
],
|
|
663
|
+
"type": "stack",
|
|
663
664
|
"direction": "vertical",
|
|
664
665
|
"className": "max-w-5xl mx-auto w-full",
|
|
665
|
-
"type": "stack",
|
|
666
666
|
"gap": "lg"
|
|
667
667
|
}
|
|
668
668
|
]
|
|
@@ -677,35 +677,35 @@
|
|
|
677
677
|
"render-ui",
|
|
678
678
|
"main",
|
|
679
679
|
{
|
|
680
|
+
"type": "stack",
|
|
680
681
|
"children": [
|
|
681
682
|
{
|
|
682
|
-
"type": "icon",
|
|
683
683
|
"name": "alert-triangle",
|
|
684
|
-
"color": "destructive"
|
|
684
|
+
"color": "destructive",
|
|
685
|
+
"type": "icon"
|
|
685
686
|
},
|
|
686
687
|
{
|
|
687
|
-
"type": "typography",
|
|
688
688
|
"variant": "h3",
|
|
689
|
-
"content": "Failed to load sessions"
|
|
689
|
+
"content": "Failed to load sessions",
|
|
690
|
+
"type": "typography"
|
|
690
691
|
},
|
|
691
692
|
{
|
|
692
693
|
"variant": "body",
|
|
693
|
-
"color": "muted",
|
|
694
694
|
"type": "typography",
|
|
695
|
+
"color": "muted",
|
|
695
696
|
"content": "@payload.error"
|
|
696
697
|
},
|
|
697
698
|
{
|
|
698
|
-
"label": "Retry",
|
|
699
|
-
"variant": "primary",
|
|
700
699
|
"type": "button",
|
|
701
700
|
"action": "INIT",
|
|
702
|
-
"
|
|
701
|
+
"variant": "primary",
|
|
702
|
+
"icon": "rotate-ccw",
|
|
703
|
+
"label": "Retry"
|
|
703
704
|
}
|
|
704
705
|
],
|
|
705
706
|
"direction": "vertical",
|
|
706
|
-
"align": "center",
|
|
707
|
-
"type": "stack",
|
|
708
707
|
"gap": "md",
|
|
708
|
+
"align": "center",
|
|
709
709
|
"className": "py-12"
|
|
710
710
|
}
|
|
711
711
|
]
|
|
@@ -926,8 +926,8 @@
|
|
|
926
926
|
"AgentSession",
|
|
927
927
|
{
|
|
928
928
|
"emit": {
|
|
929
|
-
"
|
|
930
|
-
"
|
|
929
|
+
"success": "AgentSessionLoaded",
|
|
930
|
+
"failure": "AgentSessionLoadFailed"
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
]
|
|
@@ -945,17 +945,17 @@
|
|
|
945
945
|
"direction": "vertical",
|
|
946
946
|
"children": [
|
|
947
947
|
{
|
|
948
|
-
"direction": "horizontal",
|
|
949
948
|
"type": "stack",
|
|
950
949
|
"gap": "sm",
|
|
950
|
+
"direction": "horizontal",
|
|
951
951
|
"children": [
|
|
952
952
|
{
|
|
953
953
|
"type": "icon",
|
|
954
954
|
"name": "tag"
|
|
955
955
|
},
|
|
956
956
|
{
|
|
957
|
-
"content": "Label Session",
|
|
958
957
|
"type": "typography",
|
|
958
|
+
"content": "Label Session",
|
|
959
959
|
"variant": "h3"
|
|
960
960
|
}
|
|
961
961
|
]
|
|
@@ -964,18 +964,18 @@
|
|
|
964
964
|
"type": "divider"
|
|
965
965
|
},
|
|
966
966
|
{
|
|
967
|
-
"
|
|
967
|
+
"entity": "@payload.row",
|
|
968
968
|
"cancelEvent": "CLOSE",
|
|
969
|
+
"submitEvent": "SAVE",
|
|
969
970
|
"mode": "edit",
|
|
970
971
|
"type": "form-section",
|
|
971
|
-
"entity": "@payload.row",
|
|
972
972
|
"fields": [
|
|
973
973
|
"label"
|
|
974
974
|
]
|
|
975
975
|
}
|
|
976
976
|
],
|
|
977
|
-
"
|
|
978
|
-
"
|
|
977
|
+
"type": "stack",
|
|
978
|
+
"gap": "md"
|
|
979
979
|
}
|
|
980
980
|
]
|
|
981
981
|
]
|
|
@@ -1315,8 +1315,8 @@
|
|
|
1315
1315
|
"AgentSession",
|
|
1316
1316
|
{
|
|
1317
1317
|
"emit": {
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1318
|
+
"failure": "AgentSessionLoadFailed",
|
|
1319
|
+
"success": "AgentSessionLoaded"
|
|
1320
1320
|
}
|
|
1321
1321
|
}
|
|
1322
1322
|
],
|
|
@@ -1324,10 +1324,10 @@
|
|
|
1324
1324
|
"render-ui",
|
|
1325
1325
|
"main",
|
|
1326
1326
|
{
|
|
1327
|
+
"type": "empty-state",
|
|
1327
1328
|
"title": "Session",
|
|
1328
|
-
"icon": "git-branch",
|
|
1329
1329
|
"description": "Session is ready",
|
|
1330
|
-
"
|
|
1330
|
+
"icon": "git-branch"
|
|
1331
1331
|
}
|
|
1332
1332
|
]
|
|
1333
1333
|
]
|
|
@@ -1345,14 +1345,14 @@
|
|
|
1345
1345
|
"create",
|
|
1346
1346
|
"AgentSession",
|
|
1347
1347
|
{
|
|
1348
|
-
"parentId": "@payload.row.id",
|
|
1349
1348
|
"status": "forked",
|
|
1349
|
+
"parentId": "@payload.row.id",
|
|
1350
1350
|
"createdAt": "@now"
|
|
1351
1351
|
},
|
|
1352
1352
|
{
|
|
1353
1353
|
"emit": {
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1354
|
+
"success": "AgentSessionSaved",
|
|
1355
|
+
"failure": "AgentSessionSaveFailed"
|
|
1356
1356
|
}
|
|
1357
1357
|
}
|
|
1358
1358
|
],
|
|
@@ -1418,9 +1418,9 @@
|
|
|
1418
1418
|
"create",
|
|
1419
1419
|
"AgentSession",
|
|
1420
1420
|
{
|
|
1421
|
+
"status": "forked",
|
|
1421
1422
|
"parentId": "@payload.row.id",
|
|
1422
|
-
"createdAt": "@now"
|
|
1423
|
-
"status": "forked"
|
|
1423
|
+
"createdAt": "@now"
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"emit": {
|
|
@@ -1448,13 +1448,13 @@
|
|
|
1448
1448
|
"update",
|
|
1449
1449
|
"AgentSession",
|
|
1450
1450
|
{
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1451
|
+
"id": "@payload.row.id",
|
|
1452
|
+
"status": "ended"
|
|
1453
1453
|
},
|
|
1454
1454
|
{
|
|
1455
1455
|
"emit": {
|
|
1456
|
-
"
|
|
1457
|
-
"
|
|
1456
|
+
"success": "AgentSessionUpdated",
|
|
1457
|
+
"failure": "AgentSessionUpdateFailed"
|
|
1458
1458
|
}
|
|
1459
1459
|
}
|
|
1460
1460
|
],
|
|
@@ -1477,8 +1477,8 @@
|
|
|
1477
1477
|
"AgentSession",
|
|
1478
1478
|
{
|
|
1479
1479
|
"emit": {
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1480
|
+
"failure": "AgentSessionLoadFailed",
|
|
1481
|
+
"success": "AgentSessionLoaded"
|
|
1482
1482
|
}
|
|
1483
1483
|
}
|
|
1484
1484
|
],
|
|
@@ -1488,8 +1488,8 @@
|
|
|
1488
1488
|
{
|
|
1489
1489
|
"type": "empty-state",
|
|
1490
1490
|
"icon": "git-branch",
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1491
|
+
"description": "Session is ready",
|
|
1492
|
+
"title": "Session"
|
|
1493
1493
|
}
|
|
1494
1494
|
]
|
|
1495
1495
|
]
|
|
@@ -1507,14 +1507,14 @@
|
|
|
1507
1507
|
"create",
|
|
1508
1508
|
"AgentSession",
|
|
1509
1509
|
{
|
|
1510
|
-
"
|
|
1510
|
+
"createdAt": "@now",
|
|
1511
1511
|
"parentId": "@payload.row.id",
|
|
1512
|
-
"
|
|
1512
|
+
"status": "forked"
|
|
1513
1513
|
},
|
|
1514
1514
|
{
|
|
1515
1515
|
"emit": {
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1516
|
+
"failure": "AgentSessionSaveFailed",
|
|
1517
|
+
"success": "AgentSessionSaved"
|
|
1518
1518
|
}
|
|
1519
1519
|
}
|
|
1520
1520
|
],
|
|
@@ -1537,8 +1537,8 @@
|
|
|
1537
1537
|
"update",
|
|
1538
1538
|
"AgentSession",
|
|
1539
1539
|
{
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1540
|
+
"id": "@payload.row.id",
|
|
1541
|
+
"status": "ended"
|
|
1542
1542
|
},
|
|
1543
1543
|
{
|
|
1544
1544
|
"emit": {
|
|
@@ -1580,4 +1580,4 @@
|
|
|
1580
1580
|
]
|
|
1581
1581
|
}
|
|
1582
1582
|
]
|
|
1583
|
-
}
|
|
1583
|
+
}
|