Closed as not planned
Description
Is your feature request related to a problem? Please describe.
An Agent in AutoGen can take an llm_config
with multiple models. Currently AutoGen tries the models one by one and uses the first one that works from the provided model list. It would be great if AutoGen also supports model aggregation.
Describe the solution you'd like
Mixture of Agents (MoA) is an approach that leverages the collective strengths of multiple LLMs to enhance performance, achieving state-of-the-art results. This approach could be realized as one way of model aggregation with AutoGen.
EcoAssistant could be another mode of model aggregration.
Additional context
@JieyuZ2 what do you think? We are preparing a DeepLearning.AI course and are considering demonstrating EcoAssisant in one of the lessons. We need to figure out an elegant way to support EcoAssistant.