Find answers from the community

Updated 2 weeks ago

The Perils of Infinite Loops in a Multi-Agent System

I have a pretty simple setup using the multi concierge demo that should be able to add and multiple numbers (using separate agents). However, if I start a connection and say "Multiply the last answer by 2", the system goes into a never ending loop of transfer to agent, agent requests transfer forever. Any ideas? I don't want this type of occurrence to randomly crash the system once it gets more complex.
L
1 comment
Your going to have to add debug logs in the workflow. I would be checking what the chat history looks like at each llm call and going from there
Add a reply
Sign up and join the conversation on Discord