mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-26 06:17:21 +02:00
| .. | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .npmignore | ||
| eslint.config.mjs | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
@n8n/ai-node-sdk
SDK for building AI nodes in n8n.
Installation
This package is part of the n8n monorepo and should be installed via the workspace.
Usage
TBD
Development
# Build the package
pnpm build
# Run tests
pnpm test
# Run in watch mode
pnpm dev