UNPKG

n8n-nodes-smartbrsimpleaiagent

Version:

Smart BR Simple AI Agent custom node for n8n testing

6 lines (4 loc) 143 B
import { SimpleAiAgent } from './SimpleAiAgent.node'; // Criar instância diretamente const node = new SimpleAiAgent(); export = [node];