PPAI: Enabling Personalized LLM Agent Interoperability for Collaborative Edge Intelligence

📅 2026-05-18
📈 Citations: 0
Influential: 0
📄 PDF

career value

219K/year
🤖 AI Summary
This work addresses the lack of efficient collaboration mechanisms among personalized large language model (LLM) agents on edge devices, which hinders accurate task matching and load balancing in dynamic peer-to-peer networks. To this end, we present PPAI, the first system enabling interoperability among personalized LLM agents, which innovatively integrates a prototype-based query-agent scoring mechanism with multi-agent Bayesian games to achieve dynamic task delegation and load balancing under heterogeneous agent capabilities and network perturbations. Experimental results demonstrate that PPAI significantly broadens the range of executable tasks, improves average accuracy by 7.96% in multi-task scenarios, reduces latency by 16.34%, and effectively maintains system-wide load balance.
📝 Abstract
Deploying large language model (LLM) on edge device enables personalized LLM agents for various users. The growing availability of diverse personalized agents presents a unique opportunity for peer-to-peer (P2P) collaboration, wherein each user can delegate tasks beyond the local agent's expertise to remote agents more suited for the specific query. This paper introduces PPAI, the first personalized LLM agent interoperability system, which enables users to collaborate with each other based on agent specialization. However, the ever-changing pool of agents and their interchangeable capacity introduce new challenges when it comes to matching queries to agents and balancing loads, compared with existing P2P systems. Therefore, we propose a scalable query-agent pair scoring mechanism based on prototypes to identify suitable agents within a P2P network with churn. Moreover, we propose a multi-agent interoperability Bayesian game to balance local demand and global efficiency, when changes in remote agent load occur too quickly to be observed. Finally, we implement a prototype of PPAI and demonstrate that it substantially broadens the range of tasks that could be carried out while maintaining load balance. On average, it achieves an accuracy improvement of up to 7.96% across multiple tasks, while reducing latency by 16.34% compared to the baseline.
Problem

Research questions and friction points this paper is trying to address.

Personalized LLM Agents
Interoperability
Collaborative Edge Intelligence
Peer-to-Peer Collaboration
Load Balancing
Innovation

Methods, ideas, or system contributions that make the work stand out.

Personalized LLM Agents
Edge Intelligence
Peer-to-Peer Collaboration
Prototype-based Matching
Bayesian Game