microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
32.96k stars 4.8k forks source link

How to set up a decision making agent using autogen ? #2509

Closed kuppan4109 closed 6 months ago

kuppan4109 commented 6 months ago

Discussed in https://github.com/microsoft/autogen/discussions/2477

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
ekzhu commented 6 months ago

Have you tried GroupChat? https://microsoft.github.io/autogen/docs/tutorial/conversation-patterns#group-chat