paper-with-me

홈 › Papers

AgentGate: A Lightweight Structured Routing Engine for the Internet of Agents

2026-04-08 · Yujun Cheng, Enfang Cui, Hao Qin, Zhiyuan Liang, Qi Xu arxiv

The rapid development of AI agent systems is leading to an emerging Internet of Agents, where specialized agents operate across local devices, edge nodes, private services, and cloud platforms. Although recent efforts have improved agent naming, discovery, and interaction, efficient request dispatch remains an open systems problem under latency, privacy, and cost constraints. In this paper, we present AgentGate, a lightweight structured routing engine for candidate-aware agent dispatch. Instead of treating routing as unrestricted text generation, AgentGate formulates it as a constrained decision problem and decomposes it into two stages: action decision and structural grounding. The first stage determines whether a query should trigger single-agent invocation, multi-agent planning, direct response, or safe escalation, while the second stage instantiates the selected action into executable outputs such as target agents, structured arguments, or multi-step plans. To adapt compact models to this setting, we further develop a routing-oriented fine-tuning scheme with candidate-aware supervision and hard negative examples. Experiments on a curated routing benchmark with several 3B--7B open-weight models show that compact models can provide competitive routing performance in constrained settings, and that model differences are mainly reflected in action prediction, candidate selection, and structured grounding quality. These results indicate that structured routing is a feasible design point for efficient and privacy-aware agent systems, especially when routing decisions must be made under resource-constrained deployment conditions.

📄 PDF Abstract BibTeX arXiv:2604.06696

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

TRACE: Traceroute-based Internet Route change Analysis with Ensemble Learning

2026-03-21 · Raul Suzuki, Rodrigo Moreira, Pedro Henrique A. Damaso de Melo, Larissa F. Rodrigues Moreira 외 arxiv

Detecting Internet routing instability is a critical yet challenging task, particularly when relying solely on endpoint active measurements. This study introduces TRACE, a MachineLearning (ML)pipeline designed to identif…

Feature EngineeringEnsemble Learning

Temporal Hyperbolic Graph Representation Learning for Scale-Free Internet Routing and Delay Prediction

2026-05-27 · Yi-Ling Kuo, Hao-Yu Tien, Shih-Yu Tsai arxiv

Predicting Internet round-trip time (RTT) is critical for routing optimization, quality-of-service (QoS) provisioning, and traffic engineering, yet remains challenging due to long-term temporal dependencies, evolving rou…

Graph Representation LearningLink PredictionGraph Learning

A Reinforcement Learning-Based Telematic Routing Protocol for the Internet of Underwater Things

2025-05-30 · MohammadHossein Homaei, Mehran Tarif, Agustin Di Bartolo, Oscar Mogollon Gutierrez 외

The Internet of Underwater Things (IoUT) faces major challenges such as low bandwidth, high latency, mobility, and limited energy resources. Traditional routing protocols like RPL, which were designed for land-based netw…

Decision Making

Using inspiration from synaptic plasticity rules to optimize traffic flow in distributed engineered networks

2016-11-21 · Jonathan Y. Suen, Saket Navlakha

Controlling the flow and routing of data is a fundamental problem in many distributed networks, including transportation systems, integrated circuits, and the Internet. In the brain, synaptic plasticity rules have been d…

Self-Describing Structured Data with Dual-Layer Guidance: A Lightweight Alternative to RAG for Precision Retrieval in Large-Scale LLM Knowledge Navigation

2026-03-28 · Hung Ming Liu arxiv

Large Language Models (LLMs) exhibit a well-documented positional bias when processing long input contexts: information in the middle of a context window receives substantially less attention than content at the boundari…