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 |
|
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 |
|