@almadar/std 16.145.0 → 16.147.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/lolo/infra/atoms/std-migration-job.lolo +269 -0
- package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -1
- package/behaviors/lolo/ml/atoms/std-data-collector.lolo +56 -0
- package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +90 -0
- package/behaviors/lolo/ml/atoms/std-ml-similarity.lolo +25 -13
- package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +108 -0
- package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +106 -0
- package/behaviors/lolo/ui/core/atoms/std-app-layout.lolo +14 -0
- package/behaviors/lolo/ui/core/atoms/std-billable-hour.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-esign-request.lolo +4 -4
- package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -2
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +2 -2
- package/behaviors/lolo/ui/core/atoms/std-import.lolo +132 -0
- package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +5 -5
- package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-stats.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +0 -2
- package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +0 -2
- package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +96 -0
- package/behaviors/lolo/ui/core/molecules/ui-import-progress.lolo +49 -0
- package/behaviors/lolo/ui/core/molecules/ui-import-source-picker.lolo +67 -0
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +0 -2
- package/behaviors/lolo/ui/game/atoms/std-dungeon-combat.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +1 -1
- package/behaviors/lolo/ui/game/organisms/ui-boardgame-board.lolo +2 -2
- package/behaviors/lolo/ui/game/organisms/ui-builder-board.lolo +2 -2
- package/behaviors/lolo/ui/game/organisms/ui-debugger-board.lolo +3 -3
- package/behaviors/lolo/ui/game/organisms/ui-physics-sandbox-board.lolo +3 -3
- package/behaviors/lolo/ui/game/organisms/ui-roguelike-board.lolo +1 -1
- package/behaviors/lolo/ui/game/organisms/ui-sequencer-board.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-heapsort.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-mst.lolo +3 -3
- package/behaviors/registry/factory-signatures.json +11531 -2142
- package/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
- package/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
- package/behaviors/registry/ml/atoms/std-ml-similarity.orb +127 -72
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +33 -1
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
- package/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
- package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
- package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +4 -4
- package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -9
- package/behaviors/registry/ui/game/organisms/ui-boardgame-board.orb +4 -4
- package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +4 -4
- package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +12 -12
- package/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +19 -19
- package/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +1 -1
- package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-heapsort.orb +8 -8
- package/dist/behaviors/behaviors-embeddings.json +568 -496
- package/dist/behaviors/behaviors-registry.json +7518 -3936
- package/dist/behaviors/exports-reader.js +3093 -2581
- package/dist/behaviors/functions/index.d.ts +922 -14
- package/dist/behaviors/functions/index.js +3056 -2582
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +3094 -2582
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +3093 -2581
- package/dist/behaviors/registry/factory-signatures.json +11531 -2142
- package/dist/behaviors/registry/infra/atoms/std-migration-job.orb +1310 -0
- package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +5 -5
- package/dist/behaviors/registry/ml/atoms/std-data-collector.orb +324 -0
- package/dist/behaviors/registry/ml/atoms/std-graph-builder.orb +480 -0
- package/dist/behaviors/registry/ml/atoms/std-ml-similarity.orb +127 -72
- package/dist/behaviors/registry/ml/atoms/std-tokenizer.orb +570 -0
- package/dist/behaviors/registry/ml/atoms/std-weight-validator.orb +624 -0
- package/dist/behaviors/registry/ui/core/atoms/std-app-layout.orb +33 -1
- package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +17 -21
- package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +7 -13
- package/dist/behaviors/registry/ui/core/atoms/std-event-log.orb +2 -4
- package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +3 -4
- package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +11 -20
- package/dist/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +4 -4
- package/dist/behaviors/registry/ui/core/atoms/std-import.orb +701 -0
- package/dist/behaviors/registry/ui/core/atoms/std-recurrence.orb +5 -10
- package/dist/behaviors/registry/ui/core/atoms/std-saved-search.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +354 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-import-progress.orb +195 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +279 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- package/dist/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +4 -4
- package/dist/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -9
- package/dist/behaviors/registry/ui/game/organisms/ui-boardgame-board.orb +4 -4
- package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +4 -4
- package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +12 -12
- package/dist/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +19 -19
- package/dist/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +1 -1
- package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +2 -2
- package/dist/behaviors/registry/ui/learning/atoms/std-algo-heapsort.orb +8 -8
- package/dist/behaviors-embeddings.json +568 -496
- package/dist/behaviors-registry.json +7518 -3936
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3094 -2582
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +11531 -2142
- package/package.json +2 -2
|
@@ -591,123 +591,178 @@
|
|
|
591
591
|
"@entity.embeddings",
|
|
592
592
|
"@payload.result"
|
|
593
593
|
],
|
|
594
|
-
[
|
|
595
|
-
"set",
|
|
596
|
-
"@entity.queryVector",
|
|
597
|
-
[
|
|
598
|
-
"array/first",
|
|
599
|
-
"@entity.embeddings"
|
|
600
|
-
]
|
|
601
|
-
],
|
|
602
|
-
[
|
|
603
|
-
"set",
|
|
604
|
-
"@entity.candidateVectors",
|
|
605
|
-
[
|
|
606
|
-
"array/drop",
|
|
607
|
-
"@entity.embeddings",
|
|
608
|
-
1.0
|
|
609
|
-
]
|
|
610
|
-
],
|
|
611
594
|
[
|
|
612
595
|
"set",
|
|
613
596
|
"@entity.status",
|
|
614
597
|
"resolved"
|
|
615
598
|
],
|
|
616
599
|
[
|
|
617
|
-
"
|
|
600
|
+
"if",
|
|
618
601
|
[
|
|
602
|
+
"<",
|
|
619
603
|
[
|
|
620
|
-
"
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
"@entity.candidateVectors"
|
|
625
|
-
]
|
|
626
|
-
]
|
|
604
|
+
"array/len",
|
|
605
|
+
"@payload.result"
|
|
606
|
+
],
|
|
607
|
+
2.0
|
|
627
608
|
],
|
|
628
609
|
[
|
|
629
610
|
"do",
|
|
611
|
+
[
|
|
612
|
+
"set",
|
|
613
|
+
"@entity.queryVector",
|
|
614
|
+
[]
|
|
615
|
+
],
|
|
616
|
+
[
|
|
617
|
+
"set",
|
|
618
|
+
"@entity.candidateVectors",
|
|
619
|
+
[]
|
|
620
|
+
],
|
|
630
621
|
[
|
|
631
622
|
"set",
|
|
632
623
|
"@entity.matchIndex",
|
|
633
|
-
|
|
634
|
-
"object/get",
|
|
635
|
-
"@nearest",
|
|
636
|
-
"index"
|
|
637
|
-
]
|
|
624
|
+
0.0
|
|
638
625
|
],
|
|
639
626
|
[
|
|
640
627
|
"set",
|
|
641
628
|
"@entity.matchScore",
|
|
629
|
+
0.0
|
|
630
|
+
],
|
|
631
|
+
[
|
|
632
|
+
"set",
|
|
633
|
+
"@entity.matchMargin",
|
|
634
|
+
0.0
|
|
635
|
+
],
|
|
636
|
+
[
|
|
637
|
+
"set",
|
|
638
|
+
"@entity.reason",
|
|
639
|
+
"embedding result incomplete"
|
|
640
|
+
],
|
|
641
|
+
[
|
|
642
|
+
"emit",
|
|
643
|
+
"SIMILARITY_ABSTAINED",
|
|
644
|
+
{
|
|
645
|
+
"reason": "embedding result incomplete",
|
|
646
|
+
"request": "@entity.request"
|
|
647
|
+
}
|
|
648
|
+
]
|
|
649
|
+
],
|
|
650
|
+
[
|
|
651
|
+
"do",
|
|
652
|
+
[
|
|
653
|
+
"set",
|
|
654
|
+
"@entity.queryVector",
|
|
642
655
|
[
|
|
643
|
-
"
|
|
644
|
-
"@
|
|
645
|
-
"score"
|
|
656
|
+
"array/first",
|
|
657
|
+
"@entity.embeddings"
|
|
646
658
|
]
|
|
647
659
|
],
|
|
648
660
|
[
|
|
649
661
|
"set",
|
|
650
|
-
"@entity.
|
|
662
|
+
"@entity.candidateVectors",
|
|
651
663
|
[
|
|
652
|
-
"
|
|
653
|
-
"@
|
|
654
|
-
|
|
664
|
+
"array/drop",
|
|
665
|
+
"@entity.embeddings",
|
|
666
|
+
1.0
|
|
655
667
|
]
|
|
656
668
|
],
|
|
657
669
|
[
|
|
658
|
-
"
|
|
670
|
+
"let",
|
|
659
671
|
[
|
|
660
|
-
"and",
|
|
661
672
|
[
|
|
662
|
-
"
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
"@entity.matchMargin",
|
|
669
|
-
"@config.margin"
|
|
673
|
+
"nearest",
|
|
674
|
+
[
|
|
675
|
+
"array/nearest",
|
|
676
|
+
"@entity.queryVector",
|
|
677
|
+
"@entity.candidateVectors"
|
|
678
|
+
]
|
|
670
679
|
]
|
|
671
680
|
],
|
|
672
681
|
[
|
|
673
682
|
"do",
|
|
674
683
|
[
|
|
675
684
|
"set",
|
|
676
|
-
"@entity.
|
|
677
|
-
|
|
685
|
+
"@entity.matchIndex",
|
|
686
|
+
[
|
|
687
|
+
"object/get",
|
|
688
|
+
"@nearest",
|
|
689
|
+
"index"
|
|
690
|
+
]
|
|
678
691
|
],
|
|
679
692
|
[
|
|
680
|
-
"
|
|
681
|
-
"
|
|
682
|
-
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
[
|
|
689
|
-
"do",
|
|
693
|
+
"set",
|
|
694
|
+
"@entity.matchScore",
|
|
695
|
+
[
|
|
696
|
+
"object/get",
|
|
697
|
+
"@nearest",
|
|
698
|
+
"score"
|
|
699
|
+
]
|
|
700
|
+
],
|
|
690
701
|
[
|
|
691
702
|
"set",
|
|
692
|
-
"@entity.
|
|
703
|
+
"@entity.matchMargin",
|
|
693
704
|
[
|
|
694
|
-
"
|
|
705
|
+
"object/get",
|
|
706
|
+
"@nearest",
|
|
707
|
+
"margin"
|
|
708
|
+
]
|
|
709
|
+
],
|
|
710
|
+
[
|
|
711
|
+
"if",
|
|
712
|
+
[
|
|
713
|
+
"and",
|
|
695
714
|
[
|
|
696
|
-
"
|
|
715
|
+
">=",
|
|
697
716
|
"@entity.matchScore",
|
|
698
717
|
"@config.floor"
|
|
699
718
|
],
|
|
700
|
-
|
|
701
|
-
|
|
719
|
+
[
|
|
720
|
+
">=",
|
|
721
|
+
"@entity.matchMargin",
|
|
722
|
+
"@config.margin"
|
|
723
|
+
]
|
|
724
|
+
],
|
|
725
|
+
[
|
|
726
|
+
"do",
|
|
727
|
+
[
|
|
728
|
+
"set",
|
|
729
|
+
"@entity.reason",
|
|
730
|
+
""
|
|
731
|
+
],
|
|
732
|
+
[
|
|
733
|
+
"emit",
|
|
734
|
+
"SIMILARITY_MATCHED",
|
|
735
|
+
{
|
|
736
|
+
"index": "@entity.matchIndex",
|
|
737
|
+
"score": "@entity.matchScore"
|
|
738
|
+
}
|
|
739
|
+
]
|
|
740
|
+
],
|
|
741
|
+
[
|
|
742
|
+
"do",
|
|
743
|
+
[
|
|
744
|
+
"set",
|
|
745
|
+
"@entity.reason",
|
|
746
|
+
[
|
|
747
|
+
"if",
|
|
748
|
+
[
|
|
749
|
+
"<",
|
|
750
|
+
"@entity.matchScore",
|
|
751
|
+
"@config.floor"
|
|
752
|
+
],
|
|
753
|
+
"below floor",
|
|
754
|
+
"thin margin"
|
|
755
|
+
]
|
|
756
|
+
],
|
|
757
|
+
[
|
|
758
|
+
"emit",
|
|
759
|
+
"SIMILARITY_ABSTAINED",
|
|
760
|
+
{
|
|
761
|
+
"reason": "@entity.reason",
|
|
762
|
+
"request": "@entity.request"
|
|
763
|
+
}
|
|
764
|
+
]
|
|
702
765
|
]
|
|
703
|
-
],
|
|
704
|
-
[
|
|
705
|
-
"emit",
|
|
706
|
-
"SIMILARITY_ABSTAINED",
|
|
707
|
-
{
|
|
708
|
-
"reason": "@entity.reason",
|
|
709
|
-
"request": "@entity.request"
|
|
710
|
-
}
|
|
711
766
|
]
|
|
712
767
|
]
|
|
713
768
|
]
|