feat(fase4): add JavaScript and HTTP request nodes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude AI
2026-01-29 11:13:03 +00:00
parent b8d97e2557
commit af061b1a07
2 changed files with 101 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ from app.nodes.basic import (
TriggerExecutor, MessageExecutor, ButtonsExecutor,
WaitInputExecutor, SetVariableExecutor, ConditionExecutor
)
from app.nodes.script import JavaScriptExecutor, HttpRequestExecutor