Commit graph

11,619 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
1565ad95a3 Add inactive_vertices and VertexDataTypeAPI to VertexBuildTypeAPI 2024-02-23 12:53:12 -03:00
cristhianzl
fb98cc6e51 start fix tests 2024-02-23 12:30:30 -03:00
Gabriel Luiz Freitas Almeida
10fa045063 Refactor getStatusClassName function to handle different build statuses 2024-02-23 12:27:53 -03:00
Gabriel Luiz Freitas Almeida
7fed13eb5a Added gray-status and buildstatus classes 2024-02-23 12:27:17 -03:00
Gabriel Luiz Freitas Almeida
f9aa62f183 Add INACTIVE build status to GenericNode 2024-02-23 10:12:21 -03:00
Gabriel Luiz Freitas Almeida
bd0e5694da Update base_type in RoutingVertex constructor 2024-02-23 10:10:19 -03:00
Gabriel Luiz Freitas Almeida
756a2ea81b Add ShouldRunNext component to langflow routing 2024-02-23 10:09:52 -03:00
Gabriel Luiz Freitas Almeida
3778301762 Refactor graph constants and update vertex types 2024-02-23 10:09:18 -03:00
Gabriel Luiz Freitas Almeida
ca749746ad Refactor vertex type lookup logic in Graph class 2024-02-23 10:08:34 -03:00
Gabriel Luiz Freitas Almeida
50917619f5 Move set cache to the end 2024-02-23 10:03:42 -03:00
Gabriel Luiz Freitas Almeida
afca7dc954 Refactor GoogleSerperAPIWrapperComponent class in GoogleSerperAPIWrapper.py 2024-02-22 23:51:38 -03:00
Gabriel Luiz Freitas Almeida
a4c432a64b Move call to reset InactiveNodes to the end of the function 2024-02-22 23:45:55 -03:00
Gabriel Luiz Freitas Almeida
2a7a5e728a Skip building inactive nodes in buildVertices function 2024-02-22 23:40:05 -03:00
Gabriel Luiz Freitas Almeida
bd2767b1a5 Add setInactiveNodes function to FlowStore 2024-02-22 23:39:13 -03:00
Gabriel Luiz Freitas Almeida
baf5ffb13c Add inactive_vertices attribute and related methods to Graph class 2024-02-22 23:38:19 -03:00
Gabriel Luiz Freitas Almeida
958dad8c8f Add support for inactive vertices in VertexBuildResponse 2024-02-22 23:37:56 -03:00
Gabriel Luiz Freitas Almeida
96f1cc1e59 Set result to None if condition fails 2024-02-22 23:37:19 -03:00
Gabriel Luiz Freitas Almeida
75ee16acb0 Refactor RoutingVertex to handle missing condition and result values 2024-02-22 23:36:02 -03:00
Gabriel Luiz Freitas Almeida
dcf71b7bdf Add VertexStates enum and set_state method 2024-02-22 23:35:34 -03:00
Gabriel Luiz Freitas Almeida
b26797c0fd Conditionally return inactive_vertices 2024-02-22 23:34:45 -03:00
igorrCarvalho
e662932156 Refactor: Remove persist from Chroma docstring 2024-02-22 22:17:47 -03:00
Gabriel Luiz Freitas Almeida
b17bbf064a Add next_vertex_to_build method to Graph class 2024-02-22 19:00:11 -03:00
Gabriel Luiz Freitas Almeida
528c75933f Update VertexBuildResponse schema field name 2024-02-22 18:59:48 -03:00
Gabriel Luiz Freitas Almeida
94c40aa91a implement routing and next_vertex_to_build 2024-02-22 18:58:27 -03:00
Gabriel Luiz Freitas Almeida
0003e4b7e9 Add routing component to vertex types 2024-02-22 18:46:21 -03:00
Gabriel Luiz Freitas Almeida
be7220b561 Add routing component to backend 2024-02-22 18:45:46 -03:00
Gabriel Luiz Freitas Almeida
1c237f2b6e Add ShouldRunNext component 2024-02-22 18:45:19 -03:00
Gabriel Luiz Freitas Almeida
9192d50e72 Remove unnecessary comments and improve result handling in ConversationChainComponent 2024-02-22 18:41:29 -03:00
Gabriel Luiz Freitas Almeida
176f6b1640 Refactor ConversationChainComponent class to handle different types of result objects 2024-02-22 18:41:18 -03:00
Gabriel Luiz Freitas Almeida
58769f587f Rename stop_vertex to component 2024-02-22 18:28:27 -03:00
Gabriel Luiz Freitas Almeida
e3c42d36ba Refactor RoutingVertex to handle successors based on boolean value 2024-02-22 18:26:55 -03:00
Gabriel Luiz Freitas Almeida
8a4e9a7226 Add successors_ids property to Vertex class 2024-02-22 18:26:32 -03:00
Gabriel Luiz Freitas Almeida
a48b497b28 Add vertices_layers attribute and stop_vertex attribute to Graph class 2024-02-22 18:26:09 -03:00
Gabriel Luiz Freitas Almeida
d79c8283a6 Add successors field to VertexBuildResponse 2024-02-22 18:25:38 -03:00
Gabriel Luiz Freitas Almeida
5e30aac399 Add successors to VertexBuildResponse and return only first layer 2024-02-22 18:25:13 -03:00
Gabriel Luiz Freitas Almeida
ac9849013d Add RunnableExecutor component 2024-02-22 18:04:55 -03:00
Gabriel Luiz Freitas Almeida
71de618519 Remove base class limitations 2024-02-22 17:24:59 -03:00
Gabriel Luiz Freitas Almeida
bb732f5264 Fix validation logic for emoji in attributes.py 2024-02-22 17:12:36 -03:00
Gabriel Luiz Freitas Almeida
9cfb03fbc9 Fix styleUtils import and remove unnecessary lines 2024-02-22 17:07:36 -03:00
Gabriel Luiz Freitas Almeida
3a07ad38b0 Add imports and fix duplicate key in dictionary 2024-02-22 17:06:06 -03:00
anovazzi1
e68fdc06c4 Update nodeIconsLucide in styleUtils.ts 2024-02-22 17:03:59 -03:00
anovazzi1
701571b858 Fix build button condition and prevent sending messages during build 2024-02-22 16:43:43 -03:00
Gabriel Luiz Freitas Almeida
63c709ee1d Add PythonFunctionComponent to langflow utilities 2024-02-22 16:38:01 -03:00
Gabriel Luiz Freitas Almeida
8f8b921ead Fix code field visibility in group node template 2024-02-22 16:27:57 -03:00
Gabriel Luiz Freitas Almeida
b1e7485ec6 Refactor parameterComponent to hide code based on name 2024-02-22 16:26:53 -03:00
Gabriel Luiz Freitas Almeida
e104d0381e Fix vertex reset issue when pinned 2024-02-22 16:17:24 -03:00
anovazzi1
9c125d1c22 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-02-22 15:49:35 -03:00
anovazzi1
165491e60b refactor(GenericNode/index.tsx): import Loading component for better code organization and readability
fix(GenericNode/index.tsx): update the button onClick logic to prevent building flow when the build status is already set to 'BUILDING'
2024-02-22 15:49:24 -03:00
Gabriel Luiz Freitas Almeida
c72ee729bf Add Code class to field_typing module 2024-02-22 15:44:26 -03:00
Gabriel Luiz Freitas Almeida
0d55e42ceb Remove Prompt class from types.py 2024-02-22 15:20:36 -03:00