I am working on integrating Flowise with WhatsApp chatbots.
Right now, I’m facing a challenge: keeping the conversation history using AgentFlow. It doesn’t seem to have a built-in way to handle this.
I’ve tried various memory components, but none seem to work. I also attempted storing the conversation in a state variable, but it’s not reliable enough.