Replies: 11 comments 7 replies
-
Indeed this feature is super needed. Not sure if Langflow supports cyclic graphs. |
Beta Was this translation helpful? Give feedback.
-
I think it would be good if the features somehow guaranteed stopping, like all loops require a max iterations counter, something that makes it qualitatively easier than coding and better for api design (no one wants a hanging api) |
Beta Was this translation helpful? Give feedback.
-
This would be amazing |
Beta Was this translation helpful? Give feedback.
-
I do agree, sometimes when for example I need to rerun same flow because of wrong json format outputted by vertex model |
Beta Was this translation helpful? Give feedback.
-
I wonder if we could "unroll" a loop and maintain the current DAG data structure. Just in the UI it would be a loop with a max iteration count, and maybe a "break" and "continue" exit clause |
Beta Was this translation helpful? Give feedback.
-
Agree, this feature will enable and unlock many use cases. |
Beta Was this translation helpful? Give feedback.
-
@ogabrielluiz @anovazzi1 @lucaseduoli it would be great feature, what do you think about it? |
Beta Was this translation helpful? Give feedback.
-
Could you not just build a loop with multiple agents? |
Beta Was this translation helpful? Give feedback.
-
You can build a loop with the Listen and Notify components and the conditional component, by now. But the Loop functionality itself is already on the roadmap and will be soon implemented! Thanks for the feedback! |
Beta Was this translation helpful? Give feedback.
-
Hey all. We should have it in main pretty soon. |
Beta Was this translation helpful? Give feedback.
-
Is it implemented?
Kind Regards,
Chad
7 Years Bubble Developer | 3 years Venture Capital Studio / Startup Accelerator
[signature_941910469]
📱 Connect on with me : LinkedIn<https://www.linkedin.com/in/chad-wyatt-550795117/>
📧 Email : ***@***.***<mailto:https://www.linkedin.com/in/chad-wyatt-550795117/>
📆 Let’s chat! Schedule a meeting with me : Calendly<https://calendly.com/chad-wyatt/30-min>
“Creativitiy is Intelligence having fun” – Albert Einstein
From: PageGuo ***@***.***>
Date: Tuesday, 29 October 2024 at 9:08 pm
To: langflow-ai/langflow ***@***.***>
Cc: Chad Timothy ***@***.***>, Comment ***@***.***>
Subject: Re: [langflow-ai/langflow] Loops in Langflow? (Discussion #3474)
Hey all. #3694<#3694> is part of the implementation of Loops.
We should have it in main pretty soon.
Is there any tutorial on it?
—
Reply to this email directly, view it on GitHub<#3474 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BJYBRENS5KZ35WMEMLQDLLLZ55NCXAVCNFSM6AAAAABM4HRYB2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMBYGUZTEMY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can one create a loop in langflow? Like, get this output, validate it, if its invalid send this message back to the llm, do it max 3 times, break otherwise and exit early?
Beta Was this translation helpful? Give feedback.
All reactions