nexus-agents 2.58.0 → 2.60.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.
@@ -5,9 +5,10 @@ import {
5
5
  executeVoting,
6
6
  registerConsensusVoteTool,
7
7
  resetCorrelationTracker
8
- } from "./chunk-L3NHOUEX.js";
8
+ } from "./chunk-FEWWXGFE.js";
9
9
  import "./chunk-YU4NABXM.js";
10
10
  import "./chunk-H43PABG4.js";
11
+ import "./chunk-FDNWRZNJ.js";
11
12
  import "./chunk-7Y36JLES.js";
12
13
  import "./chunk-TFEFN37P.js";
13
14
  import "./chunk-633WH2ML.js";
@@ -24,4 +25,4 @@ export {
24
25
  registerConsensusVoteTool,
25
26
  resetCorrelationTracker
26
27
  };
27
- //# sourceMappingURL=consensus-vote-HDM6HA5Z.js.map
28
+ //# sourceMappingURL=consensus-vote-PRLGGUNY.js.map
package/dist/index.js CHANGED
@@ -646,13 +646,19 @@ import {
646
646
  validateWorkflowDependencies,
647
647
  withLogging,
648
648
  writePredictions
649
- } from "./chunk-JLYJQ7OG.js";
649
+ } from "./chunk-5JSMLCCK.js";
650
+ import {
651
+ SharedMemoryStore
652
+ } from "./chunk-ED6VQWNG.js";
650
653
  import {
651
654
  getTokenEnvVars,
652
655
  hasToken,
653
656
  resolveToken
654
657
  } from "./chunk-EZXOJZYE.js";
655
658
  import "./chunk-X2M7OF27.js";
659
+ import {
660
+ executeExpert
661
+ } from "./chunk-JKDHWOQL.js";
656
662
  import {
657
663
  AdapterModelError,
658
664
  AgentFindingSchema,
@@ -768,7 +774,7 @@ import {
768
774
  validateApiKeyPresence,
769
775
  validateToolInput,
770
776
  withTimeout
771
- } from "./chunk-L3NHOUEX.js";
777
+ } from "./chunk-FEWWXGFE.js";
772
778
  import {
773
779
  PROVIDER_ENV_KEYS
774
780
  } from "./chunk-YU4NABXM.js";
@@ -825,9 +831,6 @@ import {
825
831
  } from "./chunk-BC3M4VLP.js";
826
832
  import "./chunk-AP2FD37C.js";
827
833
  import "./chunk-BQ4YXGGQ.js";
828
- import {
829
- SharedMemoryStore
830
- } from "./chunk-ED6VQWNG.js";
831
834
  import {
832
835
  AppConfigSchema,
833
836
  AvailabilityCache,
@@ -853,11 +856,12 @@ import {
853
856
  resolveFallback,
854
857
  startStdioServer,
855
858
  validateNexusEnv
856
- } from "./chunk-7EYQBG3W.js";
859
+ } from "./chunk-XRXUCE6K.js";
857
860
  import {
858
861
  DEFAULTS
859
862
  } from "./chunk-H43PABG4.js";
860
863
  import "./chunk-NUBSJGQZ.js";
864
+ import "./chunk-FDNWRZNJ.js";
861
865
  import {
862
866
  BUILT_IN_EXPERTS,
863
867
  BuiltInExpertTypeSchema,
@@ -880,9 +884,6 @@ import {
880
884
  CliCircuitBreakerIntegration,
881
885
  createCliCircuitBreakerIntegration
882
886
  } from "./chunk-PTGBJFSD.js";
883
- import {
884
- executeExpert
885
- } from "./chunk-JKDHWOQL.js";
886
887
  import {
887
888
  BaseCliAdapter,
888
889
  CLI_TIMEOUT_PROFILES,
@@ -6700,7 +6701,7 @@ function buildVotingInput(plan, config) {
6700
6701
  }
6701
6702
  async function executeSingleVote(plan, config, log) {
6702
6703
  try {
6703
- const { executeVoting } = await import("./consensus-vote-HDM6HA5Z.js");
6704
+ const { executeVoting } = await import("./consensus-vote-PRLGGUNY.js");
6704
6705
  const input = buildVotingInput(plan, config);
6705
6706
  const result = await executeVoting(input, log);
6706
6707
  return parseVotingResult(result);