nexus-agents 2.55.0 → 2.56.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-HQ43NDJW.js → chunk-BPMQRYGU.js} +6 -109
- package/dist/chunk-BPMQRYGU.js.map +1 -0
- package/dist/chunk-C3FGEDD7.js +2520 -0
- package/dist/chunk-C3FGEDD7.js.map +1 -0
- package/dist/{chunk-KTJIEY77.js → chunk-EJLWDYK7.js} +1985 -3653
- package/dist/chunk-EJLWDYK7.js.map +1 -0
- package/dist/{chunk-JEKPVSC4.js → chunk-KGMC6F5D.js} +357 -13
- package/dist/chunk-KGMC6F5D.js.map +1 -0
- package/dist/chunk-NUBSJGQZ.js +14 -0
- package/dist/chunk-NUBSJGQZ.js.map +1 -0
- package/dist/{chunk-JERFBN73.js → chunk-PCMWLXT4.js} +6 -16
- package/dist/chunk-PCMWLXT4.js.map +1 -0
- package/dist/chunk-R66AWJJ7.js +120 -0
- package/dist/chunk-R66AWJJ7.js.map +1 -0
- package/dist/cli.d.ts +9 -1
- package/dist/cli.js +337 -213
- package/dist/cli.js.map +1 -1
- package/dist/{consensus-vote-NRPXA57O.js → consensus-vote-G6H532ME.js} +3 -2
- package/dist/index.js +35 -32
- package/dist/index.js.map +1 -1
- package/dist/{research-helpers-synthesize-TFZIXBX3.js → research-helpers-synthesize-E6WQLQKP.js} +3 -2
- package/dist/{setup-command-NGAJEWE4.js → setup-command-AV4MODEL.js} +5 -3
- package/dist/setup-custom-api-XAWKRDWV.js +107 -0
- package/dist/setup-custom-api-XAWKRDWV.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-HQ43NDJW.js.map +0 -1
- package/dist/chunk-JEKPVSC4.js.map +0 -1
- package/dist/chunk-JERFBN73.js.map +0 -1
- package/dist/chunk-KTJIEY77.js.map +0 -1
- package/dist/chunk-SY344FS5.js +0 -839
- package/dist/chunk-SY344FS5.js.map +0 -1
- /package/dist/{consensus-vote-NRPXA57O.js.map → consensus-vote-G6H532ME.js.map} +0 -0
- /package/dist/{research-helpers-synthesize-TFZIXBX3.js.map → research-helpers-synthesize-E6WQLQKP.js.map} +0 -0
- /package/dist/{setup-command-NGAJEWE4.js.map → setup-command-AV4MODEL.js.map} +0 -0
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
executeVoting,
|
|
6
6
|
registerConsensusVoteTool,
|
|
7
7
|
resetCorrelationTracker
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-BPMQRYGU.js";
|
|
9
|
+
import "./chunk-R66AWJJ7.js";
|
|
9
10
|
import "./chunk-NYNBDP7M.js";
|
|
10
11
|
import "./chunk-3IDJSFWT.js";
|
|
11
12
|
import "./chunk-633WH2ML.js";
|
|
@@ -22,4 +23,4 @@ export {
|
|
|
22
23
|
registerConsensusVoteTool,
|
|
23
24
|
resetCorrelationTracker
|
|
24
25
|
};
|
|
25
|
-
//# sourceMappingURL=consensus-vote-
|
|
26
|
+
//# sourceMappingURL=consensus-vote-G6H532ME.js.map
|
package/dist/index.js
CHANGED
|
@@ -15,7 +15,6 @@ import {
|
|
|
15
15
|
AgentRunnerError,
|
|
16
16
|
AgentStateMachine,
|
|
17
17
|
AnalysisError,
|
|
18
|
-
AppConfigSchema,
|
|
19
18
|
ArchitectureExpert,
|
|
20
19
|
ArtifactRefSchema,
|
|
21
20
|
AuditActorSchema,
|
|
@@ -31,7 +30,6 @@ import {
|
|
|
31
30
|
AuditSeveritySchema,
|
|
32
31
|
AuditTrail,
|
|
33
32
|
AuthorizationMethodSchema,
|
|
34
|
-
AvailabilityCache,
|
|
35
33
|
BUILT_IN_RULES,
|
|
36
34
|
BUILT_IN_TEMPLATES,
|
|
37
35
|
BaseAgent,
|
|
@@ -61,7 +59,6 @@ import {
|
|
|
61
59
|
CreateExpertInputSchema,
|
|
62
60
|
CrossTreeInfoSchema,
|
|
63
61
|
CrossTreeStrategySchema,
|
|
64
|
-
DEFAULTS,
|
|
65
62
|
DEFAULT_ACTIVATION_OPTIONS,
|
|
66
63
|
DEFAULT_BUDGET,
|
|
67
64
|
DEFAULT_CAPABILITIES as DEFAULT_CAPABILITIES2,
|
|
@@ -114,8 +111,6 @@ import {
|
|
|
114
111
|
Expert,
|
|
115
112
|
ExpertAssignmentSchema,
|
|
116
113
|
ExpertCollaborationPattern,
|
|
117
|
-
ExpertConfigSchema,
|
|
118
|
-
ExpertDefinitionSchema,
|
|
119
114
|
ExpertDomainSchema,
|
|
120
115
|
ExpertFactory,
|
|
121
116
|
ExpertFactoryAdapter,
|
|
@@ -157,16 +152,13 @@ import {
|
|
|
157
152
|
ListWorkflowsInputSchema,
|
|
158
153
|
LoadedSkillSetSchema,
|
|
159
154
|
LockedWriter,
|
|
160
|
-
LoggingConfigSchema,
|
|
161
155
|
MAX_EXECUTION_TIME_MS,
|
|
162
156
|
MIN_EXPERTS_FOR_PATTERN,
|
|
163
157
|
MODEL_CAPABILITIES,
|
|
164
158
|
MemoryQueryInputSchema,
|
|
165
159
|
MemoryStatsInputSchema,
|
|
166
160
|
MemoryWriteInputSchema,
|
|
167
|
-
ModelConfigSchema,
|
|
168
161
|
ModelSelectionSchema,
|
|
169
|
-
ModelTiersSchema,
|
|
170
162
|
NexusAgentExecutor,
|
|
171
163
|
NodeStateSchema,
|
|
172
164
|
OrchestrateInputSchema,
|
|
@@ -195,7 +187,6 @@ import {
|
|
|
195
187
|
PredictionWriteError,
|
|
196
188
|
PredictionWriter,
|
|
197
189
|
ProtocolFactory,
|
|
198
|
-
ProviderConfigSchema,
|
|
199
190
|
PruningStrategy,
|
|
200
191
|
QualitySignalsSchema,
|
|
201
192
|
QueryTraceInputSchema,
|
|
@@ -235,7 +226,6 @@ import {
|
|
|
235
226
|
SWE_BENCH_SYSTEM_PROMPT,
|
|
236
227
|
ScoreBreakdownSchema,
|
|
237
228
|
SearchCodebaseInputSchema,
|
|
238
|
-
SecurityConfigSchema,
|
|
239
229
|
SecurityErrorCodeSchema,
|
|
240
230
|
SecurityExpert,
|
|
241
231
|
SelectionError,
|
|
@@ -308,7 +298,6 @@ import {
|
|
|
308
298
|
VulnerabilitySchema,
|
|
309
299
|
VulnerabilitySeveritySchema,
|
|
310
300
|
WaveScheduler,
|
|
311
|
-
WorkflowConfigSchema,
|
|
312
301
|
WorkflowDefinitionSchema,
|
|
313
302
|
WorkflowDefinitionSchema2,
|
|
314
303
|
WorkflowInputsSchema,
|
|
@@ -439,7 +428,6 @@ import {
|
|
|
439
428
|
curateContext,
|
|
440
429
|
customReducer,
|
|
441
430
|
decomposeSpec,
|
|
442
|
-
defaultConfig,
|
|
443
431
|
delegateInputToTaskContract,
|
|
444
432
|
detectTestFramework,
|
|
445
433
|
emitCorroborationEvent,
|
|
@@ -479,7 +467,6 @@ import {
|
|
|
479
467
|
extractRepoFromInstanceId,
|
|
480
468
|
extractRepoName,
|
|
481
469
|
extractStateValue,
|
|
482
|
-
filterAvailableModels,
|
|
483
470
|
filterByRepo,
|
|
484
471
|
filterByVersion,
|
|
485
472
|
findMissingDependencies,
|
|
@@ -488,13 +475,11 @@ import {
|
|
|
488
475
|
formatContextForPrompt,
|
|
489
476
|
formatValidationResult,
|
|
490
477
|
generateReport,
|
|
491
|
-
getAvailabilityCache,
|
|
492
478
|
getAvailableRoles,
|
|
493
479
|
getBuiltInTemplates,
|
|
494
480
|
getBuiltInTemplatesPath,
|
|
495
481
|
getBuiltInTemplatesWithMetadata,
|
|
496
482
|
getCapabilitiesForRole,
|
|
497
|
-
getCliForModelId,
|
|
498
483
|
getCompletedInstanceIds,
|
|
499
484
|
getCompletedSteps,
|
|
500
485
|
getCpuCores,
|
|
@@ -504,11 +489,9 @@ import {
|
|
|
504
489
|
getExecutionDuration,
|
|
505
490
|
getExecutionOrder,
|
|
506
491
|
getExpertRegistry,
|
|
507
|
-
getFallbackChain,
|
|
508
492
|
getGraphRegistry,
|
|
509
493
|
getGraphWorkflowList,
|
|
510
494
|
getInstance,
|
|
511
|
-
getKnownNexusVarNames,
|
|
512
495
|
getMemoryInfo,
|
|
513
496
|
getPipelinePluginRegistry,
|
|
514
497
|
getPolicy,
|
|
@@ -598,11 +581,9 @@ import {
|
|
|
598
581
|
registerSearchCodebaseTool,
|
|
599
582
|
registerTools,
|
|
600
583
|
registerWeatherReportTool,
|
|
601
|
-
resetAvailabilityCache,
|
|
602
584
|
resetPipelinePluginRegistry,
|
|
603
585
|
resetRegistry,
|
|
604
586
|
resolveExpression,
|
|
605
|
-
resolveFallback,
|
|
606
587
|
resolveInput,
|
|
607
588
|
resolveStringExpressions,
|
|
608
589
|
resolveV2Config,
|
|
@@ -642,7 +623,6 @@ import {
|
|
|
642
623
|
validateEnvironment,
|
|
643
624
|
validateExpressions,
|
|
644
625
|
validateICTM,
|
|
645
|
-
validateNexusEnv,
|
|
646
626
|
validatePatch,
|
|
647
627
|
validatePatchFormat,
|
|
648
628
|
validatePrediction,
|
|
@@ -658,7 +638,7 @@ import {
|
|
|
658
638
|
validateWorkflowDependencies,
|
|
659
639
|
withLogging,
|
|
660
640
|
writePredictions
|
|
661
|
-
} from "./chunk-
|
|
641
|
+
} from "./chunk-EJLWDYK7.js";
|
|
662
642
|
import {
|
|
663
643
|
getTokenEnvVars,
|
|
664
644
|
hasToken,
|
|
@@ -696,7 +676,6 @@ import {
|
|
|
696
676
|
NOOP_NOTIFIER,
|
|
697
677
|
NoAdapterError,
|
|
698
678
|
OWVoting,
|
|
699
|
-
PROVIDER_ENV_KEYS,
|
|
700
679
|
PairwiseVotingHistorySchema,
|
|
701
680
|
PersistentOutcomeStore,
|
|
702
681
|
PolicyConfigSchema,
|
|
@@ -781,8 +760,11 @@ import {
|
|
|
781
760
|
validateApiKeyPresence,
|
|
782
761
|
validateToolInput,
|
|
783
762
|
withTimeout
|
|
784
|
-
} from "./chunk-
|
|
785
|
-
import
|
|
763
|
+
} from "./chunk-BPMQRYGU.js";
|
|
764
|
+
import {
|
|
765
|
+
PROVIDER_ENV_KEYS
|
|
766
|
+
} from "./chunk-R66AWJJ7.js";
|
|
767
|
+
import "./chunk-PCMWLXT4.js";
|
|
786
768
|
import {
|
|
787
769
|
AgentActionSchema,
|
|
788
770
|
GitHubReviewer,
|
|
@@ -838,6 +820,34 @@ import "./chunk-BQ4YXGGQ.js";
|
|
|
838
820
|
import {
|
|
839
821
|
SharedMemoryStore
|
|
840
822
|
} from "./chunk-ED6VQWNG.js";
|
|
823
|
+
import {
|
|
824
|
+
AppConfigSchema,
|
|
825
|
+
AvailabilityCache,
|
|
826
|
+
DEFAULTS,
|
|
827
|
+
ExpertConfigSchema,
|
|
828
|
+
ExpertDefinitionSchema,
|
|
829
|
+
LoggingConfigSchema,
|
|
830
|
+
ModelConfigSchema,
|
|
831
|
+
ModelTiersSchema,
|
|
832
|
+
ProviderConfigSchema,
|
|
833
|
+
SecurityConfigSchema,
|
|
834
|
+
VERSION,
|
|
835
|
+
WorkflowConfigSchema,
|
|
836
|
+
closeServer,
|
|
837
|
+
connectTransport,
|
|
838
|
+
createServer,
|
|
839
|
+
defaultConfig,
|
|
840
|
+
filterAvailableModels,
|
|
841
|
+
getAvailabilityCache,
|
|
842
|
+
getCliForModelId,
|
|
843
|
+
getFallbackChain,
|
|
844
|
+
getKnownNexusVarNames,
|
|
845
|
+
resetAvailabilityCache,
|
|
846
|
+
resolveFallback,
|
|
847
|
+
startStdioServer,
|
|
848
|
+
validateNexusEnv
|
|
849
|
+
} from "./chunk-C3FGEDD7.js";
|
|
850
|
+
import "./chunk-NUBSJGQZ.js";
|
|
841
851
|
import {
|
|
842
852
|
BUILT_IN_EXPERTS,
|
|
843
853
|
BuiltInExpertTypeSchema,
|
|
@@ -847,13 +857,6 @@ import {
|
|
|
847
857
|
safeValidateExpertConfig,
|
|
848
858
|
validateExpertConfig
|
|
849
859
|
} from "./chunk-GJVHRJO2.js";
|
|
850
|
-
import {
|
|
851
|
-
VERSION,
|
|
852
|
-
closeServer,
|
|
853
|
-
connectTransport,
|
|
854
|
-
createServer,
|
|
855
|
-
startStdioServer
|
|
856
|
-
} from "./chunk-SY344FS5.js";
|
|
857
860
|
import "./chunk-NYNBDP7M.js";
|
|
858
861
|
import {
|
|
859
862
|
MemoryError
|
|
@@ -6689,7 +6692,7 @@ function buildVotingInput(plan, config) {
|
|
|
6689
6692
|
}
|
|
6690
6693
|
async function executeSingleVote(plan, config, log) {
|
|
6691
6694
|
try {
|
|
6692
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
6695
|
+
const { executeVoting } = await import("./consensus-vote-G6H532ME.js");
|
|
6693
6696
|
const input = buildVotingInput(plan, config);
|
|
6694
6697
|
const result = await executeVoting(input, log);
|
|
6695
6698
|
return parseVotingResult(result);
|