<?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.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-mcw-opsawg-icon-requirements-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="icon requirements">Architecture and Requirements for Observability, Control and Intervention of Network Management Agents</title>
    <seriesInfo name="Internet-Draft" value="draft-mcw-opsawg-icon-requirements-00"/>
    <author fullname="Qiufang Ma" role="editor">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Nanjing, Jiangsu</city>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>maqiufang1@huawei.com</email>
      </address>
    </author>
    <author fullname="Daniele Ceccarelli">
      <organization>Cisco</organization>
      <address>
        <email>dceccare@cisco.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Nanjing, Jiangsu</city>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <author fullname="Luis. M. Contreras">
      <organization>Telefonica</organization>
      <address>
        <email>luismiguel.contrerasmurillo@telefonica.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="06"/>
    <keyword>Network Management Agents</keyword>
    <keyword>Observability</keyword>
    <keyword>Control</keyword>
    <keyword>Intervention</keyword>
    <abstract>
      <?line 61?>

<t>This document defines architecture and a set of requirements for Observability, Control, and Intervention for Network Management Agents.</t>
      <t>It identifies gaps in existing mechanisms and specifies required interaction capabilities between Agent supervision systems and network management agents across multi-vendor environments, specifically observability, control, and runtime intervention. The requirements aim to guarantee comprehensive, lifecycle control over AI agents and enable observation, constraint, intervention, and correction to ensure network operational resilience and continuity.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/QiufangMa/Agent-Control-and-Intervention-Requirements"/>.</t>
    </note>
  </front>
  <middle>
    <?line 68?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>AI agents are increasingly deployed for network management tasks <xref target="I-D.wmz-nmrg-agent-ndt-arch"/> — including service provisioning and network configuration change, service assurance and automated incident diagnosis and resolution. While the introduction of agents significantly improves the efficiency for network management, it also inevitably brings challenges such as hallucination and execution unreliability.</t>
      <t>Existing mechanisms for agent assurance typically rely on static guardrails (e.g., input/output validation, operation allowlists/blocklists, pre-action approval), while assuming that all agent failure modes can be predefined. Unlike deterministic software systems, however, LLM-based agents exhibit emergent behaviors that cannot be fully anticipated or encoded in static rules. When agentic systems produce novel actions or reasoning paths that fall outside predefined static boundaries, it might lead to risks such as unintended configuration changes, policy violations, or cascading failures in the network.</t>
      <t>The operational problems, architectural challenges, and technical gaps regarding the observability, control, and intervention of autonomous network management agents are thoroughly detailed in <xref target="I-D.wnd-opsawg-icon-ps"/>.
This document builds upon those identified gaps to specify a set of essential requirements that supervisors need when deploying agents in real networks for agent observability, control, and intervention. Furthermore, it also defines an architecure for ICON — Intervention, Control, and Observability for Network Management Agents.</t>
      <t>This document specifies the architecture and communication requirements between the agent and the supervision system. It does not standardize the internal LLM architecture, planning algorithms, or training methodologies of the network management agents themselves.</t>
      <t>This document does not specify a particular protocol, data model, or implementation API. Those topics are orthogonal to the operational requirements defined here, which are intended to be solution-neutral.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</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?>

<t>This document uses the following terms defined in <xref target="I-D.wnd-opsawg-icon-ps"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Agent Observability</t>
        </li>
        <li>
          <t>Intervention</t>
        </li>
        <li>
          <t>Control</t>
        </li>
        <li>
          <t>Human Oversight</t>
        </li>
      </ul>
      <t>This document defines the following terms:</t>
      <dl>
        <dt>supervisor:</dt>
        <dd>
          <t>The entity responsible for monitoring, controlling, and intervening in the agent's lifecycle. A supervisor can be a human operator, an automated high-privilege agent supervision system, or an orchestrator.</t>
        </dd>
        <dt>agent supervision:</dt>
        <dd>
          <t>The administrative and operational capabilities that continuously monitor, constrain, and guide agents' behaviors. Agent supervision retains the ultimate authority to modify, overrule, or terminate agent operations.</t>
        </dd>
        <dt>context:</dt>
        <dd>
          <t>The network operational data, interaction history, and situational network parameters that allow AI agents to remember the history of a specific interaction over multiple turns.</t>
        </dd>
      </dl>
    </section>
    <section anchor="existing-mechanisms-for-agent-observability-control-and-intervention">
      <name>Existing Mechanisms for Agent Observability, Control, and Intervention</name>
      <t>After receiving a user request, agents will perform a chain-of-thought (CoT) reasoning process, then it will autonomously decide whether to break down the task into subtasks, or dynamically decide to invoke multiple external tools, retrieve vector databases (RAG), or request more information from the supervisor.</t>
      <t>Existing telemetry mechanisms are excellent for tracking traditional network infrastructure or software which are built for deterministic systems. However, as analyzed in <xref target="I-D.wnd-opsawg-icon-ps"/>, they are facing severe limitations when applied to AI agents. For example, existing logging practices only record what action was taken, completely missing why it was taken, including the agent's internal reasoning provenance and confidence scores. Existing tracing mechanism designed for static and linear execution path also cannot capture the complex and dynamic execution trajectories of AI agents.</t>
      <t>Existing AI guardrails primarily operate at static boundaries, such as input/output validation and pre-action checks. These mechanisms are designed to constrain AI agents within predefined operational and compliance boundaries, but they assume that all possible violations can be anticipated and encoded in static rules. As AI systems increasingly operate in non‑deterministic environments, these static measures are proving insufficient as they cannot detect, interrupt, and recover from unanticipated behaviors.</t>
      <t>Although there are some modern agent systems that provide interrupt or kill switch capabilities, they remain framework-specific, insufficient, or proprietary.</t>
      <t>These gaps motivate the architectural framework and requirements for agent observability, control, and intervention defined in <xref target="architecture"/> and <xref target="requirements"/>, respectively.</t>
    </section>
    <section anchor="architecture">
      <name>Architectural Framework for ICON</name>
      <t>This section describes the reference architecture for ICON. The architecture defined in <xref target="arch"/> serves as the structural foundation to derive the requirements specified in <xref target="requirements"/>.</t>
      <figure anchor="arch">
        <name>ICON Architecture</name>
        <artwork align="center"><![CDATA[
+----------------------------------------------------------+
|     Agent Supervision Plane                              |
|     +-----------------------------------------------+    |
|     |             Human Oversight                   |    |
|     +-----------------------------------------------+    |
|     +-----------------------------------------+          |
|     |ICON Client                              |          |
|     |  +-------------++-------++------------+ |          |
|     |  |Observability||Control||Intervention| |   ...    |
|     |  +-----^-------++--+----++------^-----+ |          |
|     +--------+-----------+------------+-------+          |
+--------------+-----------+------------+------------------+
               |           |            |
               |           |            | ICON Interface
               |           |            |
+--------------+-----------v------------v------------------+
|              ICON Enforcement Component                  |
+----------------------------------------------------------+
+----------------------------------------------------------+
|    Agent Execution Plane                                 |
|    +-----------+    +-----------+       +-----------+    |
|    |           |    |           |       |           |    |
|    |  Agent 1  <---->  Agent 2  <--...-->  Agent n  |    |
|    |           |    |           |       |           |    |
|    +-----^-----+    +-----^-----+       +-----^-----+    |
|          |                |                   |          |
|    +-----v----------------v-------------------v-----+    |
|    |              Function Modules & Tools          |    |
|    +------------------------------------------------+    |
+----------------------------^-----------------------------+
                             |
                             | Interaction
                             |
+----------------------------v-----------------------------+
|                Network Infrastructure                    |
+----------------------------------------------------------+
]]></artwork>
      </figure>
      <section anchor="agent-supervision-plane">
        <name>Agent Supervision Plane</name>
        <t>Agent supervision plane is the Agent supervision and management capabilities which are used to manage, monitor, and regulate autonomous AI agents. It is logically decoupled from the agent execution plane. Note that agent supervision might include other technical and operational pillars such as agent identity management, which are out of the scope of ICON.</t>
        <section anchor="human-oversight">
          <name>Human Oversight</name>
          <t>Human oversight represents the top-level authority of the agent supervision and management. It provides the post-execution feedback, injects global policies, reviews agent escalation requests, and issues high-level intervention commands during crises or anomalies.</t>
          <ul spacing="normal">
            <li>
              <dl>
                <dt>Policy and Constraint Injection:</dt>
                <dd>
                  <t>Human operators could express high-level operational constraints or boundaries. These intents are translated into machine-readable policies by ICON client and sent to the policy enforcement component.</t>
                </dd>
              </dl>
            </li>
            <li>
              <dl>
                <dt>Escalation Handling:</dt>
                <dd>
                  <t>When an active agent encounters an ambiguous scenario, a conflict between different policies, or a decision whose confidence score falls below a predefined threshold, the execution plane suspends the task and escalates it to operators. A human operator could either approve, reject, or modify the agent's pending action sequence.</t>
                </dd>
              </dl>
            </li>
            <li>
              <dl>
                <dt>Emergency Intervention Trigger:</dt>
                <dd>
                  <t>In the scenario of an unforeseen and deviated agent behavior (e.g., an agent entering an infinite inference loop or executing based on outdated data or incorrect assumption), human oversight allows immediate, manual injection of high-priority override instructions (e.g., global kill switches or behavior corrections).</t>
                </dd>
              </dl>
            </li>
            <li>
              <dl>
                <dt>Post-Execution Feedback:</dt>
                <dd>
                  <t>Beyond runtime intervention, operators could also provide a critical retrospective evaluation feedback. Following an incident, anomaly, or successful resolution, human operators may inject multi-dimensional feedback (e.g., critiquing the agent’s reasoning paths, correcting intermediate planning errors, or evaluating the quality of tool selection). This retrospective feedback could be used to update the prompt templates or refine downstream guardrail policies, preventing the recurrence of similar behavioral drifts.</t>
                </dd>
              </dl>
            </li>
          </ul>
          <t>It is worth mentioning that human operators rarely send raw ICON protocol payloads directly to ICON enforcement component. They could use more flexible and human-friendly formatting such as natural language which is relayed to the ICON client to translate into structured ICON signals for normalization and forwarding.</t>
        </section>
        <section anchor="icon-client">
          <name>ICON Client</name>
          <t>The ICON client is the logical entity which acts on behalf of human operators to monitor and control Agents, and to intervene in their behaviors when necessary. It is responsible for the multi-Agent observability aggregation, policy control, and emergency intervention logic for heterogeneous multi-Agent autonomous networks.</t>
          <ul spacing="normal">
            <li>
              <dl>
                <dt>Observability:</dt>
                <dd>
                  <t>It receives normalized observation streams transmitted from downstream ICON enforcement components. It provides human operators with comprehensive agent behavioral visibility and the ability to identify operational anomalies or performance drifts.</t>
                </dd>
              </dl>
            </li>
            <li>
              <dl>
                <dt>Control:</dt>
                <dd>
                  <t>It acts as the centralized Policy Decision Point (PDP) <xref target="RFC3198"/> that translates human operational guidelines into agent behavioral boundaries, guardrails, or operational constraints. It dynamically pushes a set of structured rules or policy constraints down to enforcement components.</t>
                </dd>
              </dl>
            </li>
            <li>
              <dl>
                <dt>Intervention:</dt>
                <dd>
                  <t>It hosts the emergency orchestration logic required to reactively instruct agents in response to boundary violations, anomalies, failures, or operational risks. Upon detecting critical policy violations or receiving manual override commands from human oversight, it generates specific instructions (such as pause or terminate) and pushes them down to the enforcement component. In addition, it also receives upstream messages initiated by agents, such as escalation requests that proactively require human intervention.</t>
                </dd>
              </dl>
            </li>
          </ul>
          <t>In practical deployments, ICON client could be embedded within network management systems/OSS, an external Agent supervision or management platform, or even an upper-layer supervisor Agent.</t>
        </section>
      </section>
      <section anchor="icon-enforcement-component-icon-server">
        <name>ICON Enforcement Component (ICON Server)</name>
        <t>ICON enforcement component serves as the unified bridge between Agent supervision signals and native Agent execution workflows. It abstracts heterogenous agent runtime and exposes standardized ICON interaction endpoints.</t>
        <ul spacing="normal">
          <li>
            <dl>
              <dt>Observability Enforcement:</dt>
              <dd>
                <t>It collects raw runtime observation data from local multi-agent systems, normalizes raw logs, traces and metrics into unified formats, and transmits observation streams upward to the remote ICON client for centralized storage, analysis, and visualization.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>Control Enforcement:</dt>
              <dd>
                <t>It receives and enforces operational constraint rules or policies pushed by ICON client as a Policy Enforcement Point (PEP) <xref target="RFC3198"/>. Examples include access control for the agent's invocation of tools, and triggers approval request workflows according to the predefined rules.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>Intervention Enforcement:</dt>
              <dd>
                <t>It accepts runtime override instructions delivered from ICON client, and executes corresponding immediate actions on specific running agent instance, such as suspending ongoing agent operation while retaining a snapshot of the execution state and context for recovery, or reversing a specific action taken by the agent.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>In practical deployments, ICON enforcement component could be implemented at the AI Agent gateway, or deployed as a runtime wrapper around individual agent instances.</t>
      </section>
    </section>
    <section anchor="requirements">
      <name>Requirements</name>
      <section anchor="observability-requirements">
        <name>Observability Requirements</name>
        <dl>
          <dt>OBS-1: Execution Trajectory Capture</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> support visibility into complete agent execution trajectories, including reasoning chain/chain-of-thought, actions planning, executed steps, and network observations. In a network change scenario, e.g., it must include capturing the specific mapping from the agents' reasoning chain and action planning to the generated network configuration diffs and the subsequent network state observations.</t>
          </dd>
          <dt>OBS-2: Reasoning Provenance Capture</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> support visibility into reasoning provenance, including intent understanding, inference, confidence scores, evidence chains justifying why a specific network operation decision was made. The evidence chains <bcp14>MUST</bcp14> correlate specific network inputs such as alarms, network incidents, or telemetry streams that triggered the agent's reasoning and confidence scores.</t>
          </dd>
          <dt>OBS-3: Agent Metrics Collection</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> support collection of metrics characterizing agent operational health, including action execution latency, failed network management protocol (e.g., NETCONF or RESTCONF) operation rates, configuration rollback rates, token consumption and task completion rates.</t>
          </dd>
          <dt>OBS-4: Multi-Agent Correlation</dt>
          <dd>
            <t>The framework <bcp14>SHOULD</bcp14> support logging and trace correlation across multiple agent executions, supporting querying and analysis that correlates agentic actions across multiple network domains, devices, or protocol layers (e.g., tracking a cross-domain network service provisioning involving multiple autonomous agents).</t>
          </dd>
        </dl>
      </section>
      <section anchor="control-requirements">
        <name>Control Requirements</name>
        <dl>
          <dt>CTL-1: Access and Permission</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> provide mechanisms to define and enforce fine-grained
 operational boundaries for agents. This <bcp14>MUST</bcp14> include restricting the
 agent's operational scope to specific network domains/areas, set of devices, protocols and tools. Furthermore, it <bcp14>MUST</bcp14> support YANG node-level access control, defining which configuration datastores, YANG data nodes, and RPCs an agent is permitted to read or modify.</t>
          </dd>
          <dt>CTL-2: Intent Validation and Alignment</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> ensure the agent validates high-level network intents
 received from network operators or upstream agents before execution.
 The agent <bcp14>MUST</bcp14> verify that the generated network configuration syntax
 and semantic align with the network intents and constraints.</t>
          </dd>
          <dt>CTL-3: Temporal and Data/Context Validity</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> ensure the agent operates within authorized network maintenance time windows. Additionally, the agent <bcp14>MUST</bcp14> validate the freshness and integrity of the context and
network state and configuration data.</t>
          </dd>
          <dt>CTL-4: Authorization and Approval</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> support the designation of certain network operations as requiring explicit human approval/confirmation before execution. It <bcp14>SHOULD</bcp14> also support configurable escalation chain and communication methods/channels to route escalation requests sequentially to designated personnel.</t>
          </dd>
          <dt>CTL-5: Failure and Liveness</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> allow to specify fallback behaviors when an agent encounters predefined failure modes (e.g., operation timeout, operation failures). Additionally, the framework <bcp14>MUST</bcp14> enable agents to periodically report their liveness and operational status for health monitoring.</t>
          </dd>
          <dt>CTL-6: Global and Dynamic Boundary Adaptation</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> support the injection of global coordination
 control policies across multi-agent environments, and enable dynamic
 adjustment (e.g., tighten the agent's permissible access from read-write to read-only) of operational bounds based on the network's current operational state.</t>
          </dd>
        </dl>
      </section>
      <section anchor="intervention-requirements">
        <name>Intervention Requirements</name>
        <dl>
          <dt>INT-1: Execution Interruption</dt>
          <dd>
            <t>The supervisor <bcp14>MUST</bcp14> be able to immediately stop or redirect a running
 agent's runtime execution. The framework <bcp14>MUST</bcp14> support a temporary
 operational pause that preserves the execution state (e.g., giving human operators time to analyze before deciding on further action), as well as a hard stop that terminates
 execution with or without instant configuration rollback when an agent is actively causing network instability. Emergency intervention operations (e.g., pausing, terminating) <bcp14>MUST</bcp14> be executed independently of
 the agent's internal LLM reasoning state or responsiveness. I.e., the framework <bcp14>MUST</bcp14> support out-of-band emergency pause or kill-switch signals in cases where an agent encounters a major failure (e.g.,
 infinite reasoning loops, deadlocks) or becomes totally unresponsive.</t>
          </dd>
          <dt>INT-2: Rollback and Recovery</dt>
          <dd>
            <t>The supervisor <bcp14>MUST</bcp14> be able to reverse actions already taken by an agent. The framework <bcp14>MUST</bcp14> support multiple granularities of action rollback.
Based on the severity and impact of the failure, the rollback granularities <bcp14>SHOULD</bcp14> include:</t>
          </dd>
        </dl>
        <ul spacing="normal">
          <li>
            <dl>
              <dt>Agent workflow level:</dt>
              <dd>
                <t>Reverts a specific step or a subset of execution steps within the agent's execution chain, without canceling the overall task. This is applicable for localized errors. For example, When an agent is onboarding a network device, the supervisor
  rolls back only a failed post-configuration script execution step while
  keeping the successfully downloaded boot image.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>Agent task level</dt>
              <dd>
                <t>Reverts an entire task execution, performing a comprehensive rollback of all network operations introduced since the initiation of the task. This is used as an emergency mechanism for severe failures where the agent's entire execution is failed. For example, when an agent fails to provision a network service, the supervisor triggers a full task rollback to wipe out the entire provisioning attempts across all affected nodes.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>Agent context level</dt>
              <dd>
                <t>Reverts all network operations across multiple related tasks bound by the same context. This acts as an ultimate rollback mechanism to reset the entire multi-turn interaction or back to its original historical baseline. For example, during a multi-turn network troubleshooting conversation, an agent executes three tasks under the same context to mitigate an anomaly. If supervisor realizes the entire investigation pathway was flawed, they may select context level rollback to comprehensively wipe out all configuration changes made across all three tasks in this specific context.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <dl>
          <dt>INT-3: Escalation</dt>
          <dd>
            <t>The framwork <bcp14>MUST</bcp14> support the mechanism to route operational decisions, anomalies, and conflicts to a higher authority. An escalation is used when the current level (operator or agent) cannot or should not resolve the situation without supervision. During an escalation event, the framework <bcp14>MUST</bcp14> preserve the agent's runtime context and its full reasoning provenance trail to enable a seamless handover.</t>
          </dd>
          <dt>INT-4: Correction</dt>
          <dd>
            <t>The supervisor <bcp14>MUST</bcp14> be able to correct an autonomous agent failure through any of the following mechanisms:</t>
          </dd>
        </dl>
        <ul spacing="normal">
          <li>
            <dl>
              <dt>providing clearer intent</dt>
              <dd>
                <t>Clarifying or refining the high-level intent when the agent misinterprets the operational goal.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>injecting additional operational constraints</dt>
              <dd>
                <t>Appending runtime network constraints or specific limits.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>providing missing or correcting network context</dt>
              <dd>
                <t>supplying missing, updated or corrected network knowledge, telemetry data, or topological information that the agent relied on during its reasoning loop.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>modifying pending actions or planned configuration changes</dt>
              <dd>
                <t>Adjusting the agent's generating configuration, tool selections, parameters, or execution order before they are applied to the network.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <dl>
          <dt>INT-5: Auditability and Accountability</dt>
          <dd>
            <t>The framework <bcp14>MUST</bcp14> support attribution of failures to responsible entities (e.g., agents, humans, or systems), quantification of consequences (e.g., resource impact, downtime duration, cost), and traceability from failure through intervention to recovery.
This post-failure capability <bcp14>MUST</bcp14> enable accountability and quantify operational impact.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document defines a set of functional requirements for observability, control, and intervention of AI agents in the context of network management.</t>
      <t>The requirements themselves do not introduce additional security vulnerabilities. Rather, this document requirements some security safeguards such as access control, identity authentication, and integrity guarantees that should be enforced by the implementation and deployed systems.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.wnd-opsawg-icon-ps">
          <front>
            <title>Problem Statement for Observability, Intervention and Control (I&amp;C) in Multi-Agent Autonomous Networks</title>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Daniele Ceccarelli" initials="D." surname="Ceccarelli">
              <organization>Cisco</organization>
            </author>
            <author fullname="Zhenqiang Li" initials="Z." surname="Li">
              <organization>CMCC</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Qiufang Ma" initials="Q." surname="Ma">
              <organization>Huawei</organization>
            </author>
            <date day="5" month="July" year="2026"/>
            <abstract>
              <t>   This document provides an overview of the issues associated with the
   deployment of the observability, intervention, and control of
   autonomous agent pipelines in large-scale heterogeneous network
   environments.  The term "Intervention and Control" is used to
   describe a set of automated and human-initiated mechanisms that
   guarantee the capability to observe, constrain, correct, and
   terminate Autonomous agents at any point, for any reason,
   irrespective of their level of autonomy under which it operates, to
   ensure resilience, recovery, and operational continuity.

   The set of enabled observability, intervention and control reflects
   operator service offerings to ensure that autonomous operations can
   be stopped, or safely redirected when required and is designed in
   conjunction with agent to agent, agent to tools, agent to human
   interaction and service and network policy.

   This document also identifies several key areas that the Agent
   Observability, Intervention and Control group will investigate to
   guide its architectural and protocol work and associated documents.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-wnd-opsawg-icon-ps-00"/>
        </reference>
        <reference anchor="RFC2119">
          <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">
          <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>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.wmz-nmrg-agent-ndt-arch">
          <front>
            <title>Network Digital Twin and Agentic AI based Architecture for AI driven Network Operations</title>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Cheng Zhou" initials="C." surname="Zhou">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Sai Han" initials="S." surname="Han">
              <organization>China Unicom</organization>
            </author>
            <author fullname="Yong-Geun Hong" initials="Y." surname="Hong">
              <organization>Daejeon University</organization>
            </author>
            <date day="21" month="May" year="2026"/>
            <abstract>
              <t>   A Network Digital Twin (NDT) provides a network emulation tool usable
   for different purposes such as scenario planning, impact analysis,
   and change management.  Agentic AI enables dynamic goal-driven
   execution and adaptive behavior and closed-loop autonomy.  By
   integrating a Network Digital Twin into network management together
   with the Agentic AI, it allows the network management activities to
   take user intent or service requirements as input, automatically
   assess, model, and refine optimization strategies under realistic
   conditions but in a risk-free environment.  Such environment that
   operates to meet these types of requirements is said to have AI
   driven Network Operations.

   AI driven Network Operations brings together existing technologies
   such as Agentic AI and Network Digital Twin which may be seen as the
   use of a toolbox of existing components enhanced with a few new
   elements.

   This document describes an architecture for AI driven network
   operations and shows how these components work together with network
   digital twin and Agentic AI capabilities.  It provides a cookbook of
   existing technologies to satisfy the architecture and realize intent-
   based network management to meet the needs of the network service.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-wmz-nmrg-agent-ndt-arch-04"/>
        </reference>
        <reference anchor="RFC3198">
          <front>
            <title>Terminology for Policy-Based Management</title>
            <author fullname="A. Westerinen" initials="A." surname="Westerinen"/>
            <author fullname="J. Schnizlein" initials="J." surname="Schnizlein"/>
            <author fullname="J. Strassner" initials="J." surname="Strassner"/>
            <author fullname="M. Scherling" initials="M." surname="Scherling"/>
            <author fullname="B. Quinn" initials="B." surname="Quinn"/>
            <author fullname="S. Herzog" initials="S." surname="Herzog"/>
            <author fullname="A. Huynh" initials="A." surname="Huynh"/>
            <author fullname="M. Carlson" initials="M." surname="Carlson"/>
            <author fullname="J. Perry" initials="J." surname="Perry"/>
            <author fullname="S. Waldbusser" initials="S." surname="Waldbusser"/>
            <date month="November" year="2001"/>
            <abstract>
              <t>This document is a glossary of policy-related terms. It provides abbreviations, explanations, and recommendations for use of these terms. The intent is to improve the comprehensibility and consistency of writing that deals with network policy, particularly Internet Standards documents (ISDs). This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3198"/>
          <seriesInfo name="DOI" value="10.17487/RFC3198"/>
        </reference>
      </references>
    </references>
    <?line 340?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors of this document would also like to thank Benoit Claise, Daniele Ceccarelli for review and comments.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact fullname="Yuanyuan Yang">
        <organization>Huawei</organization>
        <address>
          <postal>
            <street>101 Software Avenue, Yuhua District</street>
            <city>Jiangsu</city>
            <code>210012</code>
            <country>China</country>
          </postal>
          <email>yangyuanyuan55@huawei.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA71c644bx5X+z6eojICNJyJpjy+7ySC30UiyJ9At0ngNY7EB
it1Fsq1mF93VPRQtaZFXWGD/7L99ln2UPMme75yq6qomZ2QFwQpIPCS763Ku
37lUzWazSVd1tTlXJxdtsa46U3R9a5RuSvXS/NhXrdmYpnNqaVv1fOFMe6MX
VV11+6m6tE3X2pqfvWo6+omerGyj7FI9M93Otq/VU93oFQ+hLlYY6GSiF4vW
3NCEVUHPtskkJ5NCd2Zl2/25qpqlnUxKWzR6Q6srW73sZptiN7Nbp3erGV6e
pS/PPvts4vrFpnKO1tDtt/TW1aPrx0rdU7p2FhM2pdka+r+mO5mqE1NWnW0r
XePD1cUD+g9t8uTq5fXjk0nTbxamPZ+UtKLzCU3mTON6d666tjcTWv4XExq3
NfpcXbx8dEEfsN9Va/vtufrua/Udfaqalfoa30xemz39XJ5P1Ox20uDHjMT4
whMZf6Y0nkx0360tLXA2UUot+7oWQv256pea5n2q8b1tV7qpftJ45Vx90+ud
qfA9jUjPCgHw2XWtMd25OvvsTL2yy25HO1MXNFdvpur7ft1r9bCih6qiw+MF
Le5cPdPND7TFqfpTRTO6nn+xJQ38+dlnn519Lp97Wj89fLmuGl6S2eiqPlcb
/aOs9OyPa17WvLCb8WYe0uJNbdSlKQpaUV1Xh5u6rFxhk4HLQh7+Y4Efjo36
56pR3/V3kef/nxzE8Hq+68e0GBb9pK/cXD2di0CYVpO4jNZ/TaRa2qYqMLAf
t6bXNtWqNzWN6V/c9C3NZv/Yxed5vgk/UC36LojVMPv3vW729D/1PW3tYOJI
uI+jm5BtoNaIWAe08lva0/N7v56vvkopNmlsu6E13ZDGTmBAhk+z2UzpBU2t
aerJ9bpyimxLz9pXmmXVGEfaPDKAWjnTwZq1P88STg9NIR6+VeHnk8lVpyrY
o2pZ0QpWeuvI8inzhqgE67ExxZoI7TaOh3ZbU8iTfkUlPU2z0aYwWaG3siQ8
saBZjWlkKuX6LS2qgmlUbu8640ds/No2w9o0r03porXOqU1fd9WMtlPSTkxz
U7W2YTpMw2oKXdd7ZXOKFClFWmJktTGyVk+Zubpem5ywutqozqpVr1tNTxoa
ZLNtzZoMLzFxqupqaYp9UZswurI3plUXV3HJNJdp9IKe8MvBTLwYcJ6mn2Zr
kNUVtm2NEJBmh5Un9ge6WCIbj6JrWqyj3ZmmMP49GqTpabvERxawTVWWtZmQ
L7jC+sq+EFOdrLAFFQpyG47YS2Qjh1TbPfERgnKEGZ12r516+/YPV7OH893m
p1mzaVczHm3WlN0MMvv+vfrbX/8L49Z9CanB1ita5ba1wnJ8mXKblr4koyA7
UxCxFdE3vKYdkUCHbZKfsaRGLGoFy6oqK71qrKuE4kQWW/fC0+/WFRG/WzOv
IwWgQp4Arlo1LDNNR7uvNlgiCSveMEv6HuTd30IMYl7HrpwGNzdVR4zeq0VL
m3PYQ10b2gZN0Rdr2oPCN31BpoOXwLLxxhS8UNU35E0qL63EvkdHFA6L4FUn
BCFY4eWd3iehJ2XqaPyChZYwSlU79YmZr+YQtG3ffWr7jv6jbnRdlV4ao0jR
Xmq7q2lm9+mitsVr/nNKbDMzr9F6CwLp+nSqdkxaLGWDhXZrDWLUfolLmhpy
uyEbStQgS70A/43YtnKuvm3q6rUheSPxpwGw3UK5YKO9SZiqtd0ZUqqpevLk
6WyhHbHdc868WVcLYgCxouUpF2atbyrbOlkLzdlYfMtuY08EpxmqLUsOmw6Y
dwhRIFnb18ZBZMhI8RxYkDdNW5YdUkOSDtoiE8NhGGiOyDONvPZTL0EHorQj
8Uw2HSZakCMpdUtGkSWI3OG6U7XRJfS9raBgQWb6BvahwUKP6QiYY+uKJJQ2
XvMvjkFjoV2hWfc8I9iMQ6q9GM/hdExmTmiPZKlA9MTx0PeDKIt9oh/WcNK1
uIfWrEjURATMnWa3GmFyaHJjN7Z3d5n9FvprCbWu1myfOtqQ8C1YoabMQPjW
vX8/H7nURV/VJZFzC6O6ts4MXq6UbRDpxX/sBzdrnMNDbGoTv8A8Dg4M8tYY
GmUHuRHzyeZNll8hoqAB/AZTLf65pJqrx31LtG03tjWDzYkooYn8gsJh/KvL
58/YBF9lziVDBRli+CAsyKk5uH2w/ACmkJvc9JAQZnRGugAC+D2xZZAo+nQI
COaKwEhpaRboMekOlKasfor23LQQWzIM2RJIJWpSfeZBTbFb1a03ohTscsWo
kgyUtrYr7IEYnSjGERGkXzfO1OQXDigxLC/Kzla3pOR9rVtoVGcLUJxsrWZb
WPNKyM/UPIWQ6OLFFeAHxLKzZNBF6i0x3a5YNUk4u5G2ZmQNBoaExLBlhvVo
hUhsPGgAMoTBL84a0xMx6jmgAUmFlxBxnw8xVsWfxUZQrIhYktTn5Om3r64R
nOK/6tlz/vvloz9/e/Xy0UP8/eqbiydP4h8T/8Srb55/++Th8Nfw5uXzp08f
PXsoL9O3KvtqcvL04vsTEdeT5y+ur54/u3hyIoYsZQKbCN4gCwUZXNh4CkjI
9RQUQIi1eHD54n//5+xLshq/ePn48vOzs98QTpEPvz77ly/pAzRYZrMNmRr5
SHTfT8jtGeJnxS4SsJacfQ1zSJaaPFTDhCdq/urfQJl/P1e/XRTbsy9/77/A
hrMvA82yL5lmh98cvCxEPPLVkWkiNbPvR5TO13vxffY50D358rd/qEna1Ozs
13/4PSFNlatE77xdWFrACXYMZLsGIWXL/YvbLDfFRupXPkjIkw/4Pks50OeQ
jcDf3/Skuuo5oQUHj3qwsGAwj6yNJh3s+fnknGMBzNIBWDnyGq4CioeZ3JC7
R5oGkbW32TV/SO02Rq4SM/dLN0QLc3WReI+AjbRa8/pFx207ZcMese6atjTb
ttUNOb9VsJ2HNpOtC0Yhg2gQY9BIJJcHj4c96lKwV8txqch+YmSyAE5QlQQZ
5LNJQzwpkoBGqLDqAXzEev5ywGXzI7FfC3/eCFMQ2WG3SlJJID6pNVlNMqxT
jq0A0cSUM2jkZ8WXhkXDRGON5k0X9ngsdII9nmaxKokKbWUvG3BV14dHw+tk
1/UGaNVFrGt3SbAH7EbmGFk63o0fkIFODE2zKTla5Hh2iyClb3n191QE/09z
8H9EKe4I9SnMW9InWlRhSGzgDqGbLXsOko1pWPiuIptGtEF6gp6hKatmZpcz
4kEPZPrJpb0+TYFuawtCRmwaG8ARHmAAc4zSEJnBggK3sHGm91+TLu5EKRBG
ghYEuvoFx5TM1nLf6I0PaPwYHaKrG0uhQqQU8VZcf2ctrDDJEIFpEt8bQgAY
hZiLUIFCn5cXX59OBafzphUwlIqpGCREWrvJAAgrTGQBclLEdeJjmvposYjC
ABZ3zBrkcTi9Sn+U1UhyaLpWk370ApHo8RjnDK4aCFXGGoVEEoHM1TchEtLw
07re//RBFCzei4df6kIicRrCkC3aVII9nOBWcnB1JTghSjThTsRJbzTAynTI
ARFsWokcQI4LIKiGA9CCQAINB90QAd/RUjv92nDKA6N0CFI5I07v79Z7lp7h
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

-->

</rfc>
