LDP: An Identity-Aware Protocol for Multi-Agent LLM Systems

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Advanced, extended

Summary

The LLM Delegate Protocol (LDP) is an AI-native communication protocol designed for multi-agent LLM systems, addressing limitations in existing protocols like Google's A2A and Anthropic's MCP by exposing model-level properties as first-class primitives. LDP introduces five mechanisms: rich delegate identity cards, progressive payload modes with negotiation and fallback, governed sessions for persistent context, structured provenance tracking, and trust domains for security. Implemented as a plugin for the JamJet agent runtime, LDP was empirically studied against A2A and random baselines using local Ollama models and LLM-as-judge evaluation. Key findings include a ~12x lower latency on easy tasks due to identity-aware routing, a 37% reduction in token count with semantic frame payloads, and a 39% token overhead elimination in governed sessions over 10 rounds. Notably, noisy provenance degraded synthesis quality below no-provenance baselines, emphasizing the need for verification.

Key takeaway

For AI Architects designing multi-agent LLM systems, adopting an AI-native protocol like LDP can significantly improve operational efficiency and system governance. Your teams should consider LDP's structured identity, payload negotiation, and governed sessions to reduce latency and token costs, especially for high-volume or multi-round delegation tasks. Be cautious with provenance metadata, ensuring verification mechanisms are in place, as unverified confidence signals can degrade decision quality.

Key insights

AI-native protocols exposing model properties enhance multi-agent LLM system efficiency, governance, and reliability.

Principles

Method

LDP uses identity cards, payload negotiation, governed sessions, structured provenance, and trust domains to enable efficient, governable, and secure multi-agent LLM delegation.

In practice

Topics

Code references

Best for: AI Architect, Machine Learning Engineer, AI Scientist, AI Researcher, AI Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.