According to Autogen's documentation, a Sequential chat involves a sequence of interactions between two agents, connected through a carryover mechanism. This mechanism brings the summary of the previous chat into the context of the next one.
Here's the plan for the agents we will create:
Collect Name Agent - Asks for the customer's name.
Burger Patties Preference Agent - Inquires about the customer's preferred type of burger.
Fun Facts Agent - Shares an interesting fact based on the customer's selected patty.
So, in this sequence, there are interactions between two agents at each step:
Step 1: Collect Name Agent and Customer
Step 2: Burger Patties Preference Agent and Customer
Step 3: Fun Facts Agent and Customer
These agents will work together seamlessly to create an engaging and personalized experience for the customer. Below is a diagram that illustrates this agentic process.