n8n/packages/@n8n/workflow-sdk/src
Albert Alises bd5cd31093
Some checks are pending
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.22.3) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.15.0) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Util: Sync API Docs / sync-public-api (push) Waiting to run
perf(ai-builder): Defer heavy idle-boot dependencies (-27 MiB heap) (#30834)
2026-05-21 09:28:39 +00:00
..
__tests__ feat(core): Curate workflow examples for the builder sandbox (#30025) 2026-05-13 06:45:39 +00:00
ast-interpreter fix(core): Allow shadowing dangerous globals as variable names in workflow SDK (#30678) 2026-05-20 12:58:16 +00:00
cli feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
codegen feat(core): Curate workflow examples for the builder sandbox (#30025) 2026-05-13 06:45:39 +00:00
constants feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
expression fix(core): Make placeholder() return string (no-changelog) (#30100) 2026-05-11 11:32:35 +00:00
generate-types refactor(core): Move node-specific builder guidance to per-node @builderHint (no-changelog) (#29992) 2026-05-12 07:45:33 +00:00
prompts fix: Add Switch fallback output guidance for workflow builder (#30449) 2026-05-15 07:33:25 +00:00
types fix(core): Make placeholder() return string (no-changelog) (#30100) 2026-05-11 11:32:35 +00:00
utils feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
validation fix: Add Switch fallback output guidance for workflow builder (#30449) 2026-05-15 07:33:25 +00:00
workflow-builder feat(core): Add native agent substrate (no-changelog) (#30015) 2026-05-19 13:48:45 +00:00
deterministic-ids.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
examples-loader.test.ts feat(core): Curate workflow examples for the builder sandbox (#30025) 2026-05-13 06:45:39 +00:00
examples-loader.ts fix(core): Extract workflow-sdk examples to a writable cache dir (#30433) 2026-05-14 09:10:23 +00:00
examples-zip.ts perf(ai-builder): Defer heavy idle-boot dependencies (-27 MiB heap) (#30834) 2026-05-21 09:28:39 +00:00
expression.test.ts fix(core): Make placeholder() return string (no-changelog) (#30100) 2026-05-11 11:32:35 +00:00
expression.ts fix: Use explicit node references for AI memory session keys (#29473) 2026-04-30 07:26:36 +00:00
graph-validator.test.ts fix(core): Harden Set node workflow SDK contract (#29568) 2026-04-30 12:10:44 +00:00
index.ts feat(core): Curate workflow examples for the builder sandbox (#30025) 2026-05-13 06:45:39 +00:00
merge.test.ts feat(core): Accept merge.input(n) inside ifElse/switch branch targets in workflow-sdk (#29716) 2026-05-07 07:46:06 +00:00
pin-data-utils.test.ts feat(core): Implement Test workflow MCP tool (#27348) 2026-03-27 07:47:48 +00:00
pin-data-utils.ts feat(core): Implement Test workflow MCP tool (#27348) 2026-03-27 07:47:48 +00:00
real-workflow.test.ts fix(core): Emit modern error connections from SDK (no-changelog) (#28700) 2026-04-22 09:32:13 +00:00
typeguards.test.ts fix(core): Fix workflow-sdk validation for plain workflow objects (#28416) 2026-04-14 16:29:20 +00:00
typeguards.ts fix(core): Fix workflow-sdk validation for plain workflow objects (#28416) 2026-04-14 16:29:20 +00:00
validation.ts feat(core): Agents as first class entities support (no-changelog) (#28017) 2026-05-06 15:44:44 +00:00
workflow-builder-plugins.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
workflow-builder.integration.test.ts feat(instance-ai): Orchestrator-executed checkpoint tasks for planned workflow verification (#29049) 2026-04-28 14:58:49 +00:00
workflow-builder.test.ts fix(core): Throw on bare OutputSelector passed to .add()/.to() (#29736) 2026-05-06 13:33:30 +00:00
workflow-builder.ts fix(core): Throw on bare OutputSelector passed to .add()/.to() (#29736) 2026-05-06 13:33:30 +00:00