nexus-agents 2.72.0 → 2.72.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-2JMUX5UA.js → chunk-C3JGKBL2.js} +2 -2
- package/dist/{chunk-3HR6UJ2E.js → chunk-J4VR2WNI.js} +731 -2
- package/dist/chunk-J4VR2WNI.js.map +1 -0
- package/dist/{chunk-XHVDKY3X.js → chunk-YOREAPF6.js} +3 -3
- package/dist/cli.js +3 -3
- package/dist/index.d.ts +530 -51
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/{setup-command-DVEBFKR2.js → setup-command-BWUFMZ7U.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-3HR6UJ2E.js.map +0 -1
- /package/dist/{chunk-2JMUX5UA.js.map → chunk-C3JGKBL2.js.map} +0 -0
- /package/dist/{chunk-XHVDKY3X.js.map → chunk-YOREAPF6.js.map} +0 -0
- /package/dist/{setup-command-DVEBFKR2.js.map → setup-command-BWUFMZ7U.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
AgentRoleSchema2,
|
|
14
14
|
AgentRoleSchema3,
|
|
15
15
|
AgentStateMachine,
|
|
16
|
+
AgenticAdapter,
|
|
16
17
|
ArchitectureExpert,
|
|
17
18
|
ArtifactRefSchema,
|
|
18
19
|
AuditActorSchema,
|
|
@@ -303,6 +304,7 @@ import {
|
|
|
303
304
|
computeOutcomeReward,
|
|
304
305
|
containsExpressions,
|
|
305
306
|
createAgentStages,
|
|
307
|
+
createAgenticAdapter,
|
|
306
308
|
createArchitectureExpert,
|
|
307
309
|
createAttestation,
|
|
308
310
|
createAuditLogger,
|
|
@@ -516,7 +518,7 @@ import {
|
|
|
516
518
|
validateWorkflow,
|
|
517
519
|
validateWorkflowDependencies,
|
|
518
520
|
withLogging
|
|
519
|
-
} from "./chunk-
|
|
521
|
+
} from "./chunk-J4VR2WNI.js";
|
|
520
522
|
import {
|
|
521
523
|
SharedMemoryStore
|
|
522
524
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -734,7 +736,7 @@ import {
|
|
|
734
736
|
resolveFallback,
|
|
735
737
|
startStdioServer,
|
|
736
738
|
validateNexusEnv
|
|
737
|
-
} from "./chunk-
|
|
739
|
+
} from "./chunk-YOREAPF6.js";
|
|
738
740
|
import {
|
|
739
741
|
DEFAULTS
|
|
740
742
|
} from "./chunk-2MD5MWCK.js";
|
|
@@ -6215,6 +6217,7 @@ export {
|
|
|
6215
6217
|
AgentRoleSchema3 as AgentRoleSchema,
|
|
6216
6218
|
AgentStateMachine,
|
|
6217
6219
|
StepExecutor as AgentStepExecutor,
|
|
6220
|
+
AgenticAdapter,
|
|
6218
6221
|
AppConfigSchema,
|
|
6219
6222
|
ArchitectureExpert,
|
|
6220
6223
|
ArtifactRefSchema,
|
|
@@ -6743,6 +6746,7 @@ export {
|
|
|
6743
6746
|
createAgentPairKey,
|
|
6744
6747
|
createAgentStages,
|
|
6745
6748
|
createStepExecutor as createAgentStepExecutor,
|
|
6749
|
+
createAgenticAdapter,
|
|
6746
6750
|
createAllAdapters,
|
|
6747
6751
|
createArchitectureExpert,
|
|
6748
6752
|
createAttestation,
|