<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-zl-agents-networking-scenarios-00" category="info" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="Agents Networking Scenarios">Agents Networking Scenarios in Enterprise and Broadband Networks</title>
    <seriesInfo name="Internet-Draft" value="draft-zl-agents-networking-scenarios-00"/>
    <author initials="B." surname="Liu" fullname="Bing Liu">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>No. 156 Beiqing Road</street>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>leo.liubing@huawei.com</email>
      </address>
    </author>
    <author initials="L." surname="Zhang" fullname="Li Zhang">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>No. 156 Beiqing Road</street>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhangli344@huawei.com</email>
      </address>
    </author>
    <author initials="Y." surname="Liu" fullname="Yuxing Liu">
      <organization>Independent</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>83772966@qq.com</email>
      </address>
    </author>
    <date year="2025" month="October" day="20"/>
    <area>general</area>
    <workgroup>network working group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 49?>

<t>This document describes agents networking scenarios in enterprise and home broadband networks. These scenarios differ from 6G and Internet scenarios. Since the agentic service is still at the emerging stage, especially in enterprise and home broadband networks, the scenarios are mostly based on reasonable assumptions.</t>
    </abstract>
  </front>
  <middle>
    <?line 53?>

<section anchor="intro">
      <name>Introduction</name>
      <t>With the rapid development of artificial intelligence, single-agent systems have gradually revealed their limitations in handling complex, multi-task, and cross-domain scenarios. Agent networking, as a core paradigm for breaking through individual capabilities and achieving collective intelligence, has become a key trend in the future development of agents.</t>
      <t>This document describes agents networking scenarios in enterprise and home broadband networks.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
    </section>
    <section anchor="enterprise-scenarios">
      <name>Enterprise Scenarios</name>
      <t>The AI Agent is progressively becoming the key technological unit supporting both internal enterprise process automation and cross-enterprise ecosystem collaboration. Compared to the traditional API interface integration model, the AI Agent is capable of achieving more flexible and loosely coupled collaboration methods through abilities such as semantic perception, strategy-driven execution, and autonomous decision-making. The essence of this change is an upgrade from "system integration" to an "Intranet of Agents."</t>
      <section anchor="smart-office">
        <name>Smart Office</name>
        <t>In the Smart Office scenario, AI Agents enhance daily productivity and collaboration.</t>
        <t>Agent Collaboration:</t>
        <ul spacing="normal">
          <li>
            <t>Personal Assistant Coordination: A user's personal AI Agent (residing on a mobile or PC) coordinates with other specialized Agents, such as the Meeting Room Agent, IT Service Agent etc.. This collaboration facilitates automated task execution, including scheduling meetings, reserving room resources, preparing necessary documents, and initiating video conference sessions.</t>
          </li>
          <li>
            <t>Team Task Alignment: Multiple project-related Agents, representing different team members or functions, engage in real-time data sharing, automatic summarization of meeting minutes, dynamic task prioritization, and collaborative document editing.</t>
          </li>
        </ul>
        <t>Network Requirements:</t>
        <ul spacing="normal">
          <li>
            <t>Low Latency and High Reliability: Crucial for seamless video conferencing and real-time collaborative applications.</t>
          </li>
          <li>
            <t>Unified Agent Discovery and Invocation: Agents must rely on standard protocols to locate and invoke the capabilities of other Agents within the enterprise network (e.g., printing or storage services).</t>
          </li>
          <li>
            <t>Secure Authentication and Authorization: to ensure Agent actions are strictly compliant with the authorized scope granted by the human user or project manager.</t>
          </li>
        </ul>
      </section>
      <section anchor="agentic-digitalization">
        <name>Agentic Digitalization</name>
        <t>This scenario focuses on automating and optimizing business processes using autonomous Agents.</t>
        <t>Agent Collaboration:</t>
        <ul spacing="normal">
          <li>
            <t>Business Workflow Automation: A Process Management Agent collaborates with various Business System Agents (e.g., CRM Agent, ERP Agent). It autonomously translates high-level business intents (e.g., "maximize customer retention") into executable plans, decomposes the overall task, and executes complex workflows across disparate business systems by invoking their respective Agents.</t>
          </li>
          <li>
            <t>Data-Driven Decision Making: Data Collection Agents aggregate information from various sources, feeding it to Data Analysis Agents. The resulting insights guide Decision Agents, which autonomously take prescribed actions, such as dynamically adjusting cloud resource allocations.</t>
          </li>
        </ul>
        <t>Networking and Communication Requirements:</t>
        <ul spacing="normal">
          <li>
            <t>Heterogeneous Interoperability: Agent communication protocols must be designed to bridge communication gaps between legacy IT system APIs and modern AI Agent platforms.</t>
          </li>
          <li>
            <t>High Concurrency and Scalability: The network infrastructure must be capable of supporting numerous Agents engaged in frequent, complex, and high-volume interactions across the enterprise.</t>
          </li>
        </ul>
      </section>
      <section anchor="industrial-automation">
        <name>Industrial Automation</name>
        <t>This scenario applies Agents to the operational domain, demanding strict performance guarantees.</t>
        <t>Agent Collaboration:</t>
        <ul spacing="normal">
          <li>
            <t>High Efficient Producing: On the production floor, Sensors, Robots, Controllers collaborate to continuously monitor environmental variables and production status. This tight collaboration allows for dynamic optimization of manufacturing processes, maximizing efficiency and minimizing downtime.</t>
          </li>
          <li>
            <t>High Quality Producing: Remote Diagnostics Agents collaborate with local Equipment Agents to transmit high-definition video feeds and machine logs. This enables sophisticated remote fault diagnosis and highly accurate predictive maintenance operations.</t>
          </li>
        </ul>
        <t>Networking and Communication Requirements:</t>
        <ul spacing="normal">
          <li>
            <t>Ultra-Low Latency and Jitter: Critical control loops require communication that adheres to industrial-grade standards, specifically Ultra-Reliable Low-Latency Communication.</t>
          </li>
          <li>
            <t>Deterministic Networking (DetNet): The underlying network may need to incorporate DetNet technologies to guarantee bounded and predictable latency for communications among critical control Agents.</t>
          </li>
          <li>
            <t>OT/IT Convergence: A key requirement is defining how Agents can securely and reliably communicate with gateway functions connecting the Operational Technology (OT) domain to the Information Technology (IT) domain.</t>
          </li>
          <li>
            <t>Mobility Management: the robots and AGVs are constently moving, it is critical to maintain the session for the moving nodes.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="home-broadband-network-scenarios">
      <name>Home Broadband Network Scenarios</name>
      <t>The home network scenario is characterized by user experience optimization and device collaboration.</t>
      <t>Agent Collaboration:</t>
      <ul spacing="normal">
        <li>
          <t>Home Security: For instance, a smart camera may stream footage to a NAS Agent for storage of anomalous events, while simultaneously alerting to the user's Mobile Agent.</t>
        </li>
        <li>
          <t>User Experience Guarantee: The Home Gateway (e.g., on the home router/ONT, or on the BNG) collaborates with Terminal Agents (e.g., on gaming consoles, smart TVs) to classify traffic. This allows the Gateway to dynamically prioritize and allocate bandwidth to latency/bandwidth-sensitive applications (like online gaming or 4K streaming), ensuring a consistently high Quality of Experience (QoE).</t>
        </li>
      </ul>
      <t>Networking and Communication Requirements:</t>
      <ul spacing="normal">
        <li>
          <t>Lightweight and Efficient Protocols: Given the variety of resource-constrained consumer devices, the Agent communication protocol must be designed to be lightweight and computationally efficient.</t>
        </li>
        <li>
          <t>Mobility Management: The network architecture must provide mechanisms to maintain session persistence and support seamless handover for Agents when a user transitions between the home Wi-Fi network and a mobile cellular network.</t>
        </li>
      </ul>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>There are two primary operational paradigms in varying enterprise and home requirements: the fully isolated Self-contained Private Deployment and the resource-optimized Economical Integrated Implementation.</t>
      <section anchor="self-contained-private-deployment">
        <name>Self-contained Private Deployment</name>
        <t>This model emphasizes security, performance, and control, typically favored by large enterprises, industrial environments (Smart Manufacturing), or highly security-conscious users.</t>
        <ul spacing="normal">
          <li>
            <t>Isolated Infrastructure: All core AI Agent components, including the Large Language Model (LLM) inference engines, Agent orchestrators, Agent naming/discovery services etc., are deployed entirely within the private network domain (e.g., enterprise LAN or private cloud).</t>
          </li>
          <li>
            <t>Data Sovereignty: No Agent communication data, task context, or locally sensitive information leaves the private network. This is essential for scenarios involving proprietary data or compliance with strict regulatory requirements.</t>
          </li>
          <li>
            <t>On-Premises Compute Resources: Requires substantial dedicated compute and storage resources (e.g., GPUs for inference) within the private domain, which must be connected via high-speed interfaces.</t>
          </li>
          <li>
            <t>Controlled Network Egress: Strict policies are applied to prevent Agents from accessing unauthorized external services, minimizing the external attack surface. The network needs mechanisms for precise monitoring of all egress traffic initiated by Agents.</t>
          </li>
        </ul>
      </section>
      <section anchor="economical-integrated-implementation">
        <name>Economical Integrated Implementation</name>
        <t>This model prioritizes cost-efficiency, and leverages existing cloud and public infrastructure, often seen in home networks (Home Broadband) and smaller Smart Office setups.</t>
        <ul spacing="normal">
          <li>
            <t>Hybrid Architecture: The core intelligence (e.g., the LLM) and central coordination services (e.g., Agent discovery) are typically hosted in a public or operator cloud environment. Local Agents (e.g., device Agents, edge Agents on the home gateway) handle sensing, local actuation, and interface with the cloud-based central Agent.</t>
          </li>
          <li>
            <t>Tool/API Delegation: Cloud-based Agents often delegate local tasks by invoking APIs exposed by local Agents, or by sending compressed instructions to the edge device.</t>
          </li>
          <li>
            <t>Cost Optimization: This model reduces the need for comprehensive system that combined by various components, but rather, some integrated model of providing the service (e.g. through an Agent Gateway).</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TBD</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>TBD</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="March" year="1997"/>
          <abstract>
            <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="2119"/>
        <seriesInfo name="DOI" value="10.17487/RFC2119"/>
      </reference>
      <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <author fullname="B. Leiba" initials="B." surname="Leiba"/>
          <date month="May" year="2017"/>
          <abstract>
            <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="8174"/>
        <seriesInfo name="DOI" value="10.17487/RFC8174"/>
      </reference>
    </references>
    <?line 196?>



  </back>
  <!-- ##markdown-source:
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
jXuoSJMM99na9JOkJaBJWN3fAUES1whPKQAA

-->

</rfc>
