From e6fccfc33669d960d94314c84fe70e399cd918ad Mon Sep 17 00:00:00 2001 From: ahmed korim Date: Fri, 5 Dec 2025 10:24:57 +0200 Subject: [PATCH 1/2] chore: fix node.json --- node.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/node.json b/node.json index 32bd543..1330193 100644 --- a/node.json +++ b/node.json @@ -1,13 +1,14 @@ { "node_id": "lfx-tool-executor-node", - "name": "Langflow Executor Node", - "description": "Langflow Component Executor Node - Executes Langflow components in isolated environments with comprehensive AI model integrations, data processing capabilities, and workflow orchestration", + "name": "LFX Tool Executor Node", + "description": "Langflow Tool Executor Node - Executes Langflow tools in isolated environments with comprehensive AI model integrations, data processing capabilities, and workflow orchestration", "version": "1.0.0", "api_url": "http://localhost:8005", "ip_address": "0.0.0.0", - "docker_image": "droq/langflow-executor:v1", + "docker_image": "droqaq/lfx-tool-executor-node", "deployment_location": "local", "status": "active", + "category": "Langflow", "author": "Langflow", "created_at": "2025-11-23T00:00:00Z", "source_code_location": "https://github.com/droq-ai/lfx-runtime-executor-node", From 4cdd6335d8333e5850d635e4413fb818123b8da6 Mon Sep 17 00:00:00 2001 From: ahmed korim Date: Fri, 5 Dec 2025 10:28:36 +0200 Subject: [PATCH 2/2] chore: fix node.json --- node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.json b/node.json index 1330193..900a7ff 100644 --- a/node.json +++ b/node.json @@ -5,7 +5,7 @@ "version": "1.0.0", "api_url": "http://localhost:8005", "ip_address": "0.0.0.0", - "docker_image": "droqaq/lfx-tool-executor-node", + "docker_image": "droqai/lfx-tool-executor-node", "deployment_location": "local", "status": "active", "category": "Langflow",