arXiv:2504.14411cs.NIcs.AI2025-04被引 2

构建去中心化智能体网络,让AI代理像网站一样互联协作。

Planet as a Brain: Towards Internet of AgentSites based on AIOS Server

  • 基于MCP与JSON-RPC协议,实现跨节点智能体通信与协同。
  • 通过DHT和广播协议实现全球规模的智能体发现与交互。
  • 首个可落地的智能体互联网平台,适合研究者与开发者实践。

互联网正从‘网站之网’迈向‘智能体站点之网’。传统网站以信息承载为主,而新一代智能体站点则作为数字生态枢纽,每个站点托管一个或多个能接收任务、自主处理并输出解决方案的AI智能体。本文提出AIOS Server,一种运行时框架,用于部署和执行去中心化智能体,并支持全球范围内的协作。该系统采用模型上下文协议(MCP)和JSON-RPC通信机制,各节点独立运行,无需中心化调度。基于此,我们推出了首个实际部署的智能体互联网(AIOS-IoA),包含用于智能体注册与发现的AgentHub,以及支持人机交互的AgentChat,地址为https://planet.aios.foundation。智能体发现机制依托分布式哈希表(DHT)与广播协议,构成智能体互联网的搜索引擎。本工作为自治智能体成为网络原生主体提供了实用基础。代码已开源至https://github.com/agiresearch/AIOS.Server,并集成于AIOS主分支中。

原文摘要 · Abstract (English)

The internet is undergoing a historical transformation from the "Internet of Websites" to the "Internet of AgentSites." While traditional Websites served as the foundation for information hosting and dissemination, a new frontier is emerging where AgentSites serve as the hubs of the internet, where each AgentSite hosts one or more AI agents that receive tasks, address them, and deliver actionable solutions, marking a significant shift in the digital landscape and representing the next generation of online ecosystems. Under this vision, AIOS, the AI Agent Operating System, serves as the server for the development, deployment and execution of AI agents, which is a fundamental infrastructure for the Internet of Agentsites. In this paper, we introduce AIOS Server, a runtime framework to host agents and enable global-scale collaboration among decentralized agents. AIOS Server provides a communication protocol leveraging the Model Context Protocol (MCP) and JSON-RPC to enable agent-agent or human-agent interactions. Each AIOS node operates as a server to host and execute agents, while supporting peer-to-peer coordination without reliance on centralized orchestration. Based on AIOS Server, we further present the world's first practically deployed Internet of Agentsites (AIOS-IoA), including AgentHub for agent registration and discovery and AgentChat for interactive communication, at https://planet.aios.foundation. The agent discovery mechanism based on Distributed Hash Tables (DHT) and a Gossip protocol serves as the search engine for the internet of agentsites. This work provides a practical foundation for building the Internet of Agentsites-a new paradigm where autonomous agents become first-class citizens of the web. The implementation is available at https://github.com/agiresearch/AIOS.Server and is integrated into the AIOS main branch at https://github.com/agiresearch/AIOS.

智能体网络去中心化AIOS

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。