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
|
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
|
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
|
7ec6847ae4
|
style: formatting and linting
|
2023-03-28 21:44:41 -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 |
|
Gabriel Almeida
|
b8a41037ec
|
feat: code validation, endpoint and tests
|
2023-03-28 19:17:26 -03:00 |
|
Gabriel Almeida
|
6e27468daf
|
feat: added validate endpoint
|
2023-03-28 17:16:22 -03:00 |
|
Gabriel Almeida
|
575a09ca51
|
fix: change PythonFunctionNode field_type
|
2023-03-28 17:04:41 -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 Almeida
|
e465be5941
|
feat: agents as tools working
|
2023-03-27 21:46:44 -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
|
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 |
|
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
|
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 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
|
cccbeeb4d2
|
feat: added edge validation
|
2023-03-24 18:48:03 -03:00 |
|
Ibis Prevedello
|
250d3a1064
|
refac: fix bug reading docstring
|
2023-03-24 13:38:51 -03:00 |
|
Gabriel Almeida
|
230f0d95e9
|
refac: implemented buid_json using graph methods
|
2023-03-24 12:22:27 -03:00 |
|
Gabriel Almeida
|
269c06e9c1
|
feat: added tests for graph
|
2023-03-24 11:21:29 -03:00 |
|
Gabriel Almeida
|
616d015c5a
|
feat: implementation of Graph objects
|
2023-03-24 10:49:19 -03:00 |
|
Ibis Prevedello
|
16c64f668a
|
refac: fix custom_lists
|
2023-03-23 18:49:15 -03:00 |
|
Ibis Prevedello
|
6fb02dc227
|
Merge branch 'dev' into config
|
2023-03-23 18:34:40 -03:00 |
|
Ibis Prevedello
|
f7cf8b1622
|
feat: add settings
|
2023-03-23 18:30:56 -03:00 |
|
Gabriel Almeida
|
049ab2b39b
|
fix: changed import and linting
|
2023-03-20 20:56:15 -03:00 |
|
Gabriel Almeida
|
c390a47504
|
feat: added constants file to support model types and others
|
2023-03-20 20:54:05 -03:00 |
|
Gabriel Almeida
|
51ec2a0fe0
|
fix: removing replace_port function
|
2023-03-20 13:12:48 -03:00 |
|
Gabriel Almeida
|
fe1ce49203
|
fix: deactivate replace_port
|
2023-03-20 13:09:15 -03:00 |
|
Ibis Prevedello
|
0ed7c4d948
|
Merge branch 'dev' into gpt4
|
2023-03-20 10:10:25 -03:00 |
|
Ibis Prevedello
|
38141943f6
|
feat: add chat-gpt
|
2023-03-20 10:09:51 -03:00 |
|
Gabriel Almeida
|
5f024dc52c
|
fix: added logging
|
2023-03-18 17:54:57 -03:00 |
|
Gabriel Almeida
|
1545223883
|
fix: add the option to pass protocol in the host
|
2023-03-18 14:19:58 -03:00 |
|
Gabriel Almeida
|
a4c6a6abd5
|
fix: custom ports and host now work
|
2023-03-17 17:59:51 -03:00 |
|