UNPKG
n8n-nodes-smartbrsimpleaiagent
Version:
latest (2.0.0)
2.0.0
1.51.0
1.50.5
1.50.4
1.50.3
1.50.2
1.0.2
1.0.1
Smart BR Simple AI Agent custom node for n8n testing
n8n-nodes-smartbrsimpleaiagent
/
nodes
/
index.ts
6 lines
(4 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
SimpleAiAgent
}
from
'./SimpleAiAgent.node'
;
// Criar instância diretamente
const
node =
new
SimpleAiAgent
();
export
= [node];