nexus-agents 2.141.6 → 2.142.1
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-V2GQUJ3X.js → chunk-FPIAD37H.js} +62 -16
- package/dist/chunk-FPIAD37H.js.map +1 -0
- package/dist/{chunk-3ZZLPQBJ.js → chunk-PH5DWWK6.js} +4 -4
- package/dist/{chunk-3ZZLPQBJ.js.map → chunk-PH5DWWK6.js.map} +1 -1
- package/dist/{chunk-OHLXCCQP.js → chunk-UMVIFQ6W.js} +2 -2
- package/dist/{chunk-KCWBMVFC.js → chunk-VCLL7WH3.js} +3 -3
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-EZX4S5MB.js → consensus-vote-DYE7UKAI.js} +2 -2
- package/dist/index.d.ts +20 -15
- package/dist/index.js +4 -4
- package/dist/{setup-command-2BHNMMKL.js → setup-command-MFTWQ3JX.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-V2GQUJ3X.js.map +0 -1
- /package/dist/{chunk-OHLXCCQP.js.map → chunk-UMVIFQ6W.js.map} +0 -0
- /package/dist/{chunk-KCWBMVFC.js.map → chunk-VCLL7WH3.js.map} +0 -0
- /package/dist/{consensus-vote-EZX4S5MB.js.map → consensus-vote-DYE7UKAI.js.map} +0 -0
- /package/dist/{setup-command-2BHNMMKL.js.map → setup-command-MFTWQ3JX.js.map} +0 -0
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
DEFAULT_TASK_TTL_MS,
|
|
19
19
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
20
20
|
clampTaskTtl
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-VCLL7WH3.js";
|
|
22
22
|
import {
|
|
23
23
|
executeExpert
|
|
24
24
|
} from "./chunk-YJROHCFY.js";
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
toJobSummary,
|
|
41
41
|
warnIfSimulatedOutsideTests,
|
|
42
42
|
writeJobCancelled
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-FPIAD37H.js";
|
|
44
44
|
import {
|
|
45
45
|
normalizeTopicToCanonical,
|
|
46
46
|
synthesizeResearch
|
|
@@ -43401,7 +43401,7 @@ ${contextBlock}`;
|
|
|
43401
43401
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
43402
43402
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
43403
43403
|
try {
|
|
43404
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
43404
|
+
const { executeVoting } = await import("./consensus-vote-DYE7UKAI.js");
|
|
43405
43405
|
const votingResult = await executeVoting(
|
|
43406
43406
|
{
|
|
43407
43407
|
proposal: buildVoteProposal(plan, research),
|
|
@@ -51183,4 +51183,4 @@ export {
|
|
|
51183
51183
|
shutdownFeedbackSubscriber,
|
|
51184
51184
|
createEventBusBridge
|
|
51185
51185
|
};
|
|
51186
|
-
//# sourceMappingURL=chunk-
|
|
51186
|
+
//# sourceMappingURL=chunk-PH5DWWK6.js.map
|