Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions node.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down