do I need to loop agent tasks so that the exit condition runs through ALL meeting attendees before sending the slack message? even though I set the exit condition for the agent to exit once ALL attendees were researched, it still is slacking me after the first one, then running through the rest, which means I got three slack messages summarizing:
The first attendee
The second attendee
All the attendees
yeah the LLM might make mistakes here → more robust to use a quick loop
all good… I had wondered if that month be necessary… what’s the best way to loop an agent then? got any tips?
and where does the “swarm” come into play for these kinds of workflows?
you can’t copy and paste it into the loop at the moment
not sure I understand the question :S are we talking about the AI Agent step? Or Looping?
…both… in this Lindy, what’s the best way to loop an agent to run research on all meeting attendees to then get that full list of researched attendees via slack
i think you need to have your agent inside the loop then the slack message prompt be output from the loop no? That's what you had in your presentation wasn't it?
with a platform like Zapier or Make, there’s no concept of looping an agent and keeping all its output in the context window for a future single output… you’d have to instead load into Google Sheets or something like that
in make, you'd call a scenario then use an iterator/aggregator and return all that data via webhook response (or scenario output, I forget what they call it)
similar concept here, the enter loop is your iterator, exit loop is your aggregator
and the legendary Michael S. enters the chat! good call… I think that’s what I’m wondering on the aggregator
