nexus-agents 3.1.0 → 3.2.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-4UN4M4NI.js → chunk-5NRFPUNP.js} +44 -7
- package/dist/chunk-5NRFPUNP.js.map +1 -0
- package/dist/{chunk-FVEPECIW.js → chunk-NFFGQZQ2.js} +2 -2
- package/dist/{chunk-PQQP66XZ.js → chunk-OJVNSOZZ.js} +3 -3
- package/dist/{chunk-QZINUMKA.js → chunk-PE35GMXD.js} +10 -2
- package/dist/chunk-PE35GMXD.js.map +1 -0
- package/dist/{chunk-IMOLBA2M.js → chunk-TE37WUAC.js} +109 -89
- package/dist/{chunk-IMOLBA2M.js.map → chunk-TE37WUAC.js.map} +1 -1
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +6 -6
- package/dist/{consensus-vote-ORVUPPWD.js → consensus-vote-PPZUA3EN.js} +2 -2
- package/dist/{consensus-vote-types-DusDu6pM.d.ts → consensus-vote-types-C7kiyyqD.d.ts} +10 -0
- package/dist/{dist-GR7PQU7T.js → dist-CYRF4S6L.js} +3105 -2284
- package/dist/dist-CYRF4S6L.js.map +1 -0
- package/dist/index.d.ts +15 -4
- package/dist/index.js +7 -5
- package/dist/index.js.map +1 -1
- package/dist/{issue-triage-3YWM3P2C.js → issue-triage-Q7SYODHT.js} +2 -2
- package/dist/model-registry.generated.json +2046 -1418
- package/dist/{setup-command-QYKLSOC6.js → setup-command-T6OHZYMY.js} +3 -3
- package/package.json +9 -9
- package/dist/chunk-4UN4M4NI.js.map +0 -1
- package/dist/chunk-QZINUMKA.js.map +0 -1
- package/dist/dist-GR7PQU7T.js.map +0 -1
- /package/dist/{chunk-FVEPECIW.js.map → chunk-NFFGQZQ2.js.map} +0 -0
- /package/dist/{chunk-PQQP66XZ.js.map → chunk-OJVNSOZZ.js.map} +0 -0
- /package/dist/{consensus-vote-ORVUPPWD.js.map → consensus-vote-PPZUA3EN.js.map} +0 -0
- /package/dist/{issue-triage-3YWM3P2C.js.map → issue-triage-Q7SYODHT.js.map} +0 -0
- /package/dist/{setup-command-QYKLSOC6.js.map → setup-command-T6OHZYMY.js.map} +0 -0
package/dist/cli.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { C as CliNameLiteral, K as VoteThreshold, E as ErrorPolicy, N as NoQuorumPolicy } from './consensus-vote-types-
|
|
2
|
+
import { C as CliNameLiteral, K as VoteThreshold, E as ErrorPolicy, N as NoQuorumPolicy } from './consensus-vote-types-C7kiyyqD.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
/**
|
package/dist/cli.js
CHANGED
|
@@ -18,7 +18,7 @@ import "./chunk-OVAO5IMR.js";
|
|
|
18
18
|
import {
|
|
19
19
|
setupCommandAsync,
|
|
20
20
|
verifyCommand
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-NFFGQZQ2.js";
|
|
22
22
|
import "./chunk-43YJRZZW.js";
|
|
23
23
|
import {
|
|
24
24
|
AuthHandler,
|
|
@@ -139,7 +139,7 @@ import {
|
|
|
139
139
|
validateCommand,
|
|
140
140
|
validateWorkflow,
|
|
141
141
|
wrapInMarkdownFence
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-TE37WUAC.js";
|
|
143
143
|
import "./chunk-ENZ3IWEM.js";
|
|
144
144
|
import "./chunk-HFOQKCD2.js";
|
|
145
145
|
import "./chunk-YF35FKKD.js";
|
|
@@ -166,7 +166,7 @@ import {
|
|
|
166
166
|
loadConfig,
|
|
167
167
|
runDoctor,
|
|
168
168
|
validateNexusEnv
|
|
169
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-OJVNSOZZ.js";
|
|
170
170
|
import {
|
|
171
171
|
buildOpenAICompatAdapters,
|
|
172
172
|
readOpenAICompatEnv
|
|
@@ -183,7 +183,7 @@ import {
|
|
|
183
183
|
executeVoting,
|
|
184
184
|
mapOutcomeToDecision,
|
|
185
185
|
registerConsensusVoteTool
|
|
186
|
-
} from "./chunk-
|
|
186
|
+
} from "./chunk-5NRFPUNP.js";
|
|
187
187
|
import {
|
|
188
188
|
loadUsageEvents,
|
|
189
189
|
rollupByModel
|
|
@@ -196,7 +196,7 @@ import {
|
|
|
196
196
|
createFullGitHubProvider,
|
|
197
197
|
evaluatePolicy,
|
|
198
198
|
parsePRUrl
|
|
199
|
-
} from "./chunk-
|
|
199
|
+
} from "./chunk-PE35GMXD.js";
|
|
200
200
|
import "./chunk-GQ5LHJD2.js";
|
|
201
201
|
import {
|
|
202
202
|
ReputationCache,
|
|
@@ -15114,7 +15114,7 @@ function getBlueskyConfig() {
|
|
|
15114
15114
|
}
|
|
15115
15115
|
async function loadAtproto() {
|
|
15116
15116
|
try {
|
|
15117
|
-
const mod = await import("./dist-
|
|
15117
|
+
const mod = await import("./dist-CYRF4S6L.js");
|
|
15118
15118
|
return { AtpAgent: mod.AtpAgent, RichText: mod.RichText };
|
|
15119
15119
|
} catch {
|
|
15120
15120
|
return void 0;
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
resetCorrelationTracker,
|
|
10
10
|
runConsensusForGoal,
|
|
11
11
|
unwrapVoteOrThrow
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-5NRFPUNP.js";
|
|
13
13
|
import "./chunk-344IEWHJ.js";
|
|
14
14
|
import "./chunk-VV7KSMMR.js";
|
|
15
15
|
import "./chunk-F47KBREM.js";
|
|
@@ -44,4 +44,4 @@ export {
|
|
|
44
44
|
runConsensusForGoal,
|
|
45
45
|
unwrapVoteOrThrow
|
|
46
46
|
};
|
|
47
|
-
//# sourceMappingURL=consensus-vote-
|
|
47
|
+
//# sourceMappingURL=consensus-vote-PPZUA3EN.js.map
|
|
@@ -638,6 +638,16 @@ interface AgentVoteResult {
|
|
|
638
638
|
readonly source: 'llm' | 'simulation' | 'error';
|
|
639
639
|
/** CLI that executed this vote (for adaptive routing feedback). */
|
|
640
640
|
readonly cli?: string | undefined;
|
|
641
|
+
/**
|
|
642
|
+
* Which named option this voter chose, when the proposal declared `options`
|
|
643
|
+
* (#4452). Absent on an ordinary yes/no vote.
|
|
644
|
+
*
|
|
645
|
+
* The approve/reject/abstain tally cannot express option choice: on a
|
|
646
|
+
* multi-option proposal every engaged voter returns `approve`, so a real 6-1
|
|
647
|
+
* split records as unanimous. This is what makes the split recoverable
|
|
648
|
+
* without parsing free-text `reasoning`.
|
|
649
|
+
*/
|
|
650
|
+
readonly selectedOption?: string | undefined;
|
|
641
651
|
/**
|
|
642
652
|
* Model id that executed this vote, when known (e.g. 'claude-sonnet'). Carried
|
|
643
653
|
* so per-decision cost aggregation can attribute spend per model (#3855). Absent
|