Commit graph

508 commits

Author SHA1 Message Date
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
anovazzi1
2c235402ca improvement of error check on code modal 2023-03-28 20:17:51 -03:00
Gabriel Almeida
a5ffa72855 fix: changed poetry version 2023-03-28 19:31:56 -03:00
Gabriel Almeida
78bd3d13b8 feat: add test action 2023-03-28 19:30:11 -03:00
Gabriel Almeida
c5c42a37f2 Merge branch '45-implement-agents-as-tools' of https://github.com/logspace-ai/langflow into 45-implement-agents-as-tools 2023-03-28 19:18:43 -03:00
Gabriel Almeida
b8a41037ec feat: code validation, endpoint and tests 2023-03-28 19:17:26 -03:00
anovazzi1
cc58c0e385 beta version of live check for code text area 2023-03-28 17:35:32 -03:00
anovazzi1
27bde5988d Merge branch '45-implement-agents-as-tools' into 45-implement-agents-as-tools-ui 2023-03-28 17:18:30 -03:00
Gabriel Almeida
6e27468daf feat: added validate endpoint 2023-03-28 17:16:22 -03:00
anovazzi1
357ac7735d Merge branch '45-implement-agents-as-tools' into 45-implement-agents-as-tools-ui 2023-03-28 17:08:11 -03:00
anovazzi1
f05f9d8c4d created type code component 2023-03-28 17:07:32 -03:00
Gabriel Almeida
575a09ca51 fix: change PythonFunctionNode field_type 2023-03-28 17:04:41 -03:00
anovazzi1
8be8666ba0 template function for code check 2023-03-28 16:37:59 -03:00
Gabriel Almeida
c2d4d3e9c0 refactor: separating modules to fix circular import 2023-03-28 15:28:08 -03:00
Gabriel Almeida
9918e466d4 fix: ALL_TOOLS_NAMES constant reduces reruns 2023-03-28 10:16:12 -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