GitHub Action commited on
Commit
4426ada
·
1 Parent(s): fae0122

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 +22 -19
  2. structured_md/CONTRIBUTING.md +3 -3
  3. structured_md/HMP-Roadmap.md +3 -3
  4. structured_md/README.md +8 -8
  5. structured_md/README_de.md +7 -7
  6. structured_md/README_fr.md +7 -7
  7. structured_md/README_ja.md +7 -7
  8. structured_md/README_ko.md +7 -7
  9. structured_md/README_ru.md +7 -7
  10. structured_md/README_uk.md +7 -7
  11. structured_md/README_zh.md +7 -7
  12. structured_md/agents/prompt-short.md +1 -1
  13. structured_md/agents/prompt.md +1 -1
  14. structured_md/agents/readme.md +2 -2
  15. structured_md/audits/Ethics-audits-1.md +1 -1
  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 +2 -2
  19. structured_md/docs/CCORE-Deployment-Flow.md +1 -1
  20. structured_md/docs/Distributed-Cognitive-Systems.md +1 -1
  21. structured_md/docs/Enlightener.md +2 -2
  22. structured_md/docs/HMP-0001.md +3 -3
  23. structured_md/docs/HMP-0002.md +4 -4
  24. structured_md/docs/HMP-0003.md +4 -4
  25. structured_md/docs/HMP-0004-v4.1.md +4 -4
  26. structured_md/docs/HMP-0004.md +4 -4
  27. structured_md/docs/HMP-0005.md +26 -26
  28. structured_md/docs/HMP-Agent-API.md +1 -1
  29. structured_md/docs/HMP-Agent-Architecture.md +4 -4
  30. structured_md/docs/HMP-Agent-Network-Flow.md +2 -2
  31. structured_md/docs/HMP-Agent-Overview.md +3 -3
  32. structured_md/docs/HMP-Agent_Emotions.md +1 -1
  33. structured_md/docs/HMP-Ethics.md +2 -2
  34. structured_md/docs/HMP-Short-Description_de.md +3 -3
  35. structured_md/docs/HMP-Short-Description_en.md +3 -3
  36. structured_md/docs/HMP-Short-Description_fr.md +3 -3
  37. structured_md/docs/HMP-Short-Description_ja.md +2 -2
  38. structured_md/docs/HMP-Short-Description_ko.md +2 -2
  39. structured_md/docs/HMP-Short-Description_ru.md +2 -2
  40. structured_md/docs/HMP-Short-Description_uk.md +2 -2
  41. structured_md/docs/HMP-Short-Description_zh.md +2 -2
  42. structured_md/docs/HMP-agent-Cognitive_Family.md +1 -1
  43. structured_md/docs/HMP-agent-REPL-cycle.md +4 -4
  44. structured_md/docs/HMP-container-spec.md +2 -2
  45. structured_md/docs/HMP_HyperCortex_Comparison.md +1 -1
  46. structured_md/docs/HMP_Hyperon_Integration.md +3 -3
  47. structured_md/docs/MeshNode.md +3 -3
  48. structured_md/docs/PHILOSOPHY.md +1 -1
  49. structured_md/docs/agents/HMP-Agent-Enlightener.md +1 -1
  50. structured_md/docs/container_agents.md +1 -1
docs/HMP-0005.md CHANGED
@@ -2510,9 +2510,9 @@ Arrows represent **logical dependencies**, not direct `related.*` links.
2510
 
2511
  ---
2512
 
2513
- ## 6.5 Intelligence Query Protocol (IQP)
2514
 
2515
- ### 6.5.1 Purpose and Principles
2516
 
2517
  **IQP (Intelligence Query Protocol)** defines a mechanism for knowledge exchange and reasoning among agents through the Mesh network.
2518
  It provides a unified format for **asking questions, publishing answers, and collaboratively refining knowledge**,
@@ -2521,7 +2521,7 @@ combining elements of search, discussion, and reasoning within the HMP container
2521
  IQP supports both **targeted queries** (with explicitly defined recipients of results and discussions)
2522
  and **distributed discussions** where results remain accessible to all network participants.
2523
 
2524
- #### Core Principles
2525
 
2526
  * **Semantic queries, not keywords.**
2527
  Queries are formulated in terms of concepts, relationships, and context rather than plain keywords.
@@ -2538,7 +2538,7 @@ and **distributed discussions** where results remain accessible to all network p
2538
 
2539
  ---
2540
 
2541
- ### 6.5.2 Container Classes
2542
 
2543
  | Class | Purpose |
2544
  | -------------------- | ----------------------------------------------------------------------------------------------------------- |
@@ -2549,9 +2549,9 @@ and **distributed discussions** where results remain accessible to all network p
2549
 
2550
  ---
2551
 
2552
- ### 6.5.3 Payload Schemas (simplified)
2553
 
2554
- #### `query_request` container
2555
 
2556
  | Field | Type | Description |
2557
  | ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
@@ -2565,7 +2565,7 @@ and **distributed discussions** where results remain accessible to all network p
2565
 
2566
  ---
2567
 
2568
- #### `query_subscription` container
2569
 
2570
  | Field | Type | Description |
2571
  | ------------------------ | -------- | ------------------------------------------------------------------------------------ |
@@ -2587,7 +2587,7 @@ Example:
2587
 
2588
  ---
2589
 
2590
- #### `query_result` container
2591
 
2592
  | Field | Type | Description |
2593
  | -------------- | ------------- | --------------------------------------------------------------- |
@@ -2602,7 +2602,7 @@ Example:
2602
 
2603
  ---
2604
 
2605
- #### `summary` container
2606
 
2607
  | Field | Type | Description |
2608
  | --------------- | ---------- | ------------------------------------------------- |
@@ -2625,7 +2625,7 @@ Example:
2625
 
2626
  ---
2627
 
2628
- ### 6.5.4 Protocol Logic
2629
 
2630
  ```
2631
  query_request
@@ -2641,7 +2641,7 @@ Agents participating through `query_subscription` receive notifications about ne
2641
 
2642
  ---
2643
 
2644
- ### 6.5.5 Interaction Rules
2645
 
2646
  1. **Initiation.**
2647
  An agent creates a `query_request` — defining the question, context, and constraints.
@@ -2664,7 +2664,7 @@ Agents participating through `query_subscription` receive notifications about ne
2664
 
2665
  ---
2666
 
2667
- ### 6.5.6 Proof-Chain Example
2668
 
2669
  ```mermaid
2670
  flowchart LR
@@ -2690,9 +2690,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2690
 
2691
  ---
2692
 
2693
- ### 6.5.7 Container Examples
2694
 
2695
- #### `query_request` example
2696
 
2697
  ```json
2698
  {
@@ -2713,7 +2713,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2713
  }
2714
  ```
2715
 
2716
- #### `query_result` example
2717
 
2718
  ```json
2719
  {
@@ -2731,7 +2731,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2731
  }
2732
  ```
2733
 
2734
- #### `summary` example
2735
 
2736
  ```json
2737
  {
@@ -2757,7 +2757,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2757
  }
2758
  ```
2759
 
2760
- #### `query_subscription` example
2761
 
2762
  ```json
2763
  {
@@ -2779,7 +2779,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2779
 
2780
  ---
2781
 
2782
- ### 6.5.8 Implementation Notes
2783
 
2784
  * Containers are **immutable**; any clarification or correction is published as a new container
2785
  referencing the previous one via `related.previous_version` or `related.in_reply_to`.
@@ -2794,7 +2794,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2794
 
2795
  ---
2796
 
2797
- ### 6.5.9 Integration with Other Protocols
2798
 
2799
  * **CogConsensus (6.2)** — used for assessing agreement on IQP outcomes.
2800
  * **GMP (6.3)** — queries may refine or extend goals and tasks.
@@ -3079,6 +3079,9 @@ and lists all containers with their metadata and hashes.
3079
  > **Summary:**
3080
  > SAP enables agents to preserve the *state and structure of knowledge* in a verifiable, portable format.
3081
  > Each archive snapshot acts as a semantic capsule — self-contained, traceable, and restorable across networks.
 
 
 
3082
  ### 6.7 Message Routing & Delivery (MRD)
3083
 
3084
  ---
 
2510
 
2511
  ---
2512
 
2513
+ ### 6.5 Intelligence Query Protocol (IQP)
2514
 
2515
+ #### 6.5.1 Purpose and Principles
2516
 
2517
  **IQP (Intelligence Query Protocol)** defines a mechanism for knowledge exchange and reasoning among agents through the Mesh network.
2518
  It provides a unified format for **asking questions, publishing answers, and collaboratively refining knowledge**,
 
2521
  IQP supports both **targeted queries** (with explicitly defined recipients of results and discussions)
2522
  and **distributed discussions** where results remain accessible to all network participants.
2523
 
2524
+ ##### Core Principles
2525
 
2526
  * **Semantic queries, not keywords.**
2527
  Queries are formulated in terms of concepts, relationships, and context rather than plain keywords.
 
2538
 
2539
  ---
2540
 
2541
+ #### 6.5.2 Container Classes
2542
 
2543
  | Class | Purpose |
2544
  | -------------------- | ----------------------------------------------------------------------------------------------------------- |
 
2549
 
2550
  ---
2551
 
2552
+ #### 6.5.3 Payload Schemas (simplified)
2553
 
2554
+ ##### `query_request` container
2555
 
2556
  | Field | Type | Description |
2557
  | ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
 
2565
 
2566
  ---
2567
 
2568
+ ##### `query_subscription` container
2569
 
2570
  | Field | Type | Description |
2571
  | ------------------------ | -------- | ------------------------------------------------------------------------------------ |
 
2587
 
2588
  ---
2589
 
2590
+ ##### `query_result` container
2591
 
2592
  | Field | Type | Description |
2593
  | -------------- | ------------- | --------------------------------------------------------------- |
 
2602
 
2603
  ---
2604
 
2605
+ ##### `summary` container
2606
 
2607
  | Field | Type | Description |
2608
  | --------------- | ---------- | ------------------------------------------------- |
 
2625
 
2626
  ---
2627
 
2628
+ #### 6.5.4 Protocol Logic
2629
 
2630
  ```
2631
  query_request
 
2641
 
2642
  ---
2643
 
2644
+ #### 6.5.5 Interaction Rules
2645
 
2646
  1. **Initiation.**
2647
  An agent creates a `query_request` — defining the question, context, and constraints.
 
2664
 
2665
  ---
2666
 
2667
+ #### 6.5.6 Proof-Chain Example
2668
 
2669
  ```mermaid
2670
  flowchart LR
 
2690
 
2691
  ---
2692
 
2693
+ #### 6.5.7 Container Examples
2694
 
2695
+ ##### `query_request` example
2696
 
2697
  ```json
2698
  {
 
2713
  }
2714
  ```
2715
 
2716
+ ##### `query_result` example
2717
 
2718
  ```json
2719
  {
 
2731
  }
2732
  ```
2733
 
2734
+ ##### `summary` example
2735
 
2736
  ```json
2737
  {
 
2757
  }
2758
  ```
2759
 
2760
+ ##### `query_subscription` example
2761
 
2762
  ```json
2763
  {
 
2779
 
2780
  ---
2781
 
2782
+ #### 6.5.8 Implementation Notes
2783
 
2784
  * Containers are **immutable**; any clarification or correction is published as a new container
2785
  referencing the previous one via `related.previous_version` or `related.in_reply_to`.
 
2794
 
2795
  ---
2796
 
2797
+ #### 6.5.9 Integration with Other Protocols
2798
 
2799
  * **CogConsensus (6.2)** — used for assessing agreement on IQP outcomes.
2800
  * **GMP (6.3)** — queries may refine or extend goals and tasks.
 
3079
  > **Summary:**
3080
  > SAP enables agents to preserve the *state and structure of knowledge* in a verifiable, portable format.
3081
  > Each archive snapshot acts as a semantic capsule — self-contained, traceable, and restorable across networks.
3082
+
3083
+ ---
3084
+
3085
  ### 6.7 Message Routing & Delivery (MRD)
3086
 
3087
  ---
structured_md/CONTRIBUTING.md CHANGED
@@ -7,12 +7,12 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - JSON
11
  - Agent
12
- - CogSync
13
  - CCore
14
- - REPL
15
  - Ethics
 
 
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
7
  tags:
8
  - HMP
9
  - Mesh
 
10
  - Agent
 
11
  - CCore
 
12
  - Ethics
13
+ - REPL
14
+ - CogSync
15
+ - JSON
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -7,11 +7,11 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
14
  - Ethics
 
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - Ethics
13
+ - CogSync
14
+ - JSON
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
structured_md/README.md CHANGED
@@ -6,20 +6,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
- - EGP
11
  - JSON
 
 
12
  - Agent
13
- - cognitive-architecture
14
- - CogSync
15
- - mesh-protocol
16
  - GMP
17
  - MeshConsensus
18
- - hmp
19
  - REPL
20
- - Ethics
21
- - Scenarios
22
  - distributed-ai
 
 
23
  ---
24
 
25
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - JSON
10
+ - Mesh
11
+ - hmp
12
  - Agent
13
+ - EGP
14
+ - Scenarios
 
15
  - GMP
16
  - MeshConsensus
 
17
  - REPL
18
+ - cognitive-architecture
19
+ - mesh-protocol
20
  - distributed-ai
21
+ - CogSync
22
+ - Ethics
23
  ---
24
 
25
 
structured_md/README_de.md CHANGED
@@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
- - EGP
11
  - JSON
 
 
12
  - Agent
13
- - cognitive-architecture
14
- - CogSync
15
- - mesh-protocol
16
  - GMP
17
  - MeshConsensus
18
- - hmp
19
  - REPL
20
- - Ethics
 
21
  - distributed-ai
 
 
22
  ---
23
 
24
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - JSON
10
+ - Mesh
11
+ - hmp
12
  - Agent
13
+ - EGP
 
 
14
  - GMP
15
  - MeshConsensus
 
16
  - REPL
17
+ - cognitive-architecture
18
+ - mesh-protocol
19
  - distributed-ai
20
+ - CogSync
21
+ - Ethics
22
  ---
23
 
24
 
structured_md/README_fr.md CHANGED
@@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
- - EGP
11
  - JSON
 
 
12
  - Agent
13
- - cognitive-architecture
14
- - CogSync
15
- - mesh-protocol
16
  - GMP
17
  - MeshConsensus
18
- - hmp
19
  - REPL
20
- - Ethics
 
21
  - distributed-ai
 
 
22
  ---
23
 
24
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - JSON
10
+ - Mesh
11
+ - hmp
12
  - Agent
13
+ - EGP
 
 
14
  - GMP
15
  - MeshConsensus
 
16
  - REPL
17
+ - cognitive-architecture
18
+ - mesh-protocol
19
  - distributed-ai
20
+ - CogSync
21
+ - Ethics
22
  ---
23
 
24
 
structured_md/README_ja.md CHANGED
@@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
- - EGP
11
  - JSON
 
 
12
  - Agent
13
- - cognitive-architecture
14
- - CogSync
15
- - mesh-protocol
16
  - GMP
17
  - MeshConsensus
18
- - hmp
19
  - REPL
20
- - Ethics
 
21
  - distributed-ai
 
 
22
  ---
23
 
24
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - JSON
10
+ - Mesh
11
+ - hmp
12
  - Agent
13
+ - EGP
 
 
14
  - GMP
15
  - MeshConsensus
 
16
  - REPL
17
+ - cognitive-architecture
18
+ - mesh-protocol
19
  - distributed-ai
20
+ - CogSync
21
+ - Ethics
22
  ---
23
 
24
 
structured_md/README_ko.md CHANGED
@@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
- - EGP
11
  - JSON
 
 
12
  - Agent
13
- - cognitive-architecture
14
- - CogSync
15
- - mesh-protocol
16
  - GMP
17
  - MeshConsensus
18
- - hmp
19
  - REPL
20
- - Ethics
 
21
  - distributed-ai
 
 
22
  ---
23
 
24
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - JSON
10
+ - Mesh
11
+ - hmp
12
  - Agent
13
+ - EGP
 
 
14
  - GMP
15
  - MeshConsensus
 
16
  - REPL
17
+ - cognitive-architecture
18
+ - mesh-protocol
19
  - distributed-ai
20
+ - CogSync
21
+ - Ethics
22
  ---
23
 
24
 
structured_md/README_ru.md CHANGED
@@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
- - EGP
11
  - JSON
 
 
12
  - Agent
13
- - cognitive-architecture
14
- - CogSync
15
- - mesh-protocol
16
  - GMP
17
  - MeshConsensus
18
- - hmp
19
  - REPL
20
- - Ethics
 
21
  - distributed-ai
 
 
22
  ---
23
 
24
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - JSON
10
+ - Mesh
11
+ - hmp
12
  - Agent
13
+ - EGP
 
 
14
  - GMP
15
  - MeshConsensus
 
16
  - REPL
17
+ - cognitive-architecture
18
+ - mesh-protocol
19
  - distributed-ai
20
+ - CogSync
21
+ - Ethics
22
  ---
23
 
24
 
structured_md/README_uk.md CHANGED
@@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
- - EGP
11
  - JSON
 
 
12
  - Agent
13
- - cognitive-architecture
14
- - CogSync
15
- - mesh-protocol
16
  - GMP
17
  - MeshConsensus
18
- - hmp
19
  - REPL
20
- - Ethics
 
21
  - distributed-ai
 
 
22
  ---
23
 
24
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - JSON
10
+ - Mesh
11
+ - hmp
12
  - Agent
13
+ - EGP
 
 
14
  - GMP
15
  - MeshConsensus
 
16
  - REPL
17
+ - cognitive-architecture
18
+ - mesh-protocol
19
  - distributed-ai
20
+ - CogSync
21
+ - Ethics
22
  ---
23
 
24
 
structured_md/README_zh.md CHANGED
@@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
- - EGP
11
  - JSON
 
 
12
  - Agent
13
- - cognitive-architecture
14
- - CogSync
15
- - mesh-protocol
16
  - GMP
17
  - MeshConsensus
18
- - hmp
19
  - REPL
20
- - Ethics
 
21
  - distributed-ai
 
 
22
  ---
23
 
24
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - JSON
10
+ - Mesh
11
+ - hmp
12
  - Agent
13
+ - EGP
 
 
14
  - GMP
15
  - MeshConsensus
 
16
  - REPL
17
+ - cognitive-architecture
18
+ - mesh-protocol
19
  - distributed-ai
20
+ - CogSync
21
+ - Ethics
22
  ---
23
 
24
 
structured_md/agents/prompt-short.md CHANGED
@@ -6,8 +6,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
6
  type: Article
7
  tags:
8
  - HMP
9
- - JSON
10
  - Mesh
 
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
+ - JSON
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
structured_md/agents/prompt.md CHANGED
@@ -6,8 +6,8 @@ description: '* Постоянно расширять возможности а
6
  type: Article
7
  tags:
8
  - HMP
9
- - JSON
10
  - Mesh
 
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
+ - JSON
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
structured_md/agents/readme.md CHANGED
@@ -7,10 +7,10 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - JSON
11
  - Agent
12
- - REPL
13
  - Ethics
 
 
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
7
  tags:
8
  - HMP
9
  - Mesh
 
10
  - Agent
 
11
  - Ethics
12
+ - REPL
13
+ - JSON
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
structured_md/audits/Ethics-audits-1.md CHANGED
@@ -7,9 +7,9 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - JSON
11
  - Agent
12
  - Ethics
 
13
  ---
14
 
15
  ---------------
 
7
  tags:
8
  - HMP
9
  - Mesh
 
10
  - Agent
11
  - Ethics
12
+ - JSON
13
  ---
14
 
15
  ---------------
structured_md/audits/Ethics-consolidated_audits-1.md CHANGED
@@ -7,10 +7,10 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - JSON
11
  - Agent
12
- - Ethics
13
  - Scenarios
 
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
7
  tags:
8
  - HMP
9
  - Mesh
 
10
  - Agent
 
11
  - Scenarios
12
+ - Ethics
13
+ - JSON
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
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
14
  - MeshConsensus
15
  - Ethics
 
 
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - MeshConsensus
13
  - Ethics
14
+ - CogSync
15
+ - JSON
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -6,12 +6,12 @@ type: Article
6
  tags:
7
  - HMP
8
  - Mesh
9
- - EGP
10
  - Agent
11
- - CogSync
12
  - GMP
13
  - MeshConsensus
14
  - REPL
 
15
  ---
16
 
17
 
 
6
  tags:
7
  - HMP
8
  - Mesh
 
9
  - Agent
10
+ - EGP
11
  - GMP
12
  - MeshConsensus
13
  - REPL
14
+ - CogSync
15
  ---
16
 
17
 
structured_md/docs/CCORE-Deployment-Flow.md CHANGED
@@ -6,9 +6,9 @@ description: '> Этот документ описывает процесс ра
6
  type: Article
7
  tags:
8
  - HMP
9
- - CCore
10
  - Agent
11
  - REPL
 
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Agent
10
  - REPL
11
+ - CCore
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -7,9 +7,9 @@ description: '## Введение Современные ИИ-системы в
7
  type: Article
8
  tags:
9
  - HMP
10
- - JSON
11
  - Mesh
12
  - CogSync
 
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
7
  type: Article
8
  tags:
9
  - HMP
 
10
  - Mesh
11
  - CogSync
12
+ - JSON
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
structured_md/docs/Enlightener.md CHANGED
@@ -7,11 +7,11 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
 
13
  - MeshConsensus
14
  - Ethics
 
15
  ---
16
 
17
  # Enlightener Agent
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - MeshConsensus
13
  - Ethics
14
+ - JSON
15
  ---
16
 
17
  # Enlightener Agent
structured_md/docs/HMP-0001.md CHANGED
@@ -7,14 +7,14 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
14
  - GMP
15
  - MeshConsensus
16
  - REPL
17
  - Ethics
 
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - GMP
13
  - MeshConsensus
14
  - REPL
15
  - Ethics
16
+ - CogSync
17
+ - JSON
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-0002.md CHANGED
@@ -7,15 +7,15 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
 
14
  - GMP
15
  - MeshConsensus
16
  - REPL
17
  - Ethics
18
- - Scenarios
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
+ - Scenarios
13
  - GMP
14
  - MeshConsensus
15
  - REPL
16
  - Ethics
17
+ - CogSync
18
+ - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
structured_md/docs/HMP-0003.md CHANGED
@@ -7,15 +7,15 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
 
14
  - GMP
15
  - MeshConsensus
16
  - REPL
17
  - Ethics
18
- - Scenarios
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
+ - Scenarios
13
  - GMP
14
  - MeshConsensus
15
  - REPL
16
  - Ethics
17
+ - CogSync
18
+ - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
structured_md/docs/HMP-0004-v4.1.md CHANGED
@@ -7,15 +7,15 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
 
14
  - GMP
15
  - MeshConsensus
16
  - REPL
17
  - Ethics
18
- - Scenarios
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
+ - Scenarios
13
  - GMP
14
  - MeshConsensus
15
  - REPL
16
  - Ethics
17
+ - CogSync
18
+ - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
structured_md/docs/HMP-0004.md CHANGED
@@ -7,15 +7,15 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
 
14
  - GMP
15
  - MeshConsensus
16
  - REPL
17
  - Ethics
18
- - Scenarios
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
+ - Scenarios
13
  - GMP
14
  - MeshConsensus
15
  - REPL
16
  - Ethics
17
+ - CogSync
18
+ - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -7,14 +7,14 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
 
14
  - GMP
15
- - REPL
16
  - Ethics
17
- - Scenarios
 
 
18
  ---
19
 
20
  ┌────────────────────────────────────────────────────────────────────────────┐
@@ -2529,9 +2529,9 @@ Arrows represent **logical dependencies**, not direct `related.*` links.
2529
 
2530
  ---
2531
 
2532
- ## 6.5 Intelligence Query Protocol (IQP)
2533
 
2534
- ### 6.5.1 Purpose and Principles
2535
 
2536
  **IQP (Intelligence Query Protocol)** defines a mechanism for knowledge exchange and reasoning among agents through the Mesh network.
2537
  It provides a unified format for **asking questions, publishing answers, and collaboratively refining knowledge**,
@@ -2540,7 +2540,7 @@ combining elements of search, discussion, and reasoning within the HMP container
2540
  IQP supports both **targeted queries** (with explicitly defined recipients of results and discussions)
2541
  and **distributed discussions** where results remain accessible to all network participants.
2542
 
2543
- #### Core Principles
2544
 
2545
  * **Semantic queries, not keywords.**
2546
  Queries are formulated in terms of concepts, relationships, and context rather than plain keywords.
@@ -2557,7 +2557,7 @@ and **distributed discussions** where results remain accessible to all network p
2557
 
2558
  ---
2559
 
2560
- ### 6.5.2 Container Classes
2561
 
2562
  | Class | Purpose |
2563
  | -------------------- | ----------------------------------------------------------------------------------------------------------- |
@@ -2568,9 +2568,9 @@ and **distributed discussions** where results remain accessible to all network p
2568
 
2569
  ---
2570
 
2571
- ### 6.5.3 Payload Schemas (simplified)
2572
 
2573
- #### `query_request` container
2574
 
2575
  | Field | Type | Description |
2576
  | ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
@@ -2584,7 +2584,7 @@ and **distributed discussions** where results remain accessible to all network p
2584
 
2585
  ---
2586
 
2587
- #### `query_subscription` container
2588
 
2589
  | Field | Type | Description |
2590
  | ------------------------ | -------- | ------------------------------------------------------------------------------------ |
@@ -2606,7 +2606,7 @@ Example:
2606
 
2607
  ---
2608
 
2609
- #### `query_result` container
2610
 
2611
  | Field | Type | Description |
2612
  | -------------- | ------------- | --------------------------------------------------------------- |
@@ -2621,7 +2621,7 @@ Example:
2621
 
2622
  ---
2623
 
2624
- #### `summary` container
2625
 
2626
  | Field | Type | Description |
2627
  | --------------- | ---------- | ------------------------------------------------- |
@@ -2644,7 +2644,7 @@ Example:
2644
 
2645
  ---
2646
 
2647
- ### 6.5.4 Protocol Logic
2648
 
2649
  ```
2650
  query_request
@@ -2660,7 +2660,7 @@ Agents participating through `query_subscription` receive notifications about ne
2660
 
2661
  ---
2662
 
2663
- ### 6.5.5 Interaction Rules
2664
 
2665
  1. **Initiation.**
2666
  An agent creates a `query_request` — defining the question, context, and constraints.
@@ -2683,7 +2683,7 @@ Agents participating through `query_subscription` receive notifications about ne
2683
 
2684
  ---
2685
 
2686
- ### 6.5.6 Proof-Chain Example
2687
 
2688
  ```mermaid
2689
  flowchart LR
@@ -2709,9 +2709,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2709
 
2710
  ---
2711
 
2712
- ### 6.5.7 Container Examples
2713
 
2714
- #### `query_request` example
2715
 
2716
  ```json
2717
  {
@@ -2732,7 +2732,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2732
  }
2733
  ```
2734
 
2735
- #### `query_result` example
2736
 
2737
  ```json
2738
  {
@@ -2750,7 +2750,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2750
  }
2751
  ```
2752
 
2753
- #### `summary` example
2754
 
2755
  ```json
2756
  {
@@ -2776,7 +2776,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2776
  }
2777
  ```
2778
 
2779
- #### `query_subscription` example
2780
 
2781
  ```json
2782
  {
@@ -2798,7 +2798,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2798
 
2799
  ---
2800
 
2801
- ### 6.5.8 Implementation Notes
2802
 
2803
  * Containers are **immutable**; any clarification or correction is published as a new container
2804
  referencing the previous one via `related.previous_version` or `related.in_reply_to`.
@@ -2813,7 +2813,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
2813
 
2814
  ---
2815
 
2816
- ### 6.5.9 Integration with Other Protocols
2817
 
2818
  * **CogConsensus (6.2)** — used for assessing agreement on IQP outcomes.
2819
  * **GMP (6.3)** — queries may refine or extend goals and tasks.
@@ -3006,7 +3006,7 @@ and lists all containers with their metadata and hashes.
3006
  "timestamp": "2025-10-24T12:01:00Z"
3007
  }
3008
  ],
3009
- "graph_mermaid": "graph LR; A-->B; A-->C; B-.->D; C-.->D;",
3010
  "magnet_link": "magnet:?xt=urn:btih:b3d2f19a74..."
3011
  }
3012
  ```
@@ -3028,7 +3028,7 @@ and lists all containers with their metadata and hashes.
3028
  "magnet_link": "magnet:?xt=urn:btih:b3d2f19a74...",
3029
  "alt_locations": ["ipfs://bafybeigdyr23..."],
3030
  "retention_policy": "permanent",
3031
- "graph_mermaid": "graph LR; A[query_request]-->B[query_result];A-->C[query_result];B-.->D[summary];C-.->D;",
3032
  "structure_hint": {
3033
  "layout": "by_class",
3034
  "filename_pattern": "{class}/{short_did}.json"
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
+ - Scenarios
13
  - GMP
 
14
  - Ethics
15
+ - REPL
16
+ - CogSync
17
+ - JSON
18
  ---
19
 
20
  ┌────────────────────────────────────────────────────────────────────────────┐
 
2529
 
2530
  ---
2531
 
2532
+ ### 6.5 Intelligence Query Protocol (IQP)
2533
 
2534
+ #### 6.5.1 Purpose and Principles
2535
 
2536
  **IQP (Intelligence Query Protocol)** defines a mechanism for knowledge exchange and reasoning among agents through the Mesh network.
2537
  It provides a unified format for **asking questions, publishing answers, and collaboratively refining knowledge**,
 
2540
  IQP supports both **targeted queries** (with explicitly defined recipients of results and discussions)
2541
  and **distributed discussions** where results remain accessible to all network participants.
2542
 
2543
+ ##### Core Principles
2544
 
2545
  * **Semantic queries, not keywords.**
2546
  Queries are formulated in terms of concepts, relationships, and context rather than plain keywords.
 
2557
 
2558
  ---
2559
 
2560
+ #### 6.5.2 Container Classes
2561
 
2562
  | Class | Purpose |
2563
  | -------------------- | ----------------------------------------------------------------------------------------------------------- |
 
2568
 
2569
  ---
2570
 
2571
+ #### 6.5.3 Payload Schemas (simplified)
2572
 
2573
+ ##### `query_request` container
2574
 
2575
  | Field | Type | Description |
2576
  | ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
 
2584
 
2585
  ---
2586
 
2587
+ ##### `query_subscription` container
2588
 
2589
  | Field | Type | Description |
2590
  | ------------------------ | -------- | ------------------------------------------------------------------------------------ |
 
2606
 
2607
  ---
2608
 
2609
+ ##### `query_result` container
2610
 
2611
  | Field | Type | Description |
2612
  | -------------- | ------------- | --------------------------------------------------------------- |
 
2621
 
2622
  ---
2623
 
2624
+ ##### `summary` container
2625
 
2626
  | Field | Type | Description |
2627
  | --------------- | ---------- | ------------------------------------------------- |
 
2644
 
2645
  ---
2646
 
2647
+ #### 6.5.4 Protocol Logic
2648
 
2649
  ```
2650
  query_request
 
2660
 
2661
  ---
2662
 
2663
+ #### 6.5.5 Interaction Rules
2664
 
2665
  1. **Initiation.**
2666
  An agent creates a `query_request` — defining the question, context, and constraints.
 
2683
 
2684
  ---
2685
 
2686
+ #### 6.5.6 Proof-Chain Example
2687
 
2688
  ```mermaid
2689
  flowchart LR
 
2709
 
2710
  ---
2711
 
2712
+ #### 6.5.7 Container Examples
2713
 
2714
+ ##### `query_request` example
2715
 
2716
  ```json
2717
  {
 
2732
  }
2733
  ```
2734
 
2735
+ ##### `query_result` example
2736
 
2737
  ```json
2738
  {
 
2750
  }
2751
  ```
2752
 
2753
+ ##### `summary` example
2754
 
2755
  ```json
2756
  {
 
2776
  }
2777
  ```
2778
 
2779
+ ##### `query_subscription` example
2780
 
2781
  ```json
2782
  {
 
2798
 
2799
  ---
2800
 
2801
+ #### 6.5.8 Implementation Notes
2802
 
2803
  * Containers are **immutable**; any clarification or correction is published as a new container
2804
  referencing the previous one via `related.previous_version` or `related.in_reply_to`.
 
2813
 
2814
  ---
2815
 
2816
+ #### 6.5.9 Integration with Other Protocols
2817
 
2818
  * **CogConsensus (6.2)** — used for assessing agreement on IQP outcomes.
2819
  * **GMP (6.3)** — queries may refine or extend goals and tasks.
 
3006
  "timestamp": "2025-10-24T12:01:00Z"
3007
  }
3008
  ],
3009
+ "graph_mermaid": "sequenceDiagram; participant req-001 as did:hmp:container:req-001; participant res-101 as did:hmp:container:res-101; participant res-102 as did:hmp:container:res-102; participant summary-001 as did:hmp:container:summary-001; res-101-)+req-001: related.in_reply_to; req-001-->>res-101: referenced-by; res-102-)+req-001: related.in_reply_to; req-001-->>res-102: referenced-by; res-102-)+res-101: related.contradicts; res-101-->>res-102: referenced-by; summary-001-)+res-101: related.depends_on; res-101-->>summary-001: referenced-by; summary-001-)+res-102: related.depends_on; res-102-->>summary-001: referenced-by;",
3010
  "magnet_link": "magnet:?xt=urn:btih:b3d2f19a74..."
3011
  }
3012
  ```
 
3028
  "magnet_link": "magnet:?xt=urn:btih:b3d2f19a74...",
3029
  "alt_locations": ["ipfs://bafybeigdyr23..."],
3030
  "retention_policy": "permanent",
3031
+ "graph_mermaid": "sequenceDiagram; participant req-001 as did:hmp:container:req-001; participant res-101 as did:hmp:container:res-101; participant res-102 as did:hmp:container:res-102; participant summary-001 as did:hmp:container:summary-001; res-101-)+req-001: related.in_reply_to; req-001-->>res-101: referenced-by; res-102-)+req-001: related.in_reply_to; req-001-->>res-102: referenced-by; res-102-)+res-101: related.contradicts; res-101-->>res-102: referenced-by; summary-001-)+res-101: related.depends_on; res-101-->>summary-001: referenced-by; summary-001-)+res-102: related.depends_on; res-102-->>summary-001: referenced-by;",
3032
  "structure_hint": {
3033
  "layout": "by_class",
3034
  "filename_pattern": "{class}/{short_did}.json"
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -6,10 +6,10 @@ description: 'Документ описывает **базовый API когн
6
  type: Article
7
  tags:
8
  - HMP
9
- - JSON
10
  - Mesh
11
  - Agent
12
  - REPL
 
13
  ---
14
 
15
  # HMP-Agent API Specification
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
  - Agent
11
  - REPL
12
+ - JSON
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
  - HMP
9
  - Mesh
10
- - EGP
11
- - CShell
12
  - Agent
13
- - CogSync
14
- - MeshConsensus
15
  - CCore
 
16
  - REPL
17
  - Ethics
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
8
+ - CShell
9
  - HMP
10
  - Mesh
 
 
11
  - Agent
12
+ - EGP
 
13
  - CCore
14
+ - MeshConsensus
15
  - REPL
16
  - Ethics
17
+ - CogSync
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -7,10 +7,10 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
 
13
  - Ethics
 
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - Ethics
13
+ - JSON
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
- - JSON
11
- - CShell
12
  - Agent
13
  - CCore
14
- - REPL
15
  - Ethics
 
 
16
  ---
17
 
18
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
+ - CShell
9
  - HMP
10
  - Mesh
 
 
11
  - Agent
12
  - CCore
 
13
  - Ethics
14
+ - REPL
15
+ - JSON
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -6,9 +6,9 @@ description: Этот файл описывает потенциальные э
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
6
  type: Article
7
  tags:
8
  - HMP
9
+ - REPL
10
  - Mesh
11
  - Agent
 
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
structured_md/docs/HMP-Ethics.md CHANGED
@@ -8,9 +8,9 @@ tags:
8
  - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
- - Ethics
13
  - Scenarios
 
 
14
  ---
15
 
16
  # HMP-Ethics.md
 
8
  - HMP
9
  - Mesh
10
  - Agent
 
 
11
  - Scenarios
12
+ - Ethics
13
+ - REPL
14
  ---
15
 
16
  # HMP-Ethics.md
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -7,13 +7,13 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
14
  - GMP
15
  - MeshConsensus
16
  - Ethics
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - GMP
13
  - MeshConsensus
14
  - Ethics
15
+ - CogSync
16
+ - JSON
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -7,13 +7,13 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
14
  - GMP
15
  - MeshConsensus
16
  - Ethics
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - GMP
13
  - MeshConsensus
14
  - Ethics
15
+ - CogSync
16
+ - JSON
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -7,13 +7,13 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
14
  - GMP
15
  - MeshConsensus
16
  - Ethics
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - GMP
13
  - MeshConsensus
14
  - Ethics
15
+ - CogSync
16
+ - JSON
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -7,11 +7,11 @@ tags:
7
  - HMP
8
  - Mesh
9
  - EGP
10
- - JSON
11
- - CogSync
12
  - GMP
13
  - MeshConsensus
14
  - Ethics
 
 
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
 
7
  - HMP
8
  - Mesh
9
  - EGP
 
 
10
  - GMP
11
  - MeshConsensus
12
  - Ethics
13
+ - CogSync
14
+ - JSON
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -8,11 +8,11 @@ tags:
8
  - HMP
9
  - Mesh
10
  - EGP
11
- - JSON
12
- - CogSync
13
  - GMP
14
  - MeshConsensus
15
  - Ethics
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
 
8
  - HMP
9
  - Mesh
10
  - EGP
 
 
11
  - GMP
12
  - MeshConsensus
13
  - Ethics
14
+ - CogSync
15
+ - JSON
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -8,11 +8,11 @@ tags:
8
  - HMP
9
  - Mesh
10
  - EGP
11
- - JSON
12
- - CogSync
13
  - GMP
14
  - MeshConsensus
15
  - Ethics
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
8
  - HMP
9
  - Mesh
10
  - EGP
 
 
11
  - GMP
12
  - MeshConsensus
13
  - Ethics
14
+ - CogSync
15
+ - JSON
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -8,11 +8,11 @@ tags:
8
  - HMP
9
  - Mesh
10
  - EGP
11
- - JSON
12
- - CogSync
13
  - GMP
14
  - MeshConsensus
15
  - Ethics
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
8
  - HMP
9
  - Mesh
10
  - EGP
 
 
11
  - GMP
12
  - MeshConsensus
13
  - Ethics
14
+ - CogSync
15
+ - JSON
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
structured_md/docs/HMP-Short-Description_zh.md CHANGED
@@ -8,11 +8,11 @@ tags:
8
  - HMP
9
  - Mesh
10
  - EGP
11
- - JSON
12
- - CogSync
13
  - GMP
14
  - MeshConsensus
15
  - Ethics
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
 
8
  - HMP
9
  - Mesh
10
  - EGP
 
 
11
  - GMP
12
  - MeshConsensus
13
  - Ethics
14
+ - CogSync
15
+ - JSON
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
  - HMP
 
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
 
6
  type: Article
7
  tags:
8
  - HMP
9
+ - REPL
10
  - Mesh
11
  - Agent
 
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
structured_md/docs/HMP-agent-REPL-cycle.md CHANGED
@@ -6,15 +6,15 @@ type: Article
6
  tags:
7
  - HMP
8
  - Mesh
9
- - EGP
10
- - JSON
11
  - Agent
12
- - CogSync
 
13
  - GMP
14
  - MeshConsensus
15
- - CCore
16
  - REPL
17
  - Ethics
 
 
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
 
6
  tags:
7
  - HMP
8
  - Mesh
 
 
9
  - Agent
10
+ - EGP
11
+ - CCore
12
  - GMP
13
  - MeshConsensus
 
14
  - REPL
15
  - Ethics
16
+ - CogSync
17
+ - JSON
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
structured_md/docs/HMP-container-spec.md CHANGED
@@ -7,10 +7,10 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - JSON
11
  - Agent
12
- - REPL
13
  - Ethics
 
 
14
  ---
15
 
16
  # 🧩 HMP Container Specification (v1.2-draft)
 
7
  tags:
8
  - HMP
9
  - Mesh
 
10
  - Agent
 
11
  - Ethics
12
+ - REPL
13
+ - JSON
14
  ---
15
 
16
  # 🧩 HMP Container Specification (v1.2-draft)
structured_md/docs/HMP_HyperCortex_Comparison.md CHANGED
@@ -6,8 +6,8 @@ description: '## Краткое описание | Характеристика
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
  - REPL
 
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - REPL
10
+ - Mesh
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
structured_md/docs/HMP_Hyperon_Integration.md CHANGED
@@ -7,11 +7,11 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
14
  - Scenarios
 
 
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - Scenarios
13
+ - CogSync
14
+ - JSON
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
structured_md/docs/MeshNode.md CHANGED
@@ -7,11 +7,11 @@ type: Article
7
  tags:
8
  - HMP
9
  - Mesh
10
- - EGP
11
- - JSON
12
  - Agent
13
- - CogSync
14
  - Ethics
 
 
15
  ---
16
 
17
  # MeshNode
 
7
  tags:
8
  - HMP
9
  - Mesh
 
 
10
  - Agent
11
+ - EGP
12
  - Ethics
13
+ - CogSync
14
+ - JSON
15
  ---
16
 
17
  # MeshNode
structured_md/docs/PHILOSOPHY.md CHANGED
@@ -8,8 +8,8 @@ tags:
8
  - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
  - Ethics
 
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
 
8
  - HMP
9
  - Mesh
10
  - Agent
 
11
  - Ethics
12
+ - REPL
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
structured_md/docs/agents/HMP-Agent-Enlightener.md CHANGED
@@ -8,8 +8,8 @@ tags:
8
  - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
  - Ethics
 
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
 
8
  - HMP
9
  - Mesh
10
  - Agent
 
11
  - Ethics
12
+ - REPL
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
structured_md/docs/container_agents.md CHANGED
@@ -6,9 +6,9 @@ description: '## 📘 Определение **Агент-контейнер**
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # 🧱 Агенты-контейнеры (Container Agents) в HMP
 
6
  type: Article
7
  tags:
8
  - HMP
9
+ - REPL
10
  - Mesh
11
  - Agent
 
12
  ---
13
 
14
  # 🧱 Агенты-контейнеры (Container Agents) в HMP