My outreach agent keeps getting stuck in the first Item Processor Loop. Multiple attempts fixing it via the chat to agent function did not work, even though it always claim to have fixed the propblem? https://chat.lindy.ai/patrick-straumanns-workspace/lindy/sq-outreach-agent-6926f2ae28d3f0cb6b58afa1/tasks
Seems like the issue stems from the empty conditions here. This causes the agent to decide no condition is met and stop from there
Thanks Marvin, I have fixed that, but even testing and let the AI try to fix the workflows, it keeps getting stuck?! is there a way to see where the problem lies?!
Hey Pat S. Just took a quick look! Looks like it's getting stuck because no conditions are being met. A couple options here:
I would make your conditions even more general - For example, you used "find me 2 interior designers in Hamburg, germany" With the conditions:
The current item type is PERSON
The current item type is GENERAL_SEARCH
The current item type is COMPANY
You could try something like:
If the request is about a person
If the request is about a business or organization
If the request is about anything else
2. You can select the 'Force the agent to select a branch' which will ensure it always passes the conditions. The only caveat is it may not go down the path that you want/makes sense, so I would prioritize making sure the conditions make sense first!
Can you send me an updated task URL that didn't choose the correct path after you've updated it?
Odd ๐ค Do you mind trying to delete the input classifier and letting me know if that helps?
I think now it is stuck in the Itenm Processor Loop?!
It looks like perplexity failed because the prompt within the steps are too long:
Based on the user's search criteria from the current loop item, find specific people matching the requirements. For each person found, provide: Full Name, Current Title, Company, Location, LinkedIn Profile URL if available, Email if available, Phone if available. Focus on architects and interior designers. Return results in a structured format with each person clearly separated.
I would honestly change the perplexity steps to be 'Auto' OR make them as simple as possible as you're providing the query also in the original message!
If that doesn't help please let me know and I'll connect with my team ๐
Hi Alon, it still does not work, unfortunately
