nexus-agents 2.77.3 → 2.77.4
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-KGB67HII.js → chunk-AFGRQB4H.js} +5 -3
- package/dist/{chunk-KGB67HII.js.map → chunk-AFGRQB4H.js.map} +1 -1
- package/dist/{chunk-CPPZCNAS.js → chunk-EEW7VFFF.js} +3 -3
- package/dist/{chunk-X3BU5MIG.js → chunk-FYAQBYHM.js} +2 -2
- package/dist/{chunk-LTUUW3FN.js → chunk-LIY6WZNR.js} +24 -212
- package/dist/chunk-LIY6WZNR.js.map +1 -0
- package/dist/{chunk-VEF6DCQU.js → chunk-MV4R2ZIJ.js} +204 -4
- package/dist/chunk-MV4R2ZIJ.js.map +1 -0
- package/dist/{chunk-K446R3BC.js → chunk-S6MEYRYZ.js} +7 -7
- package/dist/cli.d.ts +2 -0
- package/dist/cli.js +26 -13
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-UR3JU7RI.js → consensus-vote-AWBFYF5S.js} +3 -3
- package/dist/{expert-bridge-DWBO2HXZ.js → expert-bridge-NX2MGOBQ.js} +2 -2
- package/dist/{factory-LXOVC44K.js → factory-JI6PSWGR.js} +2 -2
- package/dist/index.js +6 -6
- package/dist/{setup-command-XG7R4PR4.js → setup-command-DB3DOE6K.js} +4 -4
- package/package.json +1 -1
- package/dist/chunk-LTUUW3FN.js.map +0 -1
- package/dist/chunk-VEF6DCQU.js.map +0 -1
- /package/dist/{chunk-CPPZCNAS.js.map → chunk-EEW7VFFF.js.map} +0 -0
- /package/dist/{chunk-X3BU5MIG.js.map → chunk-FYAQBYHM.js.map} +0 -0
- /package/dist/{chunk-K446R3BC.js.map → chunk-S6MEYRYZ.js.map} +0 -0
- /package/dist/{consensus-vote-UR3JU7RI.js.map → consensus-vote-AWBFYF5S.js.map} +0 -0
- /package/dist/{expert-bridge-DWBO2HXZ.js.map → expert-bridge-NX2MGOBQ.js.map} +0 -0
- /package/dist/{factory-LXOVC44K.js.map → factory-JI6PSWGR.js.map} +0 -0
- /package/dist/{setup-command-XG7R4PR4.js.map → setup-command-DB3DOE6K.js.map} +0 -0
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-EEW7VFFF.js";
|
|
9
9
|
import "./chunk-IPWCD22D.js";
|
|
10
10
|
import "./chunk-7NK7BTWP.js";
|
|
11
11
|
import "./chunk-5WHWKY32.js";
|
|
12
12
|
import "./chunk-YQMQSJQK.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-MV4R2ZIJ.js";
|
|
14
14
|
import "./chunk-3VWMM6UF.js";
|
|
15
15
|
import "./chunk-BJ2OMC7P.js";
|
|
16
16
|
import "./chunk-633WH2ML.js";
|
|
@@ -27,4 +27,4 @@ export {
|
|
|
27
27
|
registerConsensusVoteTool,
|
|
28
28
|
resetCorrelationTracker
|
|
29
29
|
};
|
|
30
|
-
//# sourceMappingURL=consensus-vote-
|
|
30
|
+
//# sourceMappingURL=consensus-vote-AWBFYF5S.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeExpert
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FYAQBYHM.js";
|
|
4
4
|
import "./chunk-3MRM53T4.js";
|
|
5
5
|
import "./chunk-I7ORMAO7.js";
|
|
6
6
|
import "./chunk-GOT7OAL5.js";
|
|
@@ -8,4 +8,4 @@ import "./chunk-UP2VWCW5.js";
|
|
|
8
8
|
export {
|
|
9
9
|
executeExpert
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=expert-bridge-
|
|
11
|
+
//# sourceMappingURL=expert-bridge-NX2MGOBQ.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createCliAdapter,
|
|
4
4
|
getAvailableClis,
|
|
5
5
|
isCliAvailable
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-MV4R2ZIJ.js";
|
|
7
7
|
import "./chunk-PWTJGGKB.js";
|
|
8
8
|
import "./chunk-3MRM53T4.js";
|
|
9
9
|
import "./chunk-I7ORMAO7.js";
|
|
@@ -15,4 +15,4 @@ export {
|
|
|
15
15
|
getAvailableClis,
|
|
16
16
|
isCliAvailable
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=factory-
|
|
18
|
+
//# sourceMappingURL=factory-JI6PSWGR.js.map
|
package/dist/index.js
CHANGED
|
@@ -518,7 +518,7 @@ import {
|
|
|
518
518
|
validateWorkflow,
|
|
519
519
|
validateWorkflowDependencies,
|
|
520
520
|
withLogging
|
|
521
|
-
} from "./chunk-
|
|
521
|
+
} from "./chunk-S6MEYRYZ.js";
|
|
522
522
|
import {
|
|
523
523
|
SharedMemoryStore
|
|
524
524
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -536,7 +536,7 @@ import {
|
|
|
536
536
|
} from "./chunk-DIB6V67T.js";
|
|
537
537
|
import {
|
|
538
538
|
executeExpert
|
|
539
|
-
} from "./chunk-
|
|
539
|
+
} from "./chunk-FYAQBYHM.js";
|
|
540
540
|
import {
|
|
541
541
|
AgentFindingSchema,
|
|
542
542
|
AgentPerformanceSchema,
|
|
@@ -632,7 +632,7 @@ import {
|
|
|
632
632
|
validateToolInput,
|
|
633
633
|
withModelNotFoundFallback,
|
|
634
634
|
wrapResilientWithFallback
|
|
635
|
-
} from "./chunk-
|
|
635
|
+
} from "./chunk-EEW7VFFF.js";
|
|
636
636
|
import {
|
|
637
637
|
AdapterModelError,
|
|
638
638
|
BaseAdapter,
|
|
@@ -738,7 +738,7 @@ import {
|
|
|
738
738
|
resolveFallback,
|
|
739
739
|
startStdioServer,
|
|
740
740
|
validateNexusEnv
|
|
741
|
-
} from "./chunk-
|
|
741
|
+
} from "./chunk-LIY6WZNR.js";
|
|
742
742
|
import {
|
|
743
743
|
AvailableModelsCache,
|
|
744
744
|
getDefaultAvailableModelsCache,
|
|
@@ -776,7 +776,7 @@ import {
|
|
|
776
776
|
isCliAvailable,
|
|
777
777
|
isRetryableError,
|
|
778
778
|
sleep
|
|
779
|
-
} from "./chunk-
|
|
779
|
+
} from "./chunk-MV4R2ZIJ.js";
|
|
780
780
|
import {
|
|
781
781
|
BUILT_IN_EXPERTS,
|
|
782
782
|
BuiltInExpertTypeSchema,
|
|
@@ -6090,7 +6090,7 @@ function buildVotingInput(plan, config) {
|
|
|
6090
6090
|
}
|
|
6091
6091
|
async function executeSingleVote(plan, config, log) {
|
|
6092
6092
|
try {
|
|
6093
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
6093
|
+
const { executeVoting } = await import("./consensus-vote-AWBFYF5S.js");
|
|
6094
6094
|
const input = buildVotingInput(plan, config);
|
|
6095
6095
|
const result = await executeVoting(input, log);
|
|
6096
6096
|
return parseVotingResult(result);
|
|
@@ -7,13 +7,13 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-AFGRQB4H.js";
|
|
11
11
|
import "./chunk-CM3TORGV.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-LIY6WZNR.js";
|
|
13
13
|
import "./chunk-5WHWKY32.js";
|
|
14
14
|
import "./chunk-YQMQSJQK.js";
|
|
15
15
|
import "./chunk-NUBSJGQZ.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-MV4R2ZIJ.js";
|
|
17
17
|
import "./chunk-ZM4O442V.js";
|
|
18
18
|
import "./chunk-633WH2ML.js";
|
|
19
19
|
import "./chunk-PWTJGGKB.js";
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
setupCommand,
|
|
32
32
|
setupCommandAsync
|
|
33
33
|
};
|
|
34
|
-
//# sourceMappingURL=setup-command-
|
|
34
|
+
//# sourceMappingURL=setup-command-DB3DOE6K.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.77.
|
|
3
|
+
"version": "2.77.4",
|
|
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",
|