nexus-agents 2.29.2 → 2.30.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-QGODFK36.js → chunk-4IEUUQ4G.js} +2 -2
- package/dist/{chunk-J245RJGW.js → chunk-6CHMHPT4.js} +2 -2
- package/dist/{chunk-WSYJN7BI.js → chunk-CD64JT3I.js} +3 -3
- package/dist/{chunk-QSNAFOE6.js → chunk-FXX5UQCK.js} +30 -10
- package/dist/chunk-FXX5UQCK.js.map +1 -0
- package/dist/{chunk-LDIN2PLV.js → chunk-GJVHRJO2.js} +32 -2
- package/dist/{chunk-LDIN2PLV.js.map → chunk-GJVHRJO2.js.map} +1 -1
- package/dist/{chunk-Z4OZ25VS.js → chunk-Q25KKHNQ.js} +2 -2
- package/dist/cli.js +6 -6
- package/dist/{consensus-vote-COW34Q2Y.js → consensus-vote-5PFFDRLR.js} +2 -2
- package/dist/{expert-bridge-J36C7VES.js → expert-bridge-5KVWX44T.js} +2 -2
- package/dist/{expert-config-MQ5OJE3U.js → expert-config-BTPAEZWV.js} +2 -2
- package/dist/index.js +6 -6
- package/dist/{setup-command-CMCQRBJF.js → setup-command-QIHX7ZVJ.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-QSNAFOE6.js.map +0 -1
- /package/dist/{chunk-QGODFK36.js.map → chunk-4IEUUQ4G.js.map} +0 -0
- /package/dist/{chunk-J245RJGW.js.map → chunk-6CHMHPT4.js.map} +0 -0
- /package/dist/{chunk-WSYJN7BI.js.map → chunk-CD64JT3I.js.map} +0 -0
- /package/dist/{chunk-Z4OZ25VS.js.map → chunk-Q25KKHNQ.js.map} +0 -0
- /package/dist/{consensus-vote-COW34Q2Y.js.map → consensus-vote-5PFFDRLR.js.map} +0 -0
- /package/dist/{expert-bridge-J36C7VES.js.map → expert-bridge-5KVWX44T.js.map} +0 -0
- /package/dist/{expert-config-MQ5OJE3U.js.map → expert-config-BTPAEZWV.js.map} +0 -0
- /package/dist/{setup-command-CMCQRBJF.js.map → setup-command-QIHX7ZVJ.js.map} +0 -0
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
VERSION,
|
|
6
6
|
initDataDirectories
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-CD64JT3I.js";
|
|
8
8
|
import {
|
|
9
9
|
CLI_SUBPROCESS_TIMEOUTS,
|
|
10
10
|
createLogger,
|
|
@@ -1523,4 +1523,4 @@ export {
|
|
|
1523
1523
|
setupCommand,
|
|
1524
1524
|
setupCommandAsync
|
|
1525
1525
|
};
|
|
1526
|
-
//# sourceMappingURL=chunk-
|
|
1526
|
+
//# sourceMappingURL=chunk-Q25KKHNQ.js.map
|
package/dist/cli.js
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
import "./chunk-63AJLNKU.js";
|
|
16
16
|
import {
|
|
17
17
|
setupCommandAsync
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-Q25KKHNQ.js";
|
|
19
19
|
import "./chunk-V6MSPUQF.js";
|
|
20
20
|
import {
|
|
21
21
|
AuthHandler,
|
|
@@ -150,7 +150,7 @@ import {
|
|
|
150
150
|
validateNexusEnv,
|
|
151
151
|
validateWorkflow,
|
|
152
152
|
wrapInMarkdownFence
|
|
153
|
-
} from "./chunk-
|
|
153
|
+
} from "./chunk-FXX5UQCK.js";
|
|
154
154
|
import {
|
|
155
155
|
resolveToken
|
|
156
156
|
} from "./chunk-VZ2YOQWU.js";
|
|
@@ -169,7 +169,7 @@ import {
|
|
|
169
169
|
registerConsensusVoteTool,
|
|
170
170
|
shutdownToolMemory,
|
|
171
171
|
validateTimeout
|
|
172
|
-
} from "./chunk-
|
|
172
|
+
} from "./chunk-6CHMHPT4.js";
|
|
173
173
|
import {
|
|
174
174
|
loadPapersRegistry,
|
|
175
175
|
loadTechniquesRegistry,
|
|
@@ -191,7 +191,7 @@ import "./chunk-BQ4YXGGQ.js";
|
|
|
191
191
|
import "./chunk-ED6VQWNG.js";
|
|
192
192
|
import {
|
|
193
193
|
BUILT_IN_EXPERTS
|
|
194
|
-
} from "./chunk-
|
|
194
|
+
} from "./chunk-GJVHRJO2.js";
|
|
195
195
|
import {
|
|
196
196
|
VERSION,
|
|
197
197
|
closeServer,
|
|
@@ -200,7 +200,7 @@ import {
|
|
|
200
200
|
doctorCommand,
|
|
201
201
|
initDataDirectories,
|
|
202
202
|
runDoctor
|
|
203
|
-
} from "./chunk-
|
|
203
|
+
} from "./chunk-CD64JT3I.js";
|
|
204
204
|
import "./chunk-KQIDTE52.js";
|
|
205
205
|
import {
|
|
206
206
|
MemoryError
|
|
@@ -212,7 +212,7 @@ import {
|
|
|
212
212
|
} from "./chunk-633WH2ML.js";
|
|
213
213
|
import "./chunk-LKDHAJJB.js";
|
|
214
214
|
import "./chunk-66NNHMVB.js";
|
|
215
|
-
import "./chunk-
|
|
215
|
+
import "./chunk-4IEUUQ4G.js";
|
|
216
216
|
import {
|
|
217
217
|
createAllAdapters,
|
|
218
218
|
getAvailableClis,
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6CHMHPT4.js";
|
|
9
9
|
import "./chunk-KQIDTE52.js";
|
|
10
10
|
import "./chunk-DDQGAVQA.js";
|
|
11
11
|
import "./chunk-633WH2ML.js";
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
registerConsensusVoteTool,
|
|
23
23
|
resetCorrelationTracker
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=consensus-vote-
|
|
25
|
+
//# sourceMappingURL=consensus-vote-5PFFDRLR.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeExpert
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4IEUUQ4G.js";
|
|
4
4
|
import "./chunk-HSOPD265.js";
|
|
5
5
|
import "./chunk-CLYZ7FWP.js";
|
|
6
6
|
import "./chunk-UP2VWCW5.js";
|
|
7
7
|
export {
|
|
8
8
|
executeExpert
|
|
9
9
|
};
|
|
10
|
-
//# sourceMappingURL=expert-bridge-
|
|
10
|
+
//# sourceMappingURL=expert-bridge-5KVWX44T.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
ToolRestrictionsSchema,
|
|
8
8
|
safeValidateExpertConfig,
|
|
9
9
|
validateExpertConfig
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-GJVHRJO2.js";
|
|
11
11
|
import "./chunk-UP2VWCW5.js";
|
|
12
12
|
export {
|
|
13
13
|
BUILT_IN_EXPERTS,
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
safeValidateExpertConfig,
|
|
20
20
|
validateExpertConfig
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=expert-config-
|
|
22
|
+
//# sourceMappingURL=expert-config-BTPAEZWV.js.map
|
package/dist/index.js
CHANGED
|
@@ -656,7 +656,7 @@ import {
|
|
|
656
656
|
validateWorkflowDependencies,
|
|
657
657
|
withLogging,
|
|
658
658
|
writePredictions
|
|
659
|
-
} from "./chunk-
|
|
659
|
+
} from "./chunk-FXX5UQCK.js";
|
|
660
660
|
import {
|
|
661
661
|
getTokenEnvVars,
|
|
662
662
|
hasToken,
|
|
@@ -778,7 +778,7 @@ import {
|
|
|
778
778
|
validateApiKeyPresence,
|
|
779
779
|
validateToolInput,
|
|
780
780
|
withTimeout
|
|
781
|
-
} from "./chunk-
|
|
781
|
+
} from "./chunk-6CHMHPT4.js";
|
|
782
782
|
import "./chunk-GX436VRU.js";
|
|
783
783
|
import {
|
|
784
784
|
AgentActionSchema,
|
|
@@ -843,14 +843,14 @@ import {
|
|
|
843
843
|
ModelPreferenceSchema,
|
|
844
844
|
safeValidateExpertConfig,
|
|
845
845
|
validateExpertConfig
|
|
846
|
-
} from "./chunk-
|
|
846
|
+
} from "./chunk-GJVHRJO2.js";
|
|
847
847
|
import {
|
|
848
848
|
VERSION,
|
|
849
849
|
closeServer,
|
|
850
850
|
connectTransport,
|
|
851
851
|
createServer,
|
|
852
852
|
startStdioServer
|
|
853
|
-
} from "./chunk-
|
|
853
|
+
} from "./chunk-CD64JT3I.js";
|
|
854
854
|
import "./chunk-KQIDTE52.js";
|
|
855
855
|
import "./chunk-DDQGAVQA.js";
|
|
856
856
|
import "./chunk-633WH2ML.js";
|
|
@@ -864,7 +864,7 @@ import {
|
|
|
864
864
|
} from "./chunk-66NNHMVB.js";
|
|
865
865
|
import {
|
|
866
866
|
executeExpert
|
|
867
|
-
} from "./chunk-
|
|
867
|
+
} from "./chunk-4IEUUQ4G.js";
|
|
868
868
|
import {
|
|
869
869
|
BaseCliAdapter,
|
|
870
870
|
CLI_TIMEOUT_PROFILES,
|
|
@@ -5720,7 +5720,7 @@ function buildVotingInput(plan, config) {
|
|
|
5720
5720
|
}
|
|
5721
5721
|
async function executeSingleVote(plan, config, log) {
|
|
5722
5722
|
try {
|
|
5723
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
5723
|
+
const { executeVoting } = await import("./consensus-vote-5PFFDRLR.js");
|
|
5724
5724
|
const input = buildVotingInput(plan, config);
|
|
5725
5725
|
const result = await executeVoting(input, log);
|
|
5726
5726
|
return parseVotingResult(result);
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-Q25KKHNQ.js";
|
|
11
11
|
import "./chunk-V6MSPUQF.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-CD64JT3I.js";
|
|
13
13
|
import "./chunk-633WH2ML.js";
|
|
14
14
|
import "./chunk-CW2Z773T.js";
|
|
15
15
|
import "./chunk-Y477EGI4.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
setupCommand,
|
|
27
27
|
setupCommandAsync
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=setup-command-
|
|
29
|
+
//# sourceMappingURL=setup-command-QIHX7ZVJ.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.30.0",
|
|
4
4
|
"description": "Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus",
|
|
5
5
|
"mcpName": "io.github.williamzujkowski/nexus-agents",
|
|
6
6
|
"license": "MIT",
|