@codemation/core 0.13.1 → 0.14.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.
Files changed (71) hide show
  1. package/CHANGELOG.md +110 -0
  2. package/dist/{CostCatalogContract-Dxq1BTyi.d.cts → CostCatalogContract-B9aYIqJu.d.cts} +2 -2
  3. package/dist/{EngineRuntimeRegistration.types-CqcTWexS.d.cts → EngineRuntimeRegistration.types-BYAmGMdS.d.cts} +3 -3
  4. package/dist/{EngineRuntimeRegistration.types-Cr75cSfL.d.ts → EngineRuntimeRegistration.types-CVLI8DsJ.d.ts} +2 -2
  5. package/dist/{InMemoryRunDataFactory-Csy2evr_.d.cts → InMemoryRunDataFactory-C3rIszrW.d.cts} +4 -2
  6. package/dist/{ItemsInputNormalizer-57EdA1ad.cjs → ItemsInputNormalizer-B9SdLG24.cjs} +2 -2
  7. package/dist/{ItemsInputNormalizer-57EdA1ad.cjs.map → ItemsInputNormalizer-B9SdLG24.cjs.map} +1 -1
  8. package/dist/{ItemsInputNormalizer-BkSvmfAW.js → ItemsInputNormalizer-CZEODg94.js} +2 -2
  9. package/dist/{ItemsInputNormalizer-BkSvmfAW.js.map → ItemsInputNormalizer-CZEODg94.js.map} +1 -1
  10. package/dist/{ItemsInputNormalizer-BWtlwdVI.d.ts → ItemsInputNormalizer-DoOawd9R.d.ts} +10 -2
  11. package/dist/{ItemsInputNormalizer-pLrWwUAP.d.cts → ItemsInputNormalizer-UCpn7luX.d.cts} +11 -3
  12. package/dist/{RunIntentService-BitgkKaT.d.cts → RunIntentService-0f3ICjAz.d.cts} +2 -2
  13. package/dist/{RunIntentService-DYpqfu6D.d.ts → RunIntentService-Dx_HHxDX.d.ts} +2 -2
  14. package/dist/{agentMcpTypes-DGIwk6Ue.d.cts → agentMcpTypes-B11B3Hd-.d.cts} +8 -1
  15. package/dist/bootstrap/index.cjs +3 -3
  16. package/dist/bootstrap/index.d.cts +5 -5
  17. package/dist/bootstrap/index.d.ts +5 -5
  18. package/dist/bootstrap/index.js +3 -3
  19. package/dist/{bootstrap-UDyH8OfK.cjs → bootstrap-Be0LB0nh.cjs} +3 -3
  20. package/dist/{bootstrap-UDyH8OfK.cjs.map → bootstrap-Be0LB0nh.cjs.map} +1 -1
  21. package/dist/{bootstrap-DB3jpo8F.js → bootstrap-pSQdsMfa.js} +3 -3
  22. package/dist/{bootstrap-DB3jpo8F.js.map → bootstrap-pSQdsMfa.js.map} +1 -1
  23. package/dist/browser.cjs +2 -2
  24. package/dist/browser.d.cts +3 -3
  25. package/dist/browser.d.ts +2 -2
  26. package/dist/browser.js +2 -2
  27. package/dist/contracts.d.cts +4 -4
  28. package/dist/contracts.d.ts +1 -1
  29. package/dist/{di-D9Mv3kF3.js → di-CEV6wTc4.js} +6 -5
  30. package/dist/di-CEV6wTc4.js.map +1 -0
  31. package/dist/{di-C-2ep8NZ.cjs → di-DhwtDRgs.cjs} +6 -5
  32. package/dist/di-DhwtDRgs.cjs.map +1 -0
  33. package/dist/{executionPersistenceContracts-CN9d7AnL.d.cts → executionPersistenceContracts-CX9Ql8N1.d.cts} +2 -2
  34. package/dist/{index-rllWL4r-.d.ts → index-CbJdbIHe.d.ts} +93 -6
  35. package/dist/{index-C2P-fOAx.d.ts → index-uPnD9EE6.d.ts} +51 -11
  36. package/dist/index.cjs +20 -7
  37. package/dist/index.cjs.map +1 -1
  38. package/dist/index.d.cts +135 -16
  39. package/dist/index.d.ts +5 -5
  40. package/dist/index.js +19 -8
  41. package/dist/index.js.map +1 -1
  42. package/dist/{params-DRUr0F5v.d.cts → params-Dwl10Ws9.d.cts} +3 -4
  43. package/dist/{runtime-iHBN1jyD.js → runtime-CSunvf7A.js} +112 -15
  44. package/dist/runtime-CSunvf7A.js.map +1 -0
  45. package/dist/{runtime-rrH8-Ouq.cjs → runtime-n2tqRwaf.cjs} +117 -14
  46. package/dist/runtime-n2tqRwaf.cjs.map +1 -0
  47. package/dist/testing.cjs +3 -3
  48. package/dist/testing.d.cts +3 -3
  49. package/dist/testing.d.ts +3 -3
  50. package/dist/testing.js +3 -3
  51. package/package.json +1 -1
  52. package/src/ai/AiHost.ts +7 -0
  53. package/src/ai/NodeBackedToolConfig.ts +2 -0
  54. package/src/authoring/defineNode.types.ts +18 -7
  55. package/src/authoring/definePollingTrigger.types.ts +20 -5
  56. package/src/authoring/index.ts +1 -0
  57. package/src/authoring/nodeBaseOptions.types.ts +18 -0
  58. package/src/contracts/itemExpr.ts +15 -11
  59. package/src/contracts/workflowTypes.ts +7 -0
  60. package/src/contracts/workspaceFileTypes.ts +42 -2
  61. package/src/execution/NodeOutputNormalizer.ts +8 -1
  62. package/src/execution/RunnableOutputBehaviorResolver.ts +12 -0
  63. package/src/index.ts +10 -2
  64. package/src/workflow/dsl/ChainCursorResolver.ts +13 -0
  65. package/src/workflow/dsl/WhenBuilder.ts +66 -2
  66. package/src/workflow/dsl/workflowBuilderTypes.ts +29 -0
  67. package/src/workflowSnapshots/WorkflowSnapshotCodec.ts +1 -0
  68. package/dist/di-C-2ep8NZ.cjs.map +0 -1
  69. package/dist/di-D9Mv3kF3.js.map +0 -1
  70. package/dist/runtime-iHBN1jyD.js.map +0 -1
  71. package/dist/runtime-rrH8-Ouq.cjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,115 @@
1
1
  # @codemation/core
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#225](https://github.com/MadeRelevant/codemation/pull/225) [`675260a`](https://github.com/MadeRelevant/codemation/commit/675260aa7a30c55a34b5a6107ad2222937f4a769) Thanks [@cblokland90](https://github.com/cblokland90)! - DSL `mergeForward(config)` — the config-level twin of `.thenMerge`, usable inside `.when([...])` branch arms to merge a node's output onto item.json instead of replacing it.
8
+
9
+ - [#234](https://github.com/MadeRelevant/codemation/pull/234) [`13f9f11`](https://github.com/MadeRelevant/codemation/commit/13f9f11454855f44cd0849ea7e8f0c60f4a28964) Thanks [@cblokland90](https://github.com/cblokland90)! - feat(core): make `description` a first-class config option every authorable node accepts directly
10
+
11
+ A node's plain-language `description` (the non-technical "what does this step do" line rendered in
12
+ the node properties sidebar) is now a normal option passed inline alongside `id`, exactly like any
13
+ other config field — no wrapper or clone helper:
14
+
15
+ ```ts
16
+ new Callback("Tag order as received", markReceived, { id: "mark", description: "Tags the order." });
17
+ new If("High value?", (i) => i.json.total > 1000, { id: "gate", description: "Routes big orders." });
18
+ new CronTrigger("Nightly", { schedule: "0 2 * * *" }, { id: "nightly", description: "Runs nightly." });
19
+ ```
20
+
21
+ - `NodeConfigBase` gains `readonly description?: string` (mirrors `icon`), and the
22
+ `WorkflowSnapshotCodec` carries it into the persisted snapshot config the host / canvas mappers
23
+ read — so the sidebar renders it. (`description` was added to the codec's non-serializable
24
+ fallback whitelist for parity with `icon`.)
25
+ - Every authorable built-in node threads `description` into its config: options-object nodes
26
+ (`Callback`, `MapData`, `Assertion`, `HttpRequest`, `AIAgent`, `TestTrigger`) accept it in their
27
+ options; bare-id nodes (`If`, `Split`, `Filter`, `Aggregate`, `Wait`, `Switch`, `SubWorkflow`,
28
+ `Merge`, `NoOp`, `IsTestRun`, `CronTrigger`, `WebhookTrigger`, `ManualTrigger`) now take a final
29
+ `string | { id?: string; description?: string }` argument — a bare `"id"` string still works
30
+ (back-compat).
31
+ - The `define*` factory helpers carry it too: `defineNode`, `defineBatchNode`,
32
+ `definePollingTrigger` (and everything layered on `defineNode` — `defineRestNode`,
33
+ `defineHumanApprovalNode`/`inboxApproval`, and the collection CRUD nodes) now accept
34
+ `{ id?, description? }` in the trailing `create(config, name, idOrOptions)` slot, so a per-instance
35
+ `description` survives into the persisted snapshot. A bare string id still works (back-compat).
36
+ - The `workflow-dsl` skill teaches business-action node titles and a one-line `description` set
37
+ directly in each node's options.
38
+
39
+ This supersedes the rejected `present(node, { description })` clone-helper approach (PR [#232](https://github.com/MadeRelevant/codemation/issues/232)/[#233](https://github.com/MadeRelevant/codemation/issues/233)):
40
+ `description` is a normal inline option, not a prototype clone.
41
+
42
+ - [#225](https://github.com/MadeRelevant/codemation/pull/225) [`675260a`](https://github.com/MadeRelevant/codemation/commit/675260aa7a30c55a34b5a6107ad2222937f4a769) Thanks [@cblokland90](https://github.com/cblokland90)! - feat(core): DSL `.thenMerge(node)` + engine merge-json behavior
43
+
44
+ Adds a clean carry-forward mechanism mirroring `keepBinaries`. A node appended with
45
+ `.thenMerge(...)` has its output **merged onto `item.json`** (shallow, output-wins)
46
+ instead of replacing it, so earlier fields survive a transform/OCR/extraction node —
47
+ e.g. Gmail trigger metadata captured upstream survives `codemationDocumentScannerNode`
48
+ (`{ markdown, fields }`) or an `AIAgent` extraction step.
49
+ - Engine: `NodeOutputNormalizer.applyOutput` honors a new `mergeJson` behavior flag,
50
+ shallow-merging node output onto the input json when both are plain objects (falls back
51
+ to replace otherwise). Merge applies per fanned-out element.
52
+ - `RunnableOutputBehaviorResolver` resolves `mergeJson` off the node config the same way
53
+ it resolves `keepBinaries`.
54
+ - DSL: `ChainCursor.thenMerge(config)` stamps the flag on the config and returns a cursor
55
+ typed as the intersection `TCurrentJson & RunnableNodeOutputJson<TConfig>` so downstream
56
+ steps see both the prior fields and the node's output.
57
+
58
+ - [#225](https://github.com/MadeRelevant/codemation/pull/225) [`675260a`](https://github.com/MadeRelevant/codemation/commit/675260aa7a30c55a34b5a6107ad2222937f4a769) Thanks [@cblokland90](https://github.com/cblokland90)! - feat(dsl): boolean `.when` branches auto-merge when you continue the chain
59
+
60
+ A boolean `.when(true, [...]).when(false, [...])` chain is no longer terminal. Continuing the
61
+ trunk with `.then(...)` or `.humanApproval(...)` now connects ALL accumulated branch tails into
62
+ the next node — the same fan-in merge the object form `.when({ true: [...], false: [...] })`
63
+ already produced.
64
+
65
+ ```ts
66
+ workflow
67
+ .start(...)
68
+ .then(checkOrder.create(...)) // an If node
69
+ .when(true, [enrich.create(...)])
70
+ .when(false, [flag.create(...)])
71
+ .then(notify.create(...)) // BOTH branch tails merge into `notify`
72
+ .build();
73
+ ```
74
+
75
+ An empty arm (`.when(true, [])`) contributes the branch port off the If node, so it rejoins
76
+ straight from the port on continuation — the old empty-arm "rejoin" hack is no longer needed.
77
+ `.build()` on a branch chain (without continuation) still terminates as before, and the object
78
+ form / `.route(...)` paths are unchanged.
79
+
80
+ The continued cursor is typed `ChainCursor<TCurrentJson>` (the pre-branch item type): boolean
81
+ arms carry no output guard, so the merged item type is underdetermined — use the object form when
82
+ you need a precise merged type inline.
83
+
84
+ - [#222](https://github.com/MadeRelevant/codemation/pull/222) [`0881b46`](https://github.com/MadeRelevant/codemation/commit/0881b4676d2db29f36415d9b47709128d4c15e0e) Thanks [@cblokland90](https://github.com/cblokland90)! - feat: add writeFile capability to workspace file storage + writeWorkspaceFileNode
85
+
86
+ Adds a `writeFile` method to `IWorkspaceFileStorage` (and all three adapters:
87
+ `LocalFilesystemWorkspaceFileStorage`, `S3WorkspaceFileStorage`,
88
+ `PresignedS3WorkspaceFileStorage`) that writes bytes into the workspace file pool
89
+ under a new, randomly-generated fileId.
90
+
91
+ Adds `IWorkspaceFileRegistrar` / `WorkspaceFileRegistrarToken` for the optional
92
+ CP registry hook (post a WorkspaceFile row so the concierge can see the file).
93
+
94
+ Adds `writeWorkspaceFileNode` (`workspace-files.write`) to
95
+ `@codemation/core-nodes-workspace-files`: reads from a binary slot, calls
96
+ `writeFile`, optionally calls the registrar, returns metadata with a `registered`
97
+ flag.
98
+
99
+ The `/internal/workspace-files/register` CP endpoint is NOT yet implemented —
100
+ the node will set `registered: false` until it is added to the control plane.
101
+
102
+ ## 0.13.2
103
+
104
+ ### Patch Changes
105
+
106
+ - [#205](https://github.com/MadeRelevant/codemation/pull/205) [`3317947`](https://github.com/MadeRelevant/codemation/commit/33179472db68b2f4fc1a15961ac389df25d8cb6f) Thanks [@cblokland90](https://github.com/cblokland90)! - perf(ci): parallelize integration test suite with per-worker database isolation
107
+
108
+ Adds graceful drain-before-stop to InlineDrivingScheduler so in-flight setImmediate
109
+ activations complete before the DB connection is closed or a test transaction rolls back.
110
+
111
+ - [#210](https://github.com/MadeRelevant/codemation/pull/210) [`d4c7aca`](https://github.com/MadeRelevant/codemation/commit/d4c7aca5248352b82313efb16d5792cc24875005) Thanks [@cblokland90](https://github.com/cblokland90)! - AgentToolFactory.asTool() now accepts a per-binding `onRejected` ("halt" | "return"). Setting it marks that tool binding as human-in-the-loop and takes precedence over any `humanApprovalToolBehavior` default carried by the backing node, so two tools backed by the same node can reject differently without cloning the node config.
112
+
3
113
  ## 0.13.1
4
114
 
5
115
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { pi as CostTrackingUsageRecord } from "./agentMcpTypes-DGIwk6Ue.cjs";
1
+ import { pi as CostTrackingUsageRecord } from "./agentMcpTypes-B11B3Hd-.cjs";
2
2
 
3
3
  //#region src/contracts/CostCatalogContract.d.ts
4
4
  interface CostCatalogEntry {
@@ -16,4 +16,4 @@ interface CostCatalog {
16
16
  }
17
17
  //#endregion
18
18
  export { CostCatalogEntry as n, CostCatalog as t };
19
- //# sourceMappingURL=CostCatalogContract-Dxq1BTyi.d.cts.map
19
+ //# sourceMappingURL=CostCatalogContract-B9aYIqJu.d.cts.map
@@ -1,5 +1,5 @@
1
- import { C as PersistedWorkflowSnapshotNode, Er as WorkflowRepository, Fr as WebhookTriggerMatcher, Lr as WebhookTriggerRoutingDiagnostics, N as RunResult, Nt as NodeConfigBase, S as PersistedWorkflowSnapshot, Tt as Items, W as DependencyContainer, Xi as WorkflowId, br as TriggerRuntimeDiagnostics, lt as EngineExecutionLimitsPolicyConfig, on as WorkflowDefinition, pn as WorkflowPolicyRuntimeDefaults, qi as NodeId, qt as ParentExecutionRef, w as PersistedWorkflowTokenRegistryLike } from "./agentMcpTypes-DGIwk6Ue.cjs";
2
- import { r as Engine } from "./RunIntentService-BitgkKaT.cjs";
1
+ import { C as PersistedWorkflowSnapshotNode, Er as WorkflowRepository, Fr as WebhookTriggerMatcher, Lr as WebhookTriggerRoutingDiagnostics, N as RunResult, Nt as NodeConfigBase, S as PersistedWorkflowSnapshot, Tt as Items, W as DependencyContainer, Xi as WorkflowId, br as TriggerRuntimeDiagnostics, lt as EngineExecutionLimitsPolicyConfig, on as WorkflowDefinition, pn as WorkflowPolicyRuntimeDefaults, qi as NodeId, qt as ParentExecutionRef, w as PersistedWorkflowTokenRegistryLike } from "./agentMcpTypes-B11B3Hd-.cjs";
2
+ import { r as Engine } from "./RunIntentService-0f3ICjAz.cjs";
3
3
 
4
4
  //#region src/workflowSnapshots/WorkflowSnapshotCodec.d.ts
5
5
  declare class WorkflowSnapshotCodec {
@@ -78,4 +78,4 @@ interface EngineRuntimeRegistrationOptions {
78
78
  }
79
79
  //#endregion
80
80
  export { WorkflowSnapshotCodec as a, EngineWorkflowRunnerService as i, TriggerRuntimeDiagnosticsProvider as n, WebhookTriggerMatcherProvider as r, EngineRuntimeRegistrationOptions as t };
81
- //# sourceMappingURL=EngineRuntimeRegistration.types-CqcTWexS.d.cts.map
81
+ //# sourceMappingURL=EngineRuntimeRegistration.types-BYAmGMdS.d.cts.map
@@ -1,4 +1,4 @@
1
- import { $i as TriggerRuntimeDiagnostics, Cn as DependencyContainer, Hn as EngineExecutionLimitsPolicyConfig, Kr as WorkflowPolicyRuntimeDefaults, ga as WebhookTriggerRoutingDiagnostics, ma as WebhookTriggerMatcher } from "./index-rllWL4r-.js";
1
+ import { Jr as WorkflowPolicyRuntimeDefaults, Tn as DependencyContainer, Wn as EngineExecutionLimitsPolicyConfig, ga as WebhookTriggerMatcher, ta as TriggerRuntimeDiagnostics, va as WebhookTriggerRoutingDiagnostics } from "./index-CbJdbIHe.js";
2
2
 
3
3
  //#region src/bootstrap/runtime/EngineRuntimeRegistration.types.d.ts
4
4
 
@@ -41,4 +41,4 @@ interface EngineRuntimeRegistrationOptions {
41
41
  }
42
42
  //#endregion
43
43
  export { TriggerRuntimeDiagnosticsProvider as n, WebhookTriggerMatcherProvider as r, EngineRuntimeRegistrationOptions as t };
44
- //# sourceMappingURL=EngineRuntimeRegistration.types-Cr75cSfL.d.ts.map
44
+ //# sourceMappingURL=EngineRuntimeRegistration.types-CVLI8DsJ.d.ts.map
@@ -1,4 +1,4 @@
1
- import { $t as RunnableNodeConfig, At as JsonValue, Ct as Item, Hn as ExecutionContext, In as BinaryStorageWriteResult, Jt as PersistedRunPolicySnapshot, Mn as BinaryStorage, Mt as NodeActivationId, Nn as BinaryStorageReadResult, On as RetryPolicySpec, Pi as CredentialSessionService, Pn as BinaryStorageStatResult, R as RunTestContext, Un as ExecutionContextFactory, Ut as NodeOutputs, Vn as ExecutionBinaryService, Vr as ExecutionTelemetryFactory, Wn as HumanTaskActor, Xi as WorkflowId, Xt as RunDataSnapshot, Y as TypeToken, Yt as RunDataFactory, Zt as RunId, di as CostTrackingTelemetryFactory, hi as CollectionsContext, jn as BinaryBody, jt as MutableRunData, lr as NodeResolver, nr as NodeBinaryAttachmentService, qi as NodeId, qn as HumanTaskSubject, qt as ParentExecutionRef, rr as NodeExecutionContext, sr as NodeExecutionStatePublisher, yt as BinaryAttachment } from "./agentMcpTypes-DGIwk6Ue.cjs";
1
+ import { $t as RunnableNodeConfig, At as JsonValue, Ct as Item, Hn as ExecutionContext, In as BinaryStorageWriteResult, Jt as PersistedRunPolicySnapshot, Mn as BinaryStorage, Mt as NodeActivationId, Nn as BinaryStorageReadResult, On as RetryPolicySpec, Pi as CredentialSessionService, Pn as BinaryStorageStatResult, R as RunTestContext, Un as ExecutionContextFactory, Ut as NodeOutputs, Vn as ExecutionBinaryService, Vr as ExecutionTelemetryFactory, Wn as HumanTaskActor, Xi as WorkflowId, Xt as RunDataSnapshot, Y as TypeToken, Yt as RunDataFactory, Zt as RunId, di as CostTrackingTelemetryFactory, hi as CollectionsContext, jn as BinaryBody, jt as MutableRunData, lr as NodeResolver, nr as NodeBinaryAttachmentService, qi as NodeId, qn as HumanTaskSubject, qt as ParentExecutionRef, rr as NodeExecutionContext, sr as NodeExecutionStatePublisher, yt as BinaryAttachment } from "./agentMcpTypes-B11B3Hd-.cjs";
2
2
 
3
3
  //#region src/execution/CredentialResolverFactory.d.ts
4
4
  declare class CredentialResolverFactory {
@@ -175,10 +175,12 @@ declare class ItemExprResolver {
175
175
  //#region src/execution/RunnableOutputBehaviorResolver.d.ts
176
176
  type RunnableOutputBehavior = Readonly<{
177
177
  keepBinaries: boolean;
178
+ mergeJson: boolean;
178
179
  }>;
179
180
  declare class RunnableOutputBehaviorResolver {
180
181
  resolve(config: RunnableNodeConfig): RunnableOutputBehavior;
181
182
  private isKeepBinariesEnabled;
183
+ private isMergeJsonEnabled;
182
184
  }
183
185
  //#endregion
184
186
  //#region src/runStorage/InMemoryBinaryStorageRegistry.d.ts
@@ -202,4 +204,4 @@ declare class InMemoryRunDataFactory implements RunDataFactory {
202
204
  }
203
205
  //#endregion
204
206
  export { HumanTaskRecord as _, ItemExprResolver as a, HumanTaskStoreToken as b, DefaultAsyncSleeper as c, UnavailableBinaryStorage as d, HitlResumeTokenSignerSeam as f, HitlWorkspaceIdToken as g, HitlTimeoutJobSchedulerToken as h, RunnableOutputBehaviorResolver as i, AsyncSleeper as l, HitlTimeoutJobSchedulerSeam as m, InMemoryBinaryStorage as n, InProcessRetryRunner as o, HitlResumeTokenSignerToken as p, RunnableOutputBehavior as r, DefaultExecutionContextFactory as s, InMemoryRunDataFactory as t, DefaultExecutionBinaryService as u, HumanTaskStatus as v, CredentialResolverFactory as x, HumanTaskStore as y };
205
- //# sourceMappingURL=InMemoryRunDataFactory-Csy2evr_.d.cts.map
207
+ //# sourceMappingURL=InMemoryRunDataFactory-C3rIszrW.d.cts.map
@@ -1,4 +1,4 @@
1
- const require_di = require('./di-C-2ep8NZ.cjs');
1
+ const require_di = require('./di-DhwtDRgs.cjs');
2
2
  let tsyringe = require("tsyringe");
3
3
  tsyringe = require_di.__toESM(tsyringe);
4
4
 
@@ -40,4 +40,4 @@ Object.defineProperty(exports, 'ItemsInputNormalizer', {
40
40
  return ItemsInputNormalizer;
41
41
  }
42
42
  });
43
- //# sourceMappingURL=ItemsInputNormalizer-57EdA1ad.cjs.map
43
+ //# sourceMappingURL=ItemsInputNormalizer-B9SdLG24.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ItemsInputNormalizer-57EdA1ad.cjs","names":["ItemsInputNormalizer"],"sources":["../src/serialization/ItemsInputNormalizer.ts"],"sourcesContent":["import type { Item, Items } from \"../contracts/workflowTypes\";\nimport { injectable } from \"../di\";\n\n/**\n * Normalizes external inputs into the engine's canonical `Items` shape.\n * Used at host and builder boundaries where callers may provide either a raw value,\n * a single item-like object, or an array of item-like values.\n */\n@injectable()\nexport class ItemsInputNormalizer {\n normalize(raw: unknown): Items {\n if (raw === undefined || raw === null) {\n return [];\n }\n if (Array.isArray(raw)) {\n return raw.map((value) => this.normalizeItem(value));\n }\n return [this.normalizeItem(raw)];\n }\n\n private normalizeItem(raw: unknown): Item {\n if (!this.isItem(raw)) {\n return { json: raw };\n }\n return {\n json: raw.json,\n ...(raw.binary === undefined ? {} : { binary: raw.binary }),\n ...(raw.meta === undefined ? {} : { meta: raw.meta }),\n ...(raw.paired === undefined ? {} : { paired: raw.paired }),\n };\n }\n\n private isItem(raw: unknown): raw is Item {\n return typeof raw === \"object\" && raw !== null && Object.prototype.hasOwnProperty.call(raw, \"json\");\n }\n}\n"],"mappings":";;;;;;;;;;;;;;AASO,iCAAMA,uBAAqB;CAChC,UAAU,KAAqB;AAC7B,MAAI,QAAQ,UAAa,QAAQ,KAC/B,QAAO,EAAE;AAEX,MAAI,MAAM,QAAQ,IAAI,CACpB,QAAO,IAAI,KAAK,UAAU,KAAK,cAAc,MAAM,CAAC;AAEtD,SAAO,CAAC,KAAK,cAAc,IAAI,CAAC;;CAGlC,AAAQ,cAAc,KAAoB;AACxC,MAAI,CAAC,KAAK,OAAO,IAAI,CACnB,QAAO,EAAE,MAAM,KAAK;AAEtB,SAAO;GACL,MAAM,IAAI;GACV,GAAI,IAAI,WAAW,SAAY,EAAE,GAAG,EAAE,QAAQ,IAAI,QAAQ;GAC1D,GAAI,IAAI,SAAS,SAAY,EAAE,GAAG,EAAE,MAAM,IAAI,MAAM;GACpD,GAAI,IAAI,WAAW,SAAY,EAAE,GAAG,EAAE,QAAQ,IAAI,QAAQ;GAC3D;;CAGH,AAAQ,OAAO,KAA2B;AACxC,SAAO,OAAO,QAAQ,YAAY,QAAQ,QAAQ,OAAO,UAAU,eAAe,KAAK,KAAK,OAAO;;;6DAzB1F"}
1
+ {"version":3,"file":"ItemsInputNormalizer-B9SdLG24.cjs","names":["ItemsInputNormalizer"],"sources":["../src/serialization/ItemsInputNormalizer.ts"],"sourcesContent":["import type { Item, Items } from \"../contracts/workflowTypes\";\nimport { injectable } from \"../di\";\n\n/**\n * Normalizes external inputs into the engine's canonical `Items` shape.\n * Used at host and builder boundaries where callers may provide either a raw value,\n * a single item-like object, or an array of item-like values.\n */\n@injectable()\nexport class ItemsInputNormalizer {\n normalize(raw: unknown): Items {\n if (raw === undefined || raw === null) {\n return [];\n }\n if (Array.isArray(raw)) {\n return raw.map((value) => this.normalizeItem(value));\n }\n return [this.normalizeItem(raw)];\n }\n\n private normalizeItem(raw: unknown): Item {\n if (!this.isItem(raw)) {\n return { json: raw };\n }\n return {\n json: raw.json,\n ...(raw.binary === undefined ? {} : { binary: raw.binary }),\n ...(raw.meta === undefined ? {} : { meta: raw.meta }),\n ...(raw.paired === undefined ? {} : { paired: raw.paired }),\n };\n }\n\n private isItem(raw: unknown): raw is Item {\n return typeof raw === \"object\" && raw !== null && Object.prototype.hasOwnProperty.call(raw, \"json\");\n }\n}\n"],"mappings":";;;;;;;;;;;;;;AASO,iCAAMA,uBAAqB;CAChC,UAAU,KAAqB;AAC7B,MAAI,QAAQ,UAAa,QAAQ,KAC/B,QAAO,EAAE;AAEX,MAAI,MAAM,QAAQ,IAAI,CACpB,QAAO,IAAI,KAAK,UAAU,KAAK,cAAc,MAAM,CAAC;AAEtD,SAAO,CAAC,KAAK,cAAc,IAAI,CAAC;;CAGlC,AAAQ,cAAc,KAAoB;AACxC,MAAI,CAAC,KAAK,OAAO,IAAI,CACnB,QAAO,EAAE,MAAM,KAAK;AAEtB,SAAO;GACL,MAAM,IAAI;GACV,GAAI,IAAI,WAAW,SAAY,EAAE,GAAG,EAAE,QAAQ,IAAI,QAAQ;GAC1D,GAAI,IAAI,SAAS,SAAY,EAAE,GAAG,EAAE,MAAM,IAAI,MAAM;GACpD,GAAI,IAAI,WAAW,SAAY,EAAE,GAAG,EAAE,QAAQ,IAAI,QAAQ;GAC3D;;CAGH,AAAQ,OAAO,KAA2B;AACxC,SAAO,OAAO,QAAQ,YAAY,QAAQ,QAAQ,OAAO,UAAU,eAAe,KAAK,KAAK,OAAO;;;6DAzB1F"}
@@ -1,4 +1,4 @@
1
- import { a as injectable } from "./di-D9Mv3kF3.js";
1
+ import { a as injectable } from "./di-CEV6wTc4.js";
2
2
 
3
3
  //#region \0@oxc-project+runtime@0.95.0/helpers/decorate.js
4
4
  function __decorate(decorators, target, key, desc) {
@@ -33,4 +33,4 @@ ItemsInputNormalizer = __decorate([injectable()], ItemsInputNormalizer);
33
33
 
34
34
  //#endregion
35
35
  export { ItemsInputNormalizer as t };
36
- //# sourceMappingURL=ItemsInputNormalizer-BkSvmfAW.js.map
36
+ //# sourceMappingURL=ItemsInputNormalizer-CZEODg94.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ItemsInputNormalizer-BkSvmfAW.js","names":["ItemsInputNormalizer"],"sources":["../src/serialization/ItemsInputNormalizer.ts"],"sourcesContent":["import type { Item, Items } from \"../contracts/workflowTypes\";\nimport { injectable } from \"../di\";\n\n/**\n * Normalizes external inputs into the engine's canonical `Items` shape.\n * Used at host and builder boundaries where callers may provide either a raw value,\n * a single item-like object, or an array of item-like values.\n */\n@injectable()\nexport class ItemsInputNormalizer {\n normalize(raw: unknown): Items {\n if (raw === undefined || raw === null) {\n return [];\n }\n if (Array.isArray(raw)) {\n return raw.map((value) => this.normalizeItem(value));\n }\n return [this.normalizeItem(raw)];\n }\n\n private normalizeItem(raw: unknown): Item {\n if (!this.isItem(raw)) {\n return { json: raw };\n }\n return {\n json: raw.json,\n ...(raw.binary === undefined ? {} : { binary: raw.binary }),\n ...(raw.meta === undefined ? {} : { meta: raw.meta }),\n ...(raw.paired === undefined ? {} : { paired: raw.paired }),\n };\n }\n\n private isItem(raw: unknown): raw is Item {\n return typeof raw === \"object\" && raw !== null && Object.prototype.hasOwnProperty.call(raw, \"json\");\n }\n}\n"],"mappings":";;;;;;;;;;;;AASO,iCAAMA,uBAAqB;CAChC,UAAU,KAAqB;AAC7B,MAAI,QAAQ,UAAa,QAAQ,KAC/B,QAAO,EAAE;AAEX,MAAI,MAAM,QAAQ,IAAI,CACpB,QAAO,IAAI,KAAK,UAAU,KAAK,cAAc,MAAM,CAAC;AAEtD,SAAO,CAAC,KAAK,cAAc,IAAI,CAAC;;CAGlC,AAAQ,cAAc,KAAoB;AACxC,MAAI,CAAC,KAAK,OAAO,IAAI,CACnB,QAAO,EAAE,MAAM,KAAK;AAEtB,SAAO;GACL,MAAM,IAAI;GACV,GAAI,IAAI,WAAW,SAAY,EAAE,GAAG,EAAE,QAAQ,IAAI,QAAQ;GAC1D,GAAI,IAAI,SAAS,SAAY,EAAE,GAAG,EAAE,MAAM,IAAI,MAAM;GACpD,GAAI,IAAI,WAAW,SAAY,EAAE,GAAG,EAAE,QAAQ,IAAI,QAAQ;GAC3D;;CAGH,AAAQ,OAAO,KAA2B;AACxC,SAAO,OAAO,QAAQ,YAAY,QAAQ,QAAQ,OAAO,UAAU,eAAe,KAAK,KAAK,OAAO;;;mCAzBtG,YAAY"}
1
+ {"version":3,"file":"ItemsInputNormalizer-CZEODg94.js","names":["ItemsInputNormalizer"],"sources":["../src/serialization/ItemsInputNormalizer.ts"],"sourcesContent":["import type { Item, Items } from \"../contracts/workflowTypes\";\nimport { injectable } from \"../di\";\n\n/**\n * Normalizes external inputs into the engine's canonical `Items` shape.\n * Used at host and builder boundaries where callers may provide either a raw value,\n * a single item-like object, or an array of item-like values.\n */\n@injectable()\nexport class ItemsInputNormalizer {\n normalize(raw: unknown): Items {\n if (raw === undefined || raw === null) {\n return [];\n }\n if (Array.isArray(raw)) {\n return raw.map((value) => this.normalizeItem(value));\n }\n return [this.normalizeItem(raw)];\n }\n\n private normalizeItem(raw: unknown): Item {\n if (!this.isItem(raw)) {\n return { json: raw };\n }\n return {\n json: raw.json,\n ...(raw.binary === undefined ? {} : { binary: raw.binary }),\n ...(raw.meta === undefined ? {} : { meta: raw.meta }),\n ...(raw.paired === undefined ? {} : { paired: raw.paired }),\n };\n }\n\n private isItem(raw: unknown): raw is Item {\n return typeof raw === \"object\" && raw !== null && Object.prototype.hasOwnProperty.call(raw, \"json\");\n }\n}\n"],"mappings":";;;;;;;;;;;;AASO,iCAAMA,uBAAqB;CAChC,UAAU,KAAqB;AAC7B,MAAI,QAAQ,UAAa,QAAQ,KAC/B,QAAO,EAAE;AAEX,MAAI,MAAM,QAAQ,IAAI,CACpB,QAAO,IAAI,KAAK,UAAU,KAAK,cAAc,MAAM,CAAC;AAEtD,SAAO,CAAC,KAAK,cAAc,IAAI,CAAC;;CAGlC,AAAQ,cAAc,KAAoB;AACxC,MAAI,CAAC,KAAK,OAAO,IAAI,CACnB,QAAO,EAAE,MAAM,KAAK;AAEtB,SAAO;GACL,MAAM,IAAI;GACV,GAAI,IAAI,WAAW,SAAY,EAAE,GAAG,EAAE,QAAQ,IAAI,QAAQ;GAC1D,GAAI,IAAI,SAAS,SAAY,EAAE,GAAG,EAAE,MAAM,IAAI,MAAM;GACpD,GAAI,IAAI,WAAW,SAAY,EAAE,GAAG,EAAE,QAAQ,IAAI,QAAQ;GAC3D;;CAGH,AAAQ,OAAO,KAA2B;AACxC,SAAO,OAAO,QAAQ,YAAY,QAAQ,QAAQ,OAAO,UAAU,eAAe,KAAK,KAAK,OAAO;;;mCAzBtG,YAAY"}
@@ -1,4 +1,4 @@
1
- import { Eo as NodeId, Ii as NodeExecutionContext, Mr as RunnableNodeConfig, Nr as RunnableNodeInputJson, On as TypeToken, Rt as ConnectionInvocationId, Sr as NodeOutputs, To as NodeConnectionName, fr as NodeConfigBase, gt as Expr, ir as Items, ja as TelemetrySpanScope, lr as JsonValue, nr as Item, q as McpServerDeclaration, uo as CredentialRequirement } from "./index-rllWL4r-.js";
1
+ import { An as TypeToken, Bt as ConnectionInvocationId, Do as NodeConnectionName, Fr as RunnableNodeInputJson, Na as TelemetrySpanScope, Oo as NodeId, Pr as RunnableNodeConfig, Ri as NodeExecutionContext, Y as McpServerDeclaration, dr as JsonValue, fo as CredentialRequirement, ir as Item, mr as NodeConfigBase, or as Items, vt as Expr, wr as NodeOutputs } from "./index-CbJdbIHe.js";
2
2
  import { ZodType, input, output } from "zod";
3
3
 
4
4
  //#region src/ai/NodeBackedToolConfig.d.ts
@@ -10,6 +10,7 @@ declare class NodeBackedToolConfig<TNodeConfig extends RunnableNodeConfig<any, a
10
10
  readonly toolKind: "nodeBacked";
11
11
  readonly description?: string;
12
12
  readonly presentation?: AgentCanvasPresentation;
13
+ readonly onRejected?: "halt" | "return";
13
14
  private readonly inputSchemaValue;
14
15
  private readonly outputSchemaValue;
15
16
  private readonly mapInputValue?;
@@ -274,6 +275,13 @@ type NodeBackedToolConfigOptions<TNodeConfig extends RunnableNodeConfig<any, any
274
275
  outputSchema: TOutputSchema;
275
276
  mapInput?: NodeBackedToolInputMapper<TNodeConfig, input<TInputSchema>>;
276
277
  mapOutput?: NodeBackedToolOutputMapper<TNodeConfig, input<TInputSchema>, output<TOutputSchema>>;
278
+ /**
279
+ * Marks THIS tool binding as human-in-the-loop and sets the behavior when a human rejects the
280
+ * approval: `"return"` feeds the rejection back to the agent as a tool result, `"halt"` stops the
281
+ * run. Set per binding, so two tools backed by the same node can reject differently. When set, it
282
+ * takes precedence over any `humanApprovalToolBehavior` marker carried by the backing node.
283
+ */
284
+ onRejected?: "halt" | "return";
277
285
  }>;
278
286
  interface AgentNodeConfig<TInputJson = unknown, TOutputJson = unknown> extends RunnableNodeConfig<TInputJson, TOutputJson> {
279
287
  readonly messages: AgentMessageConfig<TInputJson>;
@@ -318,4 +326,4 @@ declare class ItemsInputNormalizer {
318
326
  }
319
327
  //#endregion
320
328
  export { ChatModelFactory as A, ZodSchemaAny as B, AgentToolDefinition as C, ChatLanguageModel as D, AgentTurnLimitBehavior as E, NodeBackedToolOutputMapperArgs as F, CallableToolFactory as G, AgentMessageConfigNormalizer as H, StructuredOutputOptions as I, CallableToolExecuteHandler as J, CallableToolConfig as K, Tool as L, NodeBackedToolInputMapper as M, NodeBackedToolInputMapperArgs as N, ChatLanguageModelCallOptions as O, NodeBackedToolOutputMapper as P, ToolConfig as R, AgentToolCallPlanner as S, AgentToolToken as T, AgentToolFactory as U, AgentConfigInspector as V, CallableToolKindToken as W, NodeBackedToolConfig as Y, AgentMessageTemplateContent as _, AgentConnectionNodeRole as a, AgentTool as b, AgentCanvasPresentation as c, AgentMessageBuildArgs as d, AgentMessageConfig as f, AgentMessageTemplate as g, AgentMessageRole as h, AgentConnectionNodeDescriptor as i, NodeBackedToolConfigOptions as j, ChatModelConfig as k, AgentGuardrailConfig as l, AgentMessageLine as m, AgentConnectionCredentialSource as n, McpServerResolver as o, AgentMessageDto as p, CallableToolConfigOptions as q, AgentConnectionNodeCollector as r, AgentAttachmentRole as s, ItemsInputNormalizer as t, AgentGuardrailDefaults as u, AgentModelInvocationOptions as v, AgentToolExecuteArgs as w, AgentToolCall as x, AgentNodeConfig as y, ToolExecuteArgs as z };
321
- //# sourceMappingURL=ItemsInputNormalizer-BWtlwdVI.d.ts.map
329
+ //# sourceMappingURL=ItemsInputNormalizer-DoOawd9R.d.ts.map
@@ -1,5 +1,5 @@
1
- import { $t as RunnableNodeConfig, At as JsonValue, Ct as Item, Ki as NodeConnectionName, Nt as NodeConfigBase, Qr as TelemetrySpanScope, Tt as Items, Ut as NodeOutputs, Y as TypeToken, a as ConnectionInvocationId, b as PersistedRunState, en as RunnableNodeInputJson, ji as CredentialRequirement, qi as NodeId, rr as NodeExecutionContext } from "./agentMcpTypes-DGIwk6Ue.cjs";
2
- import { t as Expr } from "./params-DRUr0F5v.cjs";
1
+ import { $t as RunnableNodeConfig, At as JsonValue, Ct as Item, Ki as NodeConnectionName, Nt as NodeConfigBase, Qr as TelemetrySpanScope, Tt as Items, Ut as NodeOutputs, Y as TypeToken, a as ConnectionInvocationId, b as PersistedRunState, en as RunnableNodeInputJson, ji as CredentialRequirement, qi as NodeId, rr as NodeExecutionContext } from "./agentMcpTypes-B11B3Hd-.cjs";
2
+ import { t as Expr } from "./params-Dwl10Ws9.cjs";
3
3
  import { ZodType, input, output } from "zod";
4
4
 
5
5
  //#region src/contracts/mcpTypes.d.ts
@@ -96,6 +96,7 @@ declare class NodeBackedToolConfig<TNodeConfig extends RunnableNodeConfig<any, a
96
96
  readonly toolKind: "nodeBacked";
97
97
  readonly description?: string;
98
98
  readonly presentation?: AgentCanvasPresentation;
99
+ readonly onRejected?: "halt" | "return";
99
100
  private readonly inputSchemaValue;
100
101
  private readonly outputSchemaValue;
101
102
  private readonly mapInputValue?;
@@ -360,6 +361,13 @@ type NodeBackedToolConfigOptions<TNodeConfig extends RunnableNodeConfig<any, any
360
361
  outputSchema: TOutputSchema;
361
362
  mapInput?: NodeBackedToolInputMapper<TNodeConfig, input<TInputSchema>>;
362
363
  mapOutput?: NodeBackedToolOutputMapper<TNodeConfig, input<TInputSchema>, output<TOutputSchema>>;
364
+ /**
365
+ * Marks THIS tool binding as human-in-the-loop and sets the behavior when a human rejects the
366
+ * approval: `"return"` feeds the rejection back to the agent as a tool result, `"halt"` stops the
367
+ * run. Set per binding, so two tools backed by the same node can reject differently. When set, it
368
+ * takes precedence over any `humanApprovalToolBehavior` marker carried by the backing node.
369
+ */
370
+ onRejected?: "halt" | "return";
363
371
  }>;
364
372
  interface AgentNodeConfig<TInputJson = unknown, TOutputJson = unknown> extends RunnableNodeConfig<TInputJson, TOutputJson> {
365
373
  readonly messages: AgentMessageConfig<TInputJson>;
@@ -404,4 +412,4 @@ declare class ItemsInputNormalizer {
404
412
  }
405
413
  //#endregion
406
414
  export { McpServerDeclaration as $, ChatModelFactory as A, ZodSchemaAny as B, AgentToolDefinition as C, ChatLanguageModel as D, AgentTurnLimitBehavior as E, NodeBackedToolOutputMapperArgs as F, CallableToolFactory as G, AgentMessageConfigNormalizer as H, StructuredOutputOptions as I, CallableToolExecuteHandler as J, CallableToolConfig as K, Tool as L, NodeBackedToolInputMapper as M, NodeBackedToolInputMapperArgs as N, ChatLanguageModelCallOptions as O, NodeBackedToolOutputMapper as P, RunFinishedAtFactory as Q, ToolConfig as R, AgentToolCallPlanner as S, AgentToolToken as T, AgentToolFactory as U, AgentConfigInspector as V, CallableToolKindToken as W, NodeIterationIdFactory as X, NodeBackedToolConfig as Y, ConnectionNodeIdFactory as Z, AgentMessageTemplateContent as _, AgentConnectionNodeRole as a, AgentTool as b, AgentCanvasPresentation as c, AgentMessageBuildArgs as d, McpServerTransport as et, AgentMessageConfig as f, AgentMessageTemplate as g, AgentMessageRole as h, AgentConnectionNodeDescriptor as i, NodeBackedToolConfigOptions as j, ChatModelConfig as k, AgentGuardrailConfig as l, AgentMessageLine as m, AgentConnectionCredentialSource as n, McpServerResolver as o, AgentMessageDto as p, CallableToolConfigOptions as q, AgentConnectionNodeCollector as r, AgentAttachmentRole as s, ItemsInputNormalizer as t, AgentGuardrailDefaults as u, AgentModelInvocationOptions as v, AgentToolExecuteArgs as w, AgentToolCall as x, AgentNodeConfig as y, ToolExecuteArgs as z };
407
- //# sourceMappingURL=ItemsInputNormalizer-pLrWwUAP.d.cts.map
415
+ //# sourceMappingURL=ItemsInputNormalizer-UCpn7luX.d.cts.map
@@ -1,4 +1,4 @@
1
- import { Ar as WorkflowSnapshotResolver, D as RunCurrentState, Er as WorkflowRepository, Fr as WebhookTriggerMatcher, H as WorkflowExecutionRepository, I as RunStopCondition, Ir as WebhookTriggerResolution, Mt as NodeActivationId, N as RunResult, Pr as WebhookInvocationMatch, Tt as Items, Ut as NodeOutputs, Xi as WorkflowId, Yn as LiveWorkflowRepository, Zn as NodeActivationContinuation, Zt as RunId, ar as NodeExecutionRequestHandler, ir as NodeExecutionRequest, jr as HttpMethod, k as RunExecutionOptions, on as WorkflowDefinition, p as NodeInputsByPort, pr as ResumeContext, qi as NodeId, qt as ParentExecutionRef, s as CurrentStateExecutionRequest, w as PersistedWorkflowTokenRegistryLike, z as WebhookRunResult } from "./agentMcpTypes-DGIwk6Ue.cjs";
1
+ import { Ar as WorkflowSnapshotResolver, D as RunCurrentState, Er as WorkflowRepository, Fr as WebhookTriggerMatcher, H as WorkflowExecutionRepository, I as RunStopCondition, Ir as WebhookTriggerResolution, Mt as NodeActivationId, N as RunResult, Pr as WebhookInvocationMatch, Tt as Items, Ut as NodeOutputs, Xi as WorkflowId, Yn as LiveWorkflowRepository, Zn as NodeActivationContinuation, Zt as RunId, ar as NodeExecutionRequestHandler, ir as NodeExecutionRequest, jr as HttpMethod, k as RunExecutionOptions, on as WorkflowDefinition, p as NodeInputsByPort, pr as ResumeContext, qi as NodeId, qt as ParentExecutionRef, s as CurrentStateExecutionRequest, w as PersistedWorkflowTokenRegistryLike, z as WebhookRunResult } from "./agentMcpTypes-B11B3Hd-.cjs";
2
2
 
3
3
  //#region src/orchestration/Engine.d.ts
4
4
  interface EngineTriggerRuntime {
@@ -217,4 +217,4 @@ declare class RunIntentService {
217
217
  }
218
218
  //#endregion
219
219
  export { InMemoryLiveWorkflowRepository as n, Engine as r, RunIntentService as t };
220
- //# sourceMappingURL=RunIntentService-BitgkKaT.d.cts.map
220
+ //# sourceMappingURL=RunIntentService-0f3ICjAz.d.cts.map
@@ -1,4 +1,4 @@
1
- import { $t as PersistedRunState, Ai as NodeActivationContinuation, Ar as RunId, Bt as CurrentStateExecutionRequest, Dr as PersistedRunPolicySnapshot, Eo as NodeId, Er as ParentExecutionRef, Hi as NodeResolver, Hn as EngineExecutionLimitsPolicyConfig, Hr as WorkflowErrorHandlerSpec, Jr as WorkflowStoragePolicyDecisionArgs, Ki as ResumeContext, Kr as WorkflowPolicyRuntimeDefaults, Kt as NodeInputsByPort, Li as NodeExecutionRequest, Oi as LiveWorkflowRepository, Ri as NodeExecutionRequestHandler, Sr as NodeOutputs, Vn as EngineExecutionLimitsPolicy, Vr as WorkflowErrorHandler, aa as WorkflowRepository, cn as RunExecutionOptions, dr as NodeActivationId, fn as RunResult, fr as NodeConfigBase, gr as NodeErrorHandlerSpec, ha as WebhookTriggerResolution, hn as RunStopCondition, ir as Items, ko as WorkflowId, la as WorkflowSnapshotResolver, ma as WebhookTriggerMatcher, mr as NodeErrorHandler, nn as PersistedWorkflowSnapshotNode, on as RunCurrentState, pa as WebhookInvocationMatch, rn as PersistedWorkflowTokenRegistryLike, tn as PersistedWorkflowSnapshot, ua as HttpMethod, vn as WebhookRunResult, xn as WorkflowExecutionRepository, zr as WorkflowDefinition } from "./index-rllWL4r-.js";
1
+ import { Ai as LiveWorkflowRepository, Bi as NodeExecutionRequestHandler, Cn as WorkflowExecutionRepository, Ht as CurrentStateExecutionRequest, Ji as ResumeContext, Jr as WorkflowPolicyRuntimeDefaults, Jt as NodeInputsByPort, Mi as NodeActivationContinuation, Mr as RunId, Oo as NodeId, Or as ParentExecutionRef, Un as EngineExecutionLimitsPolicy, Ur as WorkflowErrorHandler, Vr as WorkflowDefinition, Wi as NodeResolver, Wn as EngineExecutionLimitsPolicyConfig, Wr as WorkflowErrorHandlerSpec, Xr as WorkflowStoragePolicyDecisionArgs, _a as WebhookTriggerResolution, _n as RunStopCondition, an as PersistedWorkflowTokenRegistryLike, bn as WebhookRunResult, cn as RunCurrentState, da as WorkflowSnapshotResolver, fa as HttpMethod, ga as WebhookTriggerMatcher, gr as NodeErrorHandler, ha as WebhookInvocationMatch, in as PersistedWorkflowSnapshotNode, jo as WorkflowId, kr as PersistedRunPolicySnapshot, mn as RunResult, mr as NodeConfigBase, or as Items, pr as NodeActivationId, rn as PersistedWorkflowSnapshot, sa as WorkflowRepository, tn as PersistedRunState, un as RunExecutionOptions, vr as NodeErrorHandlerSpec, wr as NodeOutputs, zi as NodeExecutionRequest } from "./index-CbJdbIHe.js";
2
2
 
3
3
  //#region src/orchestration/Engine.d.ts
4
4
  interface EngineTriggerRuntime {
@@ -296,4 +296,4 @@ declare class RunIntentService {
296
296
  }
297
297
  //#endregion
298
298
  export { RunPolicySnapshotFactory as a, RunTerminalPersistenceCoordinator as c, WorkflowSnapshotCodec as i, WorkflowStoragePolicyEvaluator as l, InMemoryLiveWorkflowRepository as n, EngineExecutionLimitsPolicyFactory as o, EngineWorkflowRunnerService as r, WorkflowPolicyErrorServices as s, RunIntentService as t, Engine as u };
299
- //# sourceMappingURL=RunIntentService-DYpqfu6D.d.ts.map
299
+ //# sourceMappingURL=RunIntentService-Dx_HHxDX.d.ts.map
@@ -1198,6 +1198,13 @@ interface NodeConfigBase {
1198
1198
  readonly name?: string;
1199
1199
  readonly id?: NodeId;
1200
1200
  readonly icon?: string;
1201
+ /**
1202
+ * Plain-language, non-technical explanation of what this node does, surfaced in the workflow
1203
+ * inspector / node properties sidebar. A first-class config option every authorable node accepts
1204
+ * directly (alongside `id`), so it flows into the persisted config the mappers read. Distinct from
1205
+ * {@link inspectorSummary} (config-derived label/value rows).
1206
+ */
1207
+ readonly description?: string;
1201
1208
  readonly execution?: Readonly<{
1202
1209
  hint?: "local" | "worker";
1203
1210
  queue?: string;
@@ -2144,4 +2151,4 @@ interface AgentMcpIntegration {
2144
2151
  }
2145
2152
  //#endregion
2146
2153
  export { injectAll as $, NodeActivationRequest as $n, CodemationTelemetryMetricNames as $r, RunnableNodeConfig as $t, RunHaltReason as A, CredentialOAuth2ScopesFromPublicConfig as Ai, BinaryAttachmentCreateRequest as An, WorkflowSnapshotResolver as Ar, JsonValue as At, WorkflowExecutionListingRepository as B, CredentialUnboundError as Bi, ExecutableTriggerNode as Bn, ExecutionTelemetry as Br, NodeIterationId as Bt, PersistedWorkflowSnapshotNode as C, CredentialHealthStatus as Ci, triggerNodeOutputType as Cn, TriggerSetupStateRepository as Cr, Item as Ct, RunCurrentState as D, CredentialJsonRecord as Di, NoneRetryPolicySpec as Dn, WorkflowRunnerResolver as Dr, JsonNonArray as Dt, RunCompletionNotifier as E, CredentialInstanceRecord as Ei, FixedRetryPolicySpec as En, WorkflowRepository as Er, JsonArray as Et, RunStatus as F, CredentialSetupStatus as Fi, BinaryStorageWriteRequest as Fn, WebhookTriggerMatcher as Fr, NodeErrorHandler as Ft, Disposable as G, InputPortKey as Gi, HumanTaskHandle as Gn, TelemetryAttributePrimitive as Gr, NodeSchedulerDecision as Gt, WorkflowExecutionRepository as H, NoOpPollingTriggerLogger as Hi, ExecutionContext as Hn, NodeExecutionTelemetry as Hr, NodeOffloadPolicy as Ht, RunStopCondition as I, CredentialType as Ii, BinaryStorageWriteResult as In, WebhookTriggerResolution as Ir, NodeErrorHandlerArgs as It, RegistrationOptions as J, OutputPortKey as Ji, ItemNode as Jn, TelemetryMetricRecord as Jr, PersistedRunPolicySnapshot as Jt, InjectionToken$1 as K, NodeConnectionName as Ki, HumanTaskId as Kn, TelemetryAttributes as Kr, PairedItemRef as Kt, RunSummary as L, CredentialTypeDefinition as Li, Duration as Ln, WebhookTriggerRoutingDiagnostics as Lr, NodeErrorHandlerSpec as Lt, RunQueueEntry as M, CredentialSessionFactory as Mi, BinaryStorage as Mn, TriggerInstanceId as Mr, NodeActivationId as Mt, RunResult as N, CredentialSessionFactoryArgs as Ni, BinaryStorageReadResult as Nn, WebhookControlSignal as Nr, NodeConfigBase as Nt, RunEventPublisherDeps as O, CredentialMaterialSourceKind as Oi, RetryPolicySpec as On, WorkflowRunnerService as Or, JsonObject as Ot, RunStateResetRequest as P, CredentialSessionService as Pi, BinaryStorageStatResult as Pn, WebhookInvocationMatch as Pr, NodeDefinition as Pt, inject as Q, NodeActivationReceipt as Qn, TelemetrySpanScope as Qr, RunIdFactory as Qt, RunTestContext as R, CredentialTypeId as Ri, EngineDeps as Rn, AllWorkflowsActiveWorkflowActivationPolicy as Rr, NodeIdRef as Rt, PersistedWorkflowSnapshot as S, CredentialHealth as Si, runnableNodeOutputType as Sn, TriggerSetupStateFor as Sr, ExecutionMode as St, PinnedNodeOutputsByPort as T, CredentialInstanceId as Ti, ExponentialRetryPolicySpec as Tn, WorkflowNodeInstanceFactory as Tr, Items as Tt, Container as U, PollingTriggerLogger as Ui, ExecutionContextFactory as Un, TelemetryArtifactAttachment as Ur, NodeOutputs as Ut, WorkflowExecutionPruneRepository as V, OAuth2ProviderFromPublicConfig as Vi, ExecutionBinaryService as Vn, ExecutionTelemetryFactory as Vr, NodeKind as Vt, DependencyContainer$1 as W, PollingTriggerDedupWindow as Wi, HumanTaskActor as Wn, TelemetryArtifactReference as Wr, NodeRef as Wt, container as X, WorkflowId as Xi, MultiInputNode as Xn, TelemetrySpanEnd as Xr, RunDataSnapshot as Xt, TypeToken as Y, PersistedTokenId as Yi, LiveWorkflowRepository as Yn, TelemetryScope as Yr, RunDataFactory as Yt, delay as Z, NodeActivationContinuation as Zn, TelemetrySpanEventRecord as Zr, RunId as Zt, PersistedMutableRunState as _, CredentialAdvancedSectionPresentation as _i, WorkflowStoragePolicyResolver as _n, TestableTriggerNode as _r, TestTriggerSetupContext as _t, ConnectionInvocationId as a, NoOpTelemetrySpanScope as ai, UpstreamRefPlaceholder as an, NodeExecutionRequestHandler as ar, singleton as at, PersistedRunState as b, CredentialBindingKey as bi, nodeRef as bn, TriggerRuntimeDiagnostics as br, BinaryPreviewKind as bt, EngineRunCounters as c, CostTrackingPriceQuote as ci, WorkflowErrorHandler as cn, NodeExecutor as cr, EngineExecutionLimitsPolicy as ct, NodeExecutionSnapshot as d, CostTrackingTelemetryFactory as di, WorkflowGraphFactory as dn, PollingTriggerHandle as dr, RunEventBus as dt, GenAiTelemetryAttributeNames as ei, RunnableNodeInputJson as en, NodeActivationRequestBase as er, injectable as et, NodeExecutionStatus as f, CostTrackingTelemetryMetricNames as fi, WorkflowNodeConnection as fn, PreparedNodeActivationDispatch as fr, RunEventSubscription as ft, PersistedMutableNodeState as g, AnyCredentialType as gi, WorkflowStoragePolicyMode as gn, SuspensionRequest as gr, TestTriggerNodeConfig as gt, PendingResumeEntry as h, CollectionsContext as hi, WorkflowStoragePolicyDecisionArgs as hn, RunnableNodeExecuteArgs as hr, TestSuiteRunId as ht, ConnectionInvocationAppendArgs as i, NoOpNodeExecutionTelemetry as ii, TriggerNodeSetupState as in, NodeExecutionRequest as ir, registry as it, RunPruneCandidate as j, CredentialRequirement as ji, BinaryBody as jn, HttpMethod as jr, MutableRunData as jt, RunExecutionOptions as k, CredentialOAuth2AuthDefinition as ki, BINARY_DEFAULT_MAX_BYTES as kn, WorkflowSnapshotFactory as kr, JsonPrimitive as kt, ExecutionFrontierPlan as l, CostTrackingTelemetry as li, WorkflowErrorHandlerSpec as ln, NodeResolver as lr, EngineExecutionLimitsPolicyConfig as lt, PendingNodeExecution as m, CollectionStore as mi, WorkflowPrunePolicySpec as mn, RunnableNode as mr, TestSuiteRunStatus as mt, AgentMcpToolMap as n, NoOpExecutionTelemetryFactory as ni, TriggerNodeConfig as nn, NodeBinaryAttachmentService as nr, instancePerContainerCachingFactory as nt, ConnectionInvocationRecord as o, NoOpTelemetryArtifactReference as oi, WorkflowDefinition as on, NodeExecutionScheduler as or, CoreTokens as ot, NodeInputsByPort as p, CostTrackingUsageRecord as pi, WorkflowPolicyRuntimeDefaults as pn, ResumeContext as pr, TestCaseRunStatus as pt, Lifecycle as q, NodeId as qi, HumanTaskSubject as qn, TelemetryChildSpanStart as qr, ParentExecutionRef as qt, NeedsReconsentEvent as r, NoOpExecutionTelemetry as ri, TriggerNodeOutputJson as rn, NodeExecutionContext as rr, predicateAwareClassFactory as rt, CurrentStateExecutionRequest as s, CostTrackingComponent as si, WorkflowErrorContext as sn, NodeExecutionStatePublisher as sr, ENGINE_EXECUTION_LIMITS_DEFAULTS as st, AgentMcpIntegration as t, CodemationTelemetryAttributeNames as ti, RunnableNodeOutputJson as tn, NodeActivationScheduler as tr, instanceCachingFactory as tt, NodeExecutionError as u, CostTrackingTelemetryAttributeNames as ui, WorkflowGraph as un, PersistedTriggerSetupState as ur, RunEvent as ut, PersistedRunControlState as v, CredentialAuthDefinition as vi, WorkflowStoragePolicySpec as vn, TriggerCleanupHandle as vr, ActivationIdFactory as vt, PersistedWorkflowTokenRegistryLike as w, CredentialHealthTester as wi, triggerNodeSetupStateType as wn, TriggerTestItemsContext as wr, ItemBinary as wt, PersistedSuspensionEntry as x, CredentialFieldSchema as xi, runnableNodeInputType as xn, TriggerSetupContext as xr, Edge as xt, PersistedRunSchedulingState as y, CredentialBinding as yi, branchRef as yn, TriggerNode as yr, BinaryAttachment as yt, WebhookRunResult as z, CredentialTypeRegistry as zi, EngineHost as zn, WorkflowActivationPolicy as zr, NodeInspectorSummaryRow as zt };
2147
- //# sourceMappingURL=agentMcpTypes-DGIwk6Ue.d.cts.map
2154
+ //# sourceMappingURL=agentMcpTypes-B11B3Hd-.d.cts.map
@@ -1,7 +1,7 @@
1
- require('../di-C-2ep8NZ.cjs');
1
+ require('../di-DhwtDRgs.cjs');
2
2
  require('../contracts-CK0x6w_G.cjs');
3
- const require_runtime = require('../runtime-rrH8-Ouq.cjs');
4
- const require_bootstrap = require('../bootstrap-UDyH8OfK.cjs');
3
+ const require_runtime = require('../runtime-n2tqRwaf.cjs');
4
+ const require_bootstrap = require('../bootstrap-Be0LB0nh.cjs');
5
5
 
6
6
  exports.AbortControllerFactory = require_bootstrap.AbortControllerFactory;
7
7
  exports.CatalogBackedCostTrackingTelemetryFactory = require_runtime.CatalogBackedCostTrackingTelemetryFactory;
@@ -1,8 +1,8 @@
1
- import { $n as NodeActivationRequest, B as WorkflowExecutionListingRepository, Br as ExecutionTelemetry, C as PersistedWorkflowSnapshotNode, Er as WorkflowRepository, Fr as WebhookTriggerMatcher, Ft as NodeErrorHandler, Gt as NodeSchedulerDecision, H as WorkflowExecutionRepository, Ht as NodeOffloadPolicy, Jt as PersistedRunPolicySnapshot, L as RunSummary, Lr as WebhookTriggerRoutingDiagnostics, Lt as NodeErrorHandlerSpec, Mt as NodeActivationId, N as RunResult, Nt as NodeConfigBase, Pr as WebhookInvocationMatch, Pt as NodeDefinition, Rn as EngineDeps, St as ExecutionMode, Tr as WorkflowNodeInstanceFactory, Tt as Items, Ut as NodeOutputs, V as WorkflowExecutionPruneRepository, W as DependencyContainer, Xi as WorkflowId, Y as TypeToken, Yi as PersistedTokenId, Yr as TelemetryScope, Zn as NodeActivationContinuation, Zt as RunId, b as PersistedRunState, c as EngineRunCounters, cn as WorkflowErrorHandler, ct as EngineExecutionLimitsPolicy, di as CostTrackingTelemetryFactory, dt as RunEventBus, fr as PreparedNodeActivationDispatch, gr as SuspensionRequest, hn as WorkflowStoragePolicyDecisionArgs, ht as TestSuiteRunId, ir as NodeExecutionRequest, j as RunPruneCandidate, jr as HttpMethod, k as RunExecutionOptions, li as CostTrackingTelemetry, ln as WorkflowErrorHandlerSpec, lr as NodeResolver, lt as EngineExecutionLimitsPolicyConfig, mt as TestSuiteRunStatus, on as WorkflowDefinition, or as NodeExecutionScheduler, pi as CostTrackingUsageRecord, pn as WorkflowPolicyRuntimeDefaults, pt as TestCaseRunStatus, qi as NodeId, qt as ParentExecutionRef, st as ENGINE_EXECUTION_LIMITS_DEFAULTS, tr as NodeActivationScheduler, y as PersistedRunSchedulingState, zr as WorkflowActivationPolicy } from "../agentMcpTypes-DGIwk6Ue.cjs";
2
- import { n as CostCatalogEntry, t as CostCatalog } from "../CostCatalogContract-Dxq1BTyi.cjs";
3
- import { n as InMemoryLiveWorkflowRepository, r as Engine, t as RunIntentService } from "../RunIntentService-BitgkKaT.cjs";
4
- import { a as ItemExprResolver, c as DefaultAsyncSleeper, d as UnavailableBinaryStorage, f as HitlResumeTokenSignerSeam, i as RunnableOutputBehaviorResolver, l as AsyncSleeper, m as HitlTimeoutJobSchedulerSeam, n as InMemoryBinaryStorage, o as InProcessRetryRunner, s as DefaultExecutionContextFactory, t as InMemoryRunDataFactory, u as DefaultExecutionBinaryService, x as CredentialResolverFactory, y as HumanTaskStore } from "../InMemoryRunDataFactory-Csy2evr_.cjs";
5
- import { a as WorkflowSnapshotCodec, i as EngineWorkflowRunnerService, n as TriggerRuntimeDiagnosticsProvider, r as WebhookTriggerMatcherProvider, t as EngineRuntimeRegistrationOptions } from "../EngineRuntimeRegistration.types-CqcTWexS.cjs";
1
+ import { $n as NodeActivationRequest, B as WorkflowExecutionListingRepository, Br as ExecutionTelemetry, C as PersistedWorkflowSnapshotNode, Er as WorkflowRepository, Fr as WebhookTriggerMatcher, Ft as NodeErrorHandler, Gt as NodeSchedulerDecision, H as WorkflowExecutionRepository, Ht as NodeOffloadPolicy, Jt as PersistedRunPolicySnapshot, L as RunSummary, Lr as WebhookTriggerRoutingDiagnostics, Lt as NodeErrorHandlerSpec, Mt as NodeActivationId, N as RunResult, Nt as NodeConfigBase, Pr as WebhookInvocationMatch, Pt as NodeDefinition, Rn as EngineDeps, St as ExecutionMode, Tr as WorkflowNodeInstanceFactory, Tt as Items, Ut as NodeOutputs, V as WorkflowExecutionPruneRepository, W as DependencyContainer, Xi as WorkflowId, Y as TypeToken, Yi as PersistedTokenId, Yr as TelemetryScope, Zn as NodeActivationContinuation, Zt as RunId, b as PersistedRunState, c as EngineRunCounters, cn as WorkflowErrorHandler, ct as EngineExecutionLimitsPolicy, di as CostTrackingTelemetryFactory, dt as RunEventBus, fr as PreparedNodeActivationDispatch, gr as SuspensionRequest, hn as WorkflowStoragePolicyDecisionArgs, ht as TestSuiteRunId, ir as NodeExecutionRequest, j as RunPruneCandidate, jr as HttpMethod, k as RunExecutionOptions, li as CostTrackingTelemetry, ln as WorkflowErrorHandlerSpec, lr as NodeResolver, lt as EngineExecutionLimitsPolicyConfig, mt as TestSuiteRunStatus, on as WorkflowDefinition, or as NodeExecutionScheduler, pi as CostTrackingUsageRecord, pn as WorkflowPolicyRuntimeDefaults, pt as TestCaseRunStatus, qi as NodeId, qt as ParentExecutionRef, st as ENGINE_EXECUTION_LIMITS_DEFAULTS, tr as NodeActivationScheduler, y as PersistedRunSchedulingState, zr as WorkflowActivationPolicy } from "../agentMcpTypes-B11B3Hd-.cjs";
2
+ import { n as CostCatalogEntry, t as CostCatalog } from "../CostCatalogContract-B9aYIqJu.cjs";
3
+ import { n as InMemoryLiveWorkflowRepository, r as Engine, t as RunIntentService } from "../RunIntentService-0f3ICjAz.cjs";
4
+ import { a as ItemExprResolver, c as DefaultAsyncSleeper, d as UnavailableBinaryStorage, f as HitlResumeTokenSignerSeam, i as RunnableOutputBehaviorResolver, l as AsyncSleeper, m as HitlTimeoutJobSchedulerSeam, n as InMemoryBinaryStorage, o as InProcessRetryRunner, s as DefaultExecutionContextFactory, t as InMemoryRunDataFactory, u as DefaultExecutionBinaryService, x as CredentialResolverFactory, y as HumanTaskStore } from "../InMemoryRunDataFactory-C3rIszrW.cjs";
5
+ import { a as WorkflowSnapshotCodec, i as EngineWorkflowRunnerService, n as TriggerRuntimeDiagnosticsProvider, r as WebhookTriggerMatcherProvider, t as EngineRuntimeRegistrationOptions } from "../EngineRuntimeRegistration.types-BYAmGMdS.cjs";
6
6
 
7
7
  //#region src/orchestration/AbortControllerFactory.d.ts
8
8
  /**
@@ -1,8 +1,8 @@
1
- import { Bn as ENGINE_EXECUTION_LIMITS_DEFAULTS, Cn as DependencyContainer, Hn as EngineExecutionLimitsPolicyConfig, On as TypeToken, Oo as PersistedTokenId, Vn as EngineExecutionLimitsPolicy, zr as WorkflowDefinition } from "../index-rllWL4r-.js";
2
- import { a as RunPolicySnapshotFactory, c as RunTerminalPersistenceCoordinator, l as WorkflowStoragePolicyEvaluator, n as InMemoryLiveWorkflowRepository, o as EngineExecutionLimitsPolicyFactory, r as EngineWorkflowRunnerService, s as WorkflowPolicyErrorServices, t as RunIntentService, u as Engine } from "../RunIntentService-DYpqfu6D.js";
3
- import { A as WorkflowRepositoryWebhookTriggerMatcher, B as InlineDrivingScheduler, F as InMemoryRunDataFactory, H as StaticCostCatalog, I as InMemoryBinaryStorage, J as InProcessRetryRunner, L as LocalOnlyScheduler, M as EngineFactory, N as RunSummaryMapper, P as InMemoryWorkflowExecutionRepository, Q as AsyncSleeper, R as HintOnlyOffloadPolicy, U as NodeInstanceFactory, V as ConfigDrivenOffloadPolicy, W as NodeExecutor, X as DefaultExecutionContextFactory, Y as CatalogBackedCostTrackingTelemetryFactory, Z as DefaultAsyncSleeper, a as TestSuiteRunResult, an as AbortControllerFactory, et as DefaultExecutionBinaryService, i as TestSuiteOrchestratorEngine, in as CredentialResolverFactory, j as EngineCompositionDeps, n as TestSuiteCaseOutcome, o as TestSuiteRunIdFactory, r as TestSuiteOrchestrator, t as RunTestSuiteArgs, tt as UnavailableBinaryStorage, z as DefaultDrivingScheduler } from "../index-C2P-fOAx.js";
4
- import "../ItemsInputNormalizer-BWtlwdVI.js";
5
- import { n as TriggerRuntimeDiagnosticsProvider, r as WebhookTriggerMatcherProvider, t as EngineRuntimeRegistrationOptions } from "../EngineRuntimeRegistration.types-Cr75cSfL.js";
1
+ import { An as TypeToken, Ao as PersistedTokenId, Hn as ENGINE_EXECUTION_LIMITS_DEFAULTS, Tn as DependencyContainer, Un as EngineExecutionLimitsPolicy, Vr as WorkflowDefinition, Wn as EngineExecutionLimitsPolicyConfig } from "../index-CbJdbIHe.js";
2
+ import { a as RunPolicySnapshotFactory, c as RunTerminalPersistenceCoordinator, l as WorkflowStoragePolicyEvaluator, n as InMemoryLiveWorkflowRepository, o as EngineExecutionLimitsPolicyFactory, r as EngineWorkflowRunnerService, s as WorkflowPolicyErrorServices, t as RunIntentService, u as Engine } from "../RunIntentService-Dx_HHxDX.js";
3
+ import { $ as DefaultAsyncSleeper, B as HintOnlyOffloadPolicy, F as RunSummaryMapper, G as NodeInstanceFactory, H as InlineDrivingScheduler, I as InMemoryWorkflowExecutionRepository, K as NodeExecutor, L as InMemoryRunDataFactory, M as WorkflowRepositoryWebhookTriggerMatcher, N as EngineCompositionDeps, P as EngineFactory, Q as DefaultExecutionContextFactory, R as InMemoryBinaryStorage, U as ConfigDrivenOffloadPolicy, V as DefaultDrivingScheduler, W as StaticCostCatalog, X as InProcessRetryRunner, Z as CatalogBackedCostTrackingTelemetryFactory, a as TestSuiteRunResult, et as AsyncSleeper, i as TestSuiteOrchestratorEngine, n as TestSuiteCaseOutcome, nt as DefaultExecutionBinaryService, o as TestSuiteRunIdFactory, on as CredentialResolverFactory, r as TestSuiteOrchestrator, rt as UnavailableBinaryStorage, sn as AbortControllerFactory, t as RunTestSuiteArgs, z as LocalOnlyScheduler } from "../index-uPnD9EE6.js";
4
+ import "../ItemsInputNormalizer-DoOawd9R.js";
5
+ import { n as TriggerRuntimeDiagnosticsProvider, r as WebhookTriggerMatcherProvider, t as EngineRuntimeRegistrationOptions } from "../EngineRuntimeRegistration.types-CVLI8DsJ.js";
6
6
 
7
7
  //#region src/bootstrap/runtime/EngineRuntimeRegistrar.d.ts
8
8
  /**
@@ -1,6 +1,6 @@
1
- import "../di-D9Mv3kF3.js";
1
+ import "../di-CEV6wTc4.js";
2
2
  import "../contracts-DXdfTdpW.js";
3
- import { A as PersistedWorkflowTokenRegistry, B as CatalogBackedCostTrackingTelemetryFactory, C as DefaultDrivingScheduler, E as StaticCostCatalog, N as NodeExecutor, O as NodeInstanceFactory, S as HintOnlyOffloadPolicy, T as RunPolicySnapshotFactory, V as DefaultExecutionContextFactory, _ as RunTerminalPersistenceCoordinator, a as InMemoryLiveWorkflowRepository, b as LocalOnlyScheduler, c as EngineFactory, ct as CredentialResolverFactory, dt as DefaultExecutionBinaryService, ft as UnavailableBinaryStorage, g as WorkflowPolicyErrorServices, h as WorkflowStoragePolicyEvaluator, i as RunIntentService, j as MissingRuntimeTriggerToken, l as Engine, m as InMemoryBinaryStorage, n as WorkflowRepositoryWebhookTriggerMatcher, p as InMemoryRunDataFactory, s as EngineWorkflowRunnerService, st as DefaultAsyncSleeper, v as ENGINE_EXECUTION_LIMITS_DEFAULTS, w as ConfigDrivenOffloadPolicy, x as InlineDrivingScheduler, y as EngineExecutionLimitsPolicy, z as InProcessRetryRunner } from "../runtime-iHBN1jyD.js";
4
- import { a as InMemoryWorkflowExecutionRepository, i as AbortControllerFactory, n as TestSuiteRunIdFactory, o as RunSummaryMapper, r as TestSuiteOrchestrator, s as EngineExecutionLimitsPolicyFactory, t as EngineRuntimeRegistrar } from "../bootstrap-DB3jpo8F.js";
3
+ import { A as PersistedWorkflowTokenRegistry, B as CatalogBackedCostTrackingTelemetryFactory, C as DefaultDrivingScheduler, E as StaticCostCatalog, N as NodeExecutor, O as NodeInstanceFactory, S as HintOnlyOffloadPolicy, T as RunPolicySnapshotFactory, V as DefaultExecutionContextFactory, _ as RunTerminalPersistenceCoordinator, a as InMemoryLiveWorkflowRepository, b as LocalOnlyScheduler, c as EngineFactory, ct as CredentialResolverFactory, dt as DefaultExecutionBinaryService, ft as UnavailableBinaryStorage, g as WorkflowPolicyErrorServices, h as WorkflowStoragePolicyEvaluator, i as RunIntentService, j as MissingRuntimeTriggerToken, l as Engine, m as InMemoryBinaryStorage, n as WorkflowRepositoryWebhookTriggerMatcher, p as InMemoryRunDataFactory, s as EngineWorkflowRunnerService, st as DefaultAsyncSleeper, v as ENGINE_EXECUTION_LIMITS_DEFAULTS, w as ConfigDrivenOffloadPolicy, x as InlineDrivingScheduler, y as EngineExecutionLimitsPolicy, z as InProcessRetryRunner } from "../runtime-CSunvf7A.js";
4
+ import { a as InMemoryWorkflowExecutionRepository, i as AbortControllerFactory, n as TestSuiteRunIdFactory, o as RunSummaryMapper, r as TestSuiteOrchestrator, s as EngineExecutionLimitsPolicyFactory, t as EngineRuntimeRegistrar } from "../bootstrap-pSQdsMfa.js";
5
5
 
6
6
  export { AbortControllerFactory, CatalogBackedCostTrackingTelemetryFactory, ConfigDrivenOffloadPolicy, CredentialResolverFactory, DefaultAsyncSleeper, DefaultDrivingScheduler, DefaultExecutionBinaryService, DefaultExecutionContextFactory, ENGINE_EXECUTION_LIMITS_DEFAULTS, Engine, EngineExecutionLimitsPolicy, EngineExecutionLimitsPolicyFactory, EngineFactory, EngineRuntimeRegistrar, EngineWorkflowRunnerService, HintOnlyOffloadPolicy, InMemoryBinaryStorage, InMemoryLiveWorkflowRepository, InMemoryRunDataFactory, InMemoryWorkflowExecutionRepository, InProcessRetryRunner, InlineDrivingScheduler, LocalOnlyScheduler, MissingRuntimeTriggerToken, NodeExecutor, NodeInstanceFactory, PersistedWorkflowTokenRegistry, RunIntentService, RunPolicySnapshotFactory, RunSummaryMapper, RunTerminalPersistenceCoordinator, StaticCostCatalog, TestSuiteOrchestrator, TestSuiteRunIdFactory, UnavailableBinaryStorage, WorkflowPolicyErrorServices, WorkflowRepositoryWebhookTriggerMatcher, WorkflowStoragePolicyEvaluator };
@@ -1,6 +1,6 @@
1
- const require_di = require('./di-C-2ep8NZ.cjs');
1
+ const require_di = require('./di-DhwtDRgs.cjs');
2
2
  const require_contracts = require('./contracts-CK0x6w_G.cjs');
3
- const require_runtime = require('./runtime-rrH8-Ouq.cjs');
3
+ const require_runtime = require('./runtime-n2tqRwaf.cjs');
4
4
  let zod = require("zod");
5
5
  zod = require_di.__toESM(zod);
6
6
  let node_crypto = require("node:crypto");
@@ -672,4 +672,4 @@ Object.defineProperty(exports, 'TestSuiteRunIdFactory', {
672
672
  return TestSuiteRunIdFactory;
673
673
  }
674
674
  });
675
- //# sourceMappingURL=bootstrap-UDyH8OfK.cjs.map
675
+ //# sourceMappingURL=bootstrap-Be0LB0nh.cjs.map