From 40722bc4b1cb821d551014e7d893f4e5b5664c6b Mon Sep 17 00:00:00 2001 From: ahmed korim Date: Fri, 5 Dec 2025 10:28:55 +0200 Subject: [PATCH 1/5] cleanup --- node.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node.json b/node.json index af1ad81..d01e594 100644 --- a/node.json +++ b/node.json @@ -1,11 +1,11 @@ { "node_id": "dfx-math-executor-node", - "name": "Droq math multiply", - "description": "Droq DFX node that provides a component to multiply two numbers.", + "name": "DFX Math Executor Node", + "description": "Droqflow node providing components to do math operations", "version": "1.0.0", "api_url": "http://localhost:8003", "ip_address": "0.0.0.0", - "docker_image": "droq/langflow-executor:v1", + "docker_image": "droqai/langflow-executor:v1", "deployment_location": "local", "status": "active", "author": "Dorq", From 065370e2da71bcc420a901cbf88b2b8e329b5c0a Mon Sep 17 00:00:00 2001 From: ahmed korim Date: Fri, 5 Dec 2025 10:29:32 +0200 Subject: [PATCH 2/5] cleanup --- node.json | 1 + 1 file changed, 1 insertion(+) diff --git a/node.json b/node.json index d01e594..fa02d40 100644 --- a/node.json +++ b/node.json @@ -9,6 +9,7 @@ "deployment_location": "local", "status": "active", "author": "Dorq", + "category": "Math", "created_at": "2025-11-23T00:00:00Z", "source_code_location": "https://github.com/droq-ai/dfx-math-executor-node", "components": { From 39c33344eeff1df977eaac00bf1e453e405a9d66 Mon Sep 17 00:00:00 2001 From: ahmed korim Date: Fri, 5 Dec 2025 10:30:44 +0200 Subject: [PATCH 3/5] update node.json --- node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.json b/node.json index fa02d40..22b85a7 100644 --- a/node.json +++ b/node.json @@ -5,7 +5,7 @@ "version": "1.0.0", "api_url": "http://localhost:8003", "ip_address": "0.0.0.0", - "docker_image": "droqai/langflow-executor:v1", + "docker_image": "droqai/dfx-math-executor-node", "deployment_location": "local", "status": "active", "author": "Dorq", From 66a4d378fc1e701e5a66e144034043fa2f4fda1a Mon Sep 17 00:00:00 2001 From: Ahmed Date: Fri, 5 Dec 2025 09:50:02 +0100 Subject: [PATCH 4/5] Update node.json --- node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.json b/node.json index 22b85a7..528348a 100644 --- a/node.json +++ b/node.json @@ -1,7 +1,7 @@ { "node_id": "dfx-math-executor-node", "name": "DFX Math Executor Node", - "description": "Droqflow node providing components to do math operations", + "description": "Droq AI node providing components to do math operations", "version": "1.0.0", "api_url": "http://localhost:8003", "ip_address": "0.0.0.0", From ffb0e88797b2b7bfeebfc304cc5d16944559654a Mon Sep 17 00:00:00 2001 From: ahmed korim Date: Fri, 5 Dec 2025 10:52:08 +0200 Subject: [PATCH 5/5] update the author --- node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.json b/node.json index 22b85a7..b05a308 100644 --- a/node.json +++ b/node.json @@ -8,7 +8,7 @@ "docker_image": "droqai/dfx-math-executor-node", "deployment_location": "local", "status": "active", - "author": "Dorq", + "author": "Dorq team", "category": "Math", "created_at": "2025-11-23T00:00:00Z", "source_code_location": "https://github.com/droq-ai/dfx-math-executor-node",