Commit graph

11,619 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
33cf2ae5ae Update API configuration and add optional input_value parameter 2024-03-03 18:55:48 -03:00
Gabriel Luiz Freitas Almeida
20ffe250a9 Add _is_chat_input() method to Vertex and ChatVertex classes 2024-03-03 18:55:39 -03:00
Gabriel Luiz Freitas Almeida
4dbe66ae06 Add vertices_to_run set and update getVerticesOrder API parameter 2024-03-03 18:55:30 -03:00
anovazzi1
9a4babc6d0 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-03 18:50:35 -03:00
anovazzi1
189b40fe3c Refactor code hiding logic in parameterComponent and EditNodeModal 2024-03-03 18:50:31 -03:00
Gabriel Luiz Freitas Almeida
c87c213feb Refactor vertex running logic in Graph class 2024-03-03 18:46:31 -03:00
Lucas Oliveira
b23ce5f280 Code opening again fixed 2024-03-03 22:35:26 +01:00
Gabriel Luiz Freitas Almeida
68d6c16e7c Remove unnecessary code for streaming to non-streamable component 2024-03-03 18:31:33 -03:00
Gabriel Luiz Freitas Almeida
42574da37f Fix streaming issue for Chat Output vertex 2024-03-03 18:23:55 -03:00
Lucas Oliveira
cdae727e73 fixed w-full 2024-03-03 22:23:21 +01:00
Lucas Oliveira
2aec6ad51f Fixed chat width 2024-03-03 22:19:28 +01:00
Gabriel Luiz Freitas Almeida
af20ca0f6e Refactor buildUtils and flowStore to improve performance 2024-03-03 18:11:06 -03:00
Gabriel Luiz Freitas Almeida
28bfa9cc41 Fix typo in next_vertices_ids field 2024-03-03 18:10:58 -03:00
Gabriel Luiz Freitas Almeida
2861391e6e Fix issue with next_vertices_ids in build_vertex function 2024-03-03 18:10:43 -03:00
anovazzi1
8fbc2a3f67 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-03 18:07:50 -03:00
anovazzi1
7206b58a3f Refactor parameterComponent to conditionally hide code field on group component too 2024-03-03 18:07:47 -03:00
Lucas Oliveira
f1455445d1 made it syntaxhighlighter to reproduce the bug 2024-03-03 21:55:06 +01:00
anovazzi1
05d53c5428 Fix build button running on text selection 2024-03-03 17:42:34 -03:00
anovazzi1
4e63f2a6ca Refactor getFieldTitle function in utils.ts 2024-03-03 17:36:43 -03:00
anovazzi1
c917eeec4a Refactor GenericNode component 2024-03-03 17:05:48 -03:00
Gabriel Luiz Freitas Almeida
6781460869 Refactor buildVertices process one layer at a time 2024-03-03 14:40:43 -03:00
Gabriel Luiz Freitas Almeida
390ccb892a Merge branch 'zustand/io/migration' into better_io 2024-03-03 14:32:04 -03:00
Lucas Oliveira
46e5b8b7e3 Fixed text output not showing display name 2024-03-03 01:26:39 +01:00
Lucas Oliveira
c44c574c99 Fixed flexbox in io 2024-03-03 01:24:39 +01:00
Gabriel Luiz Freitas Almeida
28edf41fa5 Fix bug in PromptComponent 2024-03-02 18:11:46 -03:00
Gabriel Luiz Freitas Almeida
e54fe60a6b Add GetNotified and Notify components 2024-03-02 18:11:18 -03:00
Gabriel Luiz Freitas Almeida
bc3402586d Fix bug in PromptComponent 2024-03-02 18:11:07 -03:00
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
04f6ee7bea Update page size in ComponentsComponent 2024-03-02 16:14:05 -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