generated from droq-ai/dfx-base-node-template-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnode.json
More file actions
71 lines (71 loc) · 2.71 KB
/
node.json
File metadata and controls
71 lines (71 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"node_id": "lfx-tool-executor-node",
"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": "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",
"components": {
"GoogleSearchAPIComponent": {
"path": "lfx.src.lfx.components.tools.google_search_api",
"description": "Call Google Search API.",
"author": "Langflow",
"display_name": "Google Search API [DEPRECATED]"
},
"PythonCodeStructuredTool": {
"path": "lfx.src.lfx.components.tools.python_code_structured_tool",
"description": "structuredtool dataclass code to tool",
"author": "Langflow",
"display_name": "Python Code Structured"
},
"PythonREPLToolComponent": {
"path": "lfx.src.lfx.components.tools.python_repl",
"description": "A tool for running Python code in a REPL environment.",
"author": "Langflow",
"display_name": "Python REPL"
},
"SaveToFileComponent": {
"path": "lfx.src.lfx.components.data.save_file",
"description": "Save data to local file, AWS S3, or Google Drive in the selected format.",
"author": "Langflow",
"display_name": "Write File"
},
"SearXNGToolComponent": {
"path": "lfx.src.lfx.components.tools.searxng",
"description": "A component that searches for tools using SearXNG.",
"author": "Langflow",
"display_name": "SearXNG Search"
},
"SearchAPIComponent": {
"path": "lfx.src.lfx.components.tools.search_api",
"description": "Call the searchapi.io API with result limiting",
"author": "Langflow",
"display_name": "Engine"
},
"SerpAPIComponent": {
"path": "lfx.src.lfx.components.tools.serp_api",
"description": "Call Serp Search API with result limiting",
"author": "Langflow",
"display_name": "Serp Search API"
},
"TavilySearchToolComponent": {
"path": "lfx.src.lfx.components.tools.tavily_search_tool",
"description": "Perform a web search using the Tavily API.",
"author": "Langflow",
"display_name": "Tavily Search API"
},
"WikipediaAPIComponent": {
"path": "lfx.src.lfx.components.tools.wikipedia_api",
"description": "Call Wikipedia API.",
"author": "Langflow",
"display_name": "Wikipedia API"
}
}
}