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/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-UXRR7M6E.js";
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-M53BBBCB.js";
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,