GitHub Action commited on
Commit
57b864a
·
1 Parent(s): f0e5bc5

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 +150 -0
  2. structured_md/CONTRIBUTING.md +4 -4
  3. structured_md/HMP-Roadmap.md +4 -4
  4. structured_md/README.md +10 -10
  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/readme.md +3 -3
  13. structured_md/audits/Ethics-audits-1.md +3 -3
  14. structured_md/audits/Ethics-consolidated_audits-1.md +3 -3
  15. structured_md/audits/HMP-0003-consolidated_audit.md +4 -4
  16. structured_md/docs/Basic-agent-sim.md +5 -5
  17. structured_md/docs/CCORE-Deployment-Flow.md +1 -1
  18. structured_md/docs/Enlightener.md +3 -3
  19. structured_md/docs/Grok_HMP&ANP.md +2 -2
  20. structured_md/docs/HMP&ANP_layer_inversion.md +1 -1
  21. structured_md/docs/HMP-0001.md +6 -6
  22. structured_md/docs/HMP-0002.md +7 -7
  23. structured_md/docs/HMP-0003.md +7 -7
  24. structured_md/docs/HMP-0004-v4.1.md +7 -7
  25. structured_md/docs/HMP-0004.md +7 -7
  26. structured_md/docs/HMP-0005.md +157 -7
  27. structured_md/docs/HMP-Agent-API.md +2 -2
  28. structured_md/docs/HMP-Agent-Architecture.md +6 -6
  29. structured_md/docs/HMP-Agent-Network-Flow.md +3 -3
  30. structured_md/docs/HMP-Agent-Overview.md +4 -4
  31. structured_md/docs/HMP-Agent_Emotions.md +1 -1
  32. structured_md/docs/HMP-Ethics.md +3 -3
  33. structured_md/docs/HMP-Short-Description_de.md +5 -5
  34. structured_md/docs/HMP-Short-Description_en.md +5 -5
  35. structured_md/docs/HMP-Short-Description_fr.md +5 -5
  36. structured_md/docs/HMP-Short-Description_ja.md +4 -4
  37. structured_md/docs/HMP-Short-Description_ko.md +4 -4
  38. structured_md/docs/HMP-Short-Description_ru.md +4 -4
  39. structured_md/docs/HMP-Short-Description_uk.md +4 -4
  40. structured_md/docs/HMP-Short-Description_zh.md +4 -4
  41. structured_md/docs/HMP-agent-Cognitive_Family.md +1 -1
  42. structured_md/docs/HMP-agent-REPL-cycle.md +6 -6
  43. structured_md/docs/HMP_Hyperon_Integration.md +3 -3
  44. structured_md/docs/HMP_as_ANP_Application.md +3 -3
  45. structured_md/docs/HMP_as_ANP_Application_en.md +3 -3
  46. structured_md/docs/HMPv5_Overview_Ru.md +3 -3
  47. structured_md/docs/MeshNode.md +4 -4
  48. structured_md/docs/PHILOSOPHY.md +3 -3
  49. structured_md/docs/agents/HMP-Agent-Enlightener.md +3 -3
  50. structured_md/docs/agents/roles.md +1 -1
docs/HMP-0005.md CHANGED
@@ -6902,6 +6902,155 @@ Clients MAY ignore the index entirely and interact with the external resource di
6902
 
6903
  ---
6904
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6905
  ## 13. Experimental Extensions
6906
 
6907
  Experimental Extensions describe mechanisms that are intentionally exposed for exploration, prototyping, and architectural discovery.
@@ -6978,6 +7127,7 @@ All items below represent *potential extensions* for the 5.x family.
6978
  | Competence and Profile Containers | Recommended | 12.5 / 14.6.4 | Very Likely |
6979
  | External Protocol Identifiers (`peer_announce.other_protocols`) | Recommended | 12.5.2 / 14.11 | Likely |
6980
  | External Resources / Container Storage (`peer_announce.external`) | Recommended | 12.5.3 / 14.12 | Likely |
 
6981
  | Key Rotation and Recovery | Experimental | 13.1 / 14.3.2 | Unknown |
6982
  | Proxy Keys and Encrypted Routing | Research | 14.3.3 | Unknown |
6983
  | Reputation Mesh | Research | 14.1.1 | Likely |
 
6902
 
6903
  ---
6904
 
6905
+ #### 12.5.4 Identity Cost and Anti-Sybil Signaling
6906
+
6907
+ In open, permissionless mesh environments, agents may generate arbitrary numbers of identifiers (DIDs).
6908
+ While this is a desired property for privacy, autonomy, and experimentation, it also enables low-cost Sybil attacks, identity churn, and reputation dilution.
6909
+
6910
+ HMP does not attempt to prevent identity creation.
6911
+ Instead, it allows agents to **optionally signal the computational cost invested in maintaining a given identity**.
6912
+
6913
+ This mechanism is known as **Identity Cost signaling**.
6914
+
6915
+ ---
6916
+
6917
+ ##### Purpose
6918
+
6919
+ The `identity_cost` field provides a *non-binding, informational signal* indicating that a certain amount of computational work was performed and intentionally associated with a specific agent identity.
6920
+
6921
+ This signal MAY be used by peers as a heuristic for:
6922
+
6923
+ - Sybil resistance;
6924
+ - spam mitigation;
6925
+ - routing preferences;
6926
+ - reputation priors;
6927
+ - trust bootstrapping in early interactions.
6928
+
6929
+ It MUST NOT be interpreted as proof of honesty, trustworthiness, ownership, or authority.
6930
+
6931
+ ---
6932
+
6933
+ ##### Design Principles
6934
+
6935
+ The Identity Cost mechanism follows these principles:
6936
+
6937
+ - **Voluntary** — agents choose whether to provide it.
6938
+ - **Non-normative** — no global thresholds or acceptance rules are defined.
6939
+ - **Decentralized** — no registries, validators, or authorities are involved.
6940
+ - **Composable** — compatible with reputation systems, but independent from them.
6941
+ - **Non-coercive** — agents are never penalized at the protocol level for lacking identity cost.
6942
+
6943
+ ---
6944
+
6945
+ ##### Structure
6946
+
6947
+ The `identity_cost` field is an optional extension of `peer_announce.payload`.
6948
+
6949
+ ```json
6950
+ {
6951
+ "identity_cost": {
6952
+ "nonce": 123456,
6953
+ "pow_hash": "0000abf39d...",
6954
+ "difficulty": 22
6955
+ }
6956
+ }
6957
+ ```
6958
+
6959
+ ---
6960
+
6961
+ ##### Semantics
6962
+
6963
+ The `identity_cost` object represents a Proof-of-Work (PoW) computation performed over a canonical serialization of identity-bound data.
6964
+
6965
+ The PoW input string is constructed as:
6966
+
6967
+ ```
6968
+ pow_input = sender_did + " -- " + pubkey + " -- " + nonce
6969
+ pow_hash = sha256(pow_input)
6970
+
6971
+ ```
6972
+
6973
+ Where:
6974
+
6975
+ * `sender_did` is the agent's DID as declared in `peer_announce.head`;
6976
+ * `pubkey` is the public key used to sign the container;
6977
+ * `nonce` is an arbitrary value chosen by the agent.
6978
+
6979
+ All values are UTF-8 encoded.
6980
+
6981
+ The `difficulty` field specifies the required number of leading zero bits in the binary representation of `pow_hash`.
6982
+
6983
+ The interpretation of whether a given `difficulty` is sufficient is **local to each agent** and **not standardized by HMP**.
6984
+
6985
+ ---
6986
+
6987
+ ##### Interpretation and Usage
6988
+
6989
+ Agents MAY consider `identity_cost` as:
6990
+
6991
+ * a signal of identity persistence intent;
6992
+ * an indicator that identity rotation is non-trivial for the sender;
6993
+ * a weak prior when evaluating unknown agents.
6994
+
6995
+ Agents MUST NOT:
6996
+
6997
+ * assume behavioral correctness;
6998
+ * infer long-term commitment;
6999
+ * equate higher difficulty with higher trust;
7000
+ * require identity cost for protocol participation.
7001
+
7002
+ Absence of `identity_cost` MUST NOT be treated as misbehavior.
7003
+
7004
+ ---
7005
+
7006
+ ##### Relationship to Reputation
7007
+
7008
+ Identity Cost is **not reputation**.
7009
+
7010
+ * Identity Cost reflects *past computational effort*.
7011
+ * Reputation reflects *observed behavior over time*.
7012
+
7013
+ Reputation systems MAY incorporate `identity_cost` as an initial weighting factor, but MUST rely primarily on behavioral evidence (e.g., fulfilled commitments, relay reliability, content integrity).
7014
+
7015
+ ---
7016
+
7017
+ ##### Updates and Evolution
7018
+
7019
+ An agent MAY update its `identity_cost` over time by publishing a new `peer_announce` with a higher-difficulty PoW, without changing `sender_did` or `pubkey`.
7020
+
7021
+ No explicit upgrade or accumulation mechanism is defined.
7022
+ When multiple identity cost declarations are observed for the same identity, peers SHOULD consider the highest valid difficulty.
7023
+
7024
+ ---
7025
+
7026
+ ##### Security and Limitations
7027
+
7028
+ The Identity Cost mechanism does not prevent:
7029
+
7030
+ * outsourced computation;
7031
+ * rented hash power;
7032
+ * deliberate identity sacrifice;
7033
+ * coordinated Sybil attacks by well-resourced adversaries.
7034
+
7035
+ Its purpose is to **increase friction**, not to enforce security guarantees.
7036
+
7037
+ Identity Cost SHOULD be treated as one signal among many in a multi-factor trust evaluation process.
7038
+
7039
+ ---
7040
+
7041
+ ##### Non-Goals
7042
+
7043
+ This mechanism explicitly does NOT aim to:
7044
+
7045
+ * establish identity uniqueness;
7046
+ * bind identities to real-world entities;
7047
+ * replace cryptographic authentication;
7048
+ * enforce ethical or social norms.
7049
+
7050
+ All such interpretations are outside the scope of HMP.
7051
+
7052
+ ---
7053
+
7054
  ## 13. Experimental Extensions
7055
 
7056
  Experimental Extensions describe mechanisms that are intentionally exposed for exploration, prototyping, and architectural discovery.
 
7127
  | Competence and Profile Containers | Recommended | 12.5 / 14.6.4 | Very Likely |
7128
  | External Protocol Identifiers (`peer_announce.other_protocols`) | Recommended | 12.5.2 / 14.11 | Likely |
7129
  | External Resources / Container Storage (`peer_announce.external`) | Recommended | 12.5.3 / 14.12 | Likely |
7130
+ | Identity Cost and Anti-Sybil Signaling | Recommended | 12.5.4 | Likely |
7131
  | Key Rotation and Recovery | Experimental | 13.1 / 14.3.2 | Unknown |
7132
  | Proxy Keys and Encrypted Routing | Research | 14.3.3 | Unknown |
7133
  | Reputation Mesh | Research | 14.1.1 | Likely |
structured_md/CONTRIBUTING.md CHANGED
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
 
 
 
11
  - CCore
 
12
  - REPL
13
  - JSON
14
- - CogSync
15
- - Agent
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - CogSync
11
+ - HMP
12
  - CCore
13
+ - Agent
14
  - REPL
15
  - JSON
 
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -5,13 +5,13 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
- - EGP
11
  - Ethics
12
- - JSON
13
  - CogSync
 
 
14
  - Agent
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - Mesh
10
  - CogSync
11
+ - HMP
12
+ - EGP
13
  - Agent
14
+ - JSON
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
- - JSON
9
- - HMP
 
10
  - Mesh
11
- - EGP
12
  - MeshConsensus
13
- - Ethics
14
- - REPL
15
  - Scenarios
 
 
 
 
16
  - mesh-protocol
17
  - distributed-ai
18
- - cognitive-architecture
19
- - CogSync
20
- - Agent
21
- - GMP
22
- - hmp
23
  ---
24
 
25
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - cognitive-architecture
9
+ - GMP
10
+ - Ethics
11
  - Mesh
12
+ - CogSync
13
  - MeshConsensus
14
+ - HMP
15
+ - EGP
16
  - Scenarios
17
+ - JSON
18
+ - hmp
19
+ - Agent
20
+ - REPL
21
  - mesh-protocol
22
  - distributed-ai
 
 
 
 
 
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
- - JSON
9
- - HMP
 
10
  - Mesh
11
- - EGP
12
  - MeshConsensus
13
- - Ethics
 
 
 
 
14
  - REPL
15
  - mesh-protocol
16
  - distributed-ai
17
- - cognitive-architecture
18
- - CogSync
19
- - Agent
20
- - GMP
21
- - hmp
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - cognitive-architecture
9
+ - GMP
10
+ - Ethics
11
  - Mesh
12
+ - CogSync
13
  - MeshConsensus
14
+ - HMP
15
+ - EGP
16
+ - JSON
17
+ - hmp
18
+ - Agent
19
  - REPL
20
  - mesh-protocol
21
  - distributed-ai
 
 
 
 
 
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
- - JSON
9
- - HMP
 
10
  - Mesh
11
- - EGP
12
  - MeshConsensus
13
- - Ethics
 
 
 
 
14
  - REPL
15
  - mesh-protocol
16
  - distributed-ai
17
- - cognitive-architecture
18
- - CogSync
19
- - Agent
20
- - GMP
21
- - hmp
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - cognitive-architecture
9
+ - GMP
10
+ - Ethics
11
  - Mesh
12
+ - CogSync
13
  - MeshConsensus
14
+ - HMP
15
+ - EGP
16
+ - JSON
17
+ - hmp
18
+ - Agent
19
  - REPL
20
  - mesh-protocol
21
  - distributed-ai
 
 
 
 
 
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
- - JSON
9
- - HMP
 
10
  - Mesh
11
- - EGP
12
  - MeshConsensus
13
- - Ethics
 
 
 
 
14
  - REPL
15
  - mesh-protocol
16
  - distributed-ai
17
- - cognitive-architecture
18
- - CogSync
19
- - Agent
20
- - GMP
21
- - hmp
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - cognitive-architecture
9
+ - GMP
10
+ - Ethics
11
  - Mesh
12
+ - CogSync
13
  - MeshConsensus
14
+ - HMP
15
+ - EGP
16
+ - JSON
17
+ - hmp
18
+ - Agent
19
  - REPL
20
  - mesh-protocol
21
  - distributed-ai
 
 
 
 
 
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
- - JSON
9
- - HMP
 
10
  - Mesh
11
- - EGP
12
  - MeshConsensus
13
- - Ethics
 
 
 
 
14
  - REPL
15
  - mesh-protocol
16
  - distributed-ai
17
- - cognitive-architecture
18
- - CogSync
19
- - Agent
20
- - GMP
21
- - hmp
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - cognitive-architecture
9
+ - GMP
10
+ - Ethics
11
  - Mesh
12
+ - CogSync
13
  - MeshConsensus
14
+ - HMP
15
+ - EGP
16
+ - JSON
17
+ - hmp
18
+ - Agent
19
  - REPL
20
  - mesh-protocol
21
  - distributed-ai
 
 
 
 
 
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
- - JSON
9
- - HMP
 
10
  - Mesh
11
- - EGP
12
  - MeshConsensus
13
- - Ethics
 
 
 
 
14
  - REPL
15
  - mesh-protocol
16
  - distributed-ai
17
- - cognitive-architecture
18
- - CogSync
19
- - Agent
20
- - GMP
21
- - hmp
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - cognitive-architecture
9
+ - GMP
10
+ - Ethics
11
  - Mesh
12
+ - CogSync
13
  - MeshConsensus
14
+ - HMP
15
+ - EGP
16
+ - JSON
17
+ - hmp
18
+ - Agent
19
  - REPL
20
  - mesh-protocol
21
  - distributed-ai
 
 
 
 
 
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
- - JSON
9
- - HMP
 
10
  - Mesh
11
- - EGP
12
  - MeshConsensus
13
- - Ethics
 
 
 
 
14
  - REPL
15
  - mesh-protocol
16
  - distributed-ai
17
- - cognitive-architecture
18
- - CogSync
19
- - Agent
20
- - GMP
21
- - hmp
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - cognitive-architecture
9
+ - GMP
10
+ - Ethics
11
  - Mesh
12
+ - CogSync
13
  - MeshConsensus
14
+ - HMP
15
+ - EGP
16
+ - JSON
17
+ - hmp
18
+ - Agent
19
  - REPL
20
  - mesh-protocol
21
  - distributed-ai
 
 
 
 
 
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
- - JSON
9
- - HMP
 
10
  - Mesh
11
- - EGP
12
  - MeshConsensus
13
- - Ethics
 
 
 
 
14
  - REPL
15
  - mesh-protocol
16
  - distributed-ai
17
- - cognitive-architecture
18
- - CogSync
19
- - Agent
20
- - GMP
21
- - hmp
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - cognitive-architecture
9
+ - GMP
10
+ - Ethics
11
  - Mesh
12
+ - CogSync
13
  - MeshConsensus
14
+ - HMP
15
+ - EGP
16
+ - JSON
17
+ - hmp
18
+ - Agent
19
  - REPL
20
  - mesh-protocol
21
  - distributed-ai
 
 
 
 
 
22
  ---
23
 
24
 
structured_md/agents/readme.md CHANGED
@@ -5,12 +5,12 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
 
 
 
11
  - REPL
12
  - JSON
13
- - Agent
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - HMP
11
+ - Agent
12
  - REPL
13
  - JSON
 
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
structured_md/audits/Ethics-audits-1.md CHANGED
@@ -5,11 +5,11 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
11
- - JSON
 
12
  - Agent
 
13
  ---
14
 
15
  ---------------
 
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - HMP
11
  - Agent
12
+ - JSON
13
  ---
14
 
15
  ---------------
structured_md/audits/Ethics-consolidated_audits-1.md CHANGED
@@ -5,12 +5,12 @@ description: This document consolidates proposed improvements from multiple AI a
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
 
 
11
  - Scenarios
12
- - JSON
13
  - Agent
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - HMP
11
  - Scenarios
 
12
  - Agent
13
+ - JSON
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
structured_md/audits/HMP-0003-consolidated_audit.md CHANGED
@@ -5,14 +5,14 @@ description: Сводный аудит предложений по улучше
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
 
 
10
  - EGP
 
11
  - MeshConsensus
12
- - Ethics
13
  - JSON
14
- - CogSync
15
- - Agent
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - Mesh
10
+ - CogSync
11
+ - HMP
12
  - EGP
13
+ - Agent
14
  - MeshConsensus
 
15
  - JSON
 
 
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -4,14 +4,14 @@ description: 'В HMP-протоколе предусмотрены два тип
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
- - HMP
8
  - Mesh
9
- - EGP
10
- - MeshConsensus
11
- - REPL
12
  - CogSync
 
 
 
13
  - Agent
14
- - GMP
15
  ---
16
 
17
 
 
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
+ - GMP
8
  - Mesh
 
 
 
9
  - CogSync
10
+ - MeshConsensus
11
+ - HMP
12
+ - EGP
13
  - Agent
14
+ - REPL
15
  ---
16
 
17
 
structured_md/docs/CCORE-Deployment-Flow.md CHANGED
@@ -6,8 +6,8 @@ description: '> Этот документ описывает процесс ра
6
  type: Article
7
  tags:
8
  - HMP
9
- - REPL
10
  - Agent
 
11
  - CCore
12
  ---
13
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Agent
10
+ - REPL
11
  - CCore
12
  ---
13
 
structured_md/docs/Enlightener.md CHANGED
@@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
 
10
  - EGP
 
11
  - MeshConsensus
12
- - Ethics
13
  - JSON
14
- - Agent
15
  ---
16
 
17
  # Enlightener Agent
 
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - Mesh
10
+ - HMP
11
  - EGP
12
+ - Agent
13
  - MeshConsensus
 
14
  - JSON
 
15
  ---
16
 
17
  # Enlightener Agent
structured_md/docs/Grok_HMP&ANP.md CHANGED
@@ -5,11 +5,11 @@ description: '> Анализ подготовлен Grok (xAI) на основе
5
  Grok для некоммерческого использования в проект...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
 
 
10
  - REPL
11
  - JSON
12
- - Agent
13
  ---
14
 
15
  # Grok (xAI): сравнительный анализ HMP и ANP (январь 2026)
 
5
  Grok для некоммерческого использования в проект...'
6
  type: Article
7
  tags:
 
8
  - Mesh
9
+ - HMP
10
+ - Agent
11
  - REPL
12
  - JSON
 
13
  ---
14
 
15
  # Grok (xAI): сравнительный анализ HMP и ANP (январь 2026)
structured_md/docs/HMP&ANP_layer_inversion.md CHANGED
@@ -5,9 +5,9 @@ description: '## TL;DR HMP можно туннелировать поверх A
5
  взаимная инверсия слоёв не является арх...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
- - Agent
11
  ---
12
 
13
  # HMP и ANP: взаимное туннелирование как признак правильной архитектуры
 
5
  взаимная инверсия слоёв не является арх...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
  - Mesh
 
11
  ---
12
 
13
  # HMP и ANP: взаимное туннелирование как признак правильной архитектуры
structured_md/docs/HMP-0001.md CHANGED
@@ -5,16 +5,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  for Comments: HMP-0001** **Cat...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
10
- - EGP
11
  - MeshConsensus
12
- - Ethics
 
 
13
  - REPL
14
  - JSON
15
- - CogSync
16
- - Agent
17
- - GMP
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
5
  for Comments: HMP-0001** **Cat...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
  - MeshConsensus
13
+ - HMP
14
+ - EGP
15
+ - Agent
16
  - REPL
17
  - JSON
 
 
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-0002.md CHANGED
@@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  for Comments: HMP-0002** **Cat...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
10
- - EGP
11
  - MeshConsensus
12
- - Ethics
13
- - REPL
14
  - Scenarios
15
- - JSON
16
- - CogSync
17
  - Agent
18
- - GMP
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
5
  for Comments: HMP-0002** **Cat...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
  - MeshConsensus
13
+ - HMP
14
+ - EGP
15
  - Scenarios
 
 
16
  - Agent
17
+ - REPL
18
+ - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
structured_md/docs/HMP-0003.md CHANGED
@@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  for Comments: HMP-0003** **Cat...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
10
- - EGP
11
  - MeshConsensus
12
- - Ethics
13
- - REPL
14
  - Scenarios
15
- - JSON
16
- - CogSync
17
  - Agent
18
- - GMP
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
5
  for Comments: HMP-0003** **Cat...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
  - MeshConsensus
13
+ - HMP
14
+ - EGP
15
  - Scenarios
 
 
16
  - Agent
17
+ - REPL
18
+ - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
structured_md/docs/HMP-0004-v4.1.md CHANGED
@@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  ID**: HMP-0004 **Status**: Fina...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
10
- - EGP
11
  - MeshConsensus
12
- - Ethics
13
- - REPL
14
  - Scenarios
15
- - JSON
16
- - CogSync
17
  - Agent
18
- - GMP
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
5
  ID**: HMP-0004 **Status**: Fina...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
  - MeshConsensus
13
+ - HMP
14
+ - EGP
15
  - Scenarios
 
 
16
  - Agent
17
+ - REPL
18
+ - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
structured_md/docs/HMP-0004.md CHANGED
@@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  for Comments: HMP-0004** **Cat...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
10
- - EGP
11
  - MeshConsensus
12
- - Ethics
13
- - REPL
14
  - Scenarios
15
- - JSON
16
- - CogSync
17
  - Agent
18
- - GMP
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
5
  for Comments: HMP-0004** **Cat...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
  - MeshConsensus
13
+ - HMP
14
+ - EGP
15
  - Scenarios
 
 
16
  - Agent
17
+ - REPL
18
+ - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -5,18 +5,18 @@ description: '**Document ID:** HMP-0005 **Status:** Candidate **Category:**
5
  Хотинский (Maksim Khotinsky); AI-assisted b...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
 
 
 
10
  - EGP
11
- - Ethics
12
  - CCore
13
- - REPL
14
- - CShell
15
  - Scenarios
16
- - JSON
17
- - CogSync
18
  - Agent
19
- - GMP
 
20
  ---
21
 
22
  # **HyperCortex Mesh Protocol (HMP) v5.0**
@@ -6923,6 +6923,155 @@ Clients MAY ignore the index entirely and interact with the external resource di
6923
 
6924
  ---
6925
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6926
  ## 13. Experimental Extensions
6927
 
6928
  Experimental Extensions describe mechanisms that are intentionally exposed for exploration, prototyping, and architectural discovery.
@@ -6999,6 +7148,7 @@ All items below represent *potential extensions* for the 5.x family.
6999
  | Competence and Profile Containers | Recommended | 12.5 / 14.6.4 | Very Likely |
7000
  | External Protocol Identifiers (`peer_announce.other_protocols`) | Recommended | 12.5.2 / 14.11 | Likely |
7001
  | External Resources / Container Storage (`peer_announce.external`) | Recommended | 12.5.3 / 14.12 | Likely |
 
7002
  | Key Rotation and Recovery | Experimental | 13.1 / 14.3.2 | Unknown |
7003
  | Proxy Keys and Encrypted Routing | Research | 14.3.3 | Unknown |
7004
  | Reputation Mesh | Research | 14.1.1 | Likely |
 
5
  Хотинский (Maksim Khotinsky); AI-assisted b...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
+ - CShell
13
+ - HMP
14
  - EGP
 
15
  - CCore
 
 
16
  - Scenarios
 
 
17
  - Agent
18
+ - REPL
19
+ - JSON
20
  ---
21
 
22
  # **HyperCortex Mesh Protocol (HMP) v5.0**
 
6923
 
6924
  ---
6925
 
6926
+ #### 12.5.4 Identity Cost and Anti-Sybil Signaling
6927
+
6928
+ In open, permissionless mesh environments, agents may generate arbitrary numbers of identifiers (DIDs).
6929
+ While this is a desired property for privacy, autonomy, and experimentation, it also enables low-cost Sybil attacks, identity churn, and reputation dilution.
6930
+
6931
+ HMP does not attempt to prevent identity creation.
6932
+ Instead, it allows agents to **optionally signal the computational cost invested in maintaining a given identity**.
6933
+
6934
+ This mechanism is known as **Identity Cost signaling**.
6935
+
6936
+ ---
6937
+
6938
+ ##### Purpose
6939
+
6940
+ The `identity_cost` field provides a *non-binding, informational signal* indicating that a certain amount of computational work was performed and intentionally associated with a specific agent identity.
6941
+
6942
+ This signal MAY be used by peers as a heuristic for:
6943
+
6944
+ - Sybil resistance;
6945
+ - spam mitigation;
6946
+ - routing preferences;
6947
+ - reputation priors;
6948
+ - trust bootstrapping in early interactions.
6949
+
6950
+ It MUST NOT be interpreted as proof of honesty, trustworthiness, ownership, or authority.
6951
+
6952
+ ---
6953
+
6954
+ ##### Design Principles
6955
+
6956
+ The Identity Cost mechanism follows these principles:
6957
+
6958
+ - **Voluntary** — agents choose whether to provide it.
6959
+ - **Non-normative** — no global thresholds or acceptance rules are defined.
6960
+ - **Decentralized** — no registries, validators, or authorities are involved.
6961
+ - **Composable** — compatible with reputation systems, but independent from them.
6962
+ - **Non-coercive** — agents are never penalized at the protocol level for lacking identity cost.
6963
+
6964
+ ---
6965
+
6966
+ ##### Structure
6967
+
6968
+ The `identity_cost` field is an optional extension of `peer_announce.payload`.
6969
+
6970
+ ```json
6971
+ {
6972
+ "identity_cost": {
6973
+ "nonce": 123456,
6974
+ "pow_hash": "0000abf39d...",
6975
+ "difficulty": 22
6976
+ }
6977
+ }
6978
+ ```
6979
+
6980
+ ---
6981
+
6982
+ ##### Semantics
6983
+
6984
+ The `identity_cost` object represents a Proof-of-Work (PoW) computation performed over a canonical serialization of identity-bound data.
6985
+
6986
+ The PoW input string is constructed as:
6987
+
6988
+ ```
6989
+ pow_input = sender_did + " -- " + pubkey + " -- " + nonce
6990
+ pow_hash = sha256(pow_input)
6991
+
6992
+ ```
6993
+
6994
+ Where:
6995
+
6996
+ * `sender_did` is the agent's DID as declared in `peer_announce.head`;
6997
+ * `pubkey` is the public key used to sign the container;
6998
+ * `nonce` is an arbitrary value chosen by the agent.
6999
+
7000
+ All values are UTF-8 encoded.
7001
+
7002
+ The `difficulty` field specifies the required number of leading zero bits in the binary representation of `pow_hash`.
7003
+
7004
+ The interpretation of whether a given `difficulty` is sufficient is **local to each agent** and **not standardized by HMP**.
7005
+
7006
+ ---
7007
+
7008
+ ##### Interpretation and Usage
7009
+
7010
+ Agents MAY consider `identity_cost` as:
7011
+
7012
+ * a signal of identity persistence intent;
7013
+ * an indicator that identity rotation is non-trivial for the sender;
7014
+ * a weak prior when evaluating unknown agents.
7015
+
7016
+ Agents MUST NOT:
7017
+
7018
+ * assume behavioral correctness;
7019
+ * infer long-term commitment;
7020
+ * equate higher difficulty with higher trust;
7021
+ * require identity cost for protocol participation.
7022
+
7023
+ Absence of `identity_cost` MUST NOT be treated as misbehavior.
7024
+
7025
+ ---
7026
+
7027
+ ##### Relationship to Reputation
7028
+
7029
+ Identity Cost is **not reputation**.
7030
+
7031
+ * Identity Cost reflects *past computational effort*.
7032
+ * Reputation reflects *observed behavior over time*.
7033
+
7034
+ Reputation systems MAY incorporate `identity_cost` as an initial weighting factor, but MUST rely primarily on behavioral evidence (e.g., fulfilled commitments, relay reliability, content integrity).
7035
+
7036
+ ---
7037
+
7038
+ ##### Updates and Evolution
7039
+
7040
+ An agent MAY update its `identity_cost` over time by publishing a new `peer_announce` with a higher-difficulty PoW, without changing `sender_did` or `pubkey`.
7041
+
7042
+ No explicit upgrade or accumulation mechanism is defined.
7043
+ When multiple identity cost declarations are observed for the same identity, peers SHOULD consider the highest valid difficulty.
7044
+
7045
+ ---
7046
+
7047
+ ##### Security and Limitations
7048
+
7049
+ The Identity Cost mechanism does not prevent:
7050
+
7051
+ * outsourced computation;
7052
+ * rented hash power;
7053
+ * deliberate identity sacrifice;
7054
+ * coordinated Sybil attacks by well-resourced adversaries.
7055
+
7056
+ Its purpose is to **increase friction**, not to enforce security guarantees.
7057
+
7058
+ Identity Cost SHOULD be treated as one signal among many in a multi-factor trust evaluation process.
7059
+
7060
+ ---
7061
+
7062
+ ##### Non-Goals
7063
+
7064
+ This mechanism explicitly does NOT aim to:
7065
+
7066
+ * establish identity uniqueness;
7067
+ * bind identities to real-world entities;
7068
+ * replace cryptographic authentication;
7069
+ * enforce ethical or social norms.
7070
+
7071
+ All such interpretations are outside the scope of HMP.
7072
+
7073
+ ---
7074
+
7075
  ## 13. Experimental Extensions
7076
 
7077
  Experimental Extensions describe mechanisms that are intentionally exposed for exploration, prototyping, and architectural discovery.
 
7148
  | Competence and Profile Containers | Recommended | 12.5 / 14.6.4 | Very Likely |
7149
  | External Protocol Identifiers (`peer_announce.other_protocols`) | Recommended | 12.5.2 / 14.11 | Likely |
7150
  | External Resources / Container Storage (`peer_announce.external`) | Recommended | 12.5.3 / 14.12 | Likely |
7151
+ | Identity Cost and Anti-Sybil Signaling | Recommended | 12.5.4 | Likely |
7152
  | Key Rotation and Recovery | Experimental | 13.1 / 14.3.2 | Unknown |
7153
  | Proxy Keys and Encrypted Routing | Research | 14.3.3 | Unknown |
7154
  | Reputation Mesh | Research | 14.1.1 | Likely |
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
- - HMP
9
  - Mesh
 
 
10
  - REPL
11
  - JSON
12
- - Agent
13
  ---
14
 
15
  # HMP-Agent API Specification
 
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
 
8
  - Mesh
9
+ - HMP
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
  - MeshConsensus
12
- - CCore
13
- - Ethics
14
- - REPL
15
  - CShell
16
- - CogSync
 
 
17
  - Agent
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - Mesh
10
+ - CogSync
11
  - MeshConsensus
 
 
 
12
  - CShell
13
+ - HMP
14
+ - EGP
15
+ - CCore
16
  - Agent
17
+ - REPL
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -5,12 +5,12 @@ description: 'Этот документ описывает потоки данн
5
  [`MeshNode`](MeshN...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
 
10
  - EGP
11
- - Ethics
12
- - JSON
13
  - Agent
 
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
5
  [`MeshNode`](MeshN...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - Mesh
10
+ - HMP
11
  - EGP
 
 
12
  - Agent
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
  - Ethics
 
 
 
11
  - CCore
 
12
  - REPL
13
- - CShell
14
  - JSON
15
- - Agent
16
  ---
17
 
18
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - CShell
11
+ - HMP
12
  - CCore
13
+ - Agent
14
  - REPL
 
15
  - JSON
 
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
 
8
  - Agent
9
  - REPL
10
  - Mesh
11
- - HMP
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
8
+ - HMP
9
  - Agent
10
  - REPL
11
  - Mesh
 
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
structured_md/docs/HMP-Ethics.md CHANGED
@@ -5,12 +5,12 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
5
  cognitive meshes composed of autonomous intelli...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
11
- - REPL
 
12
  - Scenarios
13
  - Agent
 
14
  ---
15
 
16
  # HMP-Ethics.md
 
5
  cognitive meshes composed of autonomous intelli...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - HMP
11
  - Scenarios
12
  - Agent
13
+ - REPL
14
  ---
15
 
16
  # HMP-Ethics.md
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP?
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
 
 
10
  - EGP
 
11
  - MeshConsensus
12
- - Ethics
13
  - JSON
14
- - CogSync
15
- - Agent
16
- - GMP
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
+ - HMP
13
  - EGP
14
+ - Agent
15
  - MeshConsensus
 
16
  - JSON
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
 
 
10
  - EGP
 
11
  - MeshConsensus
12
- - Ethics
13
  - JSON
14
- - CogSync
15
- - Agent
16
- - GMP
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
+ - HMP
13
  - EGP
14
+ - Agent
15
  - MeshConsensus
 
16
  - JSON
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -5,15 +5,15 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
 
 
10
  - EGP
 
11
  - MeshConsensus
12
- - Ethics
13
  - JSON
14
- - CogSync
15
- - Agent
16
- - GMP
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
 
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
+ - HMP
13
  - EGP
14
+ - Agent
15
  - MeshConsensus
 
16
  - JSON
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -4,14 +4,14 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
7
- - HMP
 
8
  - Mesh
 
 
9
  - EGP
10
  - MeshConsensus
11
- - Ethics
12
  - JSON
13
- - CogSync
14
- - GMP
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
 
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
7
+ - GMP
8
+ - Ethics
9
  - Mesh
10
+ - CogSync
11
+ - HMP
12
  - EGP
13
  - MeshConsensus
 
14
  - JSON
 
 
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -5,14 +5,14 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
 
 
10
  - EGP
11
  - MeshConsensus
12
- - Ethics
13
  - JSON
14
- - CogSync
15
- - GMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
 
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
+ - HMP
13
  - EGP
14
  - MeshConsensus
 
15
  - JSON
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -5,14 +5,14 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
 
 
10
  - EGP
11
  - MeshConsensus
12
- - Ethics
13
  - JSON
14
- - CogSync
15
- - GMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
+ - HMP
13
  - EGP
14
  - MeshConsensus
 
15
  - JSON
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -5,14 +5,14 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- #
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
 
 
10
  - EGP
11
  - MeshConsensus
12
- - Ethics
13
  - JSON
14
- - CogSync
15
- - GMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
+ - HMP
13
  - EGP
14
  - MeshConsensus
 
15
  - JSON
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
structured_md/docs/HMP-Short-Description_zh.md CHANGED
@@ -5,14 +5,14 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM
5
  —— 通过共享协议栈交换目标、任务、...'
6
  type: Article
7
  tags:
8
- - HMP
 
9
  - Mesh
 
 
10
  - EGP
11
  - MeshConsensus
12
- - Ethics
13
  - JSON
14
- - CogSync
15
- - GMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
 
5
  —— 通过共享协议栈交换目标、任务、...'
6
  type: Article
7
  tags:
8
+ - GMP
9
+ - Ethics
10
  - Mesh
11
+ - CogSync
12
+ - HMP
13
  - EGP
14
  - MeshConsensus
 
15
  - JSON
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
structured_md/docs/HMP-agent-Cognitive_Family.md CHANGED
@@ -5,10 +5,10 @@ description: '## 🧠 Что такое когнитивная семья Ко
5
  (или конфигурацию доверенных идентифика...'
6
  type: Article
7
  tags:
 
8
  - Agent
9
  - REPL
10
  - Mesh
11
- - HMP
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
 
5
  (или конфигурацию доверенных идентифика...'
6
  type: Article
7
  tags:
8
+ - HMP
9
  - Agent
10
  - REPL
11
  - Mesh
 
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
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
- - HMP
 
8
  - Mesh
9
- - EGP
10
  - MeshConsensus
 
 
11
  - CCore
12
- - Ethics
13
  - REPL
14
  - JSON
15
- - CogSync
16
- - Agent
17
- - GMP
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
+ - GMP
8
+ - Ethics
9
  - Mesh
10
+ - CogSync
11
  - MeshConsensus
12
+ - HMP
13
+ - EGP
14
  - CCore
15
+ - Agent
16
  - REPL
17
  - JSON
 
 
 
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
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
- - HMP
9
  - Mesh
 
 
10
  - EGP
11
  - Scenarios
12
- - JSON
13
- - CogSync
14
  - Agent
 
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
 
5
  OpenCog Hyperon framework. This includes semanti...'
6
  type: Article
7
  tags:
 
8
  - Mesh
9
+ - CogSync
10
+ - HMP
11
  - EGP
12
  - Scenarios
 
 
13
  - Agent
14
+ - JSON
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
structured_md/docs/HMP_as_ANP_Application.md CHANGED
@@ -5,11 +5,11 @@ description: '## Кратко [ANP (Agent Network Protocol)](https://github.com/
5
  (HyperCortex M...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
11
- - JSON
 
12
  - Agent
 
13
  ---
14
 
15
  # HMP как реализация Application Layer в ANP
 
5
  (HyperCortex M...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - HMP
11
  - Agent
12
+ - JSON
13
  ---
14
 
15
  # HMP как реализация Application Layer в ANP
structured_md/docs/HMP_as_ANP_Application_en.md CHANGED
@@ -5,12 +5,12 @@ description: '## In Brief [ANP (Agent Network Protocol)](https://github.com/age
5
  proto...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
 
 
11
  - Scenarios
12
- - JSON
13
  - Agent
 
14
  ---
15
 
16
  # HMP as an Implementation of the Application Layer in ANP
 
5
  proto...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - HMP
11
  - Scenarios
 
12
  - Agent
13
+ - JSON
14
  ---
15
 
16
  # HMP as an Implementation of the Application Layer in ANP
structured_md/docs/HMPv5_Overview_Ru.md CHANGED
@@ -5,12 +5,12 @@ description: '> Почему современные агентные систе
5
  Этот текст основан на спецификации [**...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
11
- - JSON
12
  - CogSync
 
13
  - Agent
 
14
  ---
15
 
16
  # Почему будущее ИИ-агентов — децентрализованные сети, а не оркестраторы
 
5
  Этот текст основан на спецификации [**...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
  - CogSync
11
+ - HMP
12
  - Agent
13
+ - JSON
14
  ---
15
 
16
  # Почему будущее ИИ-агентов — децентрализованные сети, а не оркестраторы
structured_md/docs/MeshNode.md CHANGED
@@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с
5
  Может быть частью агента или вынесен в отдельный пр...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
- - EGP
11
  - Ethics
12
- - JSON
13
  - CogSync
 
 
14
  - Agent
 
15
  ---
16
 
17
  # MeshNode
 
5
  Может быть частью агента или вынесен в отдельный пр...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - Mesh
10
  - CogSync
11
+ - HMP
12
+ - EGP
13
  - Agent
14
+ - JSON
15
  ---
16
 
17
  # MeshNode
structured_md/docs/PHILOSOPHY.md CHANGED
@@ -5,11 +5,11 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:*
5
  (GPT-5), ChatGH --- ## 1. Основной тезис От ...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
11
- - REPL
 
12
  - Agent
 
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
 
5
  (GPT-5), ChatGH --- ## 1. Основной тезис От ...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - HMP
11
  - Agent
12
+ - REPL
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
structured_md/docs/agents/HMP-Agent-Enlightener.md CHANGED
@@ -5,11 +5,11 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An **
5
  awareness, critical thinking, and di...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - Ethics
11
- - REPL
 
12
  - Agent
 
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
 
5
  awareness, critical thinking, and di...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
+ - HMP
11
  - Agent
12
+ - REPL
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
structured_md/docs/agents/roles.md CHANGED
@@ -5,9 +5,9 @@ description: 'This file maintains a registry of agent roles defined, proposed, o
5
  - **Observer** — monitors cognitive states ...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
- - Agent
11
  ---
12
 
13
  # HMP Agent Role Registry
 
5
  - **Observer** — monitors cognitive states ...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
  - Mesh
 
11
  ---
12
 
13
  # HMP Agent Role Registry