Describe the problem/error/question
With my current workflow when then incomming message is: “Do we mention product rebates anywhere in the backlog?“
A key point here is that there are NO information in the backlog about product rebates - and I want the agent to come to that conclusion.
I see that the agent keep calling my Qdrant tool with the same parameter. And eventually either hits the iteration limit - or suddenly answer another random question from the memory.
If i bumb up the max iteration then every time it starts answering a nother question from the memory or a generic question
Answers:
- Could you let me know what information you’re looking for in the backlog?
- The */api/autocomplete* endpoint is referenced in the following backlog items: - *Issue 4422 […] (this relates to a nother question in the memory than was already answered correctly)
Example:
First action:
Requests “product rebates”. And Qdrant answers as it should.
Now it goes into a death loop and send the same query 10 times(!). With the same response.
Please share your workflow
Share the output returned by the last node
Agent stopped due to max iterations.
Information on your n8n setup
- n8n version: 1.113.3
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu

