nexus-agents 2.141.0 → 2.141.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-4VCLI2T3.js → chunk-GDNLEHPJ.js} +4 -4
- package/dist/{chunk-4VCLI2T3.js.map → chunk-GDNLEHPJ.js.map} +1 -1
- package/dist/{chunk-3Z4SZVBB.js → chunk-HL2KJLLV.js} +1 -1
- package/dist/{chunk-3Z4SZVBB.js.map → chunk-HL2KJLLV.js.map} +1 -1
- package/dist/{chunk-VLODTBPY.js → chunk-QTKBUC5Z.js} +2 -2
- package/dist/{chunk-7XOTLM3R.js → chunk-YZTNJZSN.js} +3 -3
- package/dist/cli.js +4 -4
- package/dist/{consensus-vote-DRGGSXUQ.js → consensus-vote-QKD7YGVU.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/{setup-command-SP3Q6YW6.js → setup-command-D4ECR53B.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-VLODTBPY.js.map → chunk-QTKBUC5Z.js.map} +0 -0
- /package/dist/{chunk-7XOTLM3R.js.map → chunk-YZTNJZSN.js.map} +0 -0
- /package/dist/{consensus-vote-DRGGSXUQ.js.map → consensus-vote-QKD7YGVU.js.map} +0 -0
- /package/dist/{setup-command-SP3Q6YW6.js.map → setup-command-D4ECR53B.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-YZTNJZSN.js";
|
|
22
22
|
import {
|
|
23
23
|
executeExpert
|
|
24
24
|
} from "./chunk-733ZGAXH.js";
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
toJobSummary,
|
|
41
41
|
warnIfSimulatedOutsideTests,
|
|
42
42
|
writeJobCancelled
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-HL2KJLLV.js";
|
|
44
44
|
import {
|
|
45
45
|
normalizeTopicToCanonical,
|
|
46
46
|
synthesizeResearch
|
|
@@ -43381,7 +43381,7 @@ ${contextBlock}`;
|
|
|
43381
43381
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
43382
43382
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
43383
43383
|
try {
|
|
43384
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
43384
|
+
const { executeVoting } = await import("./consensus-vote-QKD7YGVU.js");
|
|
43385
43385
|
const votingResult = await executeVoting(
|
|
43386
43386
|
{
|
|
43387
43387
|
proposal: buildVoteProposal(plan, research),
|
|
@@ -51163,4 +51163,4 @@ export {
|
|
|
51163
51163
|
shutdownFeedbackSubscriber,
|
|
51164
51164
|
createEventBusBridge
|
|
51165
51165
|
};
|
|
51166
|
-
//# sourceMappingURL=chunk-
|
|
51166
|
+
//# sourceMappingURL=chunk-GDNLEHPJ.js.map
|