Commit graph

640 commits

Author SHA1 Message Date
Gabriel Almeida
e7b4c2f4b2 lint 2023-04-04 22:10:30 -03:00
Gabriel Almeida
41f05b2e85 fix: update to validate prompt endpoint 2023-04-04 22:07:40 -03:00
Gabriel Almeida
9c62adb8a6 Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-04 21:49:40 -03:00
Gabriel Almeida
8c1783eee5 fix: ignore AgentType enum for now 2023-04-04 21:48:23 -03:00
Gabriel Almeida
09412b337e feat: fix formatting in makefile 2023-04-04 21:46:28 -03:00
Gabriel Almeida
fe95790331 fix: function to try to avoid input keys erros with memory 2023-04-04 21:46:05 -03:00
Gabriel Almeida
64fb056ba9 fix: removed chat agents for now 2023-04-04 21:45:45 -03:00
Gabriel Almeida
4ff42190a1 formating and linting 2023-04-04 21:45:26 -03:00
anovazzi1
364e4612bc
Merge pull request #106 from logspace-ai/fixValidation
fixed validation error
2023-04-04 21:43:50 -03:00
anovazzi1
40b3a9d6e3 fixed verification error 2023-04-04 20:53:48 -03:00
Gabriel Almeida
c41957c67e feat: adding validate/prompt endpoint 2023-04-04 20:43:41 -03:00
Gabriel Almeida
9d626c7cbc Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-04 19:41:40 -03:00
Gabriel Almeida
272006d749 fix proxy 2023-04-04 19:41:08 -03:00
Gabriel Almeida
be80e6007f feat: added display_name attr 2023-04-04 19:36:26 -03:00
Gabriel Almeida
a98c1b54e5 fix: fixes for memory and better error message 2023-04-04 19:36:08 -03:00
Gabriel Almeida
f6fc9f2c3b feat: added first display_name 2023-04-04 19:35:44 -03:00
Gabriel Almeida
8873a798b0 feat: adding memory frontend node 2023-04-04 19:27:37 -03:00
anovazzi1
dc3a3dfa64
Merge pull request #105 from logspace-ai/ReSendMessage
delete the message that was sent when the backend returned an error
2023-04-04 19:27:13 -03:00
Gabriel Almeida
b82e923fdf feat: adding AzureOpenAI
#85
2023-04-04 19:25:20 -03:00
Gabriel Almeida
4de895f834 bump langchain 2023-04-04 19:22:16 -03:00
Gabriel Almeida
743e935bec feat: added debug option in make dev 2023-04-04 19:19:41 -03:00
anovazzi1
db5f37d5d8 delete send message when backend return error 2023-04-04 17:23:15 -03:00
Gabriel Almeida
5beaf7bd13 fix: typo 2023-04-04 11:53:13 -03:00
Gabriel Almeida
67bc082569 feat: added custom conversation chains and prompts 2023-04-04 11:52:13 -03:00
Gabriel Almeida
fd55da902a Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-04 10:29:25 -03:00
anovazzi1
8b1a28e05e
Merge pull request #102 from logspace-ai/bugFix
bug fixed when not implemented nodes are imported to the flow
2023-04-03 21:36:07 -03:00
anovazzi1
1b93dc247e bug fixed when not implemented nodes are imported to the flow 2023-04-03 21:35:13 -03:00
Gabriel Almeida
4353b8ff3e Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-03 20:50:38 -03:00
Gabriel Almeida
e0c96b2cbb feat: messages nodes implemented but deactivated for now 2023-04-03 20:49:19 -03:00
Gabriel Almeida
376265cb8f fix: change verbose only if possible 2023-04-03 20:22:16 -03:00
Ibis Prevedello
8252d0fbee
Merge pull request #101 from logspace-ai/ColorThinker
colorized think with ANSI to HTML
2023-04-03 19:40:51 -03:00
Ibis Prevedello
b4a5bdaa62 refac: reformat 2023-04-03 19:37:03 -03:00
anovazzi1
6e3f8a89b4 colorized think with ANSI to HTML 2023-04-03 18:39:55 -03:00
anovazzi1
25005ad590
Merge pull request #99 from logspace-ai/uiFixes
UI fixes
2023-04-03 18:03:05 -03:00
anovazzi1
aa7a78231d dropDown working with value='' 2023-04-03 17:54:49 -03:00
Gabriel Almeida
729b8b9b8a fix: add default value for initialize_agent 2023-04-03 17:51:18 -03:00
Ibis Prevedello
c1493dcc22
Merge pull request #98 from logspace-ai/chain_loader
Chain loader
2023-04-03 17:36:21 -03:00
Ibis Prevedello
cec6a41973 refac: substitute | by Optional 2023-04-03 17:27:41 -03:00
Gabriel Almeida
06f9348a6e fix: change test according to function changes 2023-04-03 17:13:51 -03:00
anovazzi1
95600dca2d removed inputs when empty 2023-04-03 17:10:40 -03:00
Gabriel Almeida
08d60f18ea feat: frontend_node_class property and other prompts 2023-04-03 17:06:15 -03:00
Ibis Prevedello
23b50d31d2 refac: fix tool name for test 2023-04-03 17:00:17 -03:00
anovazzi1
df28cf8300 empty name error removed 2023-04-03 16:50:45 -03:00
Ibis Prevedello
ed3acfd15f Merge branch 'dev' into chain_loader 2023-04-03 16:41:05 -03:00
Ibis Prevedello
691604915a refac: change the way chains are loaded and fix tools 2023-04-03 16:11:20 -03:00
Gabriel Luiz Freitas Almeida
088e037c70
Merge pull request #97 from logspace-ai/chatgpt 2023-04-03 12:59:08 -03:00
Gabriel Almeida
bb49642899 fix: deactivate intermediate steps for now 2023-04-03 12:58:06 -03:00
Gabriel Almeida
9936d8dc98 fix: typo 2023-04-03 10:49:40 -03:00
Gabriel Almeida
3e66c5a5ce feat: adding intermediate steps processing
This was required because if the user uses log-level debug the logs show up in the chat
2023-04-03 10:11:53 -03:00
Gabriel Almeida
3a931a6fc0 fix: caching now is more reliable according to frontend info 2023-04-03 09:42:05 -03:00