> ## Documentation Index
> Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 协议雷达

<div className="not-prose my-4 rounded-md border border-gray-200 bg-gray-50 p-2 text-sm dark:border-gray-800 dark:bg-gray-900/40">
  <div className="mb-2 px-1 text-xs font-semibold uppercase tracking-wide text-gray-500 dark:text-gray-400">需要帮助？</div>

  <div className="flex flex-wrap gap-2">
    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://discord.gg/sDE2HhGTg4" target="_blank" rel="noreferrer">
      <Icon icon="discord" iconType="brands" size={14} />

      <span>在 Discord 提问</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/issues/new/choose" target="_blank" rel="noreferrer">
      <Icon icon="github" iconType="brands" size={14} />

      <span>提交 GitHub Issue</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/zh-Hans/SUPPORT.md" target="_blank" rel="noreferrer">
      <Icon icon="life-ring" size={14} />

      <span>支持指南</span>
    </a>
  </div>
</div>

## 摘要

目前观察协议层最有用的方式，是将讨论中经常混在一起的三项工作分开：工具访问、智能体到智能体交换，以及网络发现。

## 为什么这很重要

贡献者常常把协议名称当作可以互换的东西。但它们并不是。只有当一条协议说明能够明确正在标准化的是哪个边界，以及它伴随什么样的运行时信任模型时，它才真正有用。

## 证据与来源

* [Protocols And Interoperability](/zh-Hans/systems/protocols-and-interoperability):
  当前仓库原生的 MCP、A2A 和 ANP 比较。
* 本地仓库策略说明：将此仓库推动为以主题优先的系统比较的内部规划输入。

## 需要关注的信号

* 团队是否会在面向工具的协议上收敛到更清晰的权限边界。
* 智能体到智能体交换标准是否会变得足够具体，从而支持生产级互操作，而不只是演示。
* 发现层是会继续保持小众，还是会在更广泛的多智能体环境中变得必要。

## 更新日志

* 2026-04-21：为贡献者指导提供的初始雷达说明示例。
