Commit graph

586 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
c4faf3f383
Initialize Agent and Memory implementations
This will pave our way to add multiple functions from langchain loading modules
2023-04-02 10:50:10 -03:00
Gabriel Almeida
5a2fca7eb5 fix: ignore type for specific case 2023-04-02 10:42:24 -03:00
Gabriel Almeida
58652f7c2b fix: loading agent correctly and added correct chat models loading 2023-04-02 10:41:40 -03:00
Gabriel Almeida
f38c02decc blacken 2023-04-02 10:11:08 -03:00
Gabriel Almeida
9891d6b68a linting 2023-04-02 09:51:53 -03:00
Gabriel Almeida
03172a19f8 feat: adding memory 2023-04-02 09:33:31 -03:00
Gabriel Almeida
f032795fe4 feat: working implementation of initialize_agent 2023-04-02 09:33:07 -03:00
Gabriel Almeida
24bdfaa941 refac: formatting moved to FrontendNode 2023-04-02 09:31:59 -03:00
Gabriel Almeida
43c4fe7dfc feat: get_signature can return the FrontendNode directly now 2023-04-01 18:58:03 -03:00
Gabriel Almeida
5a231ae941 fix: correct text 2023-04-01 18:57:03 -03:00
Gabriel Almeida
12c21b0185 custom prompt experiment 2023-04-01 18:41:27 -03:00
Gabriel Almeida
bb8c7bfb06 fix: add agent to config 2023-04-01 18:39:05 -03:00
Gabriel Almeida
7cc577606e feat: first init_agent node 2023-04-01 18:38:55 -03:00
Gabriel Luiz Freitas Almeida
babe9f0e30
Merge pull request #92 from logspace-ai/toolkits 2023-04-01 18:10:06 -03:00
Ibis Prevedello
17ad4954ef refac: fix linting 2023-04-01 18:03:14 -03:00
Ibis Prevedello
e6ce86b66a Merge branch 'toolkits' of https://github.com/logspace-ai/langflow into toolkits 2023-04-01 17:43:30 -03:00
Ibis Prevedello
53c9812819 refac: fix merge and format 2023-04-01 17:42:43 -03:00
Gabriel Almeida
737330e3f1 feat: change log level to debug in dev 2023-04-01 17:27:35 -03:00
Gabriel Almeida
79eb5bf1c6 Merge branch 'toolkits' of https://github.com/logspace-ai/langflow into toolkits 2023-04-01 17:26:25 -03:00
Gabriel Almeida
32e73550dc feat: add dill 2023-04-01 17:25:19 -03:00
Gabriel Almeida
74656b63ac fix: use the correct chat model 2023-04-01 17:07:18 -03:00
Ibis Prevedello
0b760003b1 Merge branch 'toolkits' of https://github.com/logspace-ai/langflow into toolkits 2023-04-01 16:19:19 -03:00
Ibis Prevedello
7052508fb0 feat: add csv agent 2023-04-01 16:17:31 -03:00
Gabriel Almeida
2235767d22 feat: implemented caching of agent 2023-04-01 10:58:46 -03:00
Gabriel Almeida
5125fde38a fix: base_classes were being passed incorrectly 2023-04-01 00:11:55 -03:00
Gabriel Almeida
f30d2d3330 feat: a few more tests 2023-04-01 00:11:36 -03:00
Gabriel Almeida
0fc454f9b7 feat: added more tests for nodes 2023-04-01 00:01:29 -03:00
Gabriel Almeida
48d2ab27da fix: added options and cls to base_classes 2023-03-31 23:16:16 -03:00
Gabriel Almeida
b0615e9a4e fix: remove format_instructions from input_v extrac 2023-03-31 23:15:46 -03:00
Gabriel Almeida
e28c3dc18e feat: new tests 2023-03-31 23:15:22 -03:00
Gabriel Almeida
be71829493 fix: tools now show the params properly 2023-03-31 22:05:08 -03:00
Gabriel Almeida
021ede2f72 feat: add toolkits to settings 2023-03-31 18:49:31 -03:00
Gabriel Almeida
9ef1078786 fix: prompt_params now come from params 2023-03-31 18:19:45 -03:00
Gabriel Almeida
c6d0a8d8fa feat: working version of OpenAPITollkit 2023-03-31 18:16:20 -03:00
Gabriel Almeida
f829cc3b59 fix: change field to templatefield
This is done to avoid conflict with pydantic
2023-03-31 18:14:05 -03:00
Lucas Eduardo
3b3edee22c Changed favicon and title of project 2023-03-31 14:56:15 -03:00
Lucas Eduardo
fc8dc87022 Error message included on error popup when sending chat 2023-03-31 14:51:28 -03:00
Gabriel Almeida
f8a48dd90e fix: return -> raise 2023-03-31 14:44:34 -03:00
Gabriel Almeida
92c3bb19b0 fix: formatting and utils 2023-03-31 14:07:58 -03:00
Gabriel Almeida
ef4fe40ce4 feat: toolkit node implementation 2023-03-31 14:07:23 -03:00
Gabriel Almeida
d93413ee56 feat: JsonAgent implementation 2023-03-31 14:07:02 -03:00
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