🔧 chore(.gitignore): add /tmp/* to the gitignore file to exclude temporary files from version control

 feat(endpoints.py): add new endpoint to load custom components from a specified path
📦 feat(load_custom_component_from_path.py): add new module to load custom components from a directory path
🔧 chore(types.py): add function to build and validate custom components from a directory path
This commit is contained in:
gustavoschaedler 2023-07-20 21:39:07 +01:00
commit 5f8439ae7e
4 changed files with 45 additions and 4 deletions

2
.gitignore vendored
View file

@ -251,3 +251,5 @@ langflow.db
# docusaurus
.docusaurus/
/tmp/*