nexus-agents 2.128.5 → 2.128.6
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-PSV5NRXH.js → chunk-CZ6BQVFR.js} +3 -3
- package/dist/{chunk-PSV5NRXH.js.map → chunk-CZ6BQVFR.js.map} +1 -1
- package/dist/{chunk-GPH6YSNB.js → chunk-RQLFGWST.js} +3 -3
- package/dist/{chunk-NSKECFYS.js → chunk-ZYB7DYIY.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/dist/{setup-command-P2HHAW7Q.js → setup-command-EUV4BVXV.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-GPH6YSNB.js.map → chunk-RQLFGWST.js.map} +0 -0
- /package/dist/{chunk-NSKECFYS.js.map → chunk-ZYB7DYIY.js.map} +0 -0
- /package/dist/{setup-command-P2HHAW7Q.js.map → setup-command-EUV4BVXV.js.map} +0 -0
|
@@ -123,7 +123,7 @@ import {
|
|
|
123
123
|
DEFAULT_TASK_TTL_MS,
|
|
124
124
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
125
125
|
clampTaskTtl
|
|
126
|
-
} from "./chunk-
|
|
126
|
+
} from "./chunk-RQLFGWST.js";
|
|
127
127
|
import {
|
|
128
128
|
resolveInsideRoot
|
|
129
129
|
} from "./chunk-NUBSJGQZ.js";
|
|
@@ -37732,7 +37732,7 @@ async function handleRunGraphWorkflow(input, logger57) {
|
|
|
37732
37732
|
checkpointCount
|
|
37733
37733
|
};
|
|
37734
37734
|
}
|
|
37735
|
-
var GRAPH_WORKFLOW_DESCRIPTION = "Run a DAG-shaped workflow with per-node checkpoints, event streaming, and an audit trail.
|
|
37735
|
+
var GRAPH_WORKFLOW_DESCRIPTION = "Run a DAG-shaped workflow with per-node checkpoints, event streaming, and an audit trail. Checkpoints drive the executor in-process recovery (crash-resume + selective node retry) and inspection \u2014 the MCP call is fire-and-forget with NO caller resume input, and the checkpoint store is in-memory (not durable across process restarts). For straight linear templates, use `run_workflow` instead.";
|
|
37736
37736
|
var GRAPH_WORKFLOW_SCHEMA = {
|
|
37737
37737
|
workflow: z67.string().min(1).max(100).describe(
|
|
37738
37738
|
'Workflow name: echo, pipeline, code-review, security-scan. Use "list" for available workflows.'
|
|
@@ -50526,4 +50526,4 @@ export {
|
|
|
50526
50526
|
shutdownFeedbackSubscriber,
|
|
50527
50527
|
createEventBusBridge
|
|
50528
50528
|
};
|
|
50529
|
-
//# sourceMappingURL=chunk-
|
|
50529
|
+
//# sourceMappingURL=chunk-CZ6BQVFR.js.map
|