Description
i have a workflow of 3 agents, for security issues lets name them agent 1(generates a code) , agent 2(add some functionality to the output of 1) , agent 3(adds another functionality to the output given by agent 2) , ideally this should be happening but that's not getting implemented correctly , i have also customized the handoff to ensure that handoffs are done properly between agent although handoffs are happening as expected (confirmed after seeing the trace), but the final output is not having the functionality which must have been provided by the agent 2 and 3, so i doubt there are some issue in the context sharing between agents , any ideas on which parts should i start debugging? oh yeah and one more thing sometimes if i re run the flow like multiple times say 10 times per query 1 or 2 times at most the flow is working as expected with all the functionalities implemented correctly