You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I come with a question on integrating pipecat into my project.
I have the need to create an agent, let's call it Planner, which is the agent that coordinates what to do and which agents to call.
If I want to integrate pipecat and once we have a user text input to send a summary of what is being said to the Planner, so the planner can decide what flow to trigger, can I do that with pipecat?
If I use the function call option will the LLM of pipecat framework properly wait for the answer from the other agent?
Basically what I am talking about here is a multi agent project where the pipecat with daily would be in, but not necessarily the other agents are built in the same framework (I could use pipecat and autogen for instance).
any help is appreciated, thank you!
The text was updated successfully, but these errors were encountered:
Question
Hi, I come with a question on integrating pipecat into my project.
I have the need to create an agent, let's call it Planner, which is the agent that coordinates what to do and which agents to call.
If I want to integrate pipecat and once we have a user text input to send a summary of what is being said to the Planner, so the planner can decide what flow to trigger, can I do that with pipecat?
If I use the function call option will the LLM of pipecat framework properly wait for the answer from the other agent?
Basically what I am talking about here is a multi agent project where the pipecat with daily would be in, but not necessarily the other agents are built in the same framework (I could use pipecat and autogen for instance).
any help is appreciated, thank you!
The text was updated successfully, but these errors were encountered: