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.
@@ -123,7 +123,7 @@ import {
123
123
  DEFAULT_TASK_TTL_MS,
124
124
  DEFAULT_TOOL_RATE_LIMITS,
125
125
  clampTaskTtl
126
- } from "./chunk-GPH6YSNB.js";
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. Use for multi-step pipelines where intermediate state must survive failures (checkpoints persist per node for inspection/restart). For straight linear templates, use `run_workflow` instead.";
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-PSV5NRXH.js.map
50529
+ //# sourceMappingURL=chunk-CZ6BQVFR.js.map