<?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.43 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-kay-dawn-use-cases-01" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="DAWN Use Cases">Use Cases and Applicability for Discovery of Agents With Names</title>
    <seriesInfo name="Internet-Draft" value="draft-kay-dawn-use-cases-01"/>
    <author initials="D." surname="King" fullname="Daniel King">
      <organization>Lancaster University</organization>
      <address>
        <email>d.king@lancaster.ac.uk</email>
      </address>
    </author>
    <author initials="K." surname="Yao" fullname="Kehan Yao">
      <organization>China Mobile</organization>
      <address>
        <email>yaokehan@chinamobile.com</email>
      </address>
    </author>
    <author initials="K." surname="Adler" fullname="Ken Adler">
      <organization>Indeed</organization>
      <address>
        <email>kadler@indeed.com</email>
      </address>
    </author>
    <author initials="R." surname="Ramdhany" fullname="Rajiv Ramdhany">
      <organization>BBC</organization>
      <address>
        <email>rajiv.ramdhany@bbc.co.uk</email>
      </address>
    </author>
    <date year="2026" month="September" day="10"/>
    <area>Applications and Real-Time</area>
    <workgroup>Individual Submission</workgroup>
    <keyword>discovery</keyword>
    <keyword>agents</keyword>
    <keyword>workloads</keyword>
    <keyword>named entities</keyword>
    <keyword>DAWN</keyword>
    <abstract>
      <?line 49?>

<t>This document describes use cases and applicability for Discovery of Agents
With Names (DAWN). It illustrates how clients discover AI resources and obtain
the minimum information needed for subsequent interaction within a local
network, within an organisation, or between cooperating organisations with
trust relationships.</t>
      <t>This document does not define a discovery protocol, a registration procedure, a
selection algorithm, or an agent-to-agent communication protocol.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-kay-dawn-use-cases/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Individual Submission Individual mailing list (<eref target="mailto:dawn@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/dawn/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/dawn/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 60?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Artificial Intelligence (AI) systems may depend on resources whose capabilities,
locations, or communication methods are not configured in advance. Discovery
allows a client to locate a resource and obtain the minimum information needed
to attempt a subsequent interaction.</t>
      <t>Discovery of Agents With Names (DAWN) initially focuses on AI agents and their
capabilities, including discovery of other resources used in AI systems. This
document uses "entity" for a discoverable component in that context. Such
entities may include agents, tools, services, tasks, data sources, models,
inference services, workloads, brokers, and application endpoints. Skills may be
discoverable attributes of those entities. Reuse in other discovery contexts is
desirable, but does not extend the initial scope to general resource discovery.</t>
      <t>The DAWN problem statement <xref target="I-D.akhavain-moussa-dawn-problem-statement"/>
and the DAWN requirements document <xref target="I-D.king-dawn-requirements"/> provide
background for this work. These use cases inform the Discovery Architecture,
which will define the requirements and minimum discovery information.</t>
      <t>This document defines the following categories of entity discovery:</t>
      <ol spacing="normal" type="1"><li>
          <t>Capability-Oriented Discovery, where an entity needs to discover another
entity that can provide a function or capability.</t>
        </li>
        <li>
          <t>Resource-Oriented Discovery, where discovery identifies resources
used in AI systems.</t>
        </li>
        <li>
          <t>Administrative Scope Extensions, where discovery crosses organisational,
delegation, or tenancy boundaries within the applicable trust relationships.</t>
        </li>
        <li>
          <t>Operational Discovery, where discovery supports operation, audit,
troubleshooting, compliance, or automation.</t>
        </li>
      </ol>
      <t>The first two categories are base cases. The others describe common extensions
or deployments of those base cases.</t>
      <t>Other Internet-Drafts describe agentic AI discovery use cases and communication
protocol requirements, including <xref target="I-D.mozley-aidiscovery"/>,
<xref target="I-D.agentic-ai-usecases-requirements"/>, and
<xref target="I-D.scrm-aiproto-usecases"/>.</t>
    </section>
    <section anchor="limitations-of-this-document">
      <name>Limitations of this Document</name>
      <t>This document describes discovery within a local network, within an
organisation, or between cooperating organisations with trust relationships
over the public Internet. It does not describe the full lifecycle of an entity
or establish those trust relationships.</t>
      <t>The following are in scope:</t>
      <ul spacing="normal">
        <li>
          <t>discovery of a specific named AI resource;</t>
        </li>
        <li>
          <t>discovery of candidate AI resources by capability or other discovery
properties within the applicable deployment;</t>
        </li>
        <li>
          <t>discovery of tasks as resources in an AI system;</t>
        </li>
        <li>
          <t>discovery initiated by an agent, workload, service, application, or human
operator;</t>
        </li>
        <li>
          <t>discovery of supporting resources used by AI agents and applications;</t>
        </li>
        <li>
          <t>exchange of the minimum discovery information, directly or by indirection,
before selection, invocation, or communication can take place.</t>
        </li>
      </ul>
      <t>The following are out of scope:</t>
      <ul spacing="normal">
        <li>
          <t>registration of entities for discovery;</t>
        </li>
        <li>
          <t>authentication or attestation of registrations;</t>
        </li>
        <li>
          <t>design, definition, or governance of naming systems;</t>
        </li>
        <li>
          <t>identity management of AI agents, tools, and skills;</t>
        </li>
        <li>
          <t>trust management and trust evaluation beyond protecting content exchanged
between discovery participants;</t>
        </li>
        <li>
          <t>selection among candidate entities returned by discovery;</t>
        </li>
        <li>
          <t>exchange of capability information beyond the minimum discovery information
defined by the Architecture work;</t>
        </li>
        <li>
          <t>capability negotiation after discovery;</t>
        </li>
        <li>
          <t>all application communication beyond the discovery process;</t>
        </li>
        <li>
          <t>task orchestration;</t>
        </li>
        <li>
          <t>standalone certificate or key lookup services; and</t>
        </li>
        <li>
          <t>AI resource indexing across the wider Internet, general search, ranking,
or marketplace discovery.</t>
        </li>
      </ul>
      <t>Clients may query an organisation's catalogue or a cooperating discovery
service within these boundaries. They may follow references to obtain minimum
discovery information. Fetching a richer capability description is a subsequent
application exchange, even when discovery supplies its reference.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>Terminology for DAWN is defined in <xref target="I-D.farrel-dawn-terminology"/>.</t>
      <t>Attention is drawn to the following specific terms defined in
<xref target="I-D.farrel-dawn-terminology"/> that are key to this document:</t>
      <ul spacing="normal">
        <li>
          <t>discovering entity</t>
        </li>
        <li>
          <t>discovered entity</t>
        </li>
        <li>
          <t>discoverable object</t>
        </li>
        <li>
          <t>discovery information</t>
        </li>
        <li>
          <t>minimum discoverable information</t>
        </li>
      </ul>
      <t>The client initiating discovery is the discovering entity. In this document,
"minimum discovery information" refers to the minimum discoverable information
whose content is to be defined by the Architecture requirements.</t>
      <t>The appendix also uses the following implementation term:</t>
      <dl>
        <dt>Agent harness</dt>
        <dd>
          <t>Software that supports an AI agent's execution, such as interaction with
models, invocation of tools, management of context and state, and application
of execution controls. It may support discovery on behalf of the agent. This
document does not specify its internal operation. Opensource examples of an agent harness 
include: OpenClaw and Hermes.</t>
        </dd>
      </dl>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>The categories in <xref target="categories-of-discovery"/> apply in three settings:</t>
      <table>
        <thead>
          <tr>
            <th align="left">Deployment</th>
            <th align="left">Illustrative discovery need</th>
            <th align="left">Applicability condition</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Local network</td>
            <td align="left">An assistant finds a nearby inference service advertised on its local network.</td>
            <td align="left">Discovery visibility is local; using the service remains subject to application permissions.</td>
          </tr>
          <tr>
            <td align="left">Within an organisation</td>
            <td align="left">An enterprise assistant finds an internal data source or tool.</td>
            <td align="left">Publication and access follow the organisation's existing administrative and trust arrangements.</td>
          </tr>
          <tr>
            <td align="left">Between cooperating organisations</td>
            <td align="left">An assistant finds a partner's calendar-coordination agent.</td>
            <td align="left">The organisations have a trust relationship; discovery finds resources within that relationship.</td>
          </tr>
        </tbody>
      </table>
      <t>Organisations publish independently and may use delegation or federation under
existing trust arrangements. Knowing an organisation's name does not establish
trust. Conversely, a partner's agents and endpoints may be unknown even when
the organisational relationship is established.</t>
      <t>DNS and mDNS are possible discovery mechanisms; others may also be suitable.
Protocol work should reuse existing IETF mechanisms where possible.</t>
    </section>
    <section anchor="discovery-characteristics">
      <name>Discovery Characteristics</name>
      <t>The use cases share a common question: what must a client discover before it
can attempt interaction with an entity?</t>
      <ul spacing="normal">
        <li>
          <t>Discovery may be initiated by autonomous software or by a human operator.</t>
        </li>
        <li>
          <t>The discovered target may be a specific named entity or a set of entities
determined by properties or classification.</t>
        </li>
        <li>
          <t>Capability is often an important discovery input, but it is not the only one.
Organisation, jurisdiction, locality, protocol, policy, and responsible party
also appear in several use cases.</t>
        </li>
        <li>
          <t>The minimum discovery information may change over time. Freshness and caching
therefore matter even when detailed runtime properties are obtained later
through application interaction.</t>
        </li>
        <li>
          <t>Discovery may need to account for entities that are dynamic, mobile, or
available only in a particular context.</t>
        </li>
        <li>
          <t>Trust in discovery information is different from trust in the discovered
entity. A discovery mechanism can help protect discovery metadata, but it
does not decide whether the discovered entity should be used.</t>
        </li>
        <li>
          <t>Brokers and aggregators may serve an organisation or cooperating group.
Discovery supports independent publication rather than requiring a single
central registry or an index of resources across the wider Internet.</t>
        </li>
      </ul>
    </section>
    <section anchor="discovery-pattern">
      <name>Discovery Pattern</name>
      <t>The use cases in this document follow a common pattern.</t>
      <ol spacing="normal" type="1"><li>
          <t>A discovering entity has a task, intent, policy requirement, or operational
need.</t>
        </li>
        <li>
          <t>The discovering entity needs to find an entity, or class of entities, that
can satisfy that need.</t>
        </li>
        <li>
          <t>The discovering entity forms a discovery request using information such as
a name, organisation, entity type, capability, location, jurisdiction,
communication protocol, or policy constraint.</t>
        </li>
        <li>
          <t>The discovery mechanism returns information about one or more candidate
entities.</t>
        </li>
        <li>
          <t>The discovering entity uses that information to decide whether selection,
authorisation, capability exchange, or communication should be attempted.</t>
        </li>
      </ol>
      <t>The last step is outside the scope of discovery. However, discovery has to
return enough information for this step to be possible.</t>
      <t>The Architecture determines which query properties belong in minimum discovery
information. Other constraints are evaluated by the application.</t>
      <t>Discovery may take several steps. A client may follow a reference, refresh a
cached result, or repeat a query when the information is no longer sufficient.</t>
    </section>
    <section anchor="categories-of-discovery">
      <name>Categories of Discovery</name>
      <t>Each category includes assumptions, discovery impacts, and examples within
the settings in <xref target="applicability"/>.</t>
      <section anchor="capability-oriented-discovery">
        <name>Capability-Oriented Discovery</name>
        <t>A client needs to find an entity that provides a particular function or
capability, such as an agent, tool, task, service, or model-serving endpoint.</t>
        <section anchor="assumptions">
          <name>Assumptions</name>
          <t>The client can express the required function using the discovery properties
supported by the architecture. A service type or capability identifier may be
sufficient. The result identifies the function and how to reach the entity,
and may include a reference to a capability card.</t>
        </section>
        <section anchor="discovery-impacts">
          <name>Discovery Impacts</name>
          <t>Capability-oriented discovery suggests support for discovery by function,
capability, skill, entity type, and protocol. The returned discovery information
needs to include enough information to allow later selection, authorisation,
capability exchange, or communication to be attempted.</t>
        </section>
        <section anchor="examples">
          <name>Examples</name>
          <t>A scheduling assistant needs to find a calendar-coordination agent at a
partner organisation and learn how to contact it. The appendix develops this
example in <xref target="appointment-coordination"/>.</t>
          <t>An agentic workflow decomposes a user request into several subtasks. The
workflow needs to discover agents, tools, services, or tasks that can
participate in the work. Discovery provides candidate entities and their
published properties; the workflow then performs selection and orchestration
outside DAWN.</t>
        </section>
      </section>
      <section anchor="resource-oriented-discovery">
        <name>Resource-Oriented Discovery</name>
        <t>A client needs to discover resources supporting an AI system, such as data
sources, knowledge bases, models, inference services, or compute services.</t>
        <section anchor="assumptions-1">
          <name>Assumptions</name>
          <t>This discovery category assumes that the discovered resource may have
properties that are partly static and partly dynamic. For example, a dataset
description may be relatively stable, while freshness or access policy may
change. A compute resource may have stable hardware properties but rapidly
changing availability, load, price, or locality.</t>
          <t>It also assumes that some discovery information may be sensitive. Data
classification, model provenance, jurisdiction, permitted use, and operational
capacity may need visibility controls.</t>
        </section>
        <section anchor="discovery-impacts-1">
          <name>Discovery Impacts</name>
          <t>Discovery returns the minimum information needed to locate and contact the
resource. It may return a pointer to an application service for current state,
detailed policy, or authorisation. Accessing an already known data source to
read its contents is an application query, not resource discovery.</t>
          <t>Properties such as jurisdiction, format, freshness, and access method may
motivate discovery requirements. The Architecture work determines which belong
in the minimum discovery information. Richer descriptions, live availability,
and detailed policy information are obtained outside the discovery process.</t>
        </section>
        <section anchor="examples-1">
          <name>Examples</name>
          <t>An enterprise agent needs to find a data source for retrieval-augmented
generation. Discovery identifies a relevant internal source and how to contact
it. The application subsequently checks detailed freshness, format, and access
conditions and retrieves data through the source's native interface.</t>
          <t>A scheduler for an AI workload needs to find a compute service within its
organisation or a cooperating provider. Discovery identifies the service and
its contact information. Checking accelerator availability, jurisdictional
constraints, and allocation policy can require subsequent application queries.</t>
          <t>An AI application needs to find an inference service for a particular modality.
Discovery supplies the relevant service type and communication information.
Detailed model provenance, safety classification, and permitted use are assessed
outside discovery where they exceed the minimum information.</t>
          <t>A user or agent needs to discover a model-serving resource for inference.
Discovery supplies its function and access method; subsequent interaction
obtains richer model information when needed.</t>
        </section>
      </section>
      <section anchor="administrative-scope-extensions">
        <name>Administrative Scope Extensions</name>
        <t>Discovery crosses organisational, administrative, or tenancy boundaries.
A client may need to find a partner's resource, or a provider may expose
different discovery views to its tenants, customers, or departments.</t>
        <section anchor="assumptions-2">
          <name>Assumptions</name>
          <t>Organisations control what they publish and who can see it. Cooperation and
authority to act for a user rely on existing arrangements. Discovery information
may identify the publishing domain or responsible party to support later checks.</t>
        </section>
        <section anchor="discovery-impacts-2">
          <name>Discovery Impacts</name>
          <t>DAWN discovery needs to support discovery across administrative domains without
requiring a single central registry. It also needs to support scoped discovery
where the information returned depends on tenant, customer, department, network,
or policy context.</t>
          <t>Publication scope helps the client interpret a result. Discovery must also
avoid exposing sensitive tenant or organisational structure to unauthorised
parties.</t>
        </section>
        <section anchor="examples-2">
          <name>Examples</name>
          <t>An enterprise agent acting for an employee needs to discover an agent at a
cooperating supplier. The discovery result indicates how to contact the
supplier's agent and provides information needed by later authorisation and
policy checks.</t>
          <t>A software-as-a-service provider hosts agents or tools for multiple customers.
Each customer needs discovery information scoped to its own tenancy. The same
provider may also need different discovery views for internal operators and
cooperating customers.</t>
          <t>A research consortium operates AI services across several cooperating
institutions with established trust relationships. Each institution publishes
information about its own agents, data services, and tools. Collaborators need
to discover entities by capability while respecting institutional boundaries
and trust models.</t>
        </section>
      </section>
      <section anchor="operational-discovery">
        <name>Operational Discovery</name>
        <t>A human operator, management system, or AI operations agent needs to locate
AI resources and supporting tools for troubleshooting, audit, incident response,
or compliance review.</t>
        <section anchor="assumptions-3">
          <name>Assumptions</name>
          <t>This discovery category assumes that discovery is useful for both autonomous
systems and human-operated tools. It also assumes that operational environments
may be multi-vendor, multi-domain, and partly private.</t>
          <t>Operational discovery needs to identify relevant resources and how to contact
them. An operational client may subsequently obtain detailed runtime state,
observability data, or compliance information. Those exchanges are outside
discovery and may require separate permissions.</t>
        </section>
        <section anchor="discovery-impacts-3">
          <name>Discovery Impacts</name>
          <t>DAWN discovery may need to support tooling and operational inspection, not only
agent-to-agent workflows. Discovery metadata may need to be logged, auditable,
and understandable by operators.</t>
          <t>Management and diagnostics for the discovery system itself may also be needed
so that operators can understand discovery behaviour and failures.</t>
          <t>Brokers, directory services, and operational tools may themselves be discovery
targets when they support an AI system.</t>
          <t>Observability of the discovery process is a separate operational consideration.
Recording a discovery result or logging a later action does not itself
constitute discovery of an operational resource.</t>
        </section>
        <section anchor="examples-3">
          <name>Examples</name>
          <t>A human operator needs to locate the AI agents maintained by a team within an
organisation. Discovery provides their service types and communication
information. Inspection of their runtime behaviour occurs subsequently.</t>
          <t>An AI-assisted network operations system needs to discover telemetry sources,
topology systems, control points, and remediation tools within an organisation
or cooperating group. DAWN can help identify these supporting AI resources and
their communication methods. Diagnosis, correlation, action recommendation,
and remediation remain outside discovery.</t>
          <t>An edge deployment includes lightweight agents that need fast and cacheable
discovery because local connectivity is constrained. Discovery provides enough
stable information for connection bootstrapping while avoiding reliance on
rapidly changing operational state.</t>
        </section>
      </section>
    </section>
    <section anchor="classes-of-use-case">
      <name>Classes of Use Case</name>
      <t>The taxonomy in <xref target="I-D.akhavain-moussa-dawn-problem-statement"/> provides
background for classifying AI resources and their supporting entities.</t>
      <section anchor="ai-agent">
        <name>AI Agent</name>
        <t>TBD</t>
      </section>
      <section anchor="software-service">
        <name>Software Service</name>
        <t>TBD</t>
      </section>
      <section anchor="compute-workload">
        <name>Compute Workload</name>
        <t>TBD</t>
      </section>
      <section anchor="network-function">
        <name>Network Function</name>
        <t>TBD</t>
      </section>
      <section anchor="application-endpoint">
        <name>Application Endpoint</name>
        <t>TBD</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The use cases in this document involve discovery information that may affect
which entity is contacted, what protocol is used, and what trust indicators are
presented. Incorrect or malicious discovery information could cause a
discovering entity to contact the wrong entity, disclose information to an
attacker, or use an unsuitable service.</t>
      <t>Outside a local network, all discovery information exchanged between DAWN
participants requires integrity protection. Local deployments may also provide
such protection. Where it is absent, the deployment needs to account for the
risks of unprotected discovery information; locality alone does not establish
trust.</t>
      <t>Discovery mechanisms also need to address authenticity, freshness, and access
controls using established security mechanisms and trust arrangements. A
cached digest or version comparison detects change but does not independently
authenticate discovery content. This document does not select a protection
mechanism or define new trust-evaluation methods.</t>
      <t>Security of discovery metadata is distinct from trust in the discovered entity.
Authentication, authorisation, attestation, and policy checks for later
interaction are outside discovery.</t>
      <t>Identity management and establishing trust relationships are also outside
DAWN's initial scope; an authentic publication does not establish authority to
act for a particular person.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>Discovery queries may reveal information about the intent, capability needs, or
operational state of the discovering entity. Published discovery information may
also reveal information about deployed services, agents, data sources, models,
or organisational relationships.</t>
      <t>This suggests that a DAWN discovery mechanism will need to consider what
information is public, what information is restricted, and what information
should not be exposed through discovery.</t>
      <t>Privacy-sensitive information can include proprietary capabilities, deployment
location, capacity, runtime state, model or dataset metadata, requester
identity, search history, and query intent.</t>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>Enterprise, cloud, and edge deployments have different needs for publication,
caching, freshness, authorisation, observability, and operational control.</t>
      <t>Dynamic information such as current load, availability, price, or status may
change too frequently to be carried directly in a general discovery mechanism.
Such application state can be obtained outside discovery through a referenced
service. The minimum discovery information has its own freshness needs: an
endpoint or supported protocol may also change.</t>
      <t>A client may refresh retained information or repeat discovery when it is no
longer sufficient. A changed description need not imply a different entity, and
a temporary communication failure need not imply withdrawal. Recovery of
application state or transfer of an existing task to a replacement is outside
discovery.</t>
      <t>Across administrative domains, operational considerations include publication
authority, caching, freshness, visibility controls, logging, abuse handling, and
failure behaviour.</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.farrel-dawn-terminology">
          <front>
            <title>Terminology for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
            <author fullname="Adrian Farrel" initials="A." surname="Farrel">
              <organization>Old Dog Consulting</organization>
            </author>
            <author fullname="Kehan Yao" initials="K." surname="Yao">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Roland Schott" initials="R." surname="Schott">
              <organization>Deutsche Telekom</organization>
            </author>
            <author fullname="Nic Williams" initials="N." surname="Williams">
              <organization>Infoblox</organization>
            </author>
            <date day="26" month="July" year="2026"/>
            <abstract>
              <t>   The proliferation of distributed systems, Artificial Intelligence
   (AI) agents, cloud workloads, and network services has created a need
   for interoperable mechanisms to discover entities.  Entities may
   include AI agents, software services, compute workloads, and other
   named resources that need to be found and characterised before
   interaction can begin.

   This document defines terminology for Discovery of Agents, Workloads,
   and Named Entities (DAWN).  The intention is that this common set of
   terms can be used by other documents related to DAWN and so achieve
   consistency of meaning across the space.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-farrel-dawn-terminology-04"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.akhavain-moussa-dawn-problem-statement">
          <front>
            <title>Problem Statement for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
            <author fullname="Arashmid Akhavain" initials="A." surname="Akhavain">
              <organization>Huawei Technologies Canada</organization>
            </author>
            <author fullname="Hesham Moussa" initials="H." surname="Moussa">
              <organization>Huawei Technologies Canada</organization>
            </author>
            <author fullname="Daniel King" initials="D." surname="King">
              <organization>Old Dog Consulting</organization>
            </author>
            <date day="19" month="July" year="2026"/>
            <abstract>
              <t>   Interacting entities such as agents, tasks, users, workloads, data,
   compute, etc., in AI ecosystem/network are proliferating, yet there
   is no standardised way to discover what entities exist, what
   attributes such as skills, capabilities, physical characteristics,
   etc., they posses, what services they offer, or how to reach them
   across organisational boundaries.

   Discovery today relies on proprietary directories or manual
   configuration, creating fragmented ecosystems that prevent cross-
   domain collaboration.

   This document describes the problem space that motivates Discovery of
   Agents, Workloads, and Named Entities (DAWN).  It clarifies the scope
   of work within entity ecosystems, identifies why current approaches
   are insufficient, and outlines the challenges a standardised
   discovery mechanism must address.  It does not propose a specific
   solution or protocol.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-akhavain-moussa-dawn-problem-statement-05"/>
        </reference>
        <reference anchor="I-D.king-dawn-requirements">
          <front>
            <title>Requirements for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
            <author fullname="Daniel King" initials="D." surname="King">
              <organization>Old Dog Consulting</organization>
            </author>
            <author fullname="Adrian Farrel" initials="A." surname="Farrel">
              <organization>Old Dog Consulting</organization>
            </author>
            <date day="28" month="April" year="2026"/>
            <abstract>
              <t>   The proliferation of distributed systems, Artificial Intelligence
   (AI) agents, cloud workloads, and network services has created a need
   for interoperable mechanisms to discover entities across
   administrative and network boundaries.  Entities may include AI
   agents, software services, compute workloads, and other named
   resources that need to be found and characterised before interaction
   can begin.

   This document defines the requirements for Discovery of Agents,
   Workloads, and Named Entities (DAWN) and sets out the objectives that
   a discovery mechanism for such entities must satisfy.  It describes
   what information must be discoverable, what properties a discovery
   mechanism needs to support, and what constraints apply to discovery
   in decentralised environments.

   This document does not specify any particular discovery protocol or
   solution.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-king-dawn-requirements-01"/>
        </reference>
        <reference anchor="I-D.mozley-aidiscovery">
          <front>
            <title>AI Agent Discovery (AID) Problem Statement</title>
            <author fullname="Jim Mozley" initials="J." surname="Mozley">
              <organization>Infoblox, Inc.</organization>
            </author>
            <author fullname="Nic Williams" initials="N." surname="Williams">
              <organization>Infoblox, Inc.</organization>
            </author>
            <author fullname="Behcet Sarikaya" initials="B." surname="Sarikaya">
              <organization>Unaffiliated</organization>
            </author>
            <author fullname="Roland Schott" initials="R." surname="Schott">
              <organization>Deutsche Telekom</organization>
            </author>
            <date day="16" month="April" year="2026"/>
            <abstract>
              <t>   With the proliferation of AI agents comes a need for mechanisms to
   support agent-to-agent discovery.  This document discusses the scope,
   requirements and considerations to support discovery processes so
   that these are not reliant on manually defined configurations and
   relationships.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-mozley-aidiscovery-01"/>
        </reference>
        <reference anchor="I-D.agentic-ai-usecases-requirements">
          <front>
            <title>Agentic AI Use Cases and Requirements</title>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <author fullname="Zaheduzzaman Sarker" initials="Z." surname="Sarker">
              <organization>Nokia</organization>
            </author>
            <author fullname="Kehan Yao" initials="K." surname="Yao">
              <organization>China Mobile</organization>
            </author>
            <date day="25" month="August" year="2026"/>
            <abstract>
              <t>   This document describes use cases for agentic AI communication
   systems and derives protocol requirements from those use cases.  The
   requirements are intended to guide IETF standardization work on
   protocols in the context of agent-to-agent communication, agent-to-
   tool communication, with focus on multimodal communication, session
   management, discovery, communication security, agent identity and
   authentication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-agentic-ai-usecases-requirements-02"/>
        </reference>
        <reference anchor="I-D.scrm-aiproto-usecases">
          <front>
            <title>Taxonomy for Agentic AI Use Cases</title>
            <author fullname="Roland Schott" initials="R." surname="Schott">
              <organization>Deutsche Telekom</organization>
            </author>
            <author fullname="Julien Maisonneuve" initials="J." surname="Maisonneuve">
              <organization>Nokia</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Jordi Ros-Giralt" initials="J." surname="Ros-Giralt">
              <organization>Qualcomm Europe, Inc.</organization>
            </author>
            <date day="4" month="July" year="2026"/>
            <abstract>
              <t>   Agentic AI systems rely on large language models to plan and execute
   multi-step tasks by interacting with tools and collaborating with
   other agents, creating new demands on Internet protocols for
   interoperability, scalability, and safe operation across
   administrative domains.  This document defines a taxonomy for
   classifying Agentic AI use cases according to the functional protocol
   domains they exercise, such as transport, security and trust,
   discovery, identity, coordination and orchestration, data and context
   management, and operations and management.  The taxonomy is intended
   to give the IETF a structured vocabulary for describing and comparing
   use cases, for identifying which protocol areas require
   standardization attention, and for mapping use case requirements to
   relevant IETF working groups.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-scrm-aiproto-usecases-05"/>
        </reference>
      </references>
    </references>
    <?line 505?>

<section anchor="appointment-coordination">
      <name>Cross-Organisation Appointment Coordination</name>
      <t>Alice asks her AI assistant, Hermes, to review her schedule and arrange lunch
with Bob at another organisation, including a restaurant table for two near
the office. Later, she asks to move both the appointment and the reservation
to a different day.</t>
      <t>The example combines capability and resource discovery across an organisational
boundary, then shows how Hermes can reuse what it has learned.</t>
      <section anchor="actors-and-assumptions">
        <name>Actors and Assumptions</name>
        <t>Hermes Agent provides the agent harness for Alice's assistant. The running
assistant, called Hermes here, is the discovering entity. Alice talks to it
through a conversational interface. Her calendar service is already configured;
Hermes can read it but cannot change it.</t>
        <t>Alice's and Bob's organisations are assumed to cooperate under an established
trust relationship. Their calendar agents have not previously interacted.
Hermes knows Bob's organisation but not its calendar-agent endpoints. Bob's
agent can coordinate appointments and create events, subject to permission.</t>
        <t>The restaurant-booking service is assumed to be available through a cooperating
provider with an established trust relationship. OpenTable is used as an
illustrative provider; the example assumes a suitable agent-accessible interface
and does not claim that a particular integration or trust arrangement exists.</t>
        <t>Alice is assumed to supply enough context to distinguish the intended Bob.</t>
      </section>
      <section anchor="initial-discovery-at-a-known-organisation">
        <name>Initial Discovery at a Known Organisation</name>
        <t>Alice asks Hermes to find a time for lunch with Bob on Thursday and book a
table for two near the office. Hermes reads her calendar, then needs to find a
calendar-coordination agent at Bob's organisation. It knows the organisation
and required capability, and may have
constraints on the communication protocol.</t>
        <t>Hermes locates the organisation's discovery entry point and queries its
catalogue for calendar-coordination agents. The result identifies candidates
and their contact information. DNS could provide the entry point; the example
does not depend on a particular bootstrap or catalogue protocol.</t>
        <t>A candidate may serve the whole organisation or particular users. Hermes needs
to determine whether it can handle the request concerning Bob. The application
then selects a candidate, obtains any necessary authorisation, and exchanges
proposed times. Bob's agent creates the event in his calendar. Hermes still has
no permission to write to Alice's calendar; invitation handling is an
application matter.</t>
      </section>
      <section anchor="supporting-resource-discovery-and-restaurant-reservation">
        <name>Supporting Resource Discovery and Restaurant Reservation</name>
        <t>Hermes obtains free/busy information through the calendar services. Alice's
calendar was already known, so reading it required no discovery. It discovers
any additional data source it needs before querying that source.</t>
        <t>With a suitable time identified, Hermes proceeds as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>Discover the restaurant-booking service through the cooperating provider's
discovery entry point. The result identifies the booking capability and how
to contact it.</t>
          </li>
          <li>
            <t>Query the service for restaurants near the office with a table for two at
the proposed time. Availability, price, and booking conditions come from the
service's application interface.</t>
          </li>
          <li>
            <t>Present a suitable option to Alice and ask her to confirm the restaurant,
time, and any booking conditions.</t>
          </li>
          <li>
            <t>On confirmation, request the reservation through the service and retain its
booking reference. Report whether the reservation succeeded.</t>
          </li>
        </ol>
        <t>The discovery target is the booking service. Restaurant search, table
availability, and reservation are subsequent application activities. The table
is reserved through the service, not through DAWN.</t>
        <t>The following exchanges show the restaurant-booking part of the example.
The discovery steps also apply to finding Bob's calendar agent, using his
organisation's discovery entry point instead of the booking provider's.</t>
        <artwork><![CDATA[
 Alice            Hermes              Provider's              Booking
                                       discovery              service
   |                 |                     |                     |
   |--Lunch request-->                     |                     |
   |                 |                     |                     |
  Discovery
   |                 |-Booking capability-->                     |
   |                 <-Name, URI, protocol-|                     |
   |                 |                     |                     |
  Application exchange
   |                 |----------Time, area, party size----------->
   |                 <--------Options, price, conditions---------|
   <-Booking option--|                     |                     |
   |-----Confirm----->                     |                     |
   |                 |----------Reserve selected table----------->
   |                 <---------Result, booking reference---------|
   <-Booking result--|                     |                     |
   |                 |                     |                     |
]]></artwork>
      </section>
      <section anchor="reconnection-and-rediscovery">
        <name>Reconnection and Rediscovery</name>
        <t>Alice asks Hermes to move the lunch to Friday. Hermes has cached discovery
information for both the calendar agent and the booking service, including
their names, endpoints, protocols, and available freshness information. If
these remain usable, it can reconnect without repeating the catalogue queries.</t>
        <t>An expired record or changed endpoint may require a refresh. If the agent
cannot be found or no longer offers calendar coordination, Hermes can return
to the organisation's discovery entry point. A temporary connection failure
alone does not establish that the agent has been withdrawn.</t>
        <t>The application may also need to retrieve a changed capability card and
reassess the agent. Finding a replacement does not establish that it holds
the original booking or has permission to change it.</t>
        <t>Hermes checks Friday's calendar availability and asks the booking service
whether the reservation can be moved. It presents the revised arrangements
and any changed conditions to Alice for confirmation, then requests both
changes through the respective services. If only one succeeds, Hermes reports
the outstanding change to Alice. Discovery does not make the two updates a
single transaction.</t>
        <t>The services below are contacted separately. If cached information is still
usable, the discovery exchanges are skipped. Availability checks and booking
changes use application interfaces.</t>
        <artwork><![CDATA[
 Alice            Hermes               Discovery            Calendar /
                                     entry points             booking
                                                             services
   |                 |                     |                     |
   |-Move to Friday-->                     |                     |
   |                 |                     |                     |
  Reuse cached discovery information if still valid.
  If refresh or rediscovery is needed:
   |                 |-Name or capability-->                     |
   |                 <---Contact details---|                     |
   |                 |                     |                     |
  Application exchanges with each service
   |                 |--Friday availability / booking reference-->
   |                 <------Options and changed conditions-------|
   <--Revised plan---|                     |                     |
   |-----Confirm----->                     |                     |
   |                 |-----Change appointment / reservation------>
   |                 <-----Separate results for each change------|
   <-----Outcome-----|                     |                     |
   |                 |                     |                     |
]]></artwork>
      </section>
      <section anchor="discovery-information-needed-in-this-scenario">
        <name>Discovery Information Needed in This Scenario</name>
        <t>The first requests identify an organisation and a capability: calendar
coordination or restaurant booking. Reconnection starts with a known agent or
service. In either case, useful results include:</t>
        <ul spacing="normal">
          <li>
            <t>the entity's name, type, and a service or capability identifier;</t>
          </li>
          <li>
            <t>reachability information and supported communication methods; and</t>
          </li>
          <li>
            <t>references used to obtain that minimum information through indirection.</t>
          </li>
        </ul>
        <t>The Architecture defines the minimum field set. A reference may lead to
further discovery information or to richer application information. Fetching
a capability card beyond that minimum, detailed policy, live calendar data,
or table availability is outside discovery. Booking references are application
state, separate from cached discovery information.</t>
      </section>
      <section anchor="security-privacy-and-operational-considerations">
        <name>Security, Privacy, and Operational Considerations</name>
        <t>All cross-organisation discovery information is integrity-protected under the
assumed trust arrangements, including information obtained through references.
Hermes checks its origin and freshness. An authentic publication does not prove
that an agent may act for Bob. A version comparison can reveal change, but
does not establish authenticity.</t>
        <t>The discovery query may reveal Alice's interest in Bob's organisation and its
scheduling service. Calendar contents and personal details can be restricted
to the subsequent authorised exchange. Discovery records may also need access
controls.</t>
        <t>For troubleshooting, operators may need to know which source Hermes used,
whether it used cached information, and why it repeated discovery. Logs can record
these decisions, subject to privacy and retention controls.</t>
      </section>
      <section anchor="links-to-the-dawn-requirements">
        <name>Links to the DAWN Requirements</name>
        <t>The scenario illustrates several requirements in
<xref target="I-D.king-dawn-requirements"/>.</t>
        <table>
          <thead>
            <tr>
              <th align="left">Part of the scenario</th>
              <th align="left">Related requirements</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Finding a calendar or booking capability, then reconnecting to a known entity.</td>
              <td align="left">REQ-DISC-2: discovery by function or specific instance; REQ-CLASS-2: classification by capability.</td>
            </tr>
            <tr>
              <td align="left">Starting at each organisation's discovery entry point.</td>
              <td align="left">REQ-PROTO-4: predictable entry points; REQ-ARCH-4: independent publication.</td>
            </tr>
            <tr>
              <td align="left">Obtaining the endpoint and protocol needed to contact the service.</td>
              <td align="left">REQ-PROP-2: communication protocols and transport parameters, directly or by reference.</td>
            </tr>
            <tr>
              <td align="left">Keeping cached discovery information separate from live calendar and table availability.</td>
              <td align="left">REQ-PROP-4 and REQ-PROP-11: property change rates and their implications for caching and refresh.</td>
            </tr>
            <tr>
              <td align="left">Protecting discovery responses and restricting who can see them.</td>
              <td align="left">REQ-SEC-1: authenticity and integrity; REQ-SEC-4: visibility controls.</td>
            </tr>
            <tr>
              <td align="left">Recording the discovery source and decisions to refresh or repeat a query.</td>
              <td align="left">REQ-SEC-7: auditability of discovery operations.</td>
            </tr>
            <tr>
              <td align="left">Using separate application exchanges to select a restaurant, confirm with Alice, and reserve a table.</td>
              <td align="left">REQ-DISC-4: discovery's place in the interaction workflow.</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="personalised-live-media">
      <name>Provisioning Edge Compute for Personalised Live Media</name>
      <t>A broadcaster offers a personalised live programme [object-based media delivery]. Viewers may chooses different audio, graphics, or accessibility features. Some devices cannot
combine these media objects themselves, so nearby edge compute renders part
or all of the programme for them.</t>
      <t>Before the broadcast, an operator asks a media orchestration agent to arrange enough compute for the expected audience, balancing delay, cost, and energy use. The agent needs to find the services and information sources that can help it do this.</t>
      <section anchor="actors-and-assumptions-1">
        <name>Actors and Assumptions</name>
        <t>The media orchestration agent coordinates the request. A compute allocation agent arranges resources at suitable sites, using an optimisation tool to compare options. Data services provides audience forecasts and information about compute and network conditions.</t>
        <t>These entities operate within the broadcaster's organisation or cooperating providers with established trust relationships. The discovery entry points are known, but individual service endpoints may not be.</t>
        <t><eref target="https://agenticresourcediscovery.org/">Agentic Resource Discovery (ARD)</eref>
is possible interface to a provider's catalogue in this scenario. It
provide a common way to describe and search agents, tools, and services.
A provider could expose its compute allocation and telemetry services through
ARD, allowing the media agent to find candidates without preconfiguring every
service endpoints or loading every service description into its context. Here,
queries would be limited to the organisation or cooperating providers. ARD is
an illustrative option; protocol choice remains open. Resource allocation and
invocation continue through the service's own interfaces.</t>
      </section>
      <section anchor="discovery-and-provisioning">
        <name>Discovery and Provisioning</name>
        <ol spacing="normal" type="1"><li>
            <t>The media agent queries the relevant discovery entry points for a compute    allocation capability and any required data services. Results identify the entities and how to contact them.</t>
          </li>
          <li>
            <t>The allocation agent discovers suitable site controllers and media-processing    services, including GPU rendering where needed. It obtains their names, service identifiers, endpoints, and supported communication methods.</t>
          </li>
          <li>
            <t>Through the services' application interfaces, the agents obtain audience forecasts, current capacity, and cost, energy, and delay estimates. The optimisation tool uses these inputs and the operator's priorities to propose a placement.</t>
          </li>
          <li>
            <t>Subject to the operator's policy and authorisation, the allocation agent requests provisioning through the site controllers. It reports result, or explains why the available resources cannot meet the request.</t>
          </li>
        </ol>
        <t>The diagram summarises discovery and the later application exchanges. The
agents contact each service separately.</t>
        <artwork><![CDATA[
 Media / allocation       Discovery             Data services /
 agents                  entry points          site controllers
   |                          |                       |
   |--Required capability---->|                       |
   |<--Name, URI, protocol----|                       |
   |                          |                       |
   |--Forecast / resource information request-------->|
   |<--Demand, capacity, cost, energy, delay----------|
   |                                                  |
   |  Compare options using the optimisation tool     |
   |                                                  |
   |--Provision selected resources------------------->|
   |<--Result / resource references-------------------|
]]></artwork>
        <t>Discovery provides the information needed to contact an entity. Comparing
sites, reserving compute, steering traffic, and delivering media are
application activities outside DAWN.</t>
      </section>
      <section anchor="changes-during-the-broadcast">
        <name>Changes During the Broadcast</name>
        <t>Audience demand or site availbility may change. The agents can reuse valid
discovery information and query current conditions through the data services.
Changed or expired discovery records may requires a refresh or a new query.
Moving workloads or adding capacity remains an application decision.</t>
      </section>
      <section anchor="security-and-privacy">
        <name>Security and Privacy</name>
        <t>Discovery information is integrity-protected, including across provider
boundaries, and its origin and freshness are checked. Finding a controller
does not grants permission to provision resources. Viewer details and detailed
capacity data are restricted to authorised application exchanges.</t>
      </section>
      <section anchor="links-to-the-dawn-requirements-1">
        <name>Links to the DAWN Requirements</name>
        <t>The example reuses requirements in
<xref target="I-D.king-dawn-requirements"/>:</t>
        <ul spacing="normal">
          <li>
            <t>REQ-DISC-2 and REQ-CLASS-2: finding entities by function or capability.</t>
          </li>
          <li>
            <t>REQ-PROP-2: obtaining communication details, directly or by reference.</t>
          </li>
          <li>
            <t>REQ-PROP-4 and REQ-PROP-11: distinguishing cached discovery information from
frequently changing resource data.</t>
          </li>
          <li>
            <t>REQ-SEC-1 and REQ-SEC-4: protecting discovery information and controlling
its visibility.</t>
          </li>
          <li>
            <t>REQ-???</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors thank Adrian Farrel and Jim Mozley for early discussion in the
creation of this document, and their ongoing reviews and comments.</t>
      <t>We also thank the following peopl for their DAWN mailing-list comments:
Tommy Jensen (concrete use cases), Mohamed Boucadair (discovery starting
points), Sumit Ahuja (capability discovery), Roman Danyliw (security and
privacy), Lori Jakab (local network discovery), Matthew Quick (cross-domain
applicability), Pete Resnick (agent identity considerations), and Mirja
Kuehlewind (discovery steps).</t>
      <t>Finally, we thank the following for their contribution to the use case practical 
examples:</t>
      <ul spacing="normal">
        <li>
          <t>Revika Anand, Lancaster University</t>
        </li>
        <li>
          <t>Edward Revika, Lancaster University</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8V965PbxrXn9/4rUPIH2ylyvLnJ1laNsjcezcibiWVbkeR1
bd26H5pEcwgPCHDxmDFjO3/7nmf3aQAcjbP37qoqjkQSjcbp8/ydB9brtRuq
oQ6XxYvv+1Bc+z70hW/K4up4rKut31R1NZyKXdsVN1W/bR9CdyraXXF1F5qh
L36ohn3xrT+E/oXzm00XHmChm6sfvi3iai/c1g/hru1Ol0XV7FpXttsGrrgs
ys7vhvW9P61L/9isxz6st3jF+r/83vXj5lD1fdU2w+kIv719/eEr14yHTegu
XQkLXrpt2/Sh6cf+stj5ug8O7v0H57vgYQ+y/QEW4Od5F3y9/lAdwgv32Hb3
d107HuF3t01ZPVTl6OvifbzlC3cfTvCr8tIVxboo9cHpX56enP6KC9WtL/lf
+FBlAV9WQxX4I6SEewjNGHClj9yzKPhRzff44cFXNXyIJPqyCsPuou3ugNjj
sG872h/8ryiYoje+qUJdfF01d/Qp/PSyeOMbIOsQuuL7poLH6OFA6dugS1/c
wwVf1vq7C7+9GO9fTNb+Oux9U/wv36aVr/dV44tvWmCSkK148u09/vzLLf7i
QD+42LaH+ZpNcVXWoUtrwsOHUGar3Xv8yZcVfbO0zDv/Y/UA/z2UcM9TWuvV
q+tsoQ5/d9HJ777cbLawGj1q03YHYJYHOqfb9c3FznddqJkxgSSHqmnr9u50
6ZCFJ7/193v/4KtmfWjHvvd80bFrN3U4rPsBmPUAXKG/RlrzT7rwv8eqoy97
/fbQ/r0Op7WvItPFuyDfVVv4CiWFBWVphX7bHeBHcP+hjb+8dG69Bt7d9EPn
t4NzH/ZVX4AkjnhtUQa4qtqA6MMFxTYqAf8cJeCSEig+Q47//KK4HYqqrke8
2wAf79vHYltXpDL0wYqr26ILfTt2W7lbuxmAim7YhwLoXR3GQxGp3TZFA6cP
Aoa7AO3Qw6Pj1qsGjgceCX/xCBupmsIXdbv1tWvCgBK6ip83yBYgIj0tuIJ/
FRv4TQAu3LbtEdYZ4HCyH/V0sRs6eBbYbs0f7qtjfzEjYgvP0bRIzV3VBNhG
PMOCTmPb1iv4tAt3FREGtwxfbEM5dgG+cX2oAz+Jr0Fhwo0PtEnYOJ3+Gk6U
/gLbPRzGRhRcXP2CT/lQlSAwzn0CwjR0bTnSms5ddUO1q7YV6B34ItR1BWtt
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
k17I/hrfcFLKb8/86v8AIddHYhaUAAA=

-->

</rfc>
