@almadar/std 3.12.1 → 3.13.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/exports/atoms/std-agent-classifier.orb +402 -0
- package/behaviors/exports/atoms/std-agent-completion.orb +469 -0
- package/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
- package/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
- package/behaviors/exports/atoms/std-agent-memory.orb +627 -0
- package/behaviors/exports/atoms/std-agent-provider.orb +402 -0
- package/behaviors/exports/atoms/std-agent-search.orb +418 -0
- package/behaviors/exports/atoms/std-agent-session.orb +825 -0
- package/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
- package/behaviors/exports/atoms/std-wizard.orb +63 -70
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
- package/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
- package/behaviors/exports/molecules/std-agent-planner.orb +898 -0
- package/behaviors/exports/molecules/std-agent-rag.orb +736 -0
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
- package/behaviors/exports/molecules/std-detail.orb +4 -0
- package/behaviors/exports/molecules/std-geospatial.orb +4 -0
- package/behaviors/exports/molecules/std-inventory.orb +8 -0
- package/behaviors/exports/molecules/std-list.orb +18 -1
- package/behaviors/exports/molecules/std-messaging.orb +4 -0
- package/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
- package/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
- package/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
- package/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
- package/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
- package/behaviors/exports/organisms/std-api-gateway.orb +18 -1
- package/behaviors/exports/organisms/std-booking-system.orb +131 -104
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
- package/behaviors/exports/organisms/std-cms.orb +40 -2
- package/behaviors/exports/organisms/std-crm.orb +40 -2
- package/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
- package/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
- package/behaviors/exports/organisms/std-healthcare.orb +167 -136
- package/behaviors/exports/organisms/std-helpdesk.orb +22 -1
- package/behaviors/exports/organisms/std-hr-portal.orb +115 -88
- package/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
- package/behaviors/exports/organisms/std-lms.orb +97 -87
- package/behaviors/exports/organisms/std-platformer-app.orb +8 -0
- package/behaviors/exports/organisms/std-project-manager.orb +36 -2
- package/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
- package/behaviors/exports/organisms/std-rpg-game.orb +8 -0
- package/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
- package/behaviors/exports/organisms/std-social-feed.orb +8 -0
- package/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
- package/behaviors/exports/validation-report.json +1425 -0
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +469 -0
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +627 -0
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +402 -0
- package/dist/behaviors/exports/atoms/std-agent-search.orb +418 -0
- package/dist/behaviors/exports/atoms/std-agent-session.orb +825 -0
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +63 -70
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +898 -0
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +736 -0
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
- package/dist/behaviors/exports/molecules/std-detail.orb +4 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +4 -0
- package/dist/behaviors/exports/molecules/std-inventory.orb +8 -0
- package/dist/behaviors/exports/molecules/std-list.orb +18 -1
- package/dist/behaviors/exports/molecules/std-messaging.orb +4 -0
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +18 -1
- package/dist/behaviors/exports/organisms/std-booking-system.orb +131 -104
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
- package/dist/behaviors/exports/organisms/std-cms.orb +40 -2
- package/dist/behaviors/exports/organisms/std-crm.orb +40 -2
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
- package/dist/behaviors/exports/organisms/std-healthcare.orb +167 -136
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +22 -1
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +115 -88
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
- package/dist/behaviors/exports/organisms/std-lms.orb +97 -87
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +8 -0
- package/dist/behaviors/exports/organisms/std-project-manager.orb +36 -2
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +8 -0
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
- package/dist/behaviors/exports/organisms/std-social-feed.orb +8 -0
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
- package/dist/behaviors/exports/validation-report.json +1425 -0
- package/dist/behaviors/exports-reader.js +6345 -175
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +620 -1
- package/dist/behaviors/functions/index.js +6285 -176
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +6348 -178
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +6347 -177
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-classifier.orb +402 -0
- package/dist/exports/atoms/std-agent-completion.orb +469 -0
- package/dist/exports/atoms/std-agent-context-window.orb +790 -0
- package/dist/exports/atoms/std-agent-conversation.orb +737 -0
- package/dist/exports/atoms/std-agent-memory.orb +627 -0
- package/dist/exports/atoms/std-agent-provider.orb +402 -0
- package/dist/exports/atoms/std-agent-search.orb +418 -0
- package/dist/exports/atoms/std-agent-session.orb +825 -0
- package/dist/exports/atoms/std-agent-tool-call.orb +380 -0
- package/dist/exports/atoms/std-wizard.orb +63 -70
- package/dist/exports/molecules/std-agent-fix-loop.orb +1213 -0
- package/dist/exports/molecules/std-agent-learner.orb +1143 -0
- package/dist/exports/molecules/std-agent-planner.orb +898 -0
- package/dist/exports/molecules/std-agent-rag.orb +736 -0
- package/dist/exports/molecules/std-agent-tool-loop.orb +1237 -0
- package/dist/exports/molecules/std-detail.orb +4 -0
- package/dist/exports/molecules/std-geospatial.orb +4 -0
- package/dist/exports/molecules/std-inventory.orb +8 -0
- package/dist/exports/molecules/std-list.orb +18 -1
- package/dist/exports/molecules/std-messaging.orb +4 -0
- package/dist/exports/organisms/std-agent-assistant.orb +2288 -0
- package/dist/exports/organisms/std-agent-builder.orb +2664 -0
- package/dist/exports/organisms/std-agent-pipeline.orb +2307 -0
- package/dist/exports/organisms/std-agent-reviewer.orb +1743 -0
- package/dist/exports/organisms/std-agent-tutor.orb +2303 -0
- package/dist/exports/organisms/std-api-gateway.orb +18 -1
- package/dist/exports/organisms/std-booking-system.orb +131 -104
- package/dist/exports/organisms/std-cicd-pipeline.orb +18 -1
- package/dist/exports/organisms/std-cms.orb +40 -2
- package/dist/exports/organisms/std-crm.orb +40 -2
- package/dist/exports/organisms/std-devops-dashboard.orb +18 -1
- package/dist/exports/organisms/std-finance-tracker.orb +22 -1
- package/dist/exports/organisms/std-healthcare.orb +167 -136
- package/dist/exports/organisms/std-helpdesk.orb +22 -1
- package/dist/exports/organisms/std-hr-portal.orb +115 -88
- package/dist/exports/organisms/std-iot-dashboard.orb +18 -1
- package/dist/exports/organisms/std-lms.orb +97 -87
- package/dist/exports/organisms/std-platformer-app.orb +8 -0
- package/dist/exports/organisms/std-project-manager.orb +36 -2
- package/dist/exports/organisms/std-realtime-chat.orb +22 -1
- package/dist/exports/organisms/std-rpg-game.orb +8 -0
- package/dist/exports/organisms/std-service-marketplace.orb +36 -2
- package/dist/exports/organisms/std-social-feed.orb +8 -0
- package/dist/exports/organisms/std-trading-dashboard.orb +18 -1
- package/dist/exports/validation-report.json +1425 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6348 -178
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -107,6 +107,10 @@
|
|
|
107
107
|
"name": "id",
|
|
108
108
|
"type": "string",
|
|
109
109
|
"required": true
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "row",
|
|
113
|
+
"type": "object"
|
|
110
114
|
}
|
|
111
115
|
]
|
|
112
116
|
},
|
|
@@ -118,6 +122,10 @@
|
|
|
118
122
|
"name": "id",
|
|
119
123
|
"type": "string",
|
|
120
124
|
"required": true
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "row",
|
|
128
|
+
"type": "object"
|
|
121
129
|
}
|
|
122
130
|
]
|
|
123
131
|
},
|
|
@@ -129,6 +137,10 @@
|
|
|
129
137
|
"name": "id",
|
|
130
138
|
"type": "string",
|
|
131
139
|
"required": true
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "row",
|
|
143
|
+
"type": "object"
|
|
132
144
|
}
|
|
133
145
|
]
|
|
134
146
|
},
|
|
@@ -400,7 +412,12 @@
|
|
|
400
412
|
},
|
|
401
413
|
{
|
|
402
414
|
"type": "typography",
|
|
403
|
-
"content": "
|
|
415
|
+
"content": "@entity.title",
|
|
416
|
+
"variant": "h4"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"type": "typography",
|
|
420
|
+
"content": "This action cannot be undone.",
|
|
404
421
|
"variant": "body"
|
|
405
422
|
},
|
|
406
423
|
{
|
|
@@ -1657,6 +1674,10 @@
|
|
|
1657
1674
|
"name": "id",
|
|
1658
1675
|
"type": "string",
|
|
1659
1676
|
"required": true
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "row",
|
|
1680
|
+
"type": "object"
|
|
1660
1681
|
}
|
|
1661
1682
|
]
|
|
1662
1683
|
},
|
|
@@ -1668,6 +1689,10 @@
|
|
|
1668
1689
|
"name": "id",
|
|
1669
1690
|
"type": "string",
|
|
1670
1691
|
"required": true
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "row",
|
|
1695
|
+
"type": "object"
|
|
1671
1696
|
}
|
|
1672
1697
|
]
|
|
1673
1698
|
},
|
|
@@ -1679,6 +1704,10 @@
|
|
|
1679
1704
|
"name": "id",
|
|
1680
1705
|
"type": "string",
|
|
1681
1706
|
"required": true
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "row",
|
|
1710
|
+
"type": "object"
|
|
1682
1711
|
}
|
|
1683
1712
|
]
|
|
1684
1713
|
},
|
|
@@ -1934,7 +1963,12 @@
|
|
|
1934
1963
|
},
|
|
1935
1964
|
{
|
|
1936
1965
|
"type": "typography",
|
|
1937
|
-
"content": "
|
|
1966
|
+
"content": "@entity.name",
|
|
1967
|
+
"variant": "h4"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"type": "typography",
|
|
1971
|
+
"content": "This action cannot be undone.",
|
|
1938
1972
|
"variant": "body"
|
|
1939
1973
|
},
|
|
1940
1974
|
{
|
|
@@ -69,6 +69,10 @@
|
|
|
69
69
|
"name": "id",
|
|
70
70
|
"type": "string",
|
|
71
71
|
"required": true
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "row",
|
|
75
|
+
"type": "object"
|
|
72
76
|
}
|
|
73
77
|
]
|
|
74
78
|
},
|
|
@@ -668,6 +672,10 @@
|
|
|
668
672
|
"name": "id",
|
|
669
673
|
"type": "string",
|
|
670
674
|
"required": true
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "row",
|
|
678
|
+
"type": "object"
|
|
671
679
|
}
|
|
672
680
|
]
|
|
673
681
|
},
|
|
@@ -679,6 +687,10 @@
|
|
|
679
687
|
"name": "id",
|
|
680
688
|
"type": "string",
|
|
681
689
|
"required": true
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "row",
|
|
693
|
+
"type": "object"
|
|
682
694
|
}
|
|
683
695
|
]
|
|
684
696
|
},
|
|
@@ -690,6 +702,10 @@
|
|
|
690
702
|
"name": "id",
|
|
691
703
|
"type": "string",
|
|
692
704
|
"required": true
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "row",
|
|
708
|
+
"type": "object"
|
|
693
709
|
}
|
|
694
710
|
]
|
|
695
711
|
},
|
|
@@ -935,7 +951,12 @@
|
|
|
935
951
|
},
|
|
936
952
|
{
|
|
937
953
|
"type": "typography",
|
|
938
|
-
"content": "
|
|
954
|
+
"content": "@entity.name",
|
|
955
|
+
"variant": "h4"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"type": "typography",
|
|
959
|
+
"content": "This action cannot be undone.",
|
|
939
960
|
"variant": "body"
|
|
940
961
|
},
|
|
941
962
|
{
|
|
@@ -1250,6 +1250,10 @@
|
|
|
1250
1250
|
"name": "id",
|
|
1251
1251
|
"type": "string",
|
|
1252
1252
|
"required": true
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "row",
|
|
1256
|
+
"type": "object"
|
|
1253
1257
|
}
|
|
1254
1258
|
]
|
|
1255
1259
|
},
|
|
@@ -1261,6 +1265,10 @@
|
|
|
1261
1265
|
"name": "id",
|
|
1262
1266
|
"type": "string",
|
|
1263
1267
|
"required": true
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "row",
|
|
1271
|
+
"type": "object"
|
|
1264
1272
|
}
|
|
1265
1273
|
]
|
|
1266
1274
|
},
|
|
@@ -81,6 +81,10 @@
|
|
|
81
81
|
"name": "id",
|
|
82
82
|
"type": "string",
|
|
83
83
|
"required": true
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "row",
|
|
87
|
+
"type": "object"
|
|
84
88
|
}
|
|
85
89
|
]
|
|
86
90
|
},
|
|
@@ -92,6 +96,10 @@
|
|
|
92
96
|
"name": "id",
|
|
93
97
|
"type": "string",
|
|
94
98
|
"required": true
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "row",
|
|
102
|
+
"type": "object"
|
|
95
103
|
}
|
|
96
104
|
]
|
|
97
105
|
},
|
|
@@ -103,6 +111,10 @@
|
|
|
103
111
|
"name": "id",
|
|
104
112
|
"type": "string",
|
|
105
113
|
"required": true
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "row",
|
|
117
|
+
"type": "object"
|
|
106
118
|
}
|
|
107
119
|
]
|
|
108
120
|
},
|
|
@@ -360,7 +372,12 @@
|
|
|
360
372
|
},
|
|
361
373
|
{
|
|
362
374
|
"type": "typography",
|
|
363
|
-
"content": "
|
|
375
|
+
"content": "@entity.name",
|
|
376
|
+
"variant": "h4"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"type": "typography",
|
|
380
|
+
"content": "This action cannot be undone.",
|
|
364
381
|
"variant": "body"
|
|
365
382
|
},
|
|
366
383
|
{
|
|
@@ -3827,6 +3844,10 @@
|
|
|
3827
3844
|
"name": "id",
|
|
3828
3845
|
"type": "string",
|
|
3829
3846
|
"required": true
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"name": "row",
|
|
3850
|
+
"type": "object"
|
|
3830
3851
|
}
|
|
3831
3852
|
]
|
|
3832
3853
|
},
|
|
@@ -3838,6 +3859,10 @@
|
|
|
3838
3859
|
"name": "id",
|
|
3839
3860
|
"type": "string",
|
|
3840
3861
|
"required": true
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"name": "row",
|
|
3865
|
+
"type": "object"
|
|
3841
3866
|
}
|
|
3842
3867
|
]
|
|
3843
3868
|
},
|
|
@@ -3849,6 +3874,10 @@
|
|
|
3849
3874
|
"name": "id",
|
|
3850
3875
|
"type": "string",
|
|
3851
3876
|
"required": true
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"name": "row",
|
|
3880
|
+
"type": "object"
|
|
3852
3881
|
}
|
|
3853
3882
|
]
|
|
3854
3883
|
},
|
|
@@ -4106,7 +4135,12 @@
|
|
|
4106
4135
|
},
|
|
4107
4136
|
{
|
|
4108
4137
|
"type": "typography",
|
|
4109
|
-
"content": "
|
|
4138
|
+
"content": "@entity.productName",
|
|
4139
|
+
"variant": "h4"
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"type": "typography",
|
|
4143
|
+
"content": "This action cannot be undone.",
|
|
4110
4144
|
"variant": "body"
|
|
4111
4145
|
},
|
|
4112
4146
|
{
|
|
@@ -75,6 +75,10 @@
|
|
|
75
75
|
"name": "id",
|
|
76
76
|
"type": "string",
|
|
77
77
|
"required": true
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "row",
|
|
81
|
+
"type": "object"
|
|
78
82
|
}
|
|
79
83
|
]
|
|
80
84
|
},
|
|
@@ -712,6 +716,10 @@
|
|
|
712
716
|
"name": "id",
|
|
713
717
|
"type": "string",
|
|
714
718
|
"required": true
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "row",
|
|
722
|
+
"type": "object"
|
|
715
723
|
}
|
|
716
724
|
]
|
|
717
725
|
},
|
|
@@ -1503,6 +1503,10 @@
|
|
|
1503
1503
|
"name": "id",
|
|
1504
1504
|
"type": "string",
|
|
1505
1505
|
"required": true
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "row",
|
|
1509
|
+
"type": "object"
|
|
1506
1510
|
}
|
|
1507
1511
|
]
|
|
1508
1512
|
},
|
|
@@ -1514,6 +1518,10 @@
|
|
|
1514
1518
|
"name": "id",
|
|
1515
1519
|
"type": "string",
|
|
1516
1520
|
"required": true
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"name": "row",
|
|
1524
|
+
"type": "object"
|
|
1517
1525
|
}
|
|
1518
1526
|
]
|
|
1519
1527
|
},
|
|
@@ -1525,6 +1533,10 @@
|
|
|
1525
1533
|
"name": "id",
|
|
1526
1534
|
"type": "string",
|
|
1527
1535
|
"required": true
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"name": "row",
|
|
1539
|
+
"type": "object"
|
|
1528
1540
|
}
|
|
1529
1541
|
]
|
|
1530
1542
|
},
|
|
@@ -1768,7 +1780,12 @@
|
|
|
1768
1780
|
},
|
|
1769
1781
|
{
|
|
1770
1782
|
"type": "typography",
|
|
1771
|
-
"content": "
|
|
1783
|
+
"content": "@entity.symbol",
|
|
1784
|
+
"variant": "h4"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"type": "typography",
|
|
1788
|
+
"content": "This action cannot be undone.",
|
|
1772
1789
|
"variant": "body"
|
|
1773
1790
|
},
|
|
1774
1791
|
{
|