<?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.31 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-zhao-nmrg-ai-agent-for-ndt-00" category="std" consensus="true" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="AI Agent Architecture for NDT">AI Agent Architecture for Network Digital Twin</title>
    <seriesInfo name="Internet-Draft" value="draft-zhao-nmrg-ai-agent-for-ndt-00"/>
    <author initials="J." surname="Zhao" fullname="Jing Zhao" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhaoj501@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="R." surname="Pang" fullname="Ran Pang" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>pangran@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="S." surname="Zhang" fullname="Shuai Zhang" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhangs366@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="H." surname="Shi" fullname="Hongwei Shi" role="editor">
      <organization>Purple Mountain Laboratories</organization>
      <address>
        <postal>
          <city>Nanjing</city>
          <country>China</country>
        </postal>
        <email>shihongwei@pmlabs.com.cn</email>
      </address>
    </author>
    <author initials="C." surname="Sun" fullname="Chen Su" role="editor">
      <organization>Purple Mountain Laboratories</organization>
      <address>
        <postal>
          <city>Nanjing</city>
          <country>China</country>
        </postal>
        <email>suchen@pmlabs.com.cn</email>
      </address>
    </author>
    <date year="2026" month="March" day="02"/>
    <area>Network Management</area>
    <workgroup>nmrg</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 66?>

<t>This document proposes an AI agent architecture for Network Digital Twin (NDT) that integrates AI agents with digital twin technology.</t>
    </abstract>
  </front>
  <middle>
    <?line 70?>

<section anchor="intro">
      <name>Introduction</name>
      <t>Digital twins have emerged as a powerful paradigm for network management, providing virtual representations of physical networks that enable simulation, analysis, and optimization. However, traditional digital twin architectures often lack the autonomous decision-making capabilities needed for modern network environments. This document proposes an architecture that combines digital twin concepts with intelligent AI agents, creating a more dynamic and responsive network management system.</t>
      <t>The architecture is designed to be compatible with existing digital twin architectures. This approach enables distributed decision-making, adaptive behavior, and enhanced collaboration between digital twin components.</t>
    </section>
    <section anchor="ai-agent-architecture-for-network-digital-twin">
      <name>AI Agent Architecture for Network Digital Twin</name>
      <t>Based on the concept of the Network Management Agent (NMA) <xref target="I-D.zhao-nmop-network-management-agent"/>, we propose an AI Agent architecture for Network Digital Twin (NDT) <xref target="I-D.irtf-nmrg-network-digital-twin-arch"/>. This architecture extends the traditional network digital twin by integrating AI agents into each core component. While preserving the fundamental structure of digital twins, the architecture introduces enhanced autonomous capabilities and intelligent decision-making across the network management lifecycle.</t>
      <figure anchor="fig-1">
        <name>AI Agent Architecture for Network Digital Twin</name>
        <artwork><![CDATA[
   +-------------------------------------------------------------------------------------------+
   |                        Network Digital Twin Management AI Agent                           |
   |                                                                                           |
   |  - Resource & Health Monitoring        - Intent Parsing & Logic Translation               |
   |  - NDT Instance Lifecycle Management   - Multi-Agent Session Orchestration                |
   |  - Virtual-Physical State Sync Control - Business Intent & Policy Derivation              |
   +-------------------------------------------------------------------------------------------+
               |                                                              |
               |                                                              |
   +---------------------------------------+               +----------------------------------+
   |         Functional Model Agent        |               |      Data Repository Agent       |
   |                                       |               |                                  |
   | - Service Model Optimization          |<------------->| - Real-time Telemetry Ingestion  |
   | - Automated Configuration Synthesis   |               |   & Anomaly Detection            |
   | - Multi-Vendor Syntax Mapping         |               |                                  |
   | - Hierarchical Simulation Sandbox     |               | - Historical Data Intelligence   |
   |   (Compliance, Logic, Impact)         |               |   & Pattern Mining               |
   | - Scenario-specific Modeling          |               |                                  |
   | - Verification Feedback Loop          |               | - Knowledge Base Management      |
   +---------------------------------------+               |   (Vendor Docs/Best Practice)    |
               |                                           |                                  |
               |                                           | - Adaptive Data Retrieval        |
   +---------------------------------------+               |   & Conflict Resolution          |
   |           Basic Model Agent           |               |                                  |
   |                                       |<------------->| - Standardized Validation        |
   | - Network Element Digital Models      |               |   Report Storage                 |
   |   (Config, State, Env)                |               +----------------------------------+
   | - Topology & Connectivity Models      |                                  
   | - Real-time Model Self-Updates        |                        
   +---------------------------------------+
]]></artwork>
      </figure>
      <t>The following figure illustrates the hierarchical interaction between the Management, Functional, Basic, and Data agents.</t>
    </section>
    <section anchor="architecture-components">
      <name>Architecture Components</name>
      <section anchor="network-digital-twin-management-ai-agent">
        <name>Network Digital Twin Management AI Agent</name>
        <t>The Network Digital Twin Management Agent serves as the central coordination and management component, providing the following key functionalities:</t>
        <ul spacing="normal">
          <li>
            <t>Resource Monitoring: Continuously tracks and monitors the status, performance metrics, and operational health of all resources within the digital twin environment.</t>
          </li>
          <li>
            <t>Lifecycle Management: Governs the complete lifecycle of NDT instances, encompassing instantiation, configuration, state synchronization, maintenance, and termination.</t>
          </li>
          <li>
            <t>Session Control: Orchestrates communication sessions and interactions among various AI agents to ensure coherent operation.</t>
          </li>
          <li>
            <t>Intent Translation &amp; Policy Derivation: Derives executable policies from high-level business intents through semantic parsing and internal logic models.</t>
          </li>
          <li>
            <t>Virtual-Physical Synchronization Control: Manages bidirectional data flow between the NDT and the physical network to ensure accurate representation.</t>
          </li>
        </ul>
      </section>
      <section anchor="functional-model-ai-agent">
        <name>Functional Model AI Agent</name>
        <t>The Functional Model Agent is responsible for advanced service modeling, configuration generation, and optimization. It autonomously invokes required functional models per validation policies and refines them via historical data analysis.</t>
        <ul spacing="normal">
          <li>
            <t>Service Model Optimization: Refines models through performance analysis and adaptive learning algorithms.</t>
          </li>
          <li>
            <t>Automated Configuration Synthesis: Generates vendor-specific configurations or intermediate policy representations based on the intent model.</t>
          </li>
          <li>
            <t>Hierarchical Simulation Sandbox: Provides a multi-stage environment to verify configurations across compliance, logic, and business impact layers.</t>
          </li>
        </ul>
        <t>TBD.</t>
      </section>
      <section anchor="basic-model-ai-agent">
        <name>Basic Model AI Agent</name>
        <t>The Basic Model Agent maintains fundamental network element and topology representations. It is capable of updating digital models in real-time based on physical network changes to ensure the accuracy of validation.</t>
      </section>
      <section anchor="data-repository-ai-agent">
        <name>Data Repository AI Agent</name>
        <t>The Data Repository AI Agent serves as the intelligent data governance and provisioning component. It autonomously manages the data lifecycle with the following capabilities:</t>
        <ul spacing="normal">
          <li>
            <t>Real-time Data Collection: Implements multi-protocol ingestion for streaming telemetry while autonomously detecting data anomalies.</t>
          </li>
          <li>
            <t>Historical Data Intelligence: Curates structured data and knowledge graphs to support pattern mining, and model training.</t>
          </li>
          <li>
            <t>Adaptive Data Services: Provides context-aware data retrieval with intelligent caching and conflict resolution.</t>
          </li>
          <li>
            <t>Knowledge Base Integration: Stores network configurations, vendor documents, and best practices to support incremental model updates.</t>
          </li>
          <li>
            <t>Validation Reporting: Generates standardized, machine-readable validation reports including rule IDs, configuration items, and evidence.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="agent-interactions">
      <name>Agent Interactions</name>
      <t>The architecture employs bidirectional Agent-to-Agent (A2A) communication: the Functional and Basic Model Agents interact with the Data Repository Agent for data synchronization, while the Management Agent centrally orchestrates these interactions to maintain a coherent workflow.</t>
      <t>Inter-agent interactions SHOULD support state rollback mechanisms to ensure the virtual state remains synchronized with the physical network during failed intent decompositions.</t>
    </section>
    <section anchor="intelligent-use-case-realization">
      <name>Intelligent Use Case Realization</name>
      <section anchor="automated-ip-network-configuration-generation">
        <name>Automated IP Network Configuration Generation</name>
        <t>This use case demonstrates how the AI Agent architecture automates the end-to-end lifecycle of network configuration.</t>
        <section anchor="intent-understanding-and-policy-generation">
          <name>Intent Understanding and Policy Generation</name>
          <ul spacing="normal">
            <li>
              <t>Intent Parsing: The Management Agent receives declarative intents, identifying network objects and resolving logic conflicts between multiple intents.</t>
            </li>
            <li>
              <t>Config Generation: The Functional Model Agent produces vendor-specific configurations. It maintains context awareness by retrieving current states from the Basic Model Agent.</t>
            </li>
            <li>
              <t>Vendor-agnostic Abstraction: The system uses an intermediate policy representation to ensure functional consistency across heterogeneous hardware.</t>
            </li>
          </ul>
        </section>
        <section anchor="multi-level-simulation-and-verification">
          <name>Multi-Level Simulation and Verification</name>
          <t>Before deployment, configurations MUST undergo a multi-stage verification process:</t>
          <ul spacing="normal">
            <li>
              <t>Semantic Consistency Verification: Ensures that synthesized configurations result in deterministic network behavior, bridging the gap between probabilistic AI generation and deterministic network operations..</t>
            </li>
            <li>
              <t>Hierarchical Validation: The Functional Model Agent executes simulations in a sandbox layer-by-layer:
1. Compliance: Detecting syntax errors and policy violations.
2. Functional Correctness: Verifying reachability and protocol convergence via the Basic Model Agent.
3. Service Impact: Evaluating potential performance degradation using traffic patterns from the Data Repository Agent.</t>
            </li>
          </ul>
        </section>
        <section anchor="model-evolution-and-feedback-loop">
          <name>Model Evolution and Feedback Loop</name>
          <ul spacing="normal">
            <li>
              <t>Closed-loop Optimization: If verification fails, the Management Agent feeds error reports back to the generation models of the Functional Model Agent for iterative optimization.</t>
            </li>
            <li>
              <t>Incremental Learning: Experts can manually correct AI outputs, which are stored in the Data Repository Agent to fine-tune future generation and verification models.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="cutover-simulation-scenario-construction">
        <name>Cutover Simulation (Scenario Construction)</name>
        <ul spacing="normal">
          <li>
            <t>Process Reproduction: The architecture simulates the complete cutover lifecycle, including device startup/shutdown, routing adjustments, and configuration delivery.</t>
          </li>
          <li>
            <t>Risk Mitigation: By monitoring link status and business capacity in the NDT, the Network Digital Twin Management AI Agent and Functional Model Agent jointly identify plan loopholes and optimize emergency response sequences before physical execution.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>AI-Generated Risks: Specific checks must be implemented to detect "hallucinated" commands or non-compliant security policies generated by large language models.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>TBD.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="I-D.irtf-nmrg-network-digital-twin-arch" target="https://datatracker.ietf.org/doc/html/draft-irtf-nmrg-network-digital-twin-arch-12" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.irtf-nmrg-network-digital-twin-arch.xml">
        <front>
          <title>Network Digital Twin: Concepts and Reference Architecture</title>
          <author fullname="Cheng Zhou" initials="C." surname="Zhou">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Hongwei Yang" initials="H." surname="Yang">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Xiaodong Duan" initials="X." surname="Duan">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Diego Lopez" initials="D." surname="Lopez"/>
          <author fullname="Antonio Pastor" initials="A." surname="Pastor"/>
          <author fullname="Qin Wu" initials="Q." surname="Wu">
            <organization>Huawei</organization>
          </author>
          <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
            <organization>Orange</organization>
          </author>
          <author fullname="Christian Jacquenet" initials="C." surname="Jacquenet">
            <organization>Orange</organization>
          </author>
          <date day="27" month="February" year="2026"/>
          <abstract>
            <t>Digital Twin technology has seen rapid adoption in Industry 4.0. The application of Digital Twin technology in the networking field is meant to develop various rich network applications, realize efficient and cost-effective data-driven network management, and accelerate network innovation. This document presents an overview of the concepts of Network Digital Twin, provides the basic definitions and a reference architecture, lists a set of application scenarios, and discusses such technology's benefits and key challenges.</t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-irtf-nmrg-network-digital-twin-arch-12"/>
      </reference>
      <reference anchor="I-D.zhao-nmop-network-management-agent" target="https://datatracker.ietf.org/doc/html/draft-zhao-nmop-network-management-agent-04" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.zhao-nmop-network-management-agent.xml">
        <front>
          <title>AI based Network Management Agent(NMA): Concepts and Architecture</title>
          <author fullname="XingZhao" initials="" surname="XingZhao">
            <organization>CAICT</organization>
          </author>
          <author fullname="Minxue Wang" initials="M." surname="Wang">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Bo Wu" initials="B." surname="Wu">
            <organization>Huawei</organization>
          </author>
          <author fullname="Daniele Ceccarelli" initials="D." surname="Ceccarelli">
            <organization>Cisco</organization>
          </author>
          <author fullname="Haomian Zheng" initials="H." surname="Zheng">
            <organization>Huawei</organization>
          </author>
          <author fullname="Jin Zhou" initials="J." surname="Zhou">
            <organization>ZTE</organization>
          </author>
          <date day="26" month="February" year="2026"/>
          <abstract>
            <t>The evolution from Level 3 (assisted automation) to Level 4 (autonomous self-optimization) in Autonomous Networks (AN) introduces requirements for Agentic capabilities, including intent-based reasoning, autonomous planning, and context-aware decision-making, which transcend the static, rule-based logic of traditional SDN Controllers. This document defines the concept of the Network Management Agent (NMA), an AI-driven entity designed to embody these cognitive functions and bridge the gap between service intent and network operations. This document also specifies how the NMA utilizes the existing capabilities of SDN Controllers—such as topology management, telemetry, and enforcement—to achieve Autonomous L4 without duplicating policy control functions. It further details the architectural integration modes and defines the interface requirements necessary for SDN Controllers to interoperate with NMAs.</t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-zhao-nmop-network-management-agent-04"/>
      </reference>
    </references>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
