<?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.2.3) -->
<?rfc tocompact="yes"?>
<?rfc tocindent="yes"?>
<?rfc compact="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-akhavain-moussa-dawn-problem-statement-01" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="DAWN problem statement">Problem Statement for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
    <seriesInfo name="Internet-Draft" value="draft-akhavain-moussa-dawn-problem-statement-01"/>
    <author initials="A." surname="Akhavain" fullname="Arashmid Akhavain">
      <organization>Huawei Technologies Canada</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>arashmid.akhavain@huawei.com</email>
      </address>
    </author>
    <author initials="H." surname="Moussa" fullname="Hesham Moussa">
      <organization>Huawei Technologies Canada</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>hesham.moussa@huawei.com</email>
      </address>
    </author>
    <author initials="D." surname="King" fullname="Daniel King">
      <organization>Old Dog Consulting</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>daniel@olddog.co.uk</email>
      </address>
    </author>
    <date year="2026" month="May" day="15"/>
    <area>TBD</area>
    <keyword>discovery</keyword>
    <keyword>agents</keyword>
    <keyword>tasks</keyword>
    <keyword>data</keyword>
    <keyword>workloads</keyword>
    <abstract>
      <?line 49?>

<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.</t>
      <t>Discovery today relies on proprietary directories or manual configuration, creating fragmented ecosystems that prevent cross-domain collaboration.</t>
      <t>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>
  <middle>
    <?line 57?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Entities in entity ecosystem collaborate to render services and follow the lifecycle shown in <xref target="fig-lifecycle"/>.</t>
      <figure anchor="fig-lifecycle">
        <name>An example of Entity Lifecycle</name>
        <artwork align="center"><![CDATA[
+------------------------+     +-------------------------------+
| Entity                 |     |          Entity system        |
| (e.g., AI agent, task) |---->|       registration process    |
+------------------------+     | +---------------------------+ |
                               | |   Identity Provisioning   | |
                               | +---------------------------+ |
                               |               |               |
                               |               v               |
                               | +---------------------------+ |
                               | |      Authentication       | |
                               | +---------------------------+ |
                               |               |               |
                               |               v               |
                               | +---------------------------+ |
                               | |      Authorisation        | |
                               | +---------------------------+ |
                               +-------------------------------+
                                               |
                                               v
                            **************************************
                            | Discovery substrate access point   |
                            **************************************
                            |       Discovery substrate          |
                            **************************************
                                               |
                                               v
                            +------------------------------------+
                            | Communication/Invocation/Operation |
                            +------------------------------------+
                                               |
                                               v
                            +------------------------------------+
                            |             Monitoring             |
                            +------------------------------------+

]]></artwork>
      </figure>
      <t>As shown in <xref target="fig-lifecycle"/>, an entity will pass through a set of important functional blocks before it becomes active and start interacting with other entities in the ecosystem. This document focuses on the discovery problem space in the above diagram namely:
"Discovery substrate access point" and "Discovery substrate".</t>
      <t>Entities increasingly need to discover, connect with, and collaborate with one another to deliver services. This discovery process is driven by the need to identify the most suitable set of entities that satisfy the requirements of a particular service. To achieve this, an entity must be able to find others based on attributes such as skills, capabilities, physical characteristics, names, and other relevant qualities they possess. Obviously, as static configuration is impractical at scale, an automated discovery of entities, their skills, and their capabilities becomes essential.</t>
      <t>Discovery within an AI ecosystem can be multi-dimensional and complex. A discovery request may trigger a cascade of subsequent discovery requests by other AI entities, occurring either sequentially or in parallel and the process might become unbounded. In addition, the discovery step can be interactive. For example, an entity might be looking for another entity that might not be available at the time of request (e.g., the desired entity might be busy). Furthermore, entities might be looking for a variety of other entities with different cards/descriptors. Discovery might also be subjected to either a system wide or local policy and might span cross organisation. There also challenges w.r.t the nature of discovery request itself as will be explained later in this document.</t>
      <t>Assuming that trust has already been established between entities and within the ecosystem in the steps prior to the discovery stage, the discovering entity must learn what the remote entity does, what attributes it posses, how to communicate with it, etc.</t>
      <t>This document describes the problem space and informs the development of requirements set out in <xref target="I-D.king-dawn-requirements"/> and future solution proposals for Discovery of Agents, Workloads, and Named Entities (DAWN).</t>
    </section>
    <section anchor="sec-terms">
      <name>Terminology</name>
      <t>This document uses the following terms defined in <xref target="I-D.farrel-dawn-terminology"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Attributes</t>
        </li>
        <li>
          <t>Discoverable Object</t>
        </li>
        <li>
          <t>Discovery</t>
        </li>
        <li>
          <t>Discovery Mechanism</t>
        </li>
        <li>
          <t>Entity</t>
        </li>
        <li>
          <t>Minimum Discoverable Information</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-motives">
      <name>Motivation</name>
      <t>The main motivation behind DAWN is to tackle the discovery problem space within the entity ecosystem. It is driven by a few factors:</t>
      <ul spacing="normal">
        <li>
          <t>Discovery use cases in real‑world  </t>
          <ul spacing="normal">
            <li>
              <t>Many practical scenarios require discovery, not only for agent‑to‑agent, but also agent‑to‑tools, agent‑to‑task, task-to-agent, and other forms of entity interaction.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Limitations of traditional discovery methods  </t>
          <ul spacing="normal">
            <li>
              <t>Existing discovery mechanisms are not designed to natively handle scenarios where entities are dynamic, mobile, cross-domain, or when they have complex attributes.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Current approaches are ad-hoc, entity specific, and and do not scale:  </t>
          <ul spacing="normal">
            <li>
              <t>Even in today's implementations (e.g., MCP‑based systems or A2A‑based systems), discovery tends to be contained and handled through simple mechanisms such as name lookup, search engines, or static agent cards/tool cards. These approaches work only in small, closed environments. They do not address challenges such as inter‑domain discovery, dynamic endpoint association, chained discovery queries, blind or exploratory search sessions, or large‑scale environments. In addition, they do not address the need of other discoverable entities such as task, workloads, etc.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Emergence of discoverable entities, discoverable objects, and discovery mechanism:  </t>
          <ul spacing="normal">
            <li>
              <t>Entities may have associated MDIs (e.g., task , capabilities, endpoints, policies), and that a discovery substrate/mechanism/vehicle is needed. The discovery substrate may implement unified mechanism or may support multiple discovery strategies depending on the scenario.</t>
            </li>
          </ul>
        </li>
      </ul>
      <section anchor="sec-lifecycle">
        <name>Example of Discovery Lifecycle in AI Ecosystem</name>
        <t>Consider a task owner (e.g., an entity such as an end user, AI agent, model, data owner, resource/compute owner) which intends to submit a task to the ecosystem and, as shown in Figure 1, has already been processed and accepted by the entity registration block. The following describes the steps after which the entity becomes available for discovery.</t>
        <ol spacing="normal" type="1"><li>
            <t>Discovery substrate access point validates the task owner's credentials and verifies that its associated discoverable object meets compliance requirements. The discoverable object is what the discovery substrate makes available/visible to system participants. It contains entity's different attributes and information that others need to initiate an interaction session with it once they discover the entity.</t>
          </li>
          <li>
            <t>Task owner submits its tasks to the system. Submitted tasks are entities themselves. They have their own discoverable object (task card in this case) which the discovery substrates makes available/visible to other entities in the ecosystem once submitted tasks pass through the entity registration block.</t>
          </li>
          <li>
            <t>A registered entity (e.g., an AI agent) then issues a discovery query to identify and/or locate suitable tasks it can perform, or to find other agents, resources, etc., it must interact with to complete a given task.</t>
          </li>
          <li>
            <t>The discovery substrate processes the above query and returns the relevant discoverable objects such as tasks, agents, resources, etc., to the entity that issued the query. It must be noted that the nature and structure of the query, the format of the discoverable objects (e.g., standardised object cards), and the discovery mechanism employed (e.g., simple name lookup or semantic matching) are key factors influencing the accuracy, volume, timeliness, etc., of the results.  </t>
            <t>
For example, the querying entity may need to provide details about its skills, capabilities, pricing, or other relevant attributes so the discovery substrate can match its request with an appropriate subset of registered entities in the system.</t>
          </li>
          <li>
            <t>Upon receiving the discovery results (e.g., a list of suitable entities), the querying entity (e.g., an AI agent) might need additional information before initiating its interaction with the discovered entities. For example, it might need to know more about the parent entity of the discovered entity whose name/ID can be potentially found in the discovered entity's discoverable object.</t>
          </li>
        </ol>
        <t>The example above illustrates the broader concept of discovery within an ecosystem. Other factors such as entity's mobility can further complicate the problem space. The example, underscore the significance and complexity of the problem space that DAWN aims to address. It highlights why a structured problem definition, clear requirements, and well‑designed solutions are essential for enabling robust, scalable, and interoperable discovery across diverse entities and use cases.</t>
      </section>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>The challenges outlined in the Motivation section underscore the need for mechanisms that allow agents and other discoverable entities to dynamically locate and interact within a decentralised ecosystem. DAWN is applicable in scenarios where discovery serves as a key enabler for autonomous operation, collaboration, and adaptive decision-making. In such systems, agents may need to find other agents or entities, while task owners including agents, users, or services may advertise tasks that suitable agents can discover and execute. Data sources can make datasets discoverable to support reasoning or training by agents and models. Compute resources may advertise their capabilities, serving as rendezvous points for agents, models, and datasets to facilitate training workflows. Similarly, models may advertise their functionality to allow users or agents to discover them for inference tasks. The following subsections provides more details, illustrating the contexts in which DAWN provides value and a consistent foundation for the functional requirements and design considerations.</t>
      <section anchor="agent-discovering-agents">
        <name>Agent discovering agents</name>
        <t>Agents frequently need to locate other agents to coordinate actions, share information, or engage in collaborative workflows. In some situations, an agent may already be aware of a counterpart possessing the required skills or capabilities. In other cases, agents must actively query the system to discover suitable peers by specifying the skills or attributes they are looking for. DAWN provides a framework to support both modes of discovery, enabling dynamic, capability-driven interactions in decentralised and heterogeneous environments.</t>
        <t>DAWN enables agents to advertise their presence, capabilities, and status, facilitating peer-to-peer interactions in dynamic, multi-agent ecosystems. This is particularly relevant in large-scale deployments, multi-domain environments, or systems where agents may join or leave unpredictably.</t>
      </section>
      <section anchor="agents-discovering-tasks">
        <name>Agents discovering tasks</name>
        <t>In addition to discovering other agents, agents may need to locate tasks that require attention or contribution within a system. Tasks can be advertised by users, other agents, or services, along with information such as required skills, priority, or dependencies. Since agents are aware of their own capabilities, they can match their skill sets against advertised tasks and proactively apply for or claim tasks for which they are suitable. DAWN provides mechanisms to make tasks discoverable, enabling agents to query, filter, and select tasks efficiently, supporting autonomous orchestration, dynamic workflow formation, and load distribution across heterogeneous environments.</t>
      </section>
      <section anchor="agentsmodels-discovering-data">
        <name>Agents/models discovering data</name>
        <t>Agents and models often require access to data distributed across multiple systems or administrative domains to perform training, inference, or reasoning tasks. This includes datasets, knowledge bases, or document repositories that may be advertised as discoverable entities with information such as format, availability, and access requirements. In Retrieval-Augmented Generation (RAG) scenarios, agents or models need to dynamically locate relevant external knowledge sources or documents to supplement generative reasoning, enabling more accurate and context-aware responses. Additionally, data in these environments may be dynamic, changing over time as new information is added or existing data is updated. DAWN provides mechanisms for discovering, tracking, and querying such evolving data sources, allowing agents and models to identify relevant information in real time while respecting access controls and provenance information.</t>
      </section>
      <section anchor="agentsmodels-and-data-discovering-compute">
        <name>Agents/models and data discovering compute</name>
        <t>Agents and models often require access to compute resources to perform tasks such as training, fine-tuning, or indexing. These resources may be distributed across multiple systems or administrative domains, and their availability, capacity, or configuration can change over time. In this context, compute resources can serve as rendezvous points, allowing agents, models, and datasets to converge and interact efficiently. DAWN provides mechanisms for agents, models, and data sources to discover compute resources that meet their requirements, including hardware capabilities, scheduling constraints, and current availability. By enabling dynamic identification of suitable compute nodes, DAWN supports elastic scaling of training workloads, efficient utilisation of heterogeneous infrastructure, and adaptive collaboration in decentraliced and changing environments.</t>
      </section>
      <section anchor="discovering-models-for-inference">
        <name>Discovering models for inference</name>
        <t>Users, agents, and services may need to leverage pre-trained models for inference in tasks such as prediction, recommendation, or decision-making. Models may be distributed across various systems or administrative domains, and their availability, capabilities, or performance characteristics can evolve over time. DAWN supports mechanisms to discover models that are most suitable for different contexts. This enables users, agents, services, etc. to dynamically adapt to newly available models, take advantage of improvements, and ensure interoperability in heterogeneous and evolving environments.</t>
      </section>
    </section>
    <section anchor="sec-func-req">
      <name>Functional Requirements</name>
      <section anchor="sec-disco-entity">
        <name>Discovering Entities and Query Granularity</name>
        <t>Discovery in ecosystem should support different levels of granularity. Queries may range from broad capability-based searches (such as identifying all models with mathematical abilities) to more specific lookups. The discovery system should also enable entities to be found through the attributes reflected in their discoverable objects that capture aspects like their skill sets, functionality, name/ID, ratings, regional associations, and more.</t>
      </section>
      <section anchor="sec-disco-rsp">
        <name>Discovering Response and Minimum Discoverable Information</name>
        <t>Information an entity discovers about another entity must be meaningful and useful for delivering the required service. Accordingly, a response to a discovery query should include attributes that describe the discovered entity: such as what it can do, the skills it possesses, the protocols it supports, the security guarantees it claims to offer, the policies it can potentially enforce, its pricing for services, its current operational status (e.g., available, busy, or offline), communication means, etc.</t>
        <t>Such information can be either embedded within the entity's discoverable object or retrieved through a subsequent interaction outside the discovery substrate (for example, after discovery, an interview‑style exchange may be conducted using the communication method indicated by the entity).</t>
        <t>In either case, there is a need for a standardized structure for discoverable objects that provides the minimum set of information needed for the discovery substrate to return results that meaningfully support service delivery within the AI ecosystem.</t>
      </section>
      <section anchor="sec-cross-domain">
        <name>Cross-Domain Collaboration</name>
        <t>Entities operating across organisational boundaries need to discover counterparts without depending on a shared infrastructure. For example, a customer-service agent in one organisation may need to find a logistics-tracking agent in another. Models in one administrative domain may need to find compute resources in another administrative domain for training. Similarly, a model or agent in one domain might need to use data in another domain for retrieval-augmented generation (RAG) based inference. Current platform-specific mechanisms do not interoperate, so entities remain invisible outside their own ecosystem.</t>
        <t>Administrative domains are typically unwilling to disclose their internal structures or detailed operational information to one another. In traditional networking, for instance, they use abstraction and aggregation techniques to share only high‑level insights about their operations. A standards‑based mechanism to support controlled information sharing while ensuring administrative domain interoperability without exposing sensitive internal details is potentially desirable.</t>
      </section>
      <section anchor="sec-disco-dyanmic">
        <name>Discovery and Dynamic Attributes in Discoverable Objects</name>
        <t>Entities whose discoverable objects contain dynamic attributes introduce distinct challenges for discovery.  Dynamic attributes such as location information, dataset samples, compute capacity, etc., can change at different rates. These dynamics introduce variability that static discovery systems are not designed to handle. Such dynamic attributes complicate the assumptions in traditional discovery approaches and demand careful consideration when defining the problem space.</t>
      </section>
      <section anchor="sec-broker">
        <name>Broker and Aggregator Discovery</name>
        <t>In large‑scale networks, entities may need to discover intermediary broker nodes that operate across multiple administrative domains and provide dynamic operational information such as availability, capabilities, or decision guidance via the use of mechanisms that support interoperable and standards‑compliant discovery procedures.</t>
        <t>In large‑scale networks, entities may need to discover intermediary broker nodes. These brokers often operate across multiple administrative domains with different jurisdictions. They also provide dynamic operational information, such as availability, capabilities, or decision guidance. In these scenarios, the intermediary brokers might need to discover other brokers. This makes the broker nodes another type of entity with its own discoverable object in an ecosystem. Discovery substrate needs to provide support for this capability via standards‑compliant procedures.</t>
      </section>
      <section anchor="sec-human">
        <name>Human-Initiated Discovery</name>
        <t>Operators need to discover and inspect entities for operational purposes: auditing deployed agents, verifying capability claims, or troubleshooting failures.  Discovery must be usable by humans through standard tooling, not only by automated systems.</t>
      </section>
      <section anchor="sec-oam">
        <name>Discovery and OAM</name>
        <t>TBD</t>
      </section>
    </section>
    <section anchor="sec-limits">
      <name>Current Approaches and Their Limitations</name>
      <section anchor="sec-proprietary">
        <name>Proprietary Directories</name>
        <t>Cloud providers, AI platforms, and other entity systems maintain their own registries, tightly coupled to their ecosystem.  Entities registered in one platform are invisible to another, creating walled gardens.</t>
      </section>
      <section anchor="sec-config">
        <name>Static Configuration</name>
        <t>Manually configured endpoint lists cannot scale, cannot adapt to dynamic environments, and cannot convey the capability and trust metadata needed for cross-domain discovery.</t>
      </section>
      <section anchor="sec-DNS">
        <name>DNS-SD and SRV Records</name>
        <t>TBD</t>
      </section>
      <section anchor="sec-URI">
        <name>Well-Known URIs</name>
        <t>TBD</t>
      </section>
      <section anchor="sec-adhoc">
        <name>Ad Hoc Agent Discovery Proposals</name>
        <t>TBD</t>
      </section>
    </section>
    <section anchor="sec-challenges">
      <name>Core Challenges</name>
      <section anchor="sec-skills">
        <name>Discovering Skills and Capabilities at Scale</name>
        <t>The central challenge is enabling entities to discover other entities based on what they can do, such as:</t>
        <ul spacing="normal">
          <li>
            <t>Agents</t>
          </li>
          <li>
            <t>Skills</t>
          </li>
          <li>
            <t>Capabilities</t>
          </li>
          <li>
            <t>TBA</t>
          </li>
        </ul>
        <t>A discovery mechanism that supports structured, scalable discovery of an entity's capabilities across organisational boundaries is therefore required.</t>
      </section>
      <section anchor="sec-fragments">
        <name>Fragmented Discovery Ecosystem</name>
        <t>Each platform develops its own discovery approach.  This fragmentation prevents entities from being discoverable across boundaries and limits the value of interoperable protocols such as A2A and MCP.</t>
      </section>
      <section anchor="sec-trust">
        <name>Trust in Discovery Information</name>
        <t>When discovery crosses organisational boundaries, the discovering entity must verify that the information is authentic.  Without authenticated discovery, entities are vulnerable to poisoning attacks directing them to malicious endpoints.  DNSSEC provides a foundation, but discovery mechanisms must be designed to use it.</t>
      </section>
      <section anchor="sec-scale">
        <name>Scalability and Decentralisation</name>
        <t>Discovery must operate at Internet scale without a single centralised registry.  Each organisation must be able to publish its entities' capabilities independently, mirroring the DNS delegation model.</t>
      </section>
      <section anchor="sec-static">
        <name>Static Versus Dynamic Properties</name>
        <t>Entity properties range from static (type, supported protocols, skills) to dynamic (availability, load, capacity).  A discovery mechanism must handle both without causing stale results or excessive query load.</t>
      </section>
      <section anchor="sec-extensible">
        <name>Extensibility</name>
        <t>New agent types, skill taxonomies, and capability formats will emerge.  Discovery must accommodate them without changes to the core mechanism.</t>
      </section>
    </section>
    <section anchor="sec-existing">
      <name>Relationship to Existing Work</name>
      <t>TBD</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>This document describes a problem space, not a protocol.</t>
      <t>Discovery information is a high-value target.  Poisoned responses could direct entities to malicious endpoints. Any mechanism must provide integrity and authenticity guarantees.</t>
      <t>Cross-domain discovery raises two distinct trust questions: whether the discovery source is authoritative, and whether the registered entity is what it claims to be.</t>
      <t>Discovery may expose sensitive information about an organisation's entities and capabilities.  Selective visibility mechanisms are needed.</t>
    </section>
    <section anchor="sec-privacy">
      <name>Privacy Considerations</name>
      <t>Querying for entities may reveal the discovering entity's intentions or interests.  Discovery should minimise information leakage through the query process.</t>
      <t>Published entity properties, such as skills, capabilities, and organisational affiliations, may be sensitive. Entities and their operators should control the granularity and audience of published information.</t>
    </section>
    <section anchor="sec-opcon">
      <name>Operational Consideration</name>
      <t>TBD</t>
    </section>
    <section anchor="sec-IANA">
      <name>IANA Considerations</name>
      <t>This document makes no requests of IANA.</t>
    </section>
    <section anchor="sec-usecases">
      <name>Potential Topics for the Use Case Document</name>
      <t>TBD</t>
    </section>
    <section numbered="false" anchor="sec-ack">
      <name>Acknowledgements</name>
      <t>Thanks to Adrian Farrel for review comments.</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="21" 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.  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-01"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <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>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1c3ZLbRna+n6p5h458YStLUl4nuchUbRJ6Rl6rdmVrJXl9
kUqlmkCTxA4IcNEAR1xbqbxCXjFPkvOdc7rRDUKS/zaVi0yVrRkCbHSfPj/f
+c5pLJfL66u+6mt3Y1507aZ2B/Oqt707uKY327Yz/d6Zu8oX7cl1Z9NuzXpH
l/zCfNt293VrS/rVNqX5yh5caZ42NFjlvPnkbv3tV4+vr66v7GbTudONwQfm
qM/w4RnXV2VbNPTdG1N2dtsv7f3enmzVLA/t4L1dlvahWerXlvFry09/fX3l
h82h8r5qm/58pAGePX39xfXVA81r17XD8cZcXxV0/67tzjemarbt9VV17G5M
3w2+/+zTT//x088wQRq0Kf/d1m1DY5ydv746VjfmX/u2WBj6X3s42qLnX6um
pGcvjG+7vnNbWrk/H+QXve3feMWdszfm9ed311f3DzfXV8YsTRlEKH9aFqL8
3lt/r7+Wtrfy20OQLg849Pu2k5HwP0Or8TdmvTJrlZZ8KnJcd9bvD1U5udh2
uxvz5WAfXGVeu2LftHW7w1bd2saWVm4q2qHpIa70Q3ewVX1jrI67Clv0L3se
bUVrxyzzyX25Ms95B9Opfen83h6yCz97WnsecyXq8t4p3a3M76pml07ozjaV
q5OPeTpf16W5a3fmtm38UPfxYpzGN7/LplDyKP/S1mXZ7ujZq+EeT2/a7mD7
6uRu8BcUcPx7CcPjf4zd+L4j3cHfz5re4Xd6pHHBlvxQ7I31qjQLUZiFGbzr
6J+H0Q6hPqKKQ+8WxvXFakFLN+tnxhWtP3synieN6/EV2k4Hc6yrLT0RD1yQ
8vewd7pQedO0hi3DdqS7ZNoP9kw2EBXZPOxtP87Rvak8WQZ/aPu+qzY0hXHq
/r6qa5iJPdpNVfN3Fua4P/uqsLUp9hardh0NUhU+TJ3mcjbH1nvczEPTkk9V
QQPzpXZLc1/Qnpl9+4DJkeHR8+jawdiioy9iP2lzPC2wbehBG9pBWhE9fcU7
eH01+ra+LWmJnauxnraBcI50Z2/pWll1rujbji915mCbAdNum221GzoenRZH
j+ed23Z2By9FUotyx5RpAUfyhXCtPLtl2ZICNTROXdtNK+OsDBTh9Z62gFzj
wI64dL4gkcq6RydKHsfJsIeW9MpC4j/ZV6+MeUbzqkk620qfREMdHQZijXmo
+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
ryDSwgWKgkb6abjl4n8ALxWJHwJiAAA=

-->

</rfc>
