mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-04 18:49:20 +02:00
284 B
284 B
@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