@almadar/std 3.14.0 → 4.0.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-activity-log.orb +11 -3
- package/behaviors/exports/atoms/std-agent-step-progress.orb +162 -23
- package/behaviors/exports/atoms/std-agent-tool-call.orb +0 -499
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +166 -22
- package/behaviors/exports/molecules/std-agent-learner.orb +10 -549
- package/behaviors/exports/molecules/std-agent-planner.orb +5 -529
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +162 -571
- package/behaviors/exports/organisms/std-agent-builder.orb +892 -1453
- package/behaviors/exports/organisms/std-agent-pipeline.orb +798 -1503
- package/behaviors/exports/validation-report.json +0 -1304
- package/dist/behaviors/behaviors-registry.json +26 -1
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +11 -3
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +162 -23
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +0 -499
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +166 -22
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +10 -549
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +5 -529
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +162 -571
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +892 -1453
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +798 -1503
- package/dist/behaviors/exports/validation-report.json +0 -1304
- package/dist/behaviors/exports-reader.js +257 -302
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.js +257 -302
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +257 -302
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +257 -302
- package/dist/behaviors/query.js.map +1 -1
- package/dist/behaviors-registry.json +26 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +11 -3
- package/dist/exports/atoms/std-agent-step-progress.orb +162 -23
- package/dist/exports/atoms/std-agent-tool-call.orb +0 -499
- package/dist/exports/molecules/std-agent-fix-loop.orb +166 -22
- package/dist/exports/molecules/std-agent-learner.orb +10 -549
- package/dist/exports/molecules/std-agent-planner.orb +5 -529
- package/dist/exports/molecules/std-agent-tool-loop.orb +162 -571
- package/dist/exports/organisms/std-agent-builder.orb +892 -1453
- package/dist/exports/organisms/std-agent-pipeline.orb +798 -1503
- package/dist/exports/validation-report.json +0 -1304
- package/dist/index.d.ts +2 -2
- package/dist/index.js +362 -305
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +27 -0
- package/dist/modules/composition.js +98 -0
- package/dist/modules/composition.js.map +1 -0
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +2 -1
- package/dist/modules/index.js +96 -1
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +98 -3
- package/dist/registry.js.map +1 -1
- package/dist/{types-BjP5nVQd.d.ts → types-BGtQuBge.d.ts} +5 -3
- package/package.json +1 -1
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
"type": "simple-grid",
|
|
474
|
-
"
|
|
474
|
+
"cols": 2,
|
|
475
475
|
"children": [
|
|
476
476
|
{
|
|
477
477
|
"type": "stat-display",
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
},
|
|
687
687
|
{
|
|
688
688
|
"type": "simple-grid",
|
|
689
|
-
"
|
|
689
|
+
"cols": 2,
|
|
690
690
|
"children": [
|
|
691
691
|
{
|
|
692
692
|
"type": "stat-display",
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
},
|
|
928
928
|
{
|
|
929
929
|
"type": "simple-grid",
|
|
930
|
-
"
|
|
930
|
+
"cols": 2,
|
|
931
931
|
"children": [
|
|
932
932
|
{
|
|
933
933
|
"type": "stat-display",
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
},
|
|
1023
1023
|
{
|
|
1024
1024
|
"type": "simple-grid",
|
|
1025
|
-
"
|
|
1025
|
+
"cols": 2,
|
|
1026
1026
|
"children": [
|
|
1027
1027
|
{
|
|
1028
1028
|
"type": "stat-display",
|
|
@@ -1401,8 +1401,24 @@
|
|
|
1401
1401
|
{
|
|
1402
1402
|
"type": "wizard-progress",
|
|
1403
1403
|
"currentStep": "@entity.currentStep",
|
|
1404
|
-
"
|
|
1405
|
-
|
|
1404
|
+
"steps": [
|
|
1405
|
+
{
|
|
1406
|
+
"id": "0",
|
|
1407
|
+
"title": "Validate"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"id": "1",
|
|
1411
|
+
"title": "Analyze"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"id": "2",
|
|
1415
|
+
"title": "Fix"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"id": "3",
|
|
1419
|
+
"title": "Re-validate"
|
|
1420
|
+
}
|
|
1421
|
+
]
|
|
1406
1422
|
},
|
|
1407
1423
|
{
|
|
1408
1424
|
"type": "button",
|
|
@@ -1468,8 +1484,24 @@
|
|
|
1468
1484
|
{
|
|
1469
1485
|
"type": "wizard-progress",
|
|
1470
1486
|
"currentStep": "@entity.currentStep",
|
|
1471
|
-
"
|
|
1472
|
-
|
|
1487
|
+
"steps": [
|
|
1488
|
+
{
|
|
1489
|
+
"id": "0",
|
|
1490
|
+
"title": "Validate"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"id": "1",
|
|
1494
|
+
"title": "Analyze"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"id": "2",
|
|
1498
|
+
"title": "Fix"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"id": "3",
|
|
1502
|
+
"title": "Re-validate"
|
|
1503
|
+
}
|
|
1504
|
+
]
|
|
1473
1505
|
},
|
|
1474
1506
|
{
|
|
1475
1507
|
"type": "stack",
|
|
@@ -1571,8 +1603,24 @@
|
|
|
1571
1603
|
{
|
|
1572
1604
|
"type": "wizard-progress",
|
|
1573
1605
|
"currentStep": "@entity.currentStep",
|
|
1574
|
-
"
|
|
1575
|
-
|
|
1606
|
+
"steps": [
|
|
1607
|
+
{
|
|
1608
|
+
"id": "0",
|
|
1609
|
+
"title": "Validate"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"id": "1",
|
|
1613
|
+
"title": "Analyze"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"id": "2",
|
|
1617
|
+
"title": "Fix"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"id": "3",
|
|
1621
|
+
"title": "Re-validate"
|
|
1622
|
+
}
|
|
1623
|
+
]
|
|
1576
1624
|
},
|
|
1577
1625
|
{
|
|
1578
1626
|
"type": "stack",
|
|
@@ -1670,8 +1718,24 @@
|
|
|
1670
1718
|
{
|
|
1671
1719
|
"type": "wizard-progress",
|
|
1672
1720
|
"currentStep": "@entity.totalSteps",
|
|
1673
|
-
"
|
|
1674
|
-
|
|
1721
|
+
"steps": [
|
|
1722
|
+
{
|
|
1723
|
+
"id": "0",
|
|
1724
|
+
"title": "Validate"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"id": "1",
|
|
1728
|
+
"title": "Analyze"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"id": "2",
|
|
1732
|
+
"title": "Fix"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"id": "3",
|
|
1736
|
+
"title": "Re-validate"
|
|
1737
|
+
}
|
|
1738
|
+
]
|
|
1675
1739
|
},
|
|
1676
1740
|
{
|
|
1677
1741
|
"type": "alert",
|
|
@@ -1737,8 +1801,24 @@
|
|
|
1737
1801
|
{
|
|
1738
1802
|
"type": "wizard-progress",
|
|
1739
1803
|
"currentStep": "@entity.currentStep",
|
|
1740
|
-
"
|
|
1741
|
-
|
|
1804
|
+
"steps": [
|
|
1805
|
+
{
|
|
1806
|
+
"id": "0",
|
|
1807
|
+
"title": "Validate"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"id": "1",
|
|
1811
|
+
"title": "Analyze"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"id": "2",
|
|
1815
|
+
"title": "Fix"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"id": "3",
|
|
1819
|
+
"title": "Re-validate"
|
|
1820
|
+
}
|
|
1821
|
+
]
|
|
1742
1822
|
},
|
|
1743
1823
|
{
|
|
1744
1824
|
"type": "alert",
|
|
@@ -1821,8 +1901,24 @@
|
|
|
1821
1901
|
{
|
|
1822
1902
|
"type": "wizard-progress",
|
|
1823
1903
|
"currentStep": "@entity.currentStep",
|
|
1824
|
-
"
|
|
1825
|
-
|
|
1904
|
+
"steps": [
|
|
1905
|
+
{
|
|
1906
|
+
"id": "0",
|
|
1907
|
+
"title": "Validate"
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"id": "1",
|
|
1911
|
+
"title": "Analyze"
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"id": "2",
|
|
1915
|
+
"title": "Fix"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"id": "3",
|
|
1919
|
+
"title": "Re-validate"
|
|
1920
|
+
}
|
|
1921
|
+
]
|
|
1826
1922
|
},
|
|
1827
1923
|
{
|
|
1828
1924
|
"type": "button",
|
|
@@ -1888,8 +1984,24 @@
|
|
|
1888
1984
|
{
|
|
1889
1985
|
"type": "wizard-progress",
|
|
1890
1986
|
"currentStep": "@entity.currentStep",
|
|
1891
|
-
"
|
|
1892
|
-
|
|
1987
|
+
"steps": [
|
|
1988
|
+
{
|
|
1989
|
+
"id": "0",
|
|
1990
|
+
"title": "Validate"
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"id": "1",
|
|
1994
|
+
"title": "Analyze"
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"id": "2",
|
|
1998
|
+
"title": "Fix"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"id": "3",
|
|
2002
|
+
"title": "Re-validate"
|
|
2003
|
+
}
|
|
2004
|
+
]
|
|
1893
2005
|
},
|
|
1894
2006
|
{
|
|
1895
2007
|
"type": "button",
|
|
@@ -1955,8 +2067,24 @@
|
|
|
1955
2067
|
{
|
|
1956
2068
|
"type": "wizard-progress",
|
|
1957
2069
|
"currentStep": "@entity.currentStep",
|
|
1958
|
-
"
|
|
1959
|
-
|
|
2070
|
+
"steps": [
|
|
2071
|
+
{
|
|
2072
|
+
"id": "0",
|
|
2073
|
+
"title": "Validate"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"id": "1",
|
|
2077
|
+
"title": "Analyze"
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"id": "2",
|
|
2081
|
+
"title": "Fix"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"id": "3",
|
|
2085
|
+
"title": "Re-validate"
|
|
2086
|
+
}
|
|
2087
|
+
]
|
|
1960
2088
|
},
|
|
1961
2089
|
{
|
|
1962
2090
|
"type": "button",
|
|
@@ -2022,8 +2150,24 @@
|
|
|
2022
2150
|
{
|
|
2023
2151
|
"type": "wizard-progress",
|
|
2024
2152
|
"currentStep": "@entity.currentStep",
|
|
2025
|
-
"
|
|
2026
|
-
|
|
2153
|
+
"steps": [
|
|
2154
|
+
{
|
|
2155
|
+
"id": "0",
|
|
2156
|
+
"title": "Validate"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"id": "1",
|
|
2160
|
+
"title": "Analyze"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"id": "2",
|
|
2164
|
+
"title": "Fix"
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"id": "3",
|
|
2168
|
+
"title": "Re-validate"
|
|
2169
|
+
}
|
|
2170
|
+
]
|
|
2027
2171
|
},
|
|
2028
2172
|
{
|
|
2029
2173
|
"type": "button",
|