Commit graph

10,075 commits

Author SHA1 Message Date
Gabriel Almeida
9918e466d4 fix: ALL_TOOLS_NAMES constant reduces reruns 2023-03-28 10:16:12 -03:00
Gabriel Luiz Freitas Almeida
e2343e6f12
Merge pull request #78 from logspace-ai/dev 2023-03-28 09:04:30 -03:00
Gabriel Luiz Freitas Almeida
d989ef5a7c
Merge pull request #77 from logspace-ai/0.0.46
Release 0.0.46
2023-03-27 23:20:32 -03:00
anovazzi1
c623773d46 removed comment 2023-03-27 23:09:21 -03:00
anovazzi1
206ab23038 code editor without error warning 2023-03-27 23:04:44 -03:00
Gabriel Almeida
e465be5941 feat: agents as tools working 2023-03-27 21:46:44 -03:00
Ibis Prevedello
21ecf32488 bump version 2023-03-27 21:26:00 -03:00
anovazzi1
d2088b3204 simple code first implementation 2023-03-27 20:44:03 -03:00
anovazzi1
bf57762570 created code modal 2023-03-27 20:43:05 -03:00
anovazzi1
5933993204 Merge branch 'dev' into 45-implement-agents-as-tools-ui 2023-03-27 20:02:13 -03:00
Gabriel Luiz Freitas Almeida
953f819504
Merge pull request #71 from logspace-ai/uiUpdates 2023-03-27 18:20:25 -03:00
anovazzi1
fb96ccd878 null safety working properly 2023-03-27 18:14:00 -03:00
Gabriel Almeida
09827dc0cb formatting 2023-03-27 17:35:01 -03:00
Gabriel Almeida
ea2c8ca985 refac: implement Field in tool signature 2023-03-27 17:34:38 -03:00
Gabriel Almeida
c6ebbe3517 feat: private built_object added, implement get_function 2023-03-27 17:33:42 -03:00
Gabriel Almeida
b67c7d6442 fix: updates to json and test added 2023-03-27 17:32:50 -03:00
Gabriel Almeida
3065cb6e5f feat: added rich in dev 2023-03-27 17:31:54 -03:00
Gabriel Almeida
37c83a9de2 style: 🐛 mypy correction 2023-03-27 17:31:40 -03:00
Gabriel Almeida
3a5c44bd15 fix: value key must be removed if None 2023-03-27 17:30:38 -03:00
Gabriel Almeida
18da5f643d fix: type correction 2023-03-27 17:30:07 -03:00
anovazzi1
5680645ec0 DocLoader type added to utils 2023-03-27 17:17:47 -03:00
anovazzi1
5b642122d4 Merge branch 'uiUpdates' of personal:logspace-ai/langflow into uiUpdates 2023-03-27 16:52:32 -03:00
anovazzi1
f05e9f00c2 show erro when node can't be rendered by reactFlow 2023-03-27 16:51:22 -03:00
Gabriel Almeida
41cb6e62ee bump version to 0.0.48 2023-03-27 06:34:09 -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
287ef0d4e4 feat: new tests for endpoints 2023-03-26 21:02:45 -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
Gabriel Almeida
8ccc22086b feat: added tests for building the langchain obj 2023-03-25 20:20:47 -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