-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Agent discovery is a critical component of agent protocols, enabling agents to locate and connect with one another.
We’ve observed two main categories of solutions emerging in the industry:
-
One approach, used by A2A and ANP, is based on the RFC 8615 specification. It involves placing a file under the
.well-known
path, allowing search engines or other clients to discover agents associated with a given domain. -
Another approach is to design a new domain name system specifically for agents — such as the Agent Name Service — to provide a dedicated namespace for agent identification and discovery.
Each of these approaches has its own advantages and disadvantages.
What are your thoughts on these two types of solutions?
zh-Wang286
Metadata
Metadata
Assignees
Labels
No labels