langflow/src/backend/langflow
Gabriel Luiz Freitas Almeida 74e263811b 🔨 refactor(types.py): import CustomComponentFrontendNode from custom_components module to improve code organization and readability
🔨 refactor(types.py): change usage of CustomComponentNode to CustomComponentFrontendNode to align with updated module structure

🔨 refactor(frontend_node/base.py): add beta flag to FrontendNode class to indicate if a node is in beta stage

🔨 refactor(custom_components.py): add beta flag to CustomComponentFrontendNode class to indicate it is in beta stage

🔨 refactor(tools.py): remove unused import of DEFAULT_CUSTOM_COMPONENT_CODE

🔨 refactor(tools.py): remove CustomComponentNode class as it is no longer used
2023-07-25 17:22:02 -03:00
..
api 🐛 fix(endpoints.py): change import statement for typing module to import Annotated from typing module to fix type hinting error 2023-07-25 15:04:41 -03:00
cache 🐛 fix(utils.py): remove file extension from saved file name 2023-06-21 17:45:12 -03:00
chat 🐛 fix(endpoints.py): handle CustomComponentPathValueError and raise HTTPException with error details 2023-07-20 23:35:02 +01:00
custom Merge remote-tracking branch 'origin/form_io' into python_custom_node_component 2023-07-07 22:55:17 +01:00
database 🔧 chore(base.py): import contextlib's contextmanager to improve code readability and maintainability 2023-07-21 09:24:59 -03:00
graph Merge branch 'modalRefactor' into python_custom_node_component 2023-07-23 19:50:51 -03:00
interface 🔨 refactor(types.py): import CustomComponentFrontendNode from custom_components module to improve code organization and readability 2023-07-25 17:22:02 -03:00
processing 🐛 fix(endpoints.py): change import statement for typing module to import Annotated from typing module to fix type hinting error 2023-07-25 15:04:41 -03:00
template 🔨 refactor(types.py): import CustomComponentFrontendNode from custom_components module to improve code organization and readability 2023-07-25 17:22:02 -03:00
utils 🔧 chore(main.py): configure logger in create_app function to improve logging configuration 2023-07-21 23:58:28 -03:00
__init__.py 🚀 feat(langflow): add Prompt class to types module 2023-07-07 01:33:36 -03:00
__main__.py 🔧 chore(__main__.py): add debug logs to update_settings function for better troubleshooting 2023-07-25 13:53:39 -03:00
config.yaml 🔀 chore(config.yaml): rename 'custom' section to 'custom_components' for better clarity and consistency 2023-07-25 12:03:28 -03:00
jcloud.yml feat: deploy langflow using langchain-serve 2023-05-15 18:17:14 +05:30
lcserve.py Formatting changes 2023-07-07 12:05:01 -03:00
main.py 🔥 refactor(main.py): remove commented out code for getting log level in create_app() function 2023-07-25 15:13:43 -03:00
server.py refac: langflow_backend -> langflow 2023-03-17 09:50:02 -03:00
settings.py 🔧 chore(settings.py): add BASE_COMPONENTS_PATH constant to improve code readability and maintainability 2023-07-25 12:16:06 -03:00