@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
|
@@ -279,32 +279,6 @@
|
|
|
279
279
|
"type": "string"
|
|
280
280
|
}
|
|
281
281
|
]
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"event": "AgentMemorySaved",
|
|
285
|
-
"description": "Fired when a new memory is persisted",
|
|
286
|
-
"scope": "internal",
|
|
287
|
-
"payloadSchema": [
|
|
288
|
-
{
|
|
289
|
-
"name": "id",
|
|
290
|
-
"type": "string"
|
|
291
|
-
}
|
|
292
|
-
]
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"event": "AgentMemorySaveFailed",
|
|
296
|
-
"description": "Fired when persisting a memory fails",
|
|
297
|
-
"scope": "internal",
|
|
298
|
-
"payloadSchema": [
|
|
299
|
-
{
|
|
300
|
-
"name": "error",
|
|
301
|
-
"type": "string"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"name": "code",
|
|
305
|
-
"type": "string"
|
|
306
|
-
}
|
|
307
|
-
]
|
|
308
282
|
}
|
|
309
283
|
],
|
|
310
284
|
"listens": [
|
|
@@ -455,30 +429,6 @@
|
|
|
455
429
|
"type": "AgentMemory"
|
|
456
430
|
}
|
|
457
431
|
]
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"key": "AgentMemorySaved",
|
|
461
|
-
"name": "AgentMemory saved",
|
|
462
|
-
"payloadSchema": [
|
|
463
|
-
{
|
|
464
|
-
"name": "id",
|
|
465
|
-
"type": "string"
|
|
466
|
-
}
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"key": "AgentMemorySaveFailed",
|
|
471
|
-
"name": "AgentMemory save failed",
|
|
472
|
-
"payloadSchema": [
|
|
473
|
-
{
|
|
474
|
-
"name": "error",
|
|
475
|
-
"type": "string"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"name": "code",
|
|
479
|
-
"type": "string"
|
|
480
|
-
}
|
|
481
|
-
]
|
|
482
432
|
}
|
|
483
433
|
],
|
|
484
434
|
"transitions": [
|
|
@@ -501,21 +451,21 @@
|
|
|
501
451
|
"render-ui",
|
|
502
452
|
"main",
|
|
503
453
|
{
|
|
504
|
-
"gap": "md",
|
|
505
454
|
"align": "center",
|
|
455
|
+
"type": "stack",
|
|
506
456
|
"className": "py-12",
|
|
507
457
|
"children": [
|
|
508
458
|
{
|
|
509
459
|
"type": "spinner"
|
|
510
460
|
},
|
|
511
461
|
{
|
|
512
|
-
"color": "muted",
|
|
513
462
|
"variant": "caption",
|
|
514
463
|
"type": "typography",
|
|
464
|
+
"color": "muted",
|
|
515
465
|
"content": "Loading memories…"
|
|
516
466
|
}
|
|
517
467
|
],
|
|
518
|
-
"
|
|
468
|
+
"gap": "md",
|
|
519
469
|
"direction": "vertical"
|
|
520
470
|
}
|
|
521
471
|
]
|
|
@@ -530,60 +480,64 @@
|
|
|
530
480
|
"render-ui",
|
|
531
481
|
"main",
|
|
532
482
|
{
|
|
483
|
+
"type": "stack",
|
|
484
|
+
"gap": "lg",
|
|
485
|
+
"direction": "vertical",
|
|
486
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
533
487
|
"children": [
|
|
534
488
|
{
|
|
535
|
-
"type": "stack",
|
|
536
|
-
"direction": "horizontal",
|
|
537
|
-
"gap": "md",
|
|
538
489
|
"align": "center",
|
|
490
|
+
"direction": "horizontal",
|
|
539
491
|
"children": [
|
|
540
492
|
{
|
|
541
493
|
"gap": "sm",
|
|
542
|
-
"type": "stack",
|
|
543
|
-
"direction": "horizontal",
|
|
544
494
|
"align": "center",
|
|
495
|
+
"direction": "horizontal",
|
|
496
|
+
"type": "stack",
|
|
545
497
|
"children": [
|
|
546
498
|
{
|
|
547
|
-
"
|
|
548
|
-
"
|
|
499
|
+
"name": "brain",
|
|
500
|
+
"type": "icon"
|
|
549
501
|
},
|
|
550
502
|
{
|
|
551
|
-
"
|
|
503
|
+
"type": "typography",
|
|
552
504
|
"content": "AgentMemory Manager",
|
|
553
|
-
"
|
|
505
|
+
"variant": "h2"
|
|
554
506
|
}
|
|
555
507
|
]
|
|
556
508
|
},
|
|
557
509
|
{
|
|
510
|
+
"type": "stack",
|
|
558
511
|
"direction": "horizontal",
|
|
559
512
|
"children": [
|
|
560
513
|
{
|
|
514
|
+
"label": "Memorize",
|
|
561
515
|
"action": "MEMORIZE",
|
|
516
|
+
"variant": "primary",
|
|
562
517
|
"icon": "plus",
|
|
563
|
-
"type": "button"
|
|
564
|
-
"label": "Memorize",
|
|
565
|
-
"variant": "primary"
|
|
518
|
+
"type": "button"
|
|
566
519
|
},
|
|
567
520
|
{
|
|
521
|
+
"type": "button",
|
|
568
522
|
"icon": "search",
|
|
569
523
|
"action": "RECALL",
|
|
570
|
-
"
|
|
571
|
-
"variant": "secondary"
|
|
572
|
-
"label": "Recall"
|
|
524
|
+
"label": "Recall",
|
|
525
|
+
"variant": "secondary"
|
|
573
526
|
},
|
|
574
527
|
{
|
|
575
|
-
"action": "DECAY",
|
|
576
|
-
"type": "button",
|
|
577
528
|
"label": "Decay All",
|
|
578
529
|
"variant": "ghost",
|
|
579
|
-
"
|
|
530
|
+
"type": "button",
|
|
531
|
+
"icon": "clock",
|
|
532
|
+
"action": "DECAY"
|
|
580
533
|
}
|
|
581
534
|
],
|
|
582
|
-
"gap": "sm"
|
|
583
|
-
"type": "stack"
|
|
535
|
+
"gap": "sm"
|
|
584
536
|
}
|
|
585
537
|
],
|
|
586
|
-
"justify": "between"
|
|
538
|
+
"justify": "between",
|
|
539
|
+
"gap": "md",
|
|
540
|
+
"type": "stack"
|
|
587
541
|
},
|
|
588
542
|
{
|
|
589
543
|
"type": "divider"
|
|
@@ -592,8 +546,8 @@
|
|
|
592
546
|
"itemActions": [
|
|
593
547
|
{
|
|
594
548
|
"variant": "ghost",
|
|
595
|
-
"
|
|
596
|
-
"
|
|
549
|
+
"event": "PIN",
|
|
550
|
+
"label": "Pin"
|
|
597
551
|
},
|
|
598
552
|
{
|
|
599
553
|
"variant": "ghost",
|
|
@@ -601,37 +555,33 @@
|
|
|
601
555
|
"event": "REINFORCE"
|
|
602
556
|
},
|
|
603
557
|
{
|
|
604
|
-
"variant": "danger",
|
|
605
558
|
"event": "FORGET",
|
|
559
|
+
"variant": "danger",
|
|
606
560
|
"label": "Forget"
|
|
607
561
|
}
|
|
608
562
|
],
|
|
563
|
+
"entity": "@payload.data",
|
|
609
564
|
"type": "data-grid",
|
|
610
565
|
"fields": [
|
|
611
566
|
{
|
|
612
|
-
"variant": "h4",
|
|
613
567
|
"name": "content",
|
|
568
|
+
"label": "Content",
|
|
614
569
|
"icon": "brain",
|
|
615
|
-
"
|
|
570
|
+
"variant": "h4"
|
|
616
571
|
},
|
|
617
572
|
{
|
|
618
573
|
"variant": "badge",
|
|
619
|
-
"
|
|
620
|
-
"
|
|
574
|
+
"label": "Category",
|
|
575
|
+
"name": "category"
|
|
621
576
|
},
|
|
622
577
|
{
|
|
623
|
-
"variant": "caption",
|
|
624
578
|
"name": "strength",
|
|
625
|
-
"label": "Strength"
|
|
579
|
+
"label": "Strength",
|
|
580
|
+
"variant": "caption"
|
|
626
581
|
}
|
|
627
|
-
]
|
|
628
|
-
"entity": "@payload.data"
|
|
582
|
+
]
|
|
629
583
|
}
|
|
630
|
-
]
|
|
631
|
-
"type": "stack",
|
|
632
|
-
"direction": "vertical",
|
|
633
|
-
"gap": "lg",
|
|
634
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
584
|
+
]
|
|
635
585
|
}
|
|
636
586
|
]
|
|
637
587
|
]
|
|
@@ -645,6 +595,7 @@
|
|
|
645
595
|
"render-ui",
|
|
646
596
|
"main",
|
|
647
597
|
{
|
|
598
|
+
"direction": "vertical",
|
|
648
599
|
"children": [
|
|
649
600
|
{
|
|
650
601
|
"color": "destructive",
|
|
@@ -652,8 +603,8 @@
|
|
|
652
603
|
"name": "alert-triangle"
|
|
653
604
|
},
|
|
654
605
|
{
|
|
655
|
-
"type": "typography",
|
|
656
606
|
"variant": "h3",
|
|
607
|
+
"type": "typography",
|
|
657
608
|
"content": "Failed to load memories"
|
|
658
609
|
},
|
|
659
610
|
{
|
|
@@ -663,17 +614,16 @@
|
|
|
663
614
|
"color": "muted"
|
|
664
615
|
},
|
|
665
616
|
{
|
|
666
|
-
"action": "INIT",
|
|
667
617
|
"label": "Retry",
|
|
668
|
-
"icon": "rotate-ccw",
|
|
669
618
|
"type": "button",
|
|
670
|
-
"variant": "primary"
|
|
619
|
+
"variant": "primary",
|
|
620
|
+
"action": "INIT",
|
|
621
|
+
"icon": "rotate-ccw"
|
|
671
622
|
}
|
|
672
623
|
],
|
|
673
|
-
"className": "py-12",
|
|
674
|
-
"direction": "vertical",
|
|
675
624
|
"type": "stack",
|
|
676
625
|
"gap": "md",
|
|
626
|
+
"className": "py-12",
|
|
677
627
|
"align": "center"
|
|
678
628
|
}
|
|
679
629
|
]
|
|
@@ -689,8 +639,8 @@
|
|
|
689
639
|
"AgentMemory",
|
|
690
640
|
{
|
|
691
641
|
"emit": {
|
|
692
|
-
"
|
|
693
|
-
"
|
|
642
|
+
"failure": "AgentMemoryLoadFailed",
|
|
643
|
+
"success": "AgentMemoryLoaded"
|
|
694
644
|
}
|
|
695
645
|
}
|
|
696
646
|
],
|
|
@@ -923,41 +873,41 @@
|
|
|
923
873
|
"render-ui",
|
|
924
874
|
"modal",
|
|
925
875
|
{
|
|
926
|
-
"
|
|
876
|
+
"type": "stack",
|
|
927
877
|
"children": [
|
|
928
878
|
{
|
|
929
|
-
"
|
|
879
|
+
"type": "stack",
|
|
930
880
|
"children": [
|
|
931
881
|
{
|
|
932
|
-
"
|
|
933
|
-
"
|
|
882
|
+
"type": "icon",
|
|
883
|
+
"name": "plus-circle"
|
|
934
884
|
},
|
|
935
885
|
{
|
|
936
886
|
"variant": "h3",
|
|
937
|
-
"
|
|
938
|
-
"
|
|
887
|
+
"type": "typography",
|
|
888
|
+
"content": "Memorize"
|
|
939
889
|
}
|
|
940
890
|
],
|
|
941
|
-
"
|
|
942
|
-
"
|
|
891
|
+
"direction": "horizontal",
|
|
892
|
+
"gap": "sm"
|
|
943
893
|
},
|
|
944
894
|
{
|
|
945
895
|
"type": "divider"
|
|
946
896
|
},
|
|
947
897
|
{
|
|
948
|
-
"cancelEvent": "CLOSE",
|
|
949
|
-
"type": "form-section",
|
|
950
|
-
"mode": "create",
|
|
951
|
-
"submitEvent": "SAVE",
|
|
952
898
|
"fields": [
|
|
953
899
|
"content",
|
|
954
900
|
"category",
|
|
955
901
|
"scope"
|
|
956
|
-
]
|
|
902
|
+
],
|
|
903
|
+
"submitEvent": "SAVE",
|
|
904
|
+
"cancelEvent": "CLOSE",
|
|
905
|
+
"type": "form-section",
|
|
906
|
+
"mode": "create"
|
|
957
907
|
}
|
|
958
908
|
],
|
|
959
|
-
"
|
|
960
|
-
"
|
|
909
|
+
"gap": "md",
|
|
910
|
+
"direction": "vertical"
|
|
961
911
|
}
|
|
962
912
|
]
|
|
963
913
|
]
|
|
@@ -1351,10 +1301,10 @@
|
|
|
1351
1301
|
"render-ui",
|
|
1352
1302
|
"main",
|
|
1353
1303
|
{
|
|
1354
|
-
"
|
|
1355
|
-
"icon": "brain",
|
|
1304
|
+
"description": "Memory is ready",
|
|
1356
1305
|
"title": "Memory",
|
|
1357
|
-
"
|
|
1306
|
+
"type": "empty-state",
|
|
1307
|
+
"icon": "brain"
|
|
1358
1308
|
}
|
|
1359
1309
|
]
|
|
1360
1310
|
]
|
|
@@ -1537,4 +1487,4 @@
|
|
|
1537
1487
|
]
|
|
1538
1488
|
}
|
|
1539
1489
|
]
|
|
1540
|
-
}
|
|
1490
|
+
}
|