BAMAS: Structuring Budget-Aware Multi-Agent Systems
This addresses cost efficiency for deploying LLM-based multi-agent systems in practical applications, representing an incremental improvement by focusing on a specific bottleneck.
The paper tackles the problem of structuring multi-agent systems under explicit budget constraints by proposing BAMAS, which selects optimal LLMs and collaboration topologies to balance performance and cost, resulting in up to 86% cost reduction while maintaining comparable performance.
Large language model (LLM)-based multi-agent systems have emerged as a powerful paradigm for enabling autonomous agents to solve complex tasks. As these systems scale in complexity, cost becomes an important consideration for practical deployment. However, existing work rarely addresses how to structure multi-agent systems under explicit budget constraints. In this paper, we propose BAMAS, a novel approach for building multi-agent systems with budget awareness. BAMAS first selects an optimal set of LLMs by formulating and solving an Integer Linear Programming problem that balances performance and cost. It then determines how these LLMs should collaborate by leveraging a reinforcement learning-based method to select the interaction topology. Finally, the system is instantiated and executed based on the selected agents and their collaboration topology. We evaluate BAMAS on three representative tasks and compare it with state-of-the-art agent construction methods. Results show that BAMAS achieves comparable performance while reducing cost by up to 86%.