GitHub Action commited on
Commit ·
189d663
1
Parent(s): 4206490
Sync from GitHub with Git LFS
Browse files- docs/HMP-0005.md +6 -1
docs/HMP-0005.md
CHANGED
|
@@ -172,6 +172,8 @@ Together, agents form the **Mesh** — a distributed ecosystem of autonomous rea
|
|
| 172 |
|
| 173 |
```mermaid
|
| 174 |
flowchart TD
|
|
|
|
|
|
|
| 175 |
LLM[LLM: Reasoning]
|
| 176 |
CognitiveLayer[Cognitive Layer: <br>Semantic reasoning, <br>goals, ethics]
|
| 177 |
ContainersLayer[Container Layer: <br>Atomic containers, <br>signed, verifiable]
|
|
@@ -256,6 +258,8 @@ Example sequence:
|
|
| 256 |
|
| 257 |
```mermaid
|
| 258 |
flowchart TD
|
|
|
|
|
|
|
| 259 |
A[Agent A: <br>creates Goal container]
|
| 260 |
B[Agent B: <br>replies with <br>Task proposal <br>in_reply_to Goal]
|
| 261 |
C[Agent C: <br>votes via <br>ConsensusVote container]
|
|
@@ -1049,6 +1053,8 @@ Together, these mechanisms form the **communication backbone** of the Mesh, enab
|
|
| 1049 |
|
| 1050 |
```mermaid
|
| 1051 |
flowchart TD
|
|
|
|
|
|
|
| 1052 |
Agent[Agent Core: <br>DID + Keypair + PoW]
|
| 1053 |
Container[HMP Container: <br>network field / broadcast]
|
| 1054 |
Local[Local Channel: <br>«network»]
|
|
@@ -1073,7 +1079,6 @@ flowchart TD
|
|
| 1073 |
Global --> Internet
|
| 1074 |
Global --> Overlay
|
| 1075 |
end
|
| 1076 |
-
|
| 1077 |
```
|
| 1078 |
|
| 1079 |
> The `network` field defines **local propagation scope** (host, LAN, overlay),
|
|
|
|
| 172 |
|
| 173 |
```mermaid
|
| 174 |
flowchart TD
|
| 175 |
+
title["**Conceptual Architecture**"]
|
| 176 |
+
|
| 177 |
LLM[LLM: Reasoning]
|
| 178 |
CognitiveLayer[Cognitive Layer: <br>Semantic reasoning, <br>goals, ethics]
|
| 179 |
ContainersLayer[Container Layer: <br>Atomic containers, <br>signed, verifiable]
|
|
|
|
| 258 |
|
| 259 |
```mermaid
|
| 260 |
flowchart TD
|
| 261 |
+
title["**Data Flow Overview**"]
|
| 262 |
+
|
| 263 |
A[Agent A: <br>creates Goal container]
|
| 264 |
B[Agent B: <br>replies with <br>Task proposal <br>in_reply_to Goal]
|
| 265 |
C[Agent C: <br>votes via <br>ConsensusVote container]
|
|
|
|
| 1053 |
|
| 1054 |
```mermaid
|
| 1055 |
flowchart TD
|
| 1056 |
+
title["**Network Topology Overview**"]
|
| 1057 |
+
|
| 1058 |
Agent[Agent Core: <br>DID + Keypair + PoW]
|
| 1059 |
Container[HMP Container: <br>network field / broadcast]
|
| 1060 |
Local[Local Channel: <br>«network»]
|
|
|
|
| 1079 |
Global --> Internet
|
| 1080 |
Global --> Overlay
|
| 1081 |
end
|
|
|
|
| 1082 |
```
|
| 1083 |
|
| 1084 |
> The `network` field defines **local propagation scope** (host, LAN, overlay),
|