Hello @Logan M , @WhiteFang_Jr , @ravitheja , @Seldo .
I have a question regarding the use of two FunctionCallingAgents within a single workflow ?
Here's the scenario: I’ve created Agent A, which decides which event to execute (Event A or Event B). Now, Event B utilizes another FunctionCallingAgent. Is this approach valid?
I’ve attempted this setup, but it’s not functioning as expected. I’d like to confirm whether this is a feasible implementation or if adjustments are needed.
My aim to implement a multi-agent system within a workflow, where Agent A interacts with Agent B. Could you share any relevant resources or examples to guide me on this?
Event B works as expected when I don't declare an Agent initially. However, when the Agent is declared first, I'm not getting the expected response.
What could be the reason for this? If you have any examples or resources related to scenarios where Agent A interacts with Agent B using workflows, please share them.