paper-with-me

홈 › Papers

Towards Generalized Routing: Model and Agent Orchestration for Adaptive and Efficient Inference

2025-09-09 · Xiyu Guo, Shan Wang, Chunfang Ji, Xuefeng Zhao, Wenhao Xi, Yaoyao Liu, Qinglan Li, Chao Deng, Junlan Feng arxiv

The rapid advancement of large language models (LLMs) and domain-specific AI agents has greatly expanded the ecosystem of AI-powered services. User queries, however, are highly diverse and often span multiple domains and task types, resulting in a complex and heterogeneous landscape. This diversity presents a fundamental routing challenge: how to accurately direct each query to an appropriate execution unit while optimizing both performance and efficiency. To address this, we propose MoMA (Mixture of Models and Agents), a generalized routing framework that integrates both LLM and agent-based routing. Built upon a deep understanding of model and agent capabilities, MoMA effectively handles diverse queries through precise intent recognition and adaptive routing strategies, achieving an optimal balance between efficiency and cost. Specifically, we construct a detailed training dataset to profile the capabilities of various LLMs under different routing model structures, identifying the most suitable tasks for each LLM. During inference, queries are dynamically routed to the LLM with the best cost-performance efficiency. We also introduce an efficient agent selection strategy based on a context-aware state machine and dynamic masking. Experimental results demonstrate that the MoMA router offers superior cost-efficiency and scalability compared to existing approaches.

📄 PDF Abstract BibTeX arXiv:2509.07571

Code (0)

등록된 구현이 없습니다.

Tasks

Intent Recognition

Similar Papers 제목 키워드 기반

Agentic Lybic: Multi-Agent Execution System with Tiered Reasoning and Orchestration

2025-09-14 · Liangxuan Guo, Bin Zhu, Qingqian Tao, Kangning Liu 외 arxiv

Autonomous agents for desktop automation struggle with complex multi-step tasks due to poor coordination and inadequate quality control. We introduce Agentic Lybic, a novel multi-agent system where the entire architectur…

Knowledge Base-Aware Orchestration: A Dynamic, Privacy-Preserving Method for Multi-Agent Systems

2025-09-23 · Danilo Trombino, Vincenzo Pecorella, Alessandro de Giulii, Davide Tresoldi arxiv

Multi-agent systems (MAS) are increasingly tasked with solving complex, knowledge-intensive problems where effective agent orchestration is critical. Conventional orchestration methods rely on static agent descriptions, …

From Inference Routing to Agent Orchestration: Declarative Policy Compilation with Cross-Layer Verification

2026-03-28 · Huamin Chen, Xunzhuo Liu, Bowei He, Xue Liu arxiv

The Semantic Router DSL is a non-Turing-complete policy language deployed in production for per-request LLM inference routing: content signals (embedding similarity, PII detection, jailbreak scoring) feed into weighted p…

Retrieval-Conditioned Topology Selection with Provable Budget Conservation for Multi-Agent Code Generation

2026-05-07 · Abhijit Talluri, Pujith Anne, Bhagavan Choudary Pendiyala, Raghavendra Chilukuri arxiv

Multi-agent LLM systems for code generation face a fundamental routing problem: the optimal orchestration topology depends on the structural complexity of the code under modification, yet existing systems select topologi…

Code Generation

AdaptOrch: Task-Adaptive Multi-Agent Orchestration in the Era of LLM Performance Convergence

2026-02-18 · Geunbin Yu arxiv

As large language models from diverse providers converge toward comparable benchmark performance, the traditional paradigm of selecting a single best model per task yields diminishing returns. We argue that orchestration…