Commit graph

8,888 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
e8d047239e Merge branch 'better_io' into state_theories 2024-03-03 22:26:39 -03:00
Gabriel Luiz Freitas Almeida
763d9dee8e Format constant variables 2024-03-03 22:22:15 -03:00
Gabriel Luiz Freitas Almeida
13a073615b Refactor graph class to add and update vertices and edges 2024-03-03 20:23:34 -03:00
Gabriel Luiz Freitas Almeida
eba4a0c5a9 Refactor vertex imports in base.py 2024-03-03 19:44:44 -03:00
Gabriel Luiz Freitas Almeida
fe391ffa80 Flow can now be built from a starting node or from an end node 2024-03-03 19:43:39 -03:00
Lucas Oliveira
0bb5aa316a Merge branch 'zustand/io/migration' into better_io 2024-03-03 23:36:49 +01:00
Lucas Oliveira
4d730204a8 Changed pencil on edit name 2024-03-03 23:36:23 +01:00
anovazzi1
d5b63a6c6e Fix build error and set isBuilding to false 2024-03-03 19:30:46 -03:00
anovazzi1
fa4f201925 Merge branch 'zustand/io/migration' into better_io 2024-03-03 19:25:43 -03:00
Gabriel Luiz Freitas Almeida
2c66372d38 Add last run time to GenericNode component 2024-03-03 19:19:18 -03:00
Gabriel Luiz Freitas Almeida
b83ffc87b2 Refactor code to improve performance and readability 2024-03-03 19:19:02 -03:00
anovazzi1
636cc03dbf Add setNode function to update chat input value 2024-03-03 19:16:44 -03:00
Gabriel Luiz Freitas Almeida
5a5a5bba55 Remove console.log statement in buildVertices function 2024-03-03 19:05:31 -03:00
Gabriel Luiz Freitas Almeida
3985236224 Fix should_run_vertex method to remove vertex_id from vertices_to_run list 2024-03-03 19:03:41 -03:00
Lucas Oliveira
f2ccff0d21 Code opening again fixed 2024-03-03 23:01:14 +01:00
Lucas Oliveira
2ad91f71f8 fixed w-full 2024-03-03 23:01:14 +01:00
Lucas Oliveira
29050a2c1f Fixed chat width 2024-03-03 23:01:14 +01:00
Lucas Oliveira
1d7d68b7e0 made it syntaxhighlighter to reproduce the bug 2024-03-03 23:01:14 +01:00
anovazzi1
a782fd7074 Refactor parameterComponent to conditionally hide code field on group component too 2024-03-03 23:01:14 +01:00
anovazzi1
7e177b26af Fix build button running on text selection 2024-03-03 23:01:14 +01:00
anovazzi1
265e4060e7 Refactor getFieldTitle function in utils.ts 2024-03-03 23:01:14 +01:00
anovazzi1
8ca0f43b30 Refactor GenericNode component 2024-03-03 23:01:14 +01:00
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