You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,19 +105,6 @@ Service information.
105
105
-`LOG_LEVEL` - Logging level (default: `INFO`)
106
106
-`RELOAD` - Enable auto-reload for development (default: `false`)
107
107
108
-
## Architecture
109
-
110
-
```
111
-
Main Langflow Backend
112
-
↓ HTTP POST /api/v1/execute
113
-
Executor Node (this service)
114
-
↓ Loads component class dynamically
115
-
↓ Instantiates component
116
-
↓ Executes method
117
-
↓ Returns serialized result
118
-
Main Langflow Backend
119
-
```
120
-
121
108
## Integration with Main Backend
122
109
123
110
The main Langflow backend calls this executor node from `Component._get_output_result()` when components need to execute. All components are now routed to the executor by default.
0 commit comments