diff --git a/node.json b/node.json index 32bd543..900a7ff 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": "droqai/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",