Commit graph

535 commits

Author SHA1 Message Date
Gabriel Almeida
5a38d47438 bump langchain version 2023-03-31 13:58:03 -03:00
Gabriel Almeida
7845fb8151 Merge branch 'toolkits' of https://github.com/logspace-ai/langflow into toolkits 2023-03-31 13:57:41 -03:00
Lucas Oliveira
a6cba9a3d5 Original approach 2023-03-31 09:16:32 -03:00
Lucas Oliveira
369ce5feb5 Implemented only one node with both types 2023-03-31 09:15:40 -03:00
Lucas Oliveira
876a691004 Generated output parameters and disable one of them if the other is in use 2023-03-31 09:04:24 -03:00
Gabriel Almeida
0831fc2796 Merge branch 'toolkits' of https://github.com/logspace-ai/langflow into toolkits 2023-03-31 07:50:50 -03:00
Gabriel Almeida
4b96a3f221 refac: align with the module structure 2023-03-31 07:49:50 -03:00
Ibis Prevedello
b71d96a071 refac: remove unnecessary fields from JsonAgent 2023-03-30 23:14:56 -03:00
Gabriel Almeida
a81cc1d81e fix: add into to not required 2023-03-30 21:33:50 -03:00
Gabriel Almeida
c9200c94e3 fix: password default false 2023-03-30 21:17:14 -03:00
Gabriel Almeida
9685c8cd2b Merge branch 'inputFile' of https://github.com/logspace-ai/langflow into toolkits 2023-03-30 21:16:10 -03:00
Gabriel Almeida
fdb058978e feat: implement requests wrapper 2023-03-30 21:15:38 -03:00
anovazzi1
9919b1b8cc created intComponent 2023-03-30 20:49:45 -03:00
anovazzi1
b567a4473c input file component working 2023-03-30 20:38:45 -03:00
Gabriel Almeida
8cf139c116 Merge branch 'inputFile' of https://github.com/logspace-ai/langflow into toolkits 2023-03-30 19:42:15 -03:00
Gabriel Almeida
2db74fc30e feat: implement file type 2023-03-30 19:39:44 -03:00
Gabriel Almeida
18b3fa6c34 refac: listing and signature for tools moved 2023-03-30 18:13:35 -03:00
Gabriel Almeida
7c86f38fb3 fix: settings now can be set from cli 2023-03-30 18:09:12 -03:00
Gabriel Almeida
cfbd22d2b0 fix: set up creators 2023-03-30 16:35:08 -03:00
Gabriel Almeida
064cf8120f fix: change typing for linting and formatting 2023-03-30 16:34:52 -03:00
Gabriel Almeida
e049438cc5 refact: change folder structure 2023-03-30 15:44:31 -03:00
Gabriel Almeida
02ea5eeb0c Merge branch 'dev' of https://github.com/logspace-ai/langflow into toolkits 2023-03-30 12:48:20 -03:00
Gabriel Luiz Freitas Almeida
d9ad0ad29f
Merge pull request #84 from logspace-ai/factory_refactor 2023-03-30 11:00:15 -03:00
Gabriel Almeida
f791d9c938 refac: Factory implementation of LangChainTypes 2023-03-30 10:56:32 -03:00
Gabriel Almeida
22c3c83d6a feat: jsonagent 2023-03-30 08:48:41 -03:00
anovazzi1
119585b2f0 removed file section from flow structure 2023-03-29 22:52:40 -03:00
anovazzi1
7529892ebc file component almost ready, need to implemente backend connection 2023-03-29 22:51:46 -03:00
anovazzi1
a38d71bc4f ui ready, need to implement dinamic file type check 2023-03-29 21:09:24 -03:00
anovazzi1
d8f8364b9e Merge branch 'toolkits' into inputFile 2023-03-29 20:28:13 -03:00
anovazzi1
48995bc395 implemented inputFile component 2023-03-29 20:27:39 -03:00
Gabriel Almeida
0d10c7ba05 fix: adding deps 2023-03-29 20:27:28 -03:00
Gabriel Almeida
a833441f5a feat: adding broken modules for testing 2023-03-29 20:26:38 -03:00
Gabriel Almeida
5f701d46c8 feat: adding wrappers and toolkits 2023-03-29 20:26:05 -03:00
anovazzi1
6c4388f436
Merge pull request #83 from logspace-ai/codeHandle
removed handle from code component
2023-03-29 19:30:09 -03:00
anovazzi1
4a04153c9e removed handle from code component 2023-03-29 18:46:08 -03:00
Gabriel Almeida
c9df633328 fix: remove unused file 2023-03-29 16:15:23 -03:00
Gabriel Almeida
f4b51514a1 refac: change graph module structure 2023-03-29 16:12:59 -03:00
Gabriel Almeida
6794f8de5b fix: tool loading bug 2023-03-29 15:29:34 -03:00
Gabriel Almeida
ef3332bce1 fix: typo in examples card 2023-03-29 10:54:03 -03:00
Gabriel Luiz Freitas Almeida
9e48ddf780
Merge pull request #79 from logspace-ai/45-implement-agents-as-tools 2023-03-28 22:08:38 -03:00
Gabriel Almeida
d914639b1c fix: remove unused function 2023-03-28 22:05:59 -03:00
Gabriel Almeida
86e65575ee fix: load_flow_from_json now uses the Graph 2023-03-28 22:04:27 -03:00
Gabriel Almeida
64bc7c40ed fix: replace union with 3.8 compliant syntax 2023-03-28 21:57:02 -03:00
Gabriel Almeida
32a15bf576 fix: added deps for lint checks 2023-03-28 21:50:49 -03:00
Gabriel Almeida
ba6b6493e1 fix: added pytest dev dependency 2023-03-28 21:47:25 -03:00
Gabriel Almeida
7ec6847ae4 style: formatting and linting 2023-03-28 21:44:41 -03:00
Gabriel Almeida
f67ebd245e Merge branch 'dev' of https://github.com/logspace-ai/langflow into 45-implement-agents-as-tools 2023-03-28 21:18:56 -03:00
Gabriel Almeida
93de968cf1 fix: added code type to default types 2023-03-28 21:12:03 -03:00
Gabriel Almeida
8890d37a44 feat: added new validation functions and tests 2023-03-28 20:41:18 -03:00
anovazzi1
1f71d724a6 change text color of clear button on dark mode 2023-03-28 20:20:14 -03:00