Skip to content

Commit b180b16

Browse files
authored
Merge pull request #7 from droq-ai/ahmed/fix/node.json
fix: node.json fixes
2 parents f8a5ce1 + db59516 commit b180b16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

node.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"node_id": "lfx-runtime-executor-node",
3-
"name": "Langflow Executor Node",
3+
"name": "LFX Runtime Executor Node",
44
"description": "Langflow Runtime Component Executor Node - Executes Langflow components in isolated environments",
55
"version": "1.0.0",
66
"api_url": "http://localhost:8000",
77
"ip_address": "0.0.0.0",
8-
"docker_image": "droq/langflow-executor:v1",
8+
"docker_image": "droqai/lfx-runtime-executor-node",
99
"deployment_location": "local",
10+
"category": "Langflow",
1011
"status": "active",
1112
"author": "Langflow",
1213
"created_at": "2025-11-23T00:00:00Z",

0 commit comments

Comments
 (0)