Commit graph

544 commits

Author SHA1 Message Date
Gabriel Almeida
203b8ff6fe formatting 2023-03-31 14:06:40 -03:00
Gabriel Almeida
fbca59d42c feat: implemented file loading and toolkit 2023-03-31 14:03:32 -03:00
Gabriel Almeida
7c84cbf0b2 feat: implement importing using from 2023-03-31 14:02:43 -03:00
Gabriel Almeida
0858734eb0 fix: removing dicts from inside class to stop recreating it 2023-03-31 14:01:35 -03:00
Gabriel Almeida
5b277913cf fix: improvement to tools dict name 2023-03-31 14:00:47 -03:00
Gabriel Almeida
f90eedf5b5 feat: first version of FieldCreator 2023-03-31 14:00:04 -03:00
Gabriel Almeida
5b557be5a8 fix: json agent with wrong field name 2023-03-31 13:59:27 -03:00
Gabriel Almeida
fb170aea66 fix: make class part of base_classes 2023-03-31 13:59:10 -03:00
Gabriel Almeida
44980c2220 bump version to 0.0.52 2023-03-31 13:58:43 -03:00
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