Commit graph

9,322 commits

Author SHA1 Message Date
Lucas Oliveira
df621707f7 Implemented error alerts and function to clean deleted global variables 2024-03-22 16:18:11 +01:00
Gabriel Luiz Freitas Almeida
fbe346ccee Refactor globalVariables key names in GlobalVariablesStore 2024-03-21 14:02:37 -03:00
Gabriel Luiz Freitas Almeida
7f34516a52 Change key to name 2024-03-21 14:02:08 -03:00
Gabriel Luiz Freitas Almeida
69735b070f Refactor addNewVariableButtonComponent and API registerGlobalVariable 2024-03-21 14:01:05 -03:00
Gabriel Luiz Freitas Almeida
3b7cae829c Update delete_credential function to return status code 204 2024-03-21 13:58:26 -03:00
Lucas Oliveira
178db4b95f Fix merge bug 2024-03-21 17:26:28 +01:00
Lucas Oliveira
1604680ab9 Formatting 2024-03-21 15:35:58 +01:00
Lucas Oliveira
99561d0d4c Merge remote-tracking branch 'origin/zustand/io/migration' into globalVariables 2024-03-21 15:35:52 +01:00
Lucas Oliveira
ba9124cc4e Formatting 2024-03-21 15:31:09 +01:00
Lucas Oliveira
ca460443d1 Fixed position on command when filtering 2024-03-21 15:30:58 +01:00
Lucas Oliveira
ea211060b3 Implemented Delete function 2024-03-21 15:11:27 +01:00
Gabriel Luiz Freitas Almeida
1bfa6d2a32 Add debounce to autoSaveCurrentFlow function 2024-03-21 10:19:03 -03:00
Gabriel Luiz Freitas Almeida
bd1bf4b16e Remove unused code and update save debounce time 2024-03-21 10:18:54 -03:00
Gabriel Luiz Freitas Almeida
0b4b4c0c87 Update version number in pyproject.toml 2024-03-21 09:49:29 -03:00
Gabriel Luiz Freitas Almeida
7b11435655 Refactor Graph class to improve readability and add docstrings 2024-03-21 09:48:34 -03:00
Gabriel Luiz Freitas Almeida
f4e204ce50 Refactor AnthropicModel imports and update description 2024-03-21 09:48:21 -03:00
Gabriel Luiz Freitas Almeida
6262849463 Add defusedxml and langchain-anthropic packages 2024-03-21 09:46:09 -03:00
Gabriel Luiz Freitas Almeida
a00bab4b56 Update anthropic and add crewai 2024-03-20 20:57:42 -03:00
Gabriel Luiz Freitas Almeida
fe7fc3927e Refactor code for better readability and maintainability 2024-03-20 20:48:47 -03:00
Gabriel Luiz Freitas Almeida
3a2808003c Add error handling for password input in InputComponent 2024-03-20 20:48:17 -03:00
anovazzi1
797934b944 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-20 20:33:12 -03:00
anovazzi1
483802f680 Add updateGroupRecursion function to flowStore.ts and reactflowUtils.ts 2024-03-20 20:33:09 -03:00
Gabriel Luiz Freitas Almeida
949cc83283 Refactor useFlowStore to update build status on build start 2024-03-20 20:23:22 -03:00
Gabriel Luiz Freitas Almeida
a6625bbad5
Update node and edge IDs, refactor node ID generation, and fix async bug in build_vertex_stream function (#1546)
* Update node and edge IDs in PageComponent and reactflowUtils

* Merge remote-tracking branch 'origin/zustand/io/migration' into fixGroup

* Refactor node ID generation and update node IDs in selection

* Update flowStore.ts and reactflowUtils.ts

* Fix async bug in build_vertex_stream function

* Add check for missing id in vertex data

* Fix exception message for missing vertex id

* Update code: Added VertexLayerElementType type and modified updateIds function
2024-03-20 20:06:25 -03:00
Gabriel Luiz Freitas Almeida
c175395cd7 Add top_level_vertices to getInactiveVertexData function 2024-03-20 17:56:52 -03:00
Gabriel Luiz Freitas Almeida
8c0a2b62a3 Refactor custom fields handling in validate.py 2024-03-20 17:55:49 -03:00
Gabriel Luiz Freitas Almeida
7ae3aefa76 Add test for build ordering in complex graph 2024-03-20 16:16:30 -03:00
Gabriel Luiz Freitas Almeida
cb98118ce8 Refactor vertex build process and add new response field 2024-03-20 16:13:57 -03:00
Gabriel Luiz Freitas Almeida
c4b2ad763f Add functions for retrieving next runnable vertices and top-level vertices in the graph 2024-03-20 16:13:53 -03:00
Gabriel Luiz Freitas Almeida
8376cd1a5b Remove unused import and fix formatting in IOOutputView, MenuBar, RenameLabel, and PageComponent 2024-03-20 16:13:51 -03:00
Gabriel Luiz Freitas Almeida
0d15491d36 Update useFlowStore to use top_level_vertices instead of next_vertices_ids 2024-03-20 16:13:49 -03:00
Gabriel Luiz Freitas Almeida
efc66b014b Refactor reconnectEdges function to fix bug 2024-03-20 16:13:48 -03:00
Gabriel Luiz Freitas Almeida
5b0b101f37 Add display name to error message in validateNode function 2024-03-20 16:13:46 -03:00
Lucas Oliveira
41cbd918b7 Deleted variables page 2024-03-20 18:32:52 +01:00
Lucas Oliveira
6dc4599a9b Changed icons for other options that are not global variable 2024-03-20 18:28:59 +01:00
Lucas Oliveira
1b6102524a Fixed logic when options are present but its not global variables. 2024-03-20 18:26:05 +01:00
Lucas Oliveira
d003be4fe2 Updated global variables to ShadCN and updated logic to show variables as different things 2024-03-20 18:05:16 +01:00
Lucas Oliveira
725566d527 Make big view appear when chat not available 2024-03-20 14:05:30 +01:00
anovazzi1
acd56ce656
add duplicate flow functionality (#1541) 2024-03-19 18:10:42 -03:00
anovazzi1
a02b2e1776 Fix flow duplication and navigation bug in MenuBar component 2024-03-19 18:08:21 -03:00
anovazzi1
43023e55bf
Prevent esc to close Code Modal (#1544)
 (codeAreaModal/index.tsx): add event listener to prevent the Escape
key from closing the modal
📝 (codeAreaModal/index.tsx): improve code readability by adding line
breaks and indentation for better code organization
2024-03-19 17:58:21 -03:00
anovazzi1
97e609176c
Feat: Add shortcut to group node (ctrl G) (#1545) 2024-03-19 17:54:02 -03:00
igorrCarvalho
19f60ba17a Feat: Add shortcut to group node (ctrl G) 2024-03-19 16:45:57 -03:00
cristhianzl
35198a3abb (codeAreaModal/index.tsx): add event listener to prevent the Escape key from closing the modal
📝 (codeAreaModal/index.tsx): improve code readability by adding line breaks and indentation for better code organization
2024-03-19 15:00:46 -03:00
Gabriel Luiz Freitas Almeida
50d27eeaa0 Remove duplicate import statements and unused imports 2024-03-18 21:26:52 -03:00
Gabriel Luiz Freitas Almeida
735d5ed803 Add imports and update log level in run_langflow function 2024-03-18 21:26:37 -03:00
Lucas Oliveira
e38cf0dd6c Changed component.py to fix bug 2024-03-18 23:40:25 +01:00
Lucas Oliveira
6c9a87bed7 Merge branch 'zustand/io/migration' into globalVariables 2024-03-18 23:40:15 +01:00
Gabriel Luiz Freitas Almeida
9bcd74cbce Refactor code formatting and style 2024-03-18 18:38:35 -03:00
Gabriel Luiz Freitas Almeida
c57aadbbc6 Fix merge conflicts in backend code 2024-03-18 18:30:55 -03:00