nexus-agents 2.102.3 → 2.102.5
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-4LATU3KQ.js → chunk-3LC5NHC4.js} +11 -11
- package/dist/{chunk-4LATU3KQ.js.map → chunk-3LC5NHC4.js.map} +1 -1
- package/dist/{chunk-BDTLTJO4.js → chunk-AQBPOBAT.js} +3 -3
- package/dist/{chunk-KHEQIB6P.js → chunk-PWDIIS7L.js} +16 -3
- package/dist/chunk-PWDIIS7L.js.map +1 -0
- package/dist/{chunk-4IWHFMCN.js → chunk-SBYFWB6J.js} +23 -1
- package/dist/chunk-SBYFWB6J.js.map +1 -0
- package/dist/{chunk-Y5GD3LHH.js → chunk-T32MGJMA.js} +2 -2
- package/dist/{chunk-CF7SEEW2.js → chunk-XY72JFG2.js} +2 -2
- package/dist/cli.js +6 -6
- package/dist/{consensus-vote-BW4HOYS4.js → consensus-vote-7CE4JOMK.js} +2 -2
- package/dist/{expert-bridge-Z7XZ7ED5.js → expert-bridge-2TYPRNEE.js} +6 -4
- package/dist/index.d.ts +26 -1
- package/dist/index.js +6 -6
- package/dist/{issue-triage-KGLNAJKH.js → issue-triage-4YJQU3HW.js} +2 -2
- package/dist/{setup-command-42V7EVXD.js → setup-command-QOEYR6YI.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-4IWHFMCN.js.map +0 -1
- package/dist/chunk-KHEQIB6P.js.map +0 -1
- /package/dist/{chunk-BDTLTJO4.js.map → chunk-AQBPOBAT.js.map} +0 -0
- /package/dist/{chunk-Y5GD3LHH.js.map → chunk-T32MGJMA.js.map} +0 -0
- /package/dist/{chunk-CF7SEEW2.js.map → chunk-XY72JFG2.js.map} +0 -0
- /package/dist/{consensus-vote-BW4HOYS4.js.map → consensus-vote-7CE4JOMK.js.map} +0 -0
- /package/dist/{expert-bridge-Z7XZ7ED5.js.map → expert-bridge-2TYPRNEE.js.map} +0 -0
- /package/dist/{issue-triage-KGLNAJKH.js.map → issue-triage-4YJQU3HW.js.map} +0 -0
- /package/dist/{setup-command-42V7EVXD.js.map → setup-command-QOEYR6YI.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-S7R72HUB.js";
|
|
10
10
|
import {
|
|
11
11
|
executeExpert
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-PWDIIS7L.js";
|
|
13
13
|
import {
|
|
14
14
|
EventTopics,
|
|
15
15
|
JobStatusSchema,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
writeJobComplete,
|
|
31
31
|
writeJobFailed,
|
|
32
32
|
writeJobPending
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-T32MGJMA.js";
|
|
34
34
|
import {
|
|
35
35
|
REGISTRY_PATH,
|
|
36
36
|
getProjectRoot,
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
IssueTriage,
|
|
45
45
|
createAuditTrail,
|
|
46
46
|
createGraphAuditBridge
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-SBYFWB6J.js";
|
|
48
48
|
import {
|
|
49
49
|
resolveEnvMode,
|
|
50
50
|
sanitizeInput
|
|
@@ -93,7 +93,7 @@ import {
|
|
|
93
93
|
DEFAULT_TASK_TTL_MS,
|
|
94
94
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
95
95
|
clampTaskTtl
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-AQBPOBAT.js";
|
|
97
97
|
import {
|
|
98
98
|
getAvailabilityCache,
|
|
99
99
|
getCliForModelId,
|
|
@@ -42755,7 +42755,7 @@ async function tryIssueTriage(task) {
|
|
|
42755
42755
|
try {
|
|
42756
42756
|
const issueMatch = task.match(/github\.com\/([^/]+\/[^/]+)\/issues\/(\d+)/);
|
|
42757
42757
|
if (issueMatch === null) return null;
|
|
42758
|
-
const { createIssueTriage } = await import("./issue-triage-
|
|
42758
|
+
const { createIssueTriage } = await import("./issue-triage-4YJQU3HW.js");
|
|
42759
42759
|
const triage = createIssueTriage();
|
|
42760
42760
|
const owner = issueMatch[1] ?? "";
|
|
42761
42761
|
const num = issueMatch[2] ?? "";
|
|
@@ -42783,7 +42783,7 @@ var VALID_TEMPLATES = /* @__PURE__ */ new Set([
|
|
|
42783
42783
|
]);
|
|
42784
42784
|
async function classifyWithLLM(task) {
|
|
42785
42785
|
try {
|
|
42786
|
-
const { executeExpert: executeExpert2 } = await import("./expert-bridge-
|
|
42786
|
+
const { executeExpert: executeExpert2 } = await import("./expert-bridge-2TYPRNEE.js");
|
|
42787
42787
|
const prompt = [
|
|
42788
42788
|
"Classify this task into exactly one pipeline template.",
|
|
42789
42789
|
"Templates: dev (implementation/bug fix/refactor), research (investigate/evaluate/compare),",
|
|
@@ -43695,8 +43695,8 @@ function flushPipelineMemory() {
|
|
|
43695
43695
|
}
|
|
43696
43696
|
var routingMemoryCache = null;
|
|
43697
43697
|
var routingMemoryInitPromise = null;
|
|
43698
|
-
function recordRoutingExperience(category, success, durationMs) {
|
|
43699
|
-
const metrics = { durationMs, tokensUsed
|
|
43698
|
+
function recordRoutingExperience(category, success, durationMs, tokensUsed = 0) {
|
|
43699
|
+
const metrics = { durationMs, tokensUsed };
|
|
43700
43700
|
const callRecord = (rm) => {
|
|
43701
43701
|
rm.recordExperience(category, ["claude"], success, metrics);
|
|
43702
43702
|
};
|
|
@@ -43862,7 +43862,7 @@ ${contextBlock}`;
|
|
|
43862
43862
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
43863
43863
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
43864
43864
|
try {
|
|
43865
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
43865
|
+
const { executeVoting } = await import("./consensus-vote-7CE4JOMK.js");
|
|
43866
43866
|
const votingResult = await executeVoting(
|
|
43867
43867
|
{
|
|
43868
43868
|
proposal: buildVoteProposal(plan, research),
|
|
@@ -43955,7 +43955,7 @@ ${task.description}${fb}`
|
|
|
43955
43955
|
success: r.success,
|
|
43956
43956
|
durationMs: r.durationMs
|
|
43957
43957
|
});
|
|
43958
|
-
recordRoutingExperience("code_generation", r.success, r.durationMs);
|
|
43958
|
+
recordRoutingExperience("code_generation", r.success, r.durationMs, r.tokensUsed);
|
|
43959
43959
|
await postProgress(config, `Code [${task.id}]`, `Done (${r.durationMs}ms)`);
|
|
43960
43960
|
return r.text || `[Implementation failed: ${r.error}]`;
|
|
43961
43961
|
},
|
|
@@ -50680,4 +50680,4 @@ export {
|
|
|
50680
50680
|
detectBackend,
|
|
50681
50681
|
createTaskTracker
|
|
50682
50682
|
};
|
|
50683
|
-
//# sourceMappingURL=chunk-
|
|
50683
|
+
//# sourceMappingURL=chunk-3LC5NHC4.js.map
|