GitHub Action commited on
Commit ·
3c0d01d
1
Parent(s): 802187b
Sync from GitHub with Git LFS
Browse files- docs/HMP-0005.md +1 -2
docs/HMP-0005.md
CHANGED
|
@@ -1434,8 +1434,7 @@ enabling targeted lookup of peers that share interests or fulfill specific funct
|
|
| 1434 |
All fields are **optional** — agents MAY specify any subset of them.
|
| 1435 |
Queries MAY combine multiple filters; matching is **fuzzy and semantic**, using DHT indexing plus tag similarity and trust-weighted ranking.
|
| 1436 |
|
| 1437 |
-
In response to a query, agents simply forward existing `peer_announce` containers of relevant peers.
|
| 1438 |
-
This approach maintains container uniformity and leverages existing DHT propagation mechanisms.
|
| 1439 |
|
| 1440 |
> **Note:** Declared roles also allow agents to advertise themselves as relays or other network functions, forming a direct bridge between the **discovery layer** and **Message Routing & Delivery (MRD)**.
|
| 1441 |
|
|
|
|
| 1434 |
All fields are **optional** — agents MAY specify any subset of them.
|
| 1435 |
Queries MAY combine multiple filters; matching is **fuzzy and semantic**, using DHT indexing plus tag similarity and trust-weighted ranking.
|
| 1436 |
|
| 1437 |
+
In response to a query, agents simply forward existing `peer_announce` containers of relevant peers. It is also advisable to send a `container_response` (section 5.2.2 of the specification) with a list of these containers. This approach maintains container uniformity and leverages existing DHT propagation mechanisms.
|
|
|
|
| 1438 |
|
| 1439 |
> **Note:** Declared roles also allow agents to advertise themselves as relays or other network functions, forming a direct bridge between the **discovery layer** and **Message Routing & Delivery (MRD)**.
|
| 1440 |
|