Reduce processing time

Hi, I hope you are guys are doing well.

Is there a way to reducing a n8n processing time?

Thank you,

Samar Abbas

If I understand you correctly, the problem is that your AI Agent takes too long, and then Manychat decides it takes too long, and then the chat fails. Is that correct?

I have not used Manychat, but I will give you some tips and advice.

  1. You might want to see if enabling AI streaming can help at all with any timeouts (if that is what is happening). See attached. Streaming responses | n8n Docs
  2. I do not know the purpose of all those tools. For example, does the AI Agent have to interact with all those tools before it can communicate with the customer? Maybe you can break out some of the workflow so it is more compact (An AI Agent that chats with the customer, a calendaring AI Agent, a worksheet AI agent, etc.).

I have an agent who takes a bit of time to run, so I sometimes send a little message to the chat (Slack in my case) that says it is thinking. That way, you keep the conversation going while the AI performs a more complex task.

I hope this helps. -Bill