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.
- package/dist/{chunk-JLYJQ7OG.js → chunk-5JSMLCCK.js} +392 -374
- package/dist/chunk-5JSMLCCK.js.map +1 -0
- package/dist/chunk-FDNWRZNJ.js +22 -0
- package/dist/chunk-FDNWRZNJ.js.map +1 -0
- package/dist/{chunk-L3NHOUEX.js → chunk-FEWWXGFE.js} +30 -30
- package/dist/{chunk-L3NHOUEX.js.map → chunk-FEWWXGFE.js.map} +1 -1
- package/dist/{chunk-GJ5BJU7A.js → chunk-MJ3K4FYS.js} +2 -2
- package/dist/{chunk-7EYQBG3W.js → chunk-XRXUCE6K.js} +8 -7
- package/dist/{chunk-7EYQBG3W.js.map → chunk-XRXUCE6K.js.map} +1 -1
- package/dist/cli.js +48 -51
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-HDM6HA5Z.js → consensus-vote-PRLGGUNY.js} +3 -2
- package/dist/index.js +11 -10
- package/dist/index.js.map +1 -1
- package/dist/nexus-data-dir-M6DYKIHJ.js +12 -0
- package/dist/{registry-command-S46JJ2SX.js → registry-command-TTXAUCOK.js} +7 -5
- package/dist/registry-command-TTXAUCOK.js.map +1 -0
- package/dist/{setup-command-KSQEYBDA.js → setup-command-LIX2S7JD.js} +4 -3
- package/dist/setup-command-LIX2S7JD.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-JLYJQ7OG.js.map +0 -1
- package/dist/registry-command-S46JJ2SX.js.map +0 -1
- /package/dist/{chunk-GJ5BJU7A.js.map → chunk-MJ3K4FYS.js.map} +0 -0
- /package/dist/{consensus-vote-HDM6HA5Z.js.map → consensus-vote-PRLGGUNY.js.map} +0 -0
- /package/dist/{setup-command-KSQEYBDA.js.map → nexus-data-dir-M6DYKIHJ.js.map} +0 -0
|
@@ -5,9 +5,10 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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);
|