How to get a multi turn conversation between agents?

realized that if we want to agents to take iteratively, it’s hard to achieve it in crewai.

If I just create 2 tasks and assign them to 2 agents, they don’t talk back and forth. The first agents gives its response and the 2nd agent gives its response and the crew ends.

How can I get the agents to engage in a multi turn conversation?

What are you trying to achieve? I know the pattern you are talking about is popular in AutoGen/AG2 but crewAI works a bit differently.

It seems your Crew is using the default sequential process, try the hierarchical process to see what happens. Add a manager LLM, this will be in charge of coordinating how your crew executes