Find answers from the community

Updated 2 weeks ago

The Use of Two FunctionCallingAgents Within a Single Workflow

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?

Looking forward to your inputs !
L
p
5 comments
makes sense to me, I'm assuming probably just an issue with your implementation if its not working as expected
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.
I would like to hear @WhiteFang_Jr , @Seldo opinions .
Its really hard to give further opinions without some kind of code to reference
This conversation has boosted my confidence, making me feel that what I’m doing is on the right track. I was even able to resolve the issue now.

Thanks, Logan!
Add a reply
Sign up and join the conversation on Discord