nexus-agents 2.48.0 → 2.50.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/dist/{chunk-UXRR7M6E.js → chunk-APQJV46Q.js} +693 -619
- package/dist/chunk-APQJV46Q.js.map +1 -0
- package/dist/{chunk-CH722DBX.js → chunk-H3A7KK6X.js} +2 -2
- package/dist/{chunk-M53BBBCB.js → chunk-NAN7IILE.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.d.ts +366 -323
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/{setup-command-PLGFVKLM.js → setup-command-SALY236Y.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-UXRR7M6E.js.map +0 -1
- /package/dist/{chunk-CH722DBX.js.map → chunk-H3A7KK6X.js.map} +0 -0
- /package/dist/{chunk-M53BBBCB.js.map → chunk-NAN7IILE.js.map} +0 -0
- /package/dist/{setup-command-PLGFVKLM.js.map → setup-command-SALY236Y.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -143,6 +143,7 @@ import {
|
|
|
143
143
|
GraphBuilder,
|
|
144
144
|
HarnessExecutor,
|
|
145
145
|
HarnessExecutorError,
|
|
146
|
+
HarnessVerifyAdapter,
|
|
146
147
|
ICTMConfigSchema,
|
|
147
148
|
ICTMInferenceResultSchema,
|
|
148
149
|
InMemoryAuditStorage,
|
|
@@ -631,6 +632,7 @@ import {
|
|
|
631
632
|
transformHarnessProgress,
|
|
632
633
|
transformInstanceResult,
|
|
633
634
|
transformTestResult,
|
|
635
|
+
translateEvaluationResult,
|
|
634
636
|
updateContext,
|
|
635
637
|
validateCapabilities,
|
|
636
638
|
validateCommand,
|
|
@@ -656,7 +658,7 @@ import {
|
|
|
656
658
|
validateWorkflowDependencies,
|
|
657
659
|
withLogging,
|
|
658
660
|
writePredictions
|
|
659
|
-
} from "./chunk-
|
|
661
|
+
} from "./chunk-APQJV46Q.js";
|
|
660
662
|
import {
|
|
661
663
|
getTokenEnvVars,
|
|
662
664
|
hasToken,
|
|
@@ -851,7 +853,7 @@ import {
|
|
|
851
853
|
connectTransport,
|
|
852
854
|
createServer,
|
|
853
855
|
startStdioServer
|
|
854
|
-
} from "./chunk-
|
|
856
|
+
} from "./chunk-NAN7IILE.js";
|
|
855
857
|
import "./chunk-ULDKSIS7.js";
|
|
856
858
|
import {
|
|
857
859
|
MemoryError
|
|
@@ -7025,6 +7027,7 @@ export {
|
|
|
7025
7027
|
HARM_PHYSICAL_CATEGORY,
|
|
7026
7028
|
HarnessExecutor,
|
|
7027
7029
|
HarnessExecutorError,
|
|
7030
|
+
HarnessVerifyAdapter,
|
|
7028
7031
|
HigherOrderVotingConfigSchema,
|
|
7029
7032
|
HigherOrderVotingResultSchema,
|
|
7030
7033
|
HigherOrderVotingStrategy,
|
|
@@ -7811,6 +7814,7 @@ export {
|
|
|
7811
7814
|
transformInstanceResult,
|
|
7812
7815
|
transformStream,
|
|
7813
7816
|
transformTestResult,
|
|
7817
|
+
translateEvaluationResult,
|
|
7814
7818
|
unwrap,
|
|
7815
7819
|
unwrapOr,
|
|
7816
7820
|
updateContext,
|