Originally posted by **kuppan4109** April 22, 2024
Context : To create a single chat interface for multiple agents
Agents to be incorporated : HR Assistant and Admin Assistant
Goal: I'm trying to create a multiagent framework where the chat manager should be decision making whether which chat assistant to pick
Example:
User Ask : What are my payroll benefits?
Chat Manager : User is asking something regarding to employee pay benefits , I should ask HR Assistant about it
Note: the process shouldn't happen sequential , chat manager should intelligently identify which agent to pick based on the context of user ask without any manual intervention
@sonichi @qingyun-wu Please have a look and address this
Discussed in https://github.com/microsoft/autogen/discussions/2477