I use DeepSeek model to write code for frontend part. When I run a task in DeepSeek online version, it takes several iterations for it to provide me with the full code (4000+ lines) and I have to press “continue” button each time. I thought if I could do it with AI Agent in n8n, but I’m getting only the first iteration result, so the result code is incomplete. Is there a way to make AI Agent do several iterations until the task is completed? But I wouldn’t like to keep the result of each iteration somewhere then looping the request to AI Agent considering all the previous iterations results and keep the loop until “” appears in the result meaning that the it’s the last iteration.