n8n/packages/@n8n/ai-node-sdk/README.md
2026-02-03 12:17:14 +00:00

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