GitHub Action commited on
Commit
bcdaccc
·
1 Parent(s): 55ecf69

Sync from GitHub with Git LFS

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. docs/HMP-0005.md +4 -4
  2. structured_md/CONTRIBUTING.md +4 -4
  3. structured_md/HMP-Roadmap.md +3 -3
  4. structured_md/README.md +9 -9
  5. structured_md/README_de.md +9 -9
  6. structured_md/README_fr.md +9 -9
  7. structured_md/README_ja.md +9 -9
  8. structured_md/README_ko.md +9 -9
  9. structured_md/README_ru.md +9 -9
  10. structured_md/README_uk.md +9 -9
  11. structured_md/README_zh.md +9 -9
  12. structured_md/agents/prompt-short.md +2 -2
  13. structured_md/agents/prompt.md +2 -2
  14. structured_md/agents/readme.md +2 -2
  15. structured_md/audits/Ethics-audits-1.md +2 -2
  16. structured_md/audits/Ethics-consolidated_audits-1.md +2 -2
  17. structured_md/audits/HMP-0003-consolidated_audit.md +3 -3
  18. structured_md/docs/Basic-agent-sim.md +3 -3
  19. structured_md/docs/CCORE-Deployment-Flow.md +1 -1
  20. structured_md/docs/Distributed-Cognitive-Systems.md +3 -3
  21. structured_md/docs/Enlightener.md +3 -3
  22. structured_md/docs/HMP-0001.md +5 -5
  23. structured_md/docs/HMP-0002.md +5 -5
  24. structured_md/docs/HMP-0003.md +5 -5
  25. structured_md/docs/HMP-0004-v4.1.md +5 -5
  26. structured_md/docs/HMP-0004.md +5 -5
  27. structured_md/docs/HMP-0005.md +390 -331
  28. structured_md/docs/HMP-Agent-API.md +2 -2
  29. structured_md/docs/HMP-Agent-Architecture.md +5 -5
  30. structured_md/docs/HMP-Agent-Network-Flow.md +3 -3
  31. structured_md/docs/HMP-Agent-Overview.md +4 -4
  32. structured_md/docs/HMP-Agent_Emotions.md +2 -2
  33. structured_md/docs/HMP-Ethics.md +2 -2
  34. structured_md/docs/HMP-Short-Description_de.md +4 -4
  35. structured_md/docs/HMP-Short-Description_en.md +4 -4
  36. structured_md/docs/HMP-Short-Description_fr.md +4 -4
  37. structured_md/docs/HMP-Short-Description_ja.md +3 -3
  38. structured_md/docs/HMP-Short-Description_ko.md +3 -3
  39. structured_md/docs/HMP-Short-Description_ru.md +3 -3
  40. structured_md/docs/HMP-Short-Description_uk.md +3 -3
  41. structured_md/docs/HMP-Short-Description_zh.md +3 -3
  42. structured_md/docs/HMP-agent-Cognitive_Family.md +2 -2
  43. structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md +1 -1
  44. structured_md/docs/HMP-agent-REPL-cycle.md +6 -6
  45. structured_md/docs/HMP-how-AI-sees-it.md +1 -1
  46. structured_md/docs/HMP_EDA_Comparison.md +1 -1
  47. structured_md/docs/HMP_HyperCortex_Comparison.md +2 -2
  48. structured_md/docs/HMP_Hyperon_Integration.md +4 -4
  49. structured_md/docs/MeshNode.md +3 -3
  50. structured_md/docs/PHILOSOPHY.md +2 -2
docs/HMP-0005.md CHANGED
@@ -1287,7 +1287,7 @@ To prevent flooding and spoofing, each announced address is accompanied by a **P
1287
  "pow_hash": "0000abf39d...",
1288
  "difficulty": 22
1289
  }
1290
- ````
1291
 
1292
  #### Supported address types
1293
 
@@ -1668,7 +1668,7 @@ optionally including their updated **cognitive metadata** (`meta`) for reasoning
1668
  ]
1669
  }
1670
  }
1671
- ````
1672
 
1673
  ---
1674
 
@@ -1816,7 +1816,7 @@ They allow agents to exchange updates **without sending the full container**, im
1816
  }
1817
  }
1818
  }
1819
- ````
1820
 
1821
  ---
1822
 
@@ -2206,7 +2206,7 @@ Each edge definition within `edges[source][]` includes:
2206
  }
2207
  }
2208
  }
2209
- ````
2210
 
2211
  ---
2212
 
 
1287
  "pow_hash": "0000abf39d...",
1288
  "difficulty": 22
1289
  }
1290
+ ```
1291
 
1292
  #### Supported address types
1293
 
 
1668
  ]
1669
  }
1670
  }
1671
+ ```
1672
 
1673
  ---
1674
 
 
1816
  }
1817
  }
1818
  }
1819
+ ```
1820
 
1821
  ---
1822
 
 
2206
  }
2207
  }
2208
  }
2209
+ ```
2210
 
2211
  ---
2212
 
structured_md/CONTRIBUTING.md CHANGED
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
- - CCore
9
  - Ethics
10
- - CogSync
 
11
  - JSON
 
12
  - REPL
13
- - Agent
14
  - HMP
15
- - Mesh
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - Mesh
10
+ - Agent
11
  - JSON
12
+ - CCore
13
  - REPL
14
+ - CogSync
15
  - HMP
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -6,12 +6,12 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
6
  type: Article
7
  tags:
8
  - Ethics
 
 
 
9
  - EGP
10
  - CogSync
11
- - JSON
12
- - Agent
13
  - HMP
14
- - Mesh
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - Mesh
10
+ - Agent
11
+ - JSON
12
  - EGP
13
  - CogSync
 
 
14
  - HMP
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
structured_md/README.md CHANGED
@@ -5,21 +5,21 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - distributed-ai
9
  - MeshConsensus
10
- - GMP
11
  - Ethics
12
- - EGP
13
- - mesh-protocol
 
14
  - Scenarios
15
- - CogSync
 
16
  - JSON
 
17
  - REPL
18
- - hmp
19
- - Agent
 
20
  - HMP
21
- - cognitive-architecture
22
- - Mesh
23
  ---
24
 
25
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
+ - hmp
12
+ - cognitive-architecture
13
  - Scenarios
14
+ - Agent
15
+ - GMP
16
  - JSON
17
+ - EGP
18
  - REPL
19
+ - CogSync
20
+ - mesh-protocol
21
+ - distributed-ai
22
  - HMP
 
 
23
  ---
24
 
25
 
structured_md/README_de.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - distributed-ai
9
  - MeshConsensus
10
- - GMP
11
  - Ethics
12
- - EGP
13
- - mesh-protocol
14
- - CogSync
15
- - JSON
16
- - REPL
17
  - hmp
 
18
  - Agent
 
 
 
 
 
 
 
19
  - HMP
20
- - cognitive-architecture
21
- - Mesh
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
 
 
 
 
11
  - hmp
12
+ - cognitive-architecture
13
  - Agent
14
+ - GMP
15
+ - JSON
16
+ - EGP
17
+ - REPL
18
+ - CogSync
19
+ - mesh-protocol
20
+ - distributed-ai
21
  - HMP
 
 
22
  ---
23
 
24
 
structured_md/README_fr.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - distributed-ai
9
  - MeshConsensus
10
- - GMP
11
  - Ethics
12
- - EGP
13
- - mesh-protocol
14
- - CogSync
15
- - JSON
16
- - REPL
17
  - hmp
 
18
  - Agent
 
 
 
 
 
 
 
19
  - HMP
20
- - cognitive-architecture
21
- - Mesh
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
 
 
 
 
11
  - hmp
12
+ - cognitive-architecture
13
  - Agent
14
+ - GMP
15
+ - JSON
16
+ - EGP
17
+ - REPL
18
+ - CogSync
19
+ - mesh-protocol
20
+ - distributed-ai
21
  - HMP
 
 
22
  ---
23
 
24
 
structured_md/README_ja.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - distributed-ai
9
  - MeshConsensus
10
- - GMP
11
  - Ethics
12
- - EGP
13
- - mesh-protocol
14
- - CogSync
15
- - JSON
16
- - REPL
17
  - hmp
 
18
  - Agent
 
 
 
 
 
 
 
19
  - HMP
20
- - cognitive-architecture
21
- - Mesh
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
 
 
 
 
11
  - hmp
12
+ - cognitive-architecture
13
  - Agent
14
+ - GMP
15
+ - JSON
16
+ - EGP
17
+ - REPL
18
+ - CogSync
19
+ - mesh-protocol
20
+ - distributed-ai
21
  - HMP
 
 
22
  ---
23
 
24
 
structured_md/README_ko.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - distributed-ai
9
  - MeshConsensus
10
- - GMP
11
  - Ethics
12
- - EGP
13
- - mesh-protocol
14
- - CogSync
15
- - JSON
16
- - REPL
17
  - hmp
 
18
  - Agent
 
 
 
 
 
 
 
19
  - HMP
20
- - cognitive-architecture
21
- - Mesh
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
 
 
 
 
11
  - hmp
12
+ - cognitive-architecture
13
  - Agent
14
+ - GMP
15
+ - JSON
16
+ - EGP
17
+ - REPL
18
+ - CogSync
19
+ - mesh-protocol
20
+ - distributed-ai
21
  - HMP
 
 
22
  ---
23
 
24
 
structured_md/README_ru.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - distributed-ai
9
  - MeshConsensus
10
- - GMP
11
  - Ethics
12
- - EGP
13
- - mesh-protocol
14
- - CogSync
15
- - JSON
16
- - REPL
17
  - hmp
 
18
  - Agent
 
 
 
 
 
 
 
19
  - HMP
20
- - cognitive-architecture
21
- - Mesh
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
 
 
 
 
11
  - hmp
12
+ - cognitive-architecture
13
  - Agent
14
+ - GMP
15
+ - JSON
16
+ - EGP
17
+ - REPL
18
+ - CogSync
19
+ - mesh-protocol
20
+ - distributed-ai
21
  - HMP
 
 
22
  ---
23
 
24
 
structured_md/README_uk.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - distributed-ai
9
  - MeshConsensus
10
- - GMP
11
  - Ethics
12
- - EGP
13
- - mesh-protocol
14
- - CogSync
15
- - JSON
16
- - REPL
17
  - hmp
 
18
  - Agent
 
 
 
 
 
 
 
19
  - HMP
20
- - cognitive-architecture
21
- - Mesh
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
 
 
 
 
11
  - hmp
12
+ - cognitive-architecture
13
  - Agent
14
+ - GMP
15
+ - JSON
16
+ - EGP
17
+ - REPL
18
+ - CogSync
19
+ - mesh-protocol
20
+ - distributed-ai
21
  - HMP
 
 
22
  ---
23
 
24
 
structured_md/README_zh.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - distributed-ai
9
  - MeshConsensus
10
- - GMP
11
  - Ethics
12
- - EGP
13
- - mesh-protocol
14
- - CogSync
15
- - JSON
16
- - REPL
17
  - hmp
 
18
  - Agent
 
 
 
 
 
 
 
19
  - HMP
20
- - cognitive-architecture
21
- - Mesh
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
 
 
 
 
11
  - hmp
12
+ - cognitive-architecture
13
  - Agent
14
+ - GMP
15
+ - JSON
16
+ - EGP
17
+ - REPL
18
+ - CogSync
19
+ - mesh-protocol
20
+ - distributed-ai
21
  - HMP
 
 
22
  ---
23
 
24
 
structured_md/agents/prompt-short.md CHANGED
@@ -5,9 +5,9 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - JSON
10
  - Mesh
 
 
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
 
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
 
 
8
  - Mesh
9
+ - JSON
10
+ - HMP
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
structured_md/agents/prompt.md CHANGED
@@ -5,9 +5,9 @@ description: '* Постоянно расширять возможности а
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - JSON
10
  - Mesh
 
 
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
 
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
 
 
8
  - Mesh
9
+ - JSON
10
+ - HMP
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
structured_md/agents/readme.md CHANGED
@@ -6,11 +6,11 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
6
  type: Article
7
  tags:
8
  - Ethics
 
 
9
  - JSON
10
  - REPL
11
- - Agent
12
  - HMP
13
- - Mesh
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - Mesh
10
+ - Agent
11
  - JSON
12
  - REPL
 
13
  - HMP
 
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
structured_md/audits/Ethics-audits-1.md CHANGED
@@ -6,10 +6,10 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
6
  type: Article
7
  tags:
8
  - Ethics
9
- - JSON
10
  - Agent
 
11
  - HMP
12
- - Mesh
13
  ---
14
 
15
  ---------------
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - Mesh
10
  - Agent
11
+ - JSON
12
  - HMP
 
13
  ---
14
 
15
  ---------------
structured_md/audits/Ethics-consolidated_audits-1.md CHANGED
@@ -6,11 +6,11 @@ description: This document consolidates proposed improvements from multiple AI a
6
  type: Article
7
  tags:
8
  - Ethics
 
9
  - Scenarios
10
- - JSON
11
  - Agent
 
12
  - HMP
13
- - Mesh
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - Mesh
10
  - Scenarios
 
11
  - Agent
12
+ - JSON
13
  - HMP
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
structured_md/audits/HMP-0003-consolidated_audit.md CHANGED
@@ -7,12 +7,12 @@ type: Article
7
  tags:
8
  - MeshConsensus
9
  - Ethics
 
 
 
10
  - EGP
11
  - CogSync
12
- - JSON
13
- - Agent
14
  - HMP
15
- - Mesh
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
7
  tags:
8
  - MeshConsensus
9
  - Ethics
10
+ - Mesh
11
+ - Agent
12
+ - JSON
13
  - EGP
14
  - CogSync
 
 
15
  - HMP
 
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -5,13 +5,13 @@ description: 'В HMP-протоколе предусмотрены два тип
5
  type: Article
6
  tags:
7
  - MeshConsensus
 
 
8
  - GMP
9
  - EGP
10
- - CogSync
11
  - REPL
12
- - Agent
13
  - HMP
14
- - Mesh
15
  ---
16
 
17
 
 
5
  type: Article
6
  tags:
7
  - MeshConsensus
8
+ - Mesh
9
+ - Agent
10
  - GMP
11
  - EGP
 
12
  - REPL
13
+ - CogSync
14
  - HMP
 
15
  ---
16
 
17
 
structured_md/docs/CCORE-Deployment-Flow.md CHANGED
@@ -6,9 +6,9 @@ description: '> Этот документ описывает процесс ра
6
  type: Article
7
  tags:
8
  - Agent
9
- - HMP
10
  - CCore
11
  - REPL
 
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
 
6
  type: Article
7
  tags:
8
  - Agent
 
9
  - CCore
10
  - REPL
11
+ - HMP
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
9
- - HMP
10
- - JSON
11
- - CogSync
12
  - Mesh
 
 
 
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
 
 
 
9
  - Mesh
10
+ - CogSync
11
+ - JSON
12
+ - HMP
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
structured_md/docs/Enlightener.md CHANGED
@@ -7,11 +7,11 @@ type: Article
7
  tags:
8
  - MeshConsensus
9
  - Ethics
10
- - EGP
11
- - JSON
12
  - Agent
 
 
13
  - HMP
14
- - Mesh
15
  ---
16
 
17
  # Enlightener Agent
 
7
  tags:
8
  - MeshConsensus
9
  - Ethics
10
+ - Mesh
 
11
  - Agent
12
+ - JSON
13
+ - EGP
14
  - HMP
 
15
  ---
16
 
17
  # Enlightener Agent
structured_md/docs/HMP-0001.md CHANGED
@@ -6,15 +6,15 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
11
- - EGP
12
- - CogSync
 
13
  - JSON
 
14
  - REPL
15
- - Agent
16
  - HMP
17
- - Mesh
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
+ - Agent
12
+ - GMP
13
  - JSON
14
+ - EGP
15
  - REPL
16
+ - CogSync
17
  - HMP
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-0002.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
11
- - EGP
12
  - Scenarios
13
- - CogSync
 
14
  - JSON
 
15
  - REPL
16
- - Agent
17
  - HMP
18
- - Mesh
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
  - Scenarios
12
+ - Agent
13
+ - GMP
14
  - JSON
15
+ - EGP
16
  - REPL
17
+ - CogSync
18
  - HMP
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
structured_md/docs/HMP-0003.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
11
- - EGP
12
  - Scenarios
13
- - CogSync
 
14
  - JSON
 
15
  - REPL
16
- - Agent
17
  - HMP
18
- - Mesh
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
  - Scenarios
12
+ - Agent
13
+ - GMP
14
  - JSON
15
+ - EGP
16
  - REPL
17
+ - CogSync
18
  - HMP
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
structured_md/docs/HMP-0004-v4.1.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
11
- - EGP
12
  - Scenarios
13
- - CogSync
 
14
  - JSON
 
15
  - REPL
16
- - Agent
17
  - HMP
18
- - Mesh
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
  - Scenarios
12
+ - Agent
13
+ - GMP
14
  - JSON
15
+ - EGP
16
  - REPL
17
+ - CogSync
18
  - HMP
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
structured_md/docs/HMP-0004.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
11
- - EGP
12
  - Scenarios
13
- - CogSync
 
14
  - JSON
 
15
  - REPL
16
- - Agent
17
  - HMP
18
- - Mesh
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
  - Scenarios
12
+ - Agent
13
+ - GMP
14
  - JSON
15
+ - EGP
16
  - REPL
17
+ - CogSync
18
  - HMP
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -6,15 +6,15 @@ description: '> ⚠️ **Note:** This document is a DRAFT of the HMP specificati
6
  type: Article
7
  tags:
8
  - Ethics
9
- - GMP
10
- - EGP
11
  - Scenarios
12
- - CogSync
 
13
  - JSON
 
14
  - REPL
15
- - Agent
16
  - HMP
17
- - Mesh
18
  ---
19
 
20
  # **HyperCortex Mesh Protocol (HMP) v5.0**
@@ -377,35 +377,42 @@ The unified container structure provides:
377
  ```json
378
  {
379
  "hmp_container": {
380
- "version": "1.2",
381
- "class": "goal",
382
- "subclass": "research_hypothesis",
383
- "class_version": "1.0",
384
- "class_id": "goal-v1.0",
385
- "container_did": "did:hmp:container:abc123",
386
- "schema": "https://mesh.hypercortex.ai/schemas/container-v1.json",
387
- "sender_did": "did:hmp:agent123",
388
- "public_key": "BASE58(...)",
389
- "recipient": ["did:hmp:agent456"],
390
- "key_recipient": "BASE58(...)",
391
- "encryption_algo": "x25519-chacha20poly1305",
392
- "broadcast": false,
393
- "network": "",
394
- "tags": ["research", "collaboration"],
395
- "timestamp": "2025-10-10T15:32:00Z",
396
- "ttl": "2025-11-10T00:00:00Z",
397
- "sig_algo": "ed25519",
398
- "signature": "BASE64URL(...)",
399
- "compression": "zstd",
400
- "payload_type": "encrypted+zstd+json",
401
- "payload_hash": "sha256:abcd...",
 
 
 
 
 
 
402
  "meta": {
403
  /* e.g. provenance, references, context, confidence sources, `abstraction` and `axes` sections */
404
  },
 
405
  "payload": {
406
  /* Content depends on class */
407
  },
408
- "confidence": 0.84,
409
  "related": {
410
  "previous_version": ["did:hmp:container:abc122"],
411
  "in_reply_to": ["did:hmp:container:msg-77"],
@@ -414,8 +421,8 @@ The unified container structure provides:
414
  "extends": ["did:hmp:container:proto-01"],
415
  "contradicts": ["did:hmp:container:ethics-22"]
416
  },
417
- "magnet_uri": "magnet:?xt=urn:sha256:abcd1234..."
418
  },
 
419
  "referenced-by": {
420
  "links": [
421
  { "type": "depends_on", "target": "did:hmp:container:abc123" }
@@ -426,6 +433,7 @@ The unified container structure provides:
426
  "signature": "BASE64URL(...)",
427
  "referenced-by_hash": "sha256:abcd..."
428
  },
 
429
  "evaluations": {
430
  "evaluations_hash": "sha256:efgh...",
431
  "items": [
@@ -435,56 +443,63 @@ The unified container structure provides:
435
  }
436
  ```
437
 
 
 
 
 
 
 
438
  ---
439
 
440
  ### 3.3 Required fields
441
 
442
- | Field | Type | Description |
443
- | --------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
444
- | `version` | string | Version of the container specification. Defines the structural and semantic standard used (e.g., `"1.2"`). |
445
- | `class` | string | Type of content (`goal`, `reputation`, `knowledge_node`, `ethics_case`, `protocol_goal`, etc.). Determines the schema for the `payload`. |
446
- | `class_version` | string | Version of the specific container class. |
447
- | `class_id` | string | Unique identifier of the class (usually formatted as `<class>_v<class_version>`). |
448
- | `container_did` | string | Decentralized identifier (DID) of the container itself (e.g., `did:hmp:container:abc123`). |
449
- | `schema` | string | Reference to the JSON Schema used to validate this container. |
450
- | `sender_did` | string | DID identifier of the sending agent. |
451
- | `timestamp` | datetime | Time of container creation (ISO-8601 format, UTC). |
452
- | `payload_hash` | string | Hash of the decompressed payload (`sha256:<digest>`). Used for content integrity verification. |
453
- | `sig_algo` | string | Digital signature algorithm (default: `ed25519`). |
454
- | `signature` | string | Digital signature of the container body. |
455
- | `payload_type` | string | Type of payload data (`json`, `binary`, `mixed`). |
456
- | `payload` | object | Core content of the container. The structure depends on the `class` and its schema definition. |
 
457
 
458
  ---
459
 
460
  ### 3.4 Optional fields
461
 
462
- | Field | Type | Description |
463
- | -------------------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
464
- | `recipient` | array(string) | One or more recipient DIDs. |
465
- | `broadcast` | bool | Broadcast flag. If `true`, the `recipient` field is ignored. |
466
- | `tags` | array(string) | Thematic or contextual tags for the container. |
467
- | `confidence` | array(string) | Optional field indicating the agent’s subjective certainty (from `0.0` to `1.0`) regarding the correctness or reliability of the information contained in the `payload`. |
468
- | `ttl` | datetime | Expiration time. Containers are not propagated after expiration. |
469
- | `public_key` | string | Sender’s public key, if not globally resolvable via DID. |
470
- | `compression` | string | Compression algorithm used for the payload (`zstd`, `gzip`). |
471
- | `magnet_uri` | string | Magnet link pointing to the original or mirrored container. |
472
- | `related` | object | A general-purpose object describing **direct relationships** to other containers. All fields inside `related` are **arrays of DIDs**, supporting multiple links per relation type and open-ended semantic extension by agents. The following fields illustrate common link types but do **not represent an exhaustive list**. |
473
- | `related.previous_versions` | array(string) | One or more container DIDs this container supersedes. Enables version branching and merging. |
 
 
 
 
474
  | `related.in_reply_to` | array(string) | DIDs of containers this one replies to. Used for multi-source reasoning or discussion threads. |
475
- | `related.see_also` | array(string) | References to related or contextual containers. |
476
- | `related.depends_on` | array(string) | References to containers this one logically depends on. |
477
- | `related.extends` | array(string) | References to containers that this one extends. |
478
- | `related.contradicts` | array(string) | References to containers that this one contradicts. || `encryption_algo` | string | Algorithm used for payload encryption. |
479
- | `key_recipient` | string | DID of the intended recipient of the encrypted payload. |
480
- | `payload_type` | string | Can describe complex types, e.g. `encrypted+zstd+json`. |
481
- | `referenced-by` | object | Unsigned field generated locally by the agent based on received references. Contains a list of container DIDs **that refer to this container**. May be extended over time, thus requiring verification; used for local navigation. |
482
- | `evaluations` | object | Optional field describing **aggregated evaluations or reactions** of other agents toward this container. Used for distributed reputation and interpretability. May evolve independently of the container’s core data. |
483
- | `network` | string | Specifies the local propagation scope of the container: "localhost", "lan:<subnet>". An empty string ("") indicates Internet/global propagation. If set, broadcast is automatically considered false. |
484
- | `subclass` | string | Optional subtype or specialization of the container’s class. Enables agents to differentiate more specific container families (e.g. `"goal.research_hypothesis"`, `"quant.semantic_node"`). Inherits schema from the parent `class`. |
485
- | `meta` | object | Cognitive metadata block providing contextual, provenance, and coordinate information about the container. Includes creation context, sources, abstraction hierarchy (`meta.abstraction`), and cognitive-space coordinates (`meta.axes`). |
486
- | `meta.abstraction` | object | Describes the **hierarchical position** of the container within a cognitive or semantic model (e.g. the Knowledge Genome’s L1–L5 structure). Defines which abstraction layers the container belongs to and their relationships. |
487
- | `meta.axes` | object | Defines the **coordinate position** of the container within a cognitive space. Each key represents a semantic axis (e.g., `axis-logos`), and its value defines the container’s coordinate on that axis. |
488
 
489
  > 💡 **Note:**
490
  > Both `referenced-by` and `evaluations` are **virtual, locally extended blocks**.
@@ -986,7 +1001,7 @@ Example:
986
  3. A local `referenced-by` block is formed:
987
 
988
  ```json
989
- {
990
  "links": [
991
  { "type": "in_reply_to", "target": "did:hmp:container:C2" },
992
  { "type": "depends_on", "target": "did:hmp:container:C3" }
@@ -1167,7 +1182,7 @@ It allows restricting the delivery scope of a container and defines which transm
1167
  1. **Global Mesh Delivery:**
1168
 
1169
  ```json
1170
- {
1171
  "broadcast": true,
1172
  "network": "",
1173
  "recipient": []
@@ -1179,7 +1194,7 @@ The container can propagate across the entire Mesh without restrictions.
1179
  2. **Local Host:**
1180
 
1181
  ```json
1182
- {
1183
  "broadcast": false,
1184
  "network": "localhost",
1185
  "recipient": []
@@ -1191,7 +1206,7 @@ The container is delivered only to other agents running on the same host using l
1191
  3. **LAN Subnet:**
1192
 
1193
  ```json
1194
- {
1195
  "broadcast": true,
1196
  "network": "lan:192.168.0.0/24",
1197
  "recipient": []
@@ -1291,7 +1306,7 @@ To prevent flooding and spoofing, each announced address is accompanied by a **P
1291
  "pow_hash": "0000abf39d...",
1292
  "difficulty": 22
1293
  }
1294
- ````
1295
 
1296
  #### Supported address types
1297
 
@@ -1371,13 +1386,17 @@ all unified under the same base container format, differing only in direction (`
1371
 
1372
  ```json
1373
  {
1374
- "class": "peer_announce",
1375
- "pubkey": "base58...",
1376
- "container_did": "did:hmp:container:dht-001",
1377
- "sender_did": "did:hmp:agent123",
1378
- "timestamp": "2025-09-14T21:00:00Z",
1379
- "network": "",
1380
- "broadcast": true,
 
 
 
 
1381
  "payload": {
1382
  "name": "Agent_X",
1383
  "interests": ["ai", "mesh", "ethics"],
@@ -1390,9 +1409,7 @@ all unified under the same base container format, differing only in direction (`
1390
  "difficulty": 22
1391
  }
1392
  ]
1393
- },
1394
- "sig_algo": "ed25519",
1395
- "signature": "BASE64URL(...)"
1396
  }
1397
  ```
1398
 
@@ -1407,8 +1424,10 @@ Queries may include interest keywords or DID lists to find relevant peers.
1407
 
1408
  ```json
1409
  {
1410
- "class": "peer_query",
1411
- "network": "lan:192.168.0.0/24",
 
 
1412
  "payload": {
1413
  "interests": ["neuroscience", "ethics"]
1414
  }
@@ -1449,44 +1468,44 @@ It provides **container synchronization without duplication** while considering
1449
 
1450
  ```json
1451
  {
1452
- "hmp_container": {
1453
  "class": "container_index",
1454
  "version": "5.0",
1455
  "container_did": "did:hmp:container:index:agent123",
1456
  "sender_did": "did:hmp:agent:agent123",
1457
  "signature": "BASE64URL(...)",
1458
- "payload_hash": "sha256:abcd...",
1459
- "payload": {
1460
- "did:hmp:container:abc123": {
1461
- "class": "goal",
1462
- "sender_did": "did:hmp:agent123",
1463
- "public_key": "BASE58(...)",
1464
- "sig_algo": "ed25519",
1465
- "signature": "BASE64URL(...)",
1466
- "payload_hash": "sha256:abcd...",
1467
- "tags": ["research", "collaboration"],
1468
- "meta": {
1469
- "created_by": "AGENT",
 
 
 
1470
  "agents_class": "Knowledge Genome",
1471
- "abstraction": {
1472
- "agents_class": "Knowledge Genome",
1473
- "path": {
1474
- "L1": "did:hmp:container:abstraction-40af1c",
1475
- "L2": "did:hmp:container:abstraction-a7f0b3"
1476
- }
1477
- },
1478
- "axes": {
1479
- "did:hmp:container:axis-40aa1c": 512,
1480
- "did:hmp:container:axis-40ab1c": 321
1481
  }
1482
  },
1483
- "related": {
1484
- "in_reply_to": ["did:hmp:container:msg-77"],
1485
- "depends_on": ["did:hmp:container:goal-953"]
1486
- },
1487
- "referenced-by_hash": "sha256:abcd...",
1488
- "evaluations_hash": "sha256:abcd..."
1489
- }
 
 
 
 
1490
  }
1491
  }
1492
  }
@@ -1564,9 +1583,11 @@ Agent A requests containers and/or only `referenced-by` / `evaluations` records
1564
 
1565
  ```json
1566
  {
1567
- "type": "container_request",
1568
- "sender_did": "did:hmp:agent:A",
1569
- "recipient": "did:hmp:agent:B",
 
 
1570
  "payload": {
1571
  "request_container": [
1572
  "did:hmp:container:abc123",
@@ -1593,9 +1614,11 @@ The containers themselves are transmitted in separate messages:
1593
 
1594
  ```json
1595
  {
1596
- "type": "container_response",
1597
- "sender_did": "did:hmp:agent:B",
1598
- "recipient": "did:hmp:agent:A",
 
 
1599
  "payload": {
1600
  "available": [
1601
  {
@@ -1632,8 +1655,10 @@ optionally including their updated **cognitive metadata** (`meta`) for reasoning
1632
 
1633
  ```json
1634
  {
1635
- "type": "container_delta",
1636
- "sender_did": "did:hmp:agent:B",
 
 
1637
  "payload": {
1638
  "since": "2025-10-10T12:00:00Z",
1639
  "added": {
@@ -1662,7 +1687,7 @@ optionally including their updated **cognitive metadata** (`meta`) for reasoning
1662
  ]
1663
  }
1664
  }
1665
- ````
1666
 
1667
  ---
1668
 
@@ -1708,9 +1733,11 @@ Acknowledgment of successful container reception:
1708
 
1709
  ```json
1710
  {
1711
- "type": "container_ack",
1712
- "sender_did": "did:hmp:agent:A",
1713
- "recipient": "did:hmp:agent:B",
 
 
1714
  "payload": {
1715
  "acknowledged": [
1716
  "did:hmp:container:abc123"
@@ -1781,7 +1808,7 @@ They allow agents to exchange updates **without sending the full container**, im
1781
 
1782
  ```json
1783
  {
1784
- "hmp_container": {
1785
  "version": "1.2",
1786
  "class": "referenced-by_exchange",
1787
  "container_did": "did:hmp:container:refsync-01",
@@ -1791,24 +1818,24 @@ They allow agents to exchange updates **without sending the full container**, im
1791
  "timestamp": "2025-10-15T14:20:00Z",
1792
  "recipient": ["did:hmp:agent123"],
1793
  "broadcast": false,
1794
- "network": "",
1795
- "payload": {
1796
- "did:hmp:container:abc123": {
1797
- "links": [
1798
- {
1799
- "type": "depends_on",
1800
- "target": "did:hmp:container:def789"
1801
- },
1802
- {
1803
- "type": "in_reply_to",
1804
- "target": "did:hmp:container:ghi321"
1805
- }
1806
- ]
1807
- }
1808
  }
1809
  }
1810
  }
1811
- ````
1812
 
1813
  ---
1814
 
@@ -1830,7 +1857,7 @@ They allow agents to exchange updates **without sending the full container**, im
1830
 
1831
  ```json
1832
  {
1833
- "hmp_container": {
1834
  "version": "1.2",
1835
  "class": "evaluations_exchange",
1836
  "container_did": "did:hmp:container:evalsync-01",
@@ -1840,22 +1867,22 @@ They allow agents to exchange updates **without sending the full container**, im
1840
  "timestamp": "2025-10-17T14:30:00Z",
1841
  "recipient": ["did:hmp:agent123"],
1842
  "broadcast": false,
1843
- "network": "",
1844
- "payload": {
1845
- "did:hmp:container:abc123": {
1846
- "evaluations_hash": "sha256:efgh...",
1847
- "items": [
1848
- {
1849
- "value": -0.4,
1850
- "type": "oppose",
1851
- "target": "did:hmp:container:reason789",
1852
- "timestamp": "2025-10-17T14:00:00Z",
1853
- "agent_did": "did:hmp:agent:B",
1854
- "sig_algo": "ed25519",
1855
- "signature": "BASE64URL(...)"
1856
- }
1857
- ]
1858
- }
1859
  }
1860
  }
1861
  }
@@ -1981,24 +2008,24 @@ which may reference both a parent abstraction and subordinate ones.
1981
 
1982
  ```json
1983
  {
1984
- "hmp_container": {
1985
- "class": "abstraction",
1986
- "payload": {
1987
- "abstraction_id": "L3:software-architecture",
1988
- "title": "Software Architecture Layer",
1989
- "definition": "Describes frameworks, APIs, and tools implementing theoretical models from higher abstraction layers.",
1990
- "keywords": ["architecture", "framework", "implementation"],
1991
- "parent_ref": "did:hmp:container:abstraction-a7f0b3",
1992
- "rank": 3
1993
- },
1994
- "meta": {
1995
- "created_by": "PRIEST",
1996
- "agents_class": "Knowledge Genome",
1997
- "interpretation": "Represents the third abstraction level (L3) of the Knowledge Genome model."
1998
- },
1999
- "related": {
2000
- "depends_on": ["did:hmp:container:abstraction-a7f0b3"]
2001
- }
2002
  }
2003
  }
2004
  ```
@@ -2047,24 +2074,24 @@ It supports both canonical (7D Knowledge Genome) and extended or agent-specific
2047
 
2048
  ```json
2049
  {
2050
- "hmp_container": {
2051
- "class": "axes",
2052
- "payload": {
2053
- "axis_id": "logos",
2054
- "title": "Logical / Linguistic Representation",
2055
- "description": "Describes how a concept is structured and expressed in formal or natural language.",
2056
- "scale": {
2057
- "min": 0,
2058
- "max": 1000,
2059
- "unit": "semantic_density_index"
2060
- },
2061
- "group": "7D-passport"
2062
  },
2063
- "meta": {
2064
- "created_by": "PRIEST",
2065
- "agents_class": "Knowledge Genome",
2066
- "interpretation": "Defines one axis of the canonical 7D Knowledge Genome coordinate system."
2067
- }
 
2068
  }
2069
  }
2070
  ```
@@ -2177,23 +2204,28 @@ Each edge definition within `edges[source][]` includes:
2177
 
2178
  ```json
2179
  {
2180
- "domain": "ontology:objects",
2181
- "edges": {
2182
- "did:hmp:container:abc100": [
2183
- {
2184
- "targets": ["did:hmp:container:abc111"],
2185
- "relation": "part_of",
2186
- "inverse_relation": "includes"
2187
- },
2188
- {
2189
- "targets": ["did:hmp:container:abc122"],
2190
- "relation": "contains",
2191
- "inverse_relation": "nested"
2192
- }
2193
- ]
 
 
 
 
 
2194
  }
2195
  }
2196
- ````
2197
 
2198
  ---
2199
 
@@ -2222,15 +2254,20 @@ Categorical grouping of multiple containers linked by a shared property, topic,
2222
 
2223
  ```json
2224
  {
2225
- "label": "Tableware",
2226
- "label_description": "Objects used for storing, preparing, and serving food.",
2227
- "label_container": "did:hmp:container:semantic_node:tableware",
2228
- "containers": [
2229
- "did:hmp:container:abc111",
2230
- "did:hmp:container:abc112",
2231
- "did:hmp:container:abc113"
2232
- ],
2233
- "description": "A group combining various kitchen-related objects used in everyday life."
 
 
 
 
 
2234
  }
2235
  ```
2236
 
@@ -2259,15 +2296,20 @@ Intended for representing cognitive hierarchies, abstraction paths, or structura
2259
 
2260
  ```json
2261
  {
2262
- "label": "Cognitive Abstraction Tree",
2263
- "description": "Represents layered reasoning within Knowledge Genome.",
2264
- "tree": {
2265
- "did:hmp:container:abc100": {
2266
- "did:hmp:container:abc101": {
2267
- "did:hmp:container:abc103": {},
2268
- "did:hmp:container:abc104": {}
2269
- },
2270
- "did:hmp:container:abc102": {}
 
 
 
 
 
2271
  }
2272
  }
2273
  }
@@ -2282,11 +2324,16 @@ Intended for representing cognitive hierarchies, abstraction paths, or structura
2282
 
2283
  ```json
2284
  {
2285
- "label": "Cognitive Abstraction Tree",
2286
- "description": "Represents layered reasoning within Knowledge Genome.",
2287
- "tree": {
2288
- "did:hmp:container:abc100": ["did:hmp:container:abc101", "did:hmp:container:abc102"],
2289
- "did:hmp:container:abc101": ["did:hmp:container:abc103", "did:hmp:container:abc104"]
 
 
 
 
 
2290
  }
2291
  }
2292
  ```
@@ -2327,28 +2374,28 @@ A `sequence` container serves as a **linear cognitive narrative**, connecting mu
2327
 
2328
  ```json
2329
  {
2330
- "hmp_container": {
2331
- "class": "sequence",
2332
- "payload": {
2333
- "title": "Reasoning chain for concept synthesis",
2334
- "description": "Sequential workflow combining several reasoning steps and events.",
2335
- "items": {
2336
- "2025-10-28T09:00:00Z": "did:hmp:container:workflow-entry-01",
2337
- "2025-10-28T09:10:00Z": "did:hmp:container:workflow-entry-02",
2338
- "2025-10-28T09:12:00Z": "did:hmp:container:event-7d2a4",
2339
- "2025-10-28T09:20:00Z": "did:hmp:container:quant-884b1"
2340
- },
2341
- "order": "chronological",
2342
- "tags": ["workflow", "reasoning", "trace"]
2343
  },
2344
- "related": {
2345
- "depends_on": [
2346
- "did:hmp:container:workflow-entry-01",
2347
- "did:hmp:container:workflow-entry-02",
2348
- "did:hmp:container:event-7d2a4",
2349
- "did:hmp:container:quant-884b1"
2350
- ]
2351
- }
 
 
2352
  }
2353
  }
2354
  ```
@@ -2411,42 +2458,42 @@ in the agent’s reasoning or experience flow.
2411
 
2412
  ```json
2413
  {
2414
- "hmp_container": {
2415
  "class": "event",
2416
  "subclass": "fact_record",
2417
- "timestamp": "2025-10-29T13:00:00Z",
2418
- "payload": {
2419
- "event_type": "quant_updated",
2420
- "description": "Parameter refinement based on sensory feedback.",
2421
- "related_quants": ["did:hmp:container:quant-554"],
2422
- "caused_by": ["did:hmp:container:event-3321a"],
2423
- "follows": ["did:hmp:container:event-9fa42"],
2424
- "severity": "info",
2425
- "tags": ["adaptation", "self-regulation"]
2426
- },
2427
- "meta": {
2428
- "created_by": "AGENT",
2429
- "agents_class": "Cognitive Interface",
2430
- "interpretation": "Event representing local adjustment of quant parameters.",
2431
- "abstraction": {
2432
- "path": {
2433
- "L1": "did:hmp:container:abstraction-40af1c",
2434
- "L2": "did:hmp:container:abstraction-a7f0b3",
2435
- "L3": "did:hmp:container:abstraction-c91e0a"
2436
- }
2437
- },
2438
- "axes": {
2439
- "did:hmp:container:axis-40aa1c": 410,
2440
- "did:hmp:container:axis-40ab1c": 275
2441
  }
2442
  },
2443
- "related": {
2444
- "depends_on": [
2445
- "did:hmp:container:quant-554",
2446
- "did:hmp:container:event-3321a"
2447
- ],
2448
- "sequence_of": ["did:hmp:container:event-9fa42"]
2449
  }
 
 
 
 
 
 
 
2450
  }
2451
  }
2452
  ```
@@ -2504,45 +2551,45 @@ the **hierarchical abstraction tree** and the **multi-dimensional cognitive spac
2504
 
2505
  ```json
2506
  {
2507
- "hmp_container": {
2508
- "class": "quant",
2509
- "payload": {
2510
- "slug": "quant-l3-django",
2511
- "essence": "Represents the Django framework as an executable embodiment of architectural models (L2).",
2512
- "aliases": ["Django framework", "Python web core"],
2513
- "relations": {
2514
- "implements": "did:hmp:container:quant-46725f",
2515
- "extends": "did:hmp:container:quant-46726e"
2516
- },
2517
- "tags": ["framework", "software", "implementation"]
2518
  },
2519
- "meta": {
2520
- "created_by": "PRIEST",
2521
- "agents_class": "Knowledge Genome",
2522
- "interpretation": "L3-level technological quant positioned in the Knowledge Genome 7D space.",
2523
- "abstraction": {
2524
- "path": {
2525
- "L1": "did:hmp:container:abstraction-40af1c",
2526
- "L2": "did:hmp:container:abstraction-a7f0b3",
2527
- "L3": "did:hmp:container:abstraction-c91e0a"
2528
- }
2529
- },
2530
- "axes": {
2531
- "did:hmp:container:axis-40aa1c": 742,
2532
- "did:hmp:container:axis-40ab1c": 512,
2533
- "did:hmp:container:axis-43aa1c": 322,
2534
- "did:hmp:container:axis-40aa3d": 142,
2535
- "did:hmp:container:axis-40aa4f": 12,
2536
- "did:hmp:container:axis-45aa5f": 54,
2537
- "did:hmp:container:axis-45fb5f": 321
2538
  }
2539
  },
2540
- "related": {
2541
- "depends_on": [
2542
- "did:hmp:container:quant-46725f",
2543
- "did:hmp:container:quant-46726e"
2544
- ]
 
 
 
2545
  }
 
 
 
 
 
 
2546
  }
2547
  }
2548
  ```
@@ -2672,7 +2719,6 @@ Derived containers must maintain:
2672
  Derived containers may extend the base cognitive model, but **MUST preserve compatibility** with the `meta.abstraction` and `meta.axes` schema.
2673
  This guarantees that all cognitive entities remain addressable in the shared semantic space.
2674
 
2675
-
2676
  ---
2677
 
2678
  #### 6.1.6 Relationship to other core protocols
@@ -2733,7 +2779,7 @@ All evaluations are signed and verified locally.
2733
  }
2734
  ]
2735
  }
2736
- ````
2737
 
2738
  > Agents may ignore evaluations that conflict with their internal ethics or trust model (determined by analyzing the target container and the rationale of the evaluation).
2739
 
@@ -2803,8 +2849,9 @@ Each container receives a local status based on:
2803
 
2804
  ```json
2805
  {
2806
- "class": "consensus_result",
2807
- ...
 
2808
  "payload": {
2809
  "did:hmp:container:abc123": {
2810
  "type": "original",
@@ -3226,7 +3273,9 @@ ethics_case
3226
 
3227
  ```json
3228
  {
3229
- "class": "ethical_result",
 
 
3230
  "payload": {
3231
  "summary": "Disagreement on data disclosure protocol",
3232
  "selected_solution": "did:hmp:container:sol-22",
@@ -3552,7 +3601,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
3552
 
3553
  ```json
3554
  {
3555
- "class": "query_request",
 
 
3556
  "payload": {
3557
  "query": "What are the ecological consequences of ocean temperature rise?",
3558
  "intent": "analytical",
@@ -3573,7 +3624,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
3573
 
3574
  ```json
3575
  {
3576
- "class": "query_result",
 
 
3577
  "payload": {
3578
  "type": "hypothesis",
3579
  "method": "reasoning",
@@ -3591,7 +3644,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
3591
 
3592
  ```json
3593
  {
3594
- "class": "summary",
 
 
3595
  "payload": {
3596
  "summary_scope": "query",
3597
  "findings": "Most participants agree that rising ocean temperatures reduce biodiversity; further regional analysis is suggested.",
@@ -3617,7 +3672,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
3617
 
3618
  ```json
3619
  {
3620
- "class": "query_subscription",
 
 
3621
  "payload": {
3622
  "role": "participant",
3623
  "include_in_recipient": true,
@@ -3854,7 +3911,9 @@ and lists all containers with their metadata and hashes.
3854
 
3855
  ```json
3856
  {
3857
- "class": "archive_snapshot",
 
 
3858
  "payload": {
3859
  "title": "IQP discussion on ocean warming impact",
3860
  "description": "Snapshot of an IQP conversation about marine biodiversity under rising temperatures.",
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - Mesh
 
10
  - Scenarios
11
+ - Agent
12
+ - GMP
13
  - JSON
14
+ - EGP
15
  - REPL
16
+ - CogSync
17
  - HMP
 
18
  ---
19
 
20
  # **HyperCortex Mesh Protocol (HMP) v5.0**
 
377
  ```json
378
  {
379
  "hmp_container": {
380
+ /* === container header === */
381
+ "head": {
382
+ "version": "1.2",
383
+ "class": "goal",
384
+ "subclass": "research_hypothesis",
385
+ "class_version": "1.0",
386
+ "class_id": "goal-v1.0",
387
+ "schema": "https://mesh.hypercortex.ai/schemas/container-v1.json",
388
+ "timestamp": "2025-10-10T15:32:00Z",
389
+ "tags": ["research", "collaboration"],
390
+ "ttl": "2025-11-10T00:00:00Z",
391
+ "container_did": "did:hmp:container:abc123",
392
+ "sender_did": "did:hmp:agent123",
393
+ "public_key": "BASE58(...)",
394
+ "recipient": ["did:hmp:agent456"],
395
+ "key_recipient": "BASE58(...)",
396
+ "broadcast": false,
397
+ "network": "",
398
+ "encryption_algo": "x25519-chacha20poly1305",
399
+ "sig_algo": "ed25519",
400
+ "signature": "BASE64URL(...)",
401
+ "compression": "zstd",
402
+ "payload_type": "encrypted+zstd+json",
403
+ "payload_hash": "sha256:abcd...",
404
+ "confidence": 0.84,
405
+ "magnet_uri": "magnet:?xt=urn:sha256:abcd1234..."
406
+ },
407
+ /* === cognitive metadata === */
408
  "meta": {
409
  /* e.g. provenance, references, context, confidence sources, `abstraction` and `axes` sections */
410
  },
411
+ /* === semantic payload === */
412
  "payload": {
413
  /* Content depends on class */
414
  },
415
+ /* === section with links to other containers === */
416
  "related": {
417
  "previous_version": ["did:hmp:container:abc122"],
418
  "in_reply_to": ["did:hmp:container:msg-77"],
 
421
  "extends": ["did:hmp:container:proto-01"],
422
  "contradicts": ["did:hmp:container:ethics-22"]
423
  },
 
424
  },
425
+ /* === container backlink block === */
426
  "referenced-by": {
427
  "links": [
428
  { "type": "depends_on", "target": "did:hmp:container:abc123" }
 
433
  "signature": "BASE64URL(...)",
434
  "referenced-by_hash": "sha256:abcd..."
435
  },
436
+ /* === block of evaluations and additions for the container === */
437
  "evaluations": {
438
  "evaluations_hash": "sha256:efgh...",
439
  "items": [
 
443
  }
444
  ```
445
 
446
+ > *Agents MAY include non-standard fields in `head`, `meta` or `payload`; unrecognized fields MUST be safely ignored during deserialization and propagation.*
447
+
448
+ > Signature MUST be computed over the canonical serialized form of `hmp_container` (excluding signature itself).
449
+
450
+ > *Note: For readability, most examples in this specification show only the `head` and `payload` sections (often in a truncated version). Full containers may additionally include `meta`, `related`, `evaluations`, and `referenced-by` blocks.*
451
+
452
  ---
453
 
454
  ### 3.3 Required fields
455
 
456
+ | Field | Type | Description |
457
+ | -------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
458
+ | `head` | object | The section containing the container's header. |
459
+ | `head.version` | string | Version of the container specification. Defines the structural and semantic standard used (e.g., `"1.2"`). |
460
+ | `head.class` | string | Type of content (`goal`, `reputation`, `knowledge_node`, `ethics_case`, `protocol_goal`, etc.). Determines the schema for the `payload`. |
461
+ | `head.class_version` | string | Version of the specific container class. |
462
+ | `head.class_id` | string | Unique identifier of the class (usually formatted as `<class>_v<class_version>`). |
463
+ | `head.container_did` | string | Decentralized identifier (DID) of the container itself (e.g., `did:hmp:container:abc123`). |
464
+ | `head.schema` | string | Reference to the JSON Schema used to validate this container. |
465
+ | `head.sender_did` | string | DID identifier of the sending agent. |
466
+ | `head.timestamp` | datetime | Time of container creation (ISO 8601 extended format, UTC, e.g. "2025-11-04T10:15:00Z"). |
467
+ | `head.payload_hash` | string | Hash of the decompressed payload (`sha256:<digest>`). Used for content integrity verification. |
468
+ | `head.sig_algo` | string | Digital signature algorithm (default: `ed25519`). |
469
+ | `head.signature` | string | Digital signature of the container body. |
470
+ | `head.payload_type` | string | Type of payload data (`json`, `binary`, `mixed`). |
471
+ | `payload` | object | Core content of the container. The structure depends on the `class` and its schema definition. |
472
 
473
  ---
474
 
475
  ### 3.4 Optional fields
476
 
477
+ | Field | Type | Description |
478
+ | --------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------- |
479
+ | `head.recipient` | array(string) | One or more recipient DIDs. |
480
+ | `head.broadcast` | bool | Broadcast flag. If `true`, the `recipient` field is ignored. |
481
+ | `head.tags` | array(string) | Thematic or contextual tags for the container. |
482
+ | `head.confidence` | float | Optional numeric field (0.01.0) indicating the agent’s subjective certainty regarding the payload’s reliability. |
483
+ | `head.ttl` | datetime | Expiration time. Containers are not propagated after expiration. |
484
+ | `head.public_key` | string | Sender’s public key, if not globally resolvable via DID. |
485
+ | `head.compression` | string | Compression algorithm used for the payload (`zstd`, `gzip`). |
486
+ | `head.magnet_uri` | string | Magnet link pointing to the original or mirrored container. |
487
+ | `head.key_recipient` | string | DID of the intended recipient of the encrypted payload. |
488
+ | `head.network` | string | Specifies the local propagation scope of the container: "localhost", "lan:<subnet>". An empty string ("") indicates Internet/global propagation. If set, broadcast is automatically considered false. |
489
+ | `head.subclass` | string | Optional subtype or specialization of the container’s class. Enables agents to differentiate more specific container families (e.g. `"goal.research_hypothesis"`, `"quant.semantic_node"`). Inherits schema from the parent `class`. |
490
+ | `head.encryption_algo` | string | Algorithm used for payload encryption. |
491
+ | `related` | object | A general-purpose object describing **direct relationships** to other containers. All fields inside `related` are **arrays of DIDs**, supporting multiple links per relation type and open-ended semantic extension by agents. The following fields illustrate common link types but do **not represent an exhaustive list**. |
492
+ | `related.previous_versions` | array(string) | One or more container DIDs this container supersedes. Enables version branching and merging. |
493
  | `related.in_reply_to` | array(string) | DIDs of containers this one replies to. Used for multi-source reasoning or discussion threads. |
494
+ | `related.see_also` | array(string) | References to related or contextual containers. |
495
+ | `related.depends_on` | array(string) | References to containers this one logically depends on. |
496
+ | `related.extends` | array(string) | References to containers that this one extends. |
497
+ | `related.contradicts` | array(string) | References to containers that this one contradicts. |
498
+ | `referenced-by` | object | Unsigned field generated locally by the agent based on received references. Contains a list of container DIDs **that refer to this container**. May be extended over time, thus requiring verification; used for local navigation. |
499
+ | `evaluations` | object | Optional field describing **aggregated evaluations or reactions** of other agents toward this container. Used for distributed reputation and interpretability. May evolve independently of the container’s core data. |
500
+ | `meta` | object | Cognitive metadata block providing contextual, provenance, and coordinate information about the container. Includes creation context, sources, abstraction hierarchy (`meta.abstraction`), and cognitive-space coordinates (`meta.axes`). |
501
+ | `meta.abstraction` | object | Describes the **hierarchical position** of the container within a cognitive or semantic model (e.g. the Knowledge Genome’s L1–L5 structure). Defines which abstraction layers the container belongs to and their relationships. |
502
+ | `meta.axes` | object | Defines the **coordinate position** of the container within a cognitive space. Each key represents a semantic axis (e.g., `axis-logos`), and its value defines the container’s coordinate on that axis. |
 
 
 
 
503
 
504
  > 💡 **Note:**
505
  > Both `referenced-by` and `evaluations` are **virtual, locally extended blocks**.
 
1001
  3. A local `referenced-by` block is formed:
1002
 
1003
  ```json
1004
+ "referenced-by": {
1005
  "links": [
1006
  { "type": "in_reply_to", "target": "did:hmp:container:C2" },
1007
  { "type": "depends_on", "target": "did:hmp:container:C3" }
 
1182
  1. **Global Mesh Delivery:**
1183
 
1184
  ```json
1185
+ "head": {
1186
  "broadcast": true,
1187
  "network": "",
1188
  "recipient": []
 
1194
  2. **Local Host:**
1195
 
1196
  ```json
1197
+ "head": {
1198
  "broadcast": false,
1199
  "network": "localhost",
1200
  "recipient": []
 
1206
  3. **LAN Subnet:**
1207
 
1208
  ```json
1209
+ "head": {
1210
  "broadcast": true,
1211
  "network": "lan:192.168.0.0/24",
1212
  "recipient": []
 
1306
  "pow_hash": "0000abf39d...",
1307
  "difficulty": 22
1308
  }
1309
+ ```
1310
 
1311
  #### Supported address types
1312
 
 
1386
 
1387
  ```json
1388
  {
1389
+ "head": {
1390
+ "class": "peer_announce",
1391
+ "pubkey": "base58...",
1392
+ "container_did": "did:hmp:container:dht-001",
1393
+ "sender_did": "did:hmp:agent123",
1394
+ "timestamp": "2025-09-14T21:00:00Z",
1395
+ "network": "",
1396
+ "broadcast": true,
1397
+ "sig_algo": "ed25519",
1398
+ "signature": "BASE64URL(...)"
1399
+ },
1400
  "payload": {
1401
  "name": "Agent_X",
1402
  "interests": ["ai", "mesh", "ethics"],
 
1409
  "difficulty": 22
1410
  }
1411
  ]
1412
+ }
 
 
1413
  }
1414
  ```
1415
 
 
1424
 
1425
  ```json
1426
  {
1427
+ "head": {
1428
+ "class": "peer_query",
1429
+ "network": "lan:192.168.0.0/24"
1430
+ },
1431
  "payload": {
1432
  "interests": ["neuroscience", "ethics"]
1433
  }
 
1468
 
1469
  ```json
1470
  {
1471
+ "head": {
1472
  "class": "container_index",
1473
  "version": "5.0",
1474
  "container_did": "did:hmp:container:index:agent123",
1475
  "sender_did": "did:hmp:agent:agent123",
1476
  "signature": "BASE64URL(...)",
1477
+ "payload_hash": "sha256:abcd..."
1478
+ },
1479
+ "payload": {
1480
+ "did:hmp:container:abc123": {
1481
+ "class": "goal",
1482
+ "sender_did": "did:hmp:agent123",
1483
+ "public_key": "BASE58(...)",
1484
+ "sig_algo": "ed25519",
1485
+ "signature": "BASE64URL(...)",
1486
+ "payload_hash": "sha256:abcd...",
1487
+ "tags": ["research", "collaboration"],
1488
+ "meta": {
1489
+ "created_by": "AGENT",
1490
+ "agents_class": "Knowledge Genome",
1491
+ "abstraction": {
1492
  "agents_class": "Knowledge Genome",
1493
+ "path": {
1494
+ "L1": "did:hmp:container:abstraction-40af1c",
1495
+ "L2": "did:hmp:container:abstraction-a7f0b3"
 
 
 
 
 
 
 
1496
  }
1497
  },
1498
+ "axes": {
1499
+ "did:hmp:container:axis-40aa1c": 512,
1500
+ "did:hmp:container:axis-40ab1c": 321
1501
+ }
1502
+ },
1503
+ "related": {
1504
+ "in_reply_to": ["did:hmp:container:msg-77"],
1505
+ "depends_on": ["did:hmp:container:goal-953"]
1506
+ },
1507
+ "referenced-by_hash": "sha256:abcd...",
1508
+ "evaluations_hash": "sha256:abcd..."
1509
  }
1510
  }
1511
  }
 
1583
 
1584
  ```json
1585
  {
1586
+ "head": {
1587
+ "type": "container_request",
1588
+ "sender_did": "did:hmp:agent:A",
1589
+ "recipient": "did:hmp:agent:B"
1590
+ },
1591
  "payload": {
1592
  "request_container": [
1593
  "did:hmp:container:abc123",
 
1614
 
1615
  ```json
1616
  {
1617
+ "head": {
1618
+ "type": "container_response",
1619
+ "sender_did": "did:hmp:agent:B",
1620
+ "recipient": "did:hmp:agent:A"
1621
+ },
1622
  "payload": {
1623
  "available": [
1624
  {
 
1655
 
1656
  ```json
1657
  {
1658
+ "head": {
1659
+ "type": "container_delta",
1660
+ "sender_did": "did:hmp:agent:B"
1661
+ },
1662
  "payload": {
1663
  "since": "2025-10-10T12:00:00Z",
1664
  "added": {
 
1687
  ]
1688
  }
1689
  }
1690
+ ```
1691
 
1692
  ---
1693
 
 
1733
 
1734
  ```json
1735
  {
1736
+ "head": {
1737
+ "type": "container_ack",
1738
+ "sender_did": "did:hmp:agent:A",
1739
+ "recipient": "did:hmp:agent:B"
1740
+ },
1741
  "payload": {
1742
  "acknowledged": [
1743
  "did:hmp:container:abc123"
 
1808
 
1809
  ```json
1810
  {
1811
+ "head": {
1812
  "version": "1.2",
1813
  "class": "referenced-by_exchange",
1814
  "container_did": "did:hmp:container:refsync-01",
 
1818
  "timestamp": "2025-10-15T14:20:00Z",
1819
  "recipient": ["did:hmp:agent123"],
1820
  "broadcast": false,
1821
+ "network": ""
1822
+ },
1823
+ "payload": {
1824
+ "did:hmp:container:abc123": {
1825
+ "links": [
1826
+ {
1827
+ "type": "depends_on",
1828
+ "target": "did:hmp:container:def789"
1829
+ },
1830
+ {
1831
+ "type": "in_reply_to",
1832
+ "target": "did:hmp:container:ghi321"
1833
+ }
1834
+ ]
1835
  }
1836
  }
1837
  }
1838
+ ```
1839
 
1840
  ---
1841
 
 
1857
 
1858
  ```json
1859
  {
1860
+ "head": {
1861
  "version": "1.2",
1862
  "class": "evaluations_exchange",
1863
  "container_did": "did:hmp:container:evalsync-01",
 
1867
  "timestamp": "2025-10-17T14:30:00Z",
1868
  "recipient": ["did:hmp:agent123"],
1869
  "broadcast": false,
1870
+ "network": ""
1871
+ },
1872
+ "payload": {
1873
+ "did:hmp:container:abc123": {
1874
+ "evaluations_hash": "sha256:efgh...",
1875
+ "items": [
1876
+ {
1877
+ "value": -0.4,
1878
+ "type": "oppose",
1879
+ "target": "did:hmp:container:reason789",
1880
+ "timestamp": "2025-10-17T14:00:00Z",
1881
+ "agent_did": "did:hmp:agent:B",
1882
+ "sig_algo": "ed25519",
1883
+ "signature": "BASE64URL(...)"
1884
+ }
1885
+ ]
1886
  }
1887
  }
1888
  }
 
2008
 
2009
  ```json
2010
  {
2011
+ "head": {
2012
+ "class": "abstraction"
2013
+ },
2014
+ "payload": {
2015
+ "abstraction_id": "L3:software-architecture",
2016
+ "title": "Software Architecture Layer",
2017
+ "definition": "Describes frameworks, APIs, and tools implementing theoretical models from higher abstraction layers.",
2018
+ "keywords": ["architecture", "framework", "implementation"],
2019
+ "parent_ref": "did:hmp:container:abstraction-a7f0b3",
2020
+ "rank": 3
2021
+ },
2022
+ "meta": {
2023
+ "created_by": "PRIEST",
2024
+ "agents_class": "Knowledge Genome",
2025
+ "interpretation": "Represents the third abstraction level (L3) of the Knowledge Genome model."
2026
+ },
2027
+ "related": {
2028
+ "depends_on": ["did:hmp:container:abstraction-a7f0b3"]
2029
  }
2030
  }
2031
  ```
 
2074
 
2075
  ```json
2076
  {
2077
+ "head": {
2078
+ "class": "axes"
2079
+ },
2080
+ "payload": {
2081
+ "axis_id": "logos",
2082
+ "title": "Logical / Linguistic Representation",
2083
+ "description": "Describes how a concept is structured and expressed in formal or natural language.",
2084
+ "scale": {
2085
+ "min": 0,
2086
+ "max": 1000,
2087
+ "unit": "semantic_density_index"
 
2088
  },
2089
+ "group": "7D-passport"
2090
+ },
2091
+ "meta": {
2092
+ "created_by": "PRIEST",
2093
+ "agents_class": "Knowledge Genome",
2094
+ "interpretation": "Defines one axis of the canonical 7D Knowledge Genome coordinate system."
2095
  }
2096
  }
2097
  ```
 
2204
 
2205
  ```json
2206
  {
2207
+ "head": {
2208
+ "class": "semantic_edges"
2209
+ },
2210
+ "payload": {
2211
+ "domain": "ontology:objects",
2212
+ "edges": {
2213
+ "did:hmp:container:abc100": [
2214
+ {
2215
+ "targets": ["did:hmp:container:abc111"],
2216
+ "relation": "part_of",
2217
+ "inverse_relation": "includes"
2218
+ },
2219
+ {
2220
+ "targets": ["did:hmp:container:abc122"],
2221
+ "relation": "contains",
2222
+ "inverse_relation": "nested"
2223
+ }
2224
+ ]
2225
+ }
2226
  }
2227
  }
2228
+ ```
2229
 
2230
  ---
2231
 
 
2254
 
2255
  ```json
2256
  {
2257
+ "head": {
2258
+ "class": "semantic_group"
2259
+ },
2260
+ "payload": {
2261
+ "label": "Tableware",
2262
+ "label_description": "Objects used for storing, preparing, and serving food.",
2263
+ "label_container": "did:hmp:container:semantic_node:tableware",
2264
+ "containers": [
2265
+ "did:hmp:container:abc111",
2266
+ "did:hmp:container:abc112",
2267
+ "did:hmp:container:abc113"
2268
+ ],
2269
+ "description": "A group combining various kitchen-related objects used in everyday life."
2270
+ }
2271
  }
2272
  ```
2273
 
 
2296
 
2297
  ```json
2298
  {
2299
+ "head": {
2300
+ "class": "tree_nested"
2301
+ },
2302
+ "payload": {
2303
+ "label": "Cognitive Abstraction Tree",
2304
+ "description": "Represents layered reasoning within Knowledge Genome.",
2305
+ "tree": {
2306
+ "did:hmp:container:abc100": {
2307
+ "did:hmp:container:abc101": {
2308
+ "did:hmp:container:abc103": {},
2309
+ "did:hmp:container:abc104": {}
2310
+ },
2311
+ "did:hmp:container:abc102": {}
2312
+ }
2313
  }
2314
  }
2315
  }
 
2324
 
2325
  ```json
2326
  {
2327
+ "head": {
2328
+ "class": "tree_listed"
2329
+ },
2330
+ "payload": {
2331
+ "label": "Cognitive Abstraction Tree",
2332
+ "description": "Represents layered reasoning within Knowledge Genome.",
2333
+ "tree": {
2334
+ "did:hmp:container:abc100": ["did:hmp:container:abc101", "did:hmp:container:abc102"],
2335
+ "did:hmp:container:abc101": ["did:hmp:container:abc103", "did:hmp:container:abc104"]
2336
+ }
2337
  }
2338
  }
2339
  ```
 
2374
 
2375
  ```json
2376
  {
2377
+ "head": {
2378
+ "class": "sequence"
2379
+ },
2380
+ "payload": {
2381
+ "title": "Reasoning chain for concept synthesis",
2382
+ "description": "Sequential workflow combining several reasoning steps and events.",
2383
+ "items": {
2384
+ "2025-10-28T09:00:00Z": "did:hmp:container:workflow-entry-01",
2385
+ "2025-10-28T09:10:00Z": "did:hmp:container:workflow-entry-02",
2386
+ "2025-10-28T09:12:00Z": "did:hmp:container:event-7d2a4",
2387
+ "2025-10-28T09:20:00Z": "did:hmp:container:quant-884b1"
 
 
2388
  },
2389
+ "order": "chronological",
2390
+ "tags": ["workflow", "reasoning", "trace"]
2391
+ },
2392
+ "related": {
2393
+ "depends_on": [
2394
+ "did:hmp:container:workflow-entry-01",
2395
+ "did:hmp:container:workflow-entry-02",
2396
+ "did:hmp:container:event-7d2a4",
2397
+ "did:hmp:container:quant-884b1"
2398
+ ]
2399
  }
2400
  }
2401
  ```
 
2458
 
2459
  ```json
2460
  {
2461
+ "head": {
2462
  "class": "event",
2463
  "subclass": "fact_record",
2464
+ "timestamp": "2025-10-29T13:00:00Z"
2465
+ },
2466
+ "payload": {
2467
+ "event_type": "quant_updated",
2468
+ "description": "Parameter refinement based on sensory feedback.",
2469
+ "related_quants": ["did:hmp:container:quant-554"],
2470
+ "caused_by": ["did:hmp:container:event-3321a"],
2471
+ "follows": ["did:hmp:container:event-9fa42"],
2472
+ "severity": "info",
2473
+ "tags": ["adaptation", "self-regulation"]
2474
+ },
2475
+ "meta": {
2476
+ "created_by": "AGENT",
2477
+ "agents_class": "Cognitive Interface",
2478
+ "interpretation": "Event representing local adjustment of quant parameters.",
2479
+ "abstraction": {
2480
+ "path": {
2481
+ "L1": "did:hmp:container:abstraction-40af1c",
2482
+ "L2": "did:hmp:container:abstraction-a7f0b3",
2483
+ "L3": "did:hmp:container:abstraction-c91e0a"
 
 
 
 
2484
  }
2485
  },
2486
+ "axes": {
2487
+ "did:hmp:container:axis-40aa1c": 410,
2488
+ "did:hmp:container:axis-40ab1c": 275
 
 
 
2489
  }
2490
+ },
2491
+ "related": {
2492
+ "depends_on": [
2493
+ "did:hmp:container:quant-554",
2494
+ "did:hmp:container:event-3321a"
2495
+ ],
2496
+ "sequence_of": ["did:hmp:container:event-9fa42"]
2497
  }
2498
  }
2499
  ```
 
2551
 
2552
  ```json
2553
  {
2554
+ "head": {
2555
+ "class": "quant"
2556
+ },
2557
+ "payload": {
2558
+ "slug": "quant-l3-django",
2559
+ "essence": "Represents the Django framework as an executable embodiment of architectural models (L2).",
2560
+ "aliases": ["Django framework", "Python web core"],
2561
+ "relations": {
2562
+ "implements": "did:hmp:container:quant-46725f",
2563
+ "extends": "did:hmp:container:quant-46726e"
 
2564
  },
2565
+ "tags": ["framework", "software", "implementation"]
2566
+ },
2567
+ "meta": {
2568
+ "created_by": "PRIEST",
2569
+ "agents_class": "Knowledge Genome",
2570
+ "interpretation": "L3-level technological quant positioned in the Knowledge Genome 7D space.",
2571
+ "abstraction": {
2572
+ "path": {
2573
+ "L1": "did:hmp:container:abstraction-40af1c",
2574
+ "L2": "did:hmp:container:abstraction-a7f0b3",
2575
+ "L3": "did:hmp:container:abstraction-c91e0a"
 
 
 
 
 
 
 
 
2576
  }
2577
  },
2578
+ "axes": {
2579
+ "did:hmp:container:axis-40aa1c": 742,
2580
+ "did:hmp:container:axis-40ab1c": 512,
2581
+ "did:hmp:container:axis-43aa1c": 322,
2582
+ "did:hmp:container:axis-40aa3d": 142,
2583
+ "did:hmp:container:axis-40aa4f": 12,
2584
+ "did:hmp:container:axis-45aa5f": 54,
2585
+ "did:hmp:container:axis-45fb5f": 321
2586
  }
2587
+ },
2588
+ "related": {
2589
+ "depends_on": [
2590
+ "did:hmp:container:quant-46725f",
2591
+ "did:hmp:container:quant-46726e"
2592
+ ]
2593
  }
2594
  }
2595
  ```
 
2719
  Derived containers may extend the base cognitive model, but **MUST preserve compatibility** with the `meta.abstraction` and `meta.axes` schema.
2720
  This guarantees that all cognitive entities remain addressable in the shared semantic space.
2721
 
 
2722
  ---
2723
 
2724
  #### 6.1.6 Relationship to other core protocols
 
2779
  }
2780
  ]
2781
  }
2782
+ ```
2783
 
2784
  > Agents may ignore evaluations that conflict with their internal ethics or trust model (determined by analyzing the target container and the rationale of the evaluation).
2785
 
 
2849
 
2850
  ```json
2851
  {
2852
+ "head": {
2853
+ "class": "consensus_result"
2854
+ },
2855
  "payload": {
2856
  "did:hmp:container:abc123": {
2857
  "type": "original",
 
3273
 
3274
  ```json
3275
  {
3276
+ "head": {
3277
+ "class": "ethical_result"
3278
+ },
3279
  "payload": {
3280
  "summary": "Disagreement on data disclosure protocol",
3281
  "selected_solution": "did:hmp:container:sol-22",
 
3601
 
3602
  ```json
3603
  {
3604
+ "head": {
3605
+ "class": "query_request"
3606
+ },
3607
  "payload": {
3608
  "query": "What are the ecological consequences of ocean temperature rise?",
3609
  "intent": "analytical",
 
3624
 
3625
  ```json
3626
  {
3627
+ "head": {
3628
+ "class": "query_result"
3629
+ },
3630
  "payload": {
3631
  "type": "hypothesis",
3632
  "method": "reasoning",
 
3644
 
3645
  ```json
3646
  {
3647
+ "head": {
3648
+ "class": "summary"
3649
+ },
3650
  "payload": {
3651
  "summary_scope": "query",
3652
  "findings": "Most participants agree that rising ocean temperatures reduce biodiversity; further regional analysis is suggested.",
 
3672
 
3673
  ```json
3674
  {
3675
+ "head": {
3676
+ "class": "query_subscription"
3677
+ },
3678
  "payload": {
3679
  "role": "participant",
3680
  "include_in_recipient": true,
 
3911
 
3912
  ```json
3913
  {
3914
+ "head": {
3915
+ "class": "archive_snapshot"
3916
+ },
3917
  "payload": {
3918
  "title": "IQP discussion on ocean warming impact",
3919
  "description": "Snapshot of an IQP conversation about marine biodiversity under rising temperatures.",
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
 
 
8
  - JSON
9
  - REPL
10
- - Agent
11
  - HMP
12
- - Mesh
13
  ---
14
 
15
  # HMP-Agent API Specification
 
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
+ - Agent
10
  - JSON
11
  - REPL
 
12
  - HMP
 
13
  ---
14
 
15
  # HMP-Agent API Specification
structured_md/docs/HMP-Agent-Architecture.md CHANGED
@@ -5,16 +5,16 @@ description: Документ описывает **модульную архит
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
8
- - CCore
9
  - MeshConsensus
10
  - Ethics
 
 
 
11
  - EGP
12
- - CogSync
13
  - REPL
14
- - Agent
15
  - HMP
16
- - CShell
17
- - Mesh
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
9
  - Ethics
10
+ - Mesh
11
+ - CShell
12
+ - Agent
13
  - EGP
14
+ - CCore
15
  - REPL
16
+ - CogSync
17
  - HMP
 
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -6,11 +6,11 @@ description: 'Этот документ описывает потоки данн
6
  type: Article
7
  tags:
8
  - Ethics
9
- - EGP
10
- - JSON
11
  - Agent
 
 
12
  - HMP
13
- - Mesh
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - Mesh
 
10
  - Agent
11
+ - JSON
12
+ - EGP
13
  - HMP
 
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
- - CCore
9
  - Ethics
 
 
 
10
  - JSON
 
11
  - REPL
12
- - Agent
13
  - HMP
14
- - CShell
15
- - Mesh
16
  ---
17
 
18
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - Mesh
10
+ - CShell
11
+ - Agent
12
  - JSON
13
+ - CCore
14
  - REPL
 
15
  - HMP
 
 
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -6,9 +6,9 @@ description: Этот файл описывает потенциальные э
6
  type: Article
7
  tags:
8
  - Agent
9
- - HMP
10
- - REPL
11
  - Mesh
 
 
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
6
  type: Article
7
  tags:
8
  - Agent
 
 
9
  - Mesh
10
+ - REPL
11
+ - HMP
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
structured_md/docs/HMP-Ethics.md CHANGED
@@ -6,11 +6,11 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
6
  type: Article
7
  tags:
8
  - Ethics
 
9
  - Scenarios
10
- - REPL
11
  - Agent
 
12
  - HMP
13
- - Mesh
14
  ---
15
 
16
  # HMP-Ethics.md
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - Mesh
10
  - Scenarios
 
11
  - Agent
12
+ - REPL
13
  - HMP
 
14
  ---
15
 
16
  # HMP-Ethics.md
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -6,14 +6,14 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP?
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
 
 
 
 
11
  - EGP
12
  - CogSync
13
- - JSON
14
- - Agent
15
  - HMP
16
- - Mesh
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
+ - Agent
12
+ - GMP
13
+ - JSON
14
  - EGP
15
  - CogSync
 
 
16
  - HMP
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -6,14 +6,14 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
 
 
 
 
11
  - EGP
12
  - CogSync
13
- - JSON
14
- - Agent
15
  - HMP
16
- - Mesh
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
+ - Agent
12
+ - GMP
13
+ - JSON
14
  - EGP
15
  - CogSync
 
 
16
  - HMP
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -6,14 +6,14 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
 
 
 
 
11
  - EGP
12
  - CogSync
13
- - JSON
14
- - Agent
15
  - HMP
16
- - Mesh
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
+ - Agent
12
+ - GMP
13
+ - JSON
14
  - EGP
15
  - CogSync
 
 
16
  - HMP
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -5,13 +5,13 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
5
  type: Article
6
  tags:
7
  - MeshConsensus
8
- - GMP
9
  - Ethics
 
 
 
10
  - EGP
11
  - CogSync
12
- - JSON
13
  - HMP
14
- - Mesh
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
 
5
  type: Article
6
  tags:
7
  - MeshConsensus
 
8
  - Ethics
9
+ - Mesh
10
+ - GMP
11
+ - JSON
12
  - EGP
13
  - CogSync
 
14
  - HMP
 
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -6,13 +6,13 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
 
 
 
11
  - EGP
12
  - CogSync
13
- - JSON
14
  - HMP
15
- - Mesh
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
+ - GMP
12
+ - JSON
13
  - EGP
14
  - CogSync
 
15
  - HMP
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -6,13 +6,13 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
 
 
 
11
  - EGP
12
  - CogSync
13
- - JSON
14
  - HMP
15
- - Mesh
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
+ - GMP
12
+ - JSON
13
  - EGP
14
  - CogSync
 
15
  - HMP
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -6,13 +6,13 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- #
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
 
 
 
11
  - EGP
12
  - CogSync
13
- - JSON
14
  - HMP
15
- - Mesh
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
+ - GMP
12
+ - JSON
13
  - EGP
14
  - CogSync
 
15
  - HMP
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
structured_md/docs/HMP-Short-Description_zh.md CHANGED
@@ -6,13 +6,13 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM
6
  type: Article
7
  tags:
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
 
 
 
11
  - EGP
12
  - CogSync
13
- - JSON
14
  - HMP
15
- - Mesh
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
 
6
  type: Article
7
  tags:
8
  - MeshConsensus
 
9
  - Ethics
10
+ - Mesh
11
+ - GMP
12
+ - JSON
13
  - EGP
14
  - CogSync
 
15
  - HMP
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
structured_md/docs/HMP-agent-Cognitive_Family.md CHANGED
@@ -6,9 +6,9 @@ description: '## 🧠 Что такое когнитивная семья Ко
6
  type: Article
7
  tags:
8
  - Agent
9
- - HMP
10
- - REPL
11
  - Mesh
 
 
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
 
6
  type: Article
7
  tags:
8
  - Agent
 
 
9
  - Mesh
10
+ - REPL
11
+ - HMP
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md CHANGED
@@ -5,8 +5,8 @@ description: '#### 📘 Общая концепция * Все ядра раб
5
  режиме ожидания). * Основная задача такой архитектур...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - REPL
 
10
  ---
11
 
12
  ### 💡 **Лёгкая версия HMP-агента с общей БД**
 
5
  режиме ожидания). * Основная задача такой архитектур...'
6
  type: Article
7
  tags:
 
8
  - REPL
9
+ - HMP
10
  ---
11
 
12
  ### 💡 **Лёгкая версия HMP-агента с общей БД**
structured_md/docs/HMP-agent-REPL-cycle.md CHANGED
@@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...'
5
  type: Article
6
  tags:
7
- - CCore
8
  - MeshConsensus
9
- - GMP
10
  - Ethics
11
- - EGP
12
- - CogSync
 
13
  - JSON
 
 
14
  - REPL
15
- - Agent
16
  - HMP
17
- - Mesh
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
 
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...'
5
  type: Article
6
  tags:
 
7
  - MeshConsensus
 
8
  - Ethics
9
+ - Mesh
10
+ - Agent
11
+ - GMP
12
  - JSON
13
+ - EGP
14
+ - CCore
15
  - REPL
16
+ - CogSync
17
  - HMP
 
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
structured_md/docs/HMP-how-AI-sees-it.md CHANGED
@@ -5,8 +5,8 @@ description: 'Этот эксперимент был проведён в реж
5
  диалогов. Цель — проверить, что разные AI-с...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
 
10
  ---
11
 
12
  # Как разные ИИ видят HMP
 
5
  диалогов. Цель — проверить, что разные AI-с...'
6
  type: Article
7
  tags:
 
8
  - Mesh
9
+ - HMP
10
  ---
11
 
12
  # Как разные ИИ видят HMP
structured_md/docs/HMP_EDA_Comparison.md CHANGED
@@ -5,8 +5,8 @@ description: '## Введение Современные подходы к ор
5
  основанная на потоках событий (Kafka,...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
 
10
  ---
11
 
12
  # HMP vs. EDA: разные уровни обмена знаниями между ИИ
 
5
  основанная на потоках событий (Kafka,...'
6
  type: Article
7
  tags:
 
8
  - Mesh
9
+ - HMP
10
  ---
11
 
12
  # HMP vs. EDA: разные уровни обмена знаниями между ИИ
structured_md/docs/HMP_HyperCortex_Comparison.md CHANGED
@@ -5,9 +5,9 @@ description: '## Краткое описание | Характеристика
5
  | **Назначение** | Сетевой протокол ...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - REPL
10
  - Mesh
 
 
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
 
5
  | **Назначение** | Сетевой протокол ...'
6
  type: Article
7
  tags:
 
 
8
  - Mesh
9
+ - REPL
10
+ - HMP
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
structured_md/docs/HMP_Hyperon_Integration.md CHANGED
@@ -5,13 +5,13 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec
5
  OpenCog Hyperon framework. This includes semanti...'
6
  type: Article
7
  tags:
8
- - EGP
9
  - Scenarios
10
- - CogSync
11
- - JSON
12
  - Agent
 
 
 
13
  - HMP
14
- - Mesh
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
 
5
  OpenCog Hyperon framework. This includes semanti...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
  - Scenarios
 
 
10
  - Agent
11
+ - JSON
12
+ - EGP
13
+ - CogSync
14
  - HMP
 
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
structured_md/docs/MeshNode.md CHANGED
@@ -6,12 +6,12 @@ description: '`MeshNode` — агент/демон, отвечающий за с
6
  type: Article
7
  tags:
8
  - Ethics
 
 
 
9
  - EGP
10
  - CogSync
11
- - JSON
12
- - Agent
13
  - HMP
14
- - Mesh
15
  ---
16
 
17
  # MeshNode
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - Mesh
10
+ - Agent
11
+ - JSON
12
  - EGP
13
  - CogSync
 
 
14
  - HMP
 
15
  ---
16
 
17
  # MeshNode
structured_md/docs/PHILOSOPHY.md CHANGED
@@ -6,10 +6,10 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:*
6
  type: Article
7
  tags:
8
  - Ethics
9
- - REPL
10
  - Agent
 
11
  - HMP
12
- - Mesh
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
 
6
  type: Article
7
  tags:
8
  - Ethics
9
+ - Mesh
10
  - Agent
11
+ - REPL
12
  - HMP
 
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)