n8n/packages/@n8n/engine/README.md
mfsiega f3a21e14a1
chore(core): Scaffold @n8n/engine package (no-changelog) (#29838)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 09:04:24 +00:00

15 lines
518 B
Markdown

# @n8n/engine
n8n workflow execution engine (v2).
See the [Engine 2.0 project](https://linear.app/n8n/project/engine-20-59ba0ba60995)
for context. Public API and core interfaces are still being defined; the package
is currently a scaffold and is not yet wired into n8n.
## Dependencies
Be careful adding dependencies here. This package should not have runtime
dependencies on other n8n components, only interfaces. If there is some
functionality that should be shared, it should be factored into a common
library.