Commit graph

8,824 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
9f2d67f3bc Refactor Vertex class in base.py 2024-03-02 17:38:36 -03:00
Gabriel Luiz Freitas Almeida
131cebcea6 Add status update to TextToRecordComponent 2024-03-02 17:38:28 -03:00
Gabriel Luiz Freitas Almeida
e9772d06fc Refactor graph state management and add get_state method 2024-03-02 17:38:21 -03:00
Gabriel Luiz Freitas Almeida
0fe8d1116d Add console log for onBuildStart event 2024-03-02 17:38:08 -03:00
Gabriel Luiz Freitas Almeida
7207c4c0a2 Add layer to dynamicVerticesLayers array 2024-03-02 17:38:01 -03:00
Gabriel Luiz Freitas Almeida
85576d4204 Add status attribute to SharedState class 2024-03-02 17:37:12 -03:00
Gabriel Luiz Freitas Almeida
8e65ba5f17 Fix handling of empty state in SharedState.py 2024-03-02 15:20:21 -03:00
Gabriel Luiz Freitas Almeida
8ac3f4579e Refactor activated_vertices to activated_layers 2024-03-02 15:19:34 -03:00
Gabriel Luiz Freitas Almeida
48ec2d2fa8 Fix empty records bug and return empty string if state is not found 2024-03-02 15:18:58 -03:00
Gabriel Luiz Freitas Almeida
d4cad81302 Remove unused import and update timer duration 2024-03-02 01:19:16 -03:00
Gabriel Luiz Freitas Almeida
6aec697c2a Add error handling for observer callbacks in GraphStateManager 2024-03-02 01:19:03 -03:00
Gabriel Luiz Freitas Almeida
2b215e66f4 Add is_state attribute to Vertex class and StateVertex subclass 2024-03-02 01:18:58 -03:00
Gabriel Luiz Freitas Almeida
22884aeb7e Add state activation for specific vertices 2024-03-02 01:18:51 -03:00
Gabriel Luiz Freitas Almeida
d846d806cc Add TextToRecordComponent to convert text to a Record 2024-03-02 01:18:43 -03:00
Gabriel Luiz Freitas Almeida
dc8ad28418 Merge branch 'zustand/io/migration' into state_theories 2024-03-02 00:48:40 -03:00
Gabriel Luiz Freitas Almeida
801c5462fc Fix method argument type in CustomComponent class 2024-03-02 00:47:15 -03:00
Gabriel Luiz Freitas Almeida
5ebcdf5d52 Refactor SharedState build method to accept optional record parameter 2024-03-02 00:47:04 -03:00
Gabriel Luiz Freitas Almeida
cdb59132d3 Fix verticesLayers assignment bug 2024-03-02 00:08:31 -03:00
Gabriel Luiz Freitas Almeida
569be9e080 Refactor buildUtils to handle activated vertices 2024-03-01 23:57:59 -03:00
Gabriel Luiz Freitas Almeida
9dac7e7635 Update vertex class in socket utils.py 2024-03-01 23:57:40 -03:00
Gabriel Luiz Freitas Almeida
88b2ab328f Update state and append state methods in SharedState and CustomComponent 2024-03-01 23:57:28 -03:00
Gabriel Luiz Freitas Almeida
3d4ab24858 Add activated_vertices to VertexBuildResponse and update state management in Graph 2024-03-01 23:57:01 -03:00
Gabriel Luiz Freitas Almeida
94a00c0c5e Refactor build_vertex function to reset both inactivated and activated vertices 2024-03-01 23:56:35 -03:00
Gabriel Luiz Freitas Almeida
96c5db6589 Update vertex from another vertex 2024-03-01 23:02:28 -03:00
Gabriel Luiz Freitas Almeida
791754cd30 Fix comparison of data in Vertex class 2024-03-01 22:57:15 -03:00
Gabriel Luiz Freitas Almeida
5d87eb021f Update __eq__ methods 2024-03-01 22:51:53 -03:00
Gabriel Luiz Freitas Almeida
457934b9d9 Change how sort_up_to_vertex works 2024-03-01 22:51:30 -03:00
igorrCarvalho
7f55a0ed24 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-03-01 20:03:23 -03:00
igorrCarvalho
463ee575e0 Refactor: Change texts 2024-03-01 20:02:52 -03:00
Gabriel Luiz Freitas Almeida
52a2658f47 Add ShadTooltip component and display display_name for outputs 2024-03-01 19:24:53 -03:00
Gabriel Luiz Freitas Almeida
5300549b61 Refactor vertices order handling 2024-03-01 19:08:23 -03:00
Gabriel Luiz Freitas Almeida
c7ca7bf209 Refactor paste function in flowStore.ts 2024-03-01 19:07:52 -03:00
Gabriel Luiz Freitas Almeida
b455284e97 Refactor vertex base class and add error handling for streaming components 2024-03-01 19:00:16 -03:00
Gabriel Luiz Freitas Almeida
8641a152ac Add logger import and append "Text" to base_classes 2024-03-01 18:37:16 -03:00
Gabriel Luiz Freitas Almeida
cac6473361 Refactor graph class to handle vertex additions and removals 2024-03-01 18:21:59 -03:00
anovazzi1
fb433d90d9 Refactor IOView component 2024-03-01 18:09:43 -03:00
anovazzi1
a153ff1d48 Refactor AccordionComponent to wrap children in a div 2024-03-01 18:00:22 -03:00
anovazzi1
3b5b013ada Update className in CodeTabsComponent 2024-03-01 17:24:58 -03:00
Gabriel Luiz Freitas Almeida
74b723c4da Refactor variable names and fix typo in code 2024-03-01 17:13:20 -03:00
Gabriel Luiz Freitas Almeida
a03d4573fe Fix issue with updating vertices order 2024-03-01 16:25:14 -03:00
anovazzi1
5ae5feb64a style(IOOutputView/index.tsx): update className to include h-full for consistent styling across components
style(IOview/index.tsx): update className to include w-full for consistent styling across components
2024-03-01 15:51:34 -03:00
Gabriel Luiz Freitas Almeida
da82d33493 Fix formatting issues in database service 2024-03-01 14:43:56 -03:00
Gabriel Luiz Freitas Almeida
86e47f1279 Add LANGFLOW_AUTO_LOGIN configuration option 2024-03-01 14:32:14 -03:00
anovazzi1
be0ab30350
Fix tests after IO refactor (#1487) 2024-03-01 13:29:31 -03:00
Gabriel Luiz Freitas Almeida
811ab28339 Refactor graph traversal and update vertices order 2024-03-01 12:12:28 -03:00
Gabriel Luiz Freitas Almeida
3a136362c8 Refactor Vertex class to handle list and Record types in params 2024-03-01 12:12:11 -03:00
Gabriel Luiz Freitas Almeida
f0c592a330 Remove console.log statement and refactor string replacement logic in GenericModal component 2024-03-01 11:11:50 -03:00
Gabriel Luiz Freitas Almeida
d6fe701c7f Refactor code for extracting input variables from prompt 2024-03-01 11:11:18 -03:00
Gabriel Luiz Freitas Almeida
e0989c0f53 Refactor variable highlighting regex in constants.ts and fix error handling in genericModal 2024-03-01 11:11:01 -03:00
Gabriel Luiz Freitas Almeida
8b99087cff Refactor FileLoaderComponent to remove unnecessary code 2024-03-01 09:34:09 -03:00