Skip to content

Commit 6117ec4

Browse files
authored
Remove architecture details from README
Removed architecture section from README.
1 parent fe803da commit 6117ec4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,6 @@ Service information.
105105
- `LOG_LEVEL` - Logging level (default: `INFO`)
106106
- `RELOAD` - Enable auto-reload for development (default: `false`)
107107

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-
121108
## Integration with Main Backend
122109

123110
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

Comments
 (0)