langflow/src
gustavoschaedler dd009a2913 feat: Add support for Custom Component in Langflow Interface
This commit adds support for Custom Component in the Langflow interface. It introduces a new class `CustomComponent`, which takes in a `code` as a parameter and validates it. The `CustomComponent` class also provides a method to get the function specified in the code.

The commit also makes some modifications in `initialize/loading.py` file to handle the new `CustomComponent` class. It adds a new helper function `get_function_custom` which creates a function using `validate.create_function` and the `build` function name.
2023-06-30 00:23:50 +01:00
..
backend feat: Add support for Custom Component in Langflow Interface 2023-06-30 00:23:50 +01:00
frontend feat: Add support for Custom Component in Langflow Interface 2023-06-30 00:23:50 +01:00