UNPKG

flowengine-n8n-workflow-builder

Version:

Build n8n workflows from text using AI. Connect to Claude, Cursor, or any LLM to generate and validate n8n workflows with expert knowledge and intelligent auto-fixing. Built by FlowEngine. Now with real node parameter schemas from n8n packages!

8 lines 319 B
/** * Minimal inline node registry for bundled deployments * Contains the most commonly used nodes */ import { NodeTemplate } from './nodes.js'; export declare const MINIMAL_NODE_REGISTRY: Record<string, NodeTemplate>; export declare const MINIMAL_CATEGORIES: string[]; //# sourceMappingURL=minimal-registry.d.ts.map