Commit graph

866 commits

Author SHA1 Message Date
anovazzi1
f05e9f00c2 show erro when node can't be rendered by reactFlow 2023-03-27 16:51:22 -03:00
Gabriel Almeida
66b387264d fix: mypy errors 2023-03-27 06:32:42 -03:00
Gabriel Almeida
228c04280d style: remove comments 2023-03-26 21:07:20 -03:00
Gabriel Almeida
a788d93682 feat: implementation of PythonFunction and class based templates 2023-03-26 21:05:11 -03:00
Gabriel Almeida
d93ecee876 feat: implement node templates 2023-03-26 10:03:08 -03:00
Gabriel Almeida
405041f9c8 merge 2023-03-26 10:01:50 -03:00
Gabriel Almeida
9b6c9fd8eb fix: typing fixes 2023-03-26 09:06:38 -03:00
Gabriel Almeida
8ea37c5bc0 Merge branch 'dev' of https://github.com/logspace-ai/langflow into 45-implement-agents-as-tools 2023-03-26 09:05:52 -03:00
Gabriel Luiz Freitas Almeida
be80045792
Merge branch 'dev' into uiUpdates 2023-03-26 08:46:15 -03:00
Gabriel Almeida
7dbda097f5 feat: complex example test passing 2023-03-26 01:15:01 -03:00
Gabriel Almeida
f70f9339a2 feat: small changes to test func 2023-03-26 01:14:26 -03:00
Gabriel Almeida
cdb01f2a39 feat: Graph build tests passing 2023-03-25 20:22:50 -03:00
anovazzi1
1ec23f8a4d error handling for unexistent components import 2023-03-24 19:45:14 -03:00
anovazzi1
5f7be7d1a5 error handling with hard reset 2023-03-24 19:40:25 -03:00
Gabriel Almeida
cccbeeb4d2 feat: added edge validation 2023-03-24 18:48:03 -03:00
anovazzi1
11c53d6338 set alert error for empty name 2023-03-24 17:46:06 -03:00
anovazzi1
e9367fa90c blocked empty name 2023-03-24 17:44:36 -03:00
anovazzi1
6fbda135ba optional field alert 2023-03-24 17:32:41 -03:00
anovazzi1
1feb50e5a8 export flow improved, auto-remove api keys and added description when export flow 2023-03-24 17:31:01 -03:00
anovazzi1
2224d219be add descriptions to flow 2023-03-24 15:34:03 -03:00
anovazzi1
a5774d23a9 upload from file working 2023-03-24 14:42:11 -03:00
anovazzi1
977b4c0c9a change the context wrapping order, this is a major change, nothing looks broken 2023-03-24 14:38:39 -03:00
anovazzi1
647d7d2759 upload flow function inside modal 2023-03-24 14:31:40 -03:00
anovazzi1
1dea005599 import modal created 2023-03-24 14:24:49 -03:00
Ibis Prevedello
250d3a1064 refac: fix bug reading docstring 2023-03-24 13:38:51 -03:00
Gabriel Almeida
230f0d95e9 refac: implemented buid_json using graph methods 2023-03-24 12:22:27 -03:00
Gabriel Almeida
269c06e9c1 feat: added tests for graph 2023-03-24 11:21:29 -03:00
Gabriel Almeida
616d015c5a feat: implementation of Graph objects 2023-03-24 10:49:19 -03:00
Ibis Prevedello
16c64f668a refac: fix custom_lists 2023-03-23 18:49:15 -03:00
Ibis Prevedello
6fb02dc227 Merge branch 'dev' into config 2023-03-23 18:34:40 -03:00
Ibis Prevedello
f7cf8b1622 feat: add settings 2023-03-23 18:30:56 -03:00
anovazzi1
2bbceaa982 full dropdown clickable 2023-03-23 17:22:22 -03:00
anovazzi1
ae60a7317f proxy config updated to development using 'make dev build=1' 2023-03-21 17:24:34 -03:00
anovazzi1
c8ef7ba545 some ui updates 2023-03-21 17:05:12 -03:00
Gabriel Almeida
049ab2b39b fix: changed import and linting 2023-03-20 20:56:15 -03:00
Gabriel Almeida
c390a47504 feat: added constants file to support model types and others 2023-03-20 20:54:05 -03:00
Gabriel Almeida
51ec2a0fe0 fix: removing replace_port function 2023-03-20 13:12:48 -03:00
Gabriel Almeida
fe1ce49203 fix: deactivate replace_port 2023-03-20 13:09:15 -03:00
Gabriel Luiz Freitas Almeida
74ee761294
fix: remove unsecure requests tag 2023-03-20 12:01:22 -03:00
Gabriel Almeida
6c01941c80 Merge remote-tracking branch 'origin/export_improvement' into dev 2023-03-20 12:00:19 -03:00
anovazzi1
cb965ca9ce change place of the import/export buttons 2023-03-20 11:56:40 -03:00
Gabriel Almeida
bd2f05996b feat: added script to setup proxy for local dev 2023-03-20 11:41:27 -03:00
anovazzi1
e3fe259ce2 remove some console logs 2023-03-20 10:35:40 -03:00
Ibis Prevedello
0ed7c4d948 Merge branch 'dev' into gpt4 2023-03-20 10:10:25 -03:00
Ibis Prevedello
38141943f6 feat: add chat-gpt 2023-03-20 10:09:51 -03:00
Gabriel Almeida
64ba20ba3e fix: removing unused variable 2023-03-20 09:49:54 -03:00
Gabriel Almeida
d04268588a bump langflow to 0.0.42, front to 0.1.2 2023-03-20 09:39:10 -03:00
Gabriel Almeida
b86972eab7 Merge remote-tracking branch 'origin/https_fix' into dev 2023-03-20 09:10:23 -03:00
Gabriel Luiz Freitas Almeida
30329982ef
Merge pull request #51 from ScripterSugar/typeValidationBugFix 2023-03-20 07:12:33 -03:00
Sugar (Elliot)
9c6b6a6c4d Fix: Dynamic tooltipTitle, id mapping bugfix for last ParameterComponent of GenericNode. 2023-03-20 16:02:20 +09:00