Replies: 1 comment
-
It's not something easy to do in v0.2 API. The v0.4 API is suitable for this, and it will be released officially as soon as next week. Please check out the followings in the v0.4 documentation:
|
Beta Was this translation helpful? Give feedback.
-
Hello
I've researched and reviewed various articles about managing workflows between agents in AutoGen, but I'm still seeking clarity. Let me describe a specific use case:
We want to implement an AI Client Relationship Manager ( RM) that serves as the primary point of contact with clients. This manager would:
Interface directly with clients to understand their needs
Route conversations to specialized teams based on the issue type
For example:
If a client reports travel booking issues, the RM will ask genereic information and forwarded it to Team A (Travel Booking Specialists)
If a client mentions hotel booking problems, the RM will send the request Team B (Hotel Booking Specialists)
I've attempted using group chat functionality, but found it inefficient as it involves all agents simultaneously. Instead, I wonder if ther's a solution that engages only the relevant team and agents at the appropriate time.
Beta Was this translation helpful? Give feedback.
All reactions