langflow/src
Gabriel Luiz Freitas Almeida 7f4eea1e59 🚀 feat(chat): add ChatManager and ChatHistory classes to manage chat history and active connections
 feat(utils.py): add process_graph function to process graph data and generate result and thought
The ChatManager class manages active connections and chat history. The ChatHistory class manages the chat history for a client. The process_graph function processes graph data and generates a result and thought. This function is used in the ChatManager class to generate a response back to the frontend.
2023-06-06 10:02:21 -03:00
..
backend 🚀 feat(chat): add ChatManager and ChatHistory classes to manage chat history and active connections 2023-06-06 10:02:21 -03:00
frontend Surface an error message when a flow has an unknown node type. (#428) 2023-06-05 22:51:42 -03:00