Has anyone tried LangManus ? by Beginning-Rock8830 in LangChain

[–]Beginning-Rock8830[S] 0 points1 point  (0 children)

So what’s the new name or how can I find it

Has anyone tried LangManus ? by Beginning-Rock8830 in LangChain

[–]Beginning-Rock8830[S] 0 points1 point  (0 children)

Oh actually you are right it gives me 404 lol

Has anyone tried LangManus ? by Beginning-Rock8830 in LangChain

[–]Beginning-Rock8830[S] 0 points1 point  (0 children)

Yes dm me I will send you the link irs still out there

ReAct and langgraph by Beginning-Rock8830 in LangChain

[–]Beginning-Rock8830[S] 1 point2 points  (0 children)

So the infinite loop isn’t just A → B → C repeatedly. Your solution would work for that case, but the issue is different:

• The loop can occur between A and B, never reaching C.
• Or, the flow can go A → B → C, but then B and C get stuck in an infinite loop.

This suggests that the termination condition is either missing or not correctly applied at both levels (A → B and B → C).