GitHub Action commited on
Commit
c6afd13
·
1 Parent(s): 2e64f51

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 +223 -3
  2. structured_md/CONTRIBUTING.md +4 -4
  3. structured_md/HMP-Roadmap.md +2 -2
  4. structured_md/README.md +9 -9
  5. structured_md/README_de.md +8 -8
  6. structured_md/README_fr.md +8 -8
  7. structured_md/README_ja.md +8 -8
  8. structured_md/README_ko.md +8 -8
  9. structured_md/README_ru.md +8 -8
  10. structured_md/README_uk.md +8 -8
  11. structured_md/README_zh.md +8 -8
  12. structured_md/agents/readme.md +2 -2
  13. structured_md/audits/Ethics-audits-1.md +1 -1
  14. structured_md/audits/Ethics-consolidated_audits-1.md +1 -1
  15. structured_md/audits/HMP-0003-consolidated_audit.md +3 -3
  16. structured_md/docs/Basic-agent-sim.md +4 -4
  17. structured_md/docs/CCORE-Deployment-Flow.md +2 -2
  18. structured_md/docs/Distributed-Cognitive-Systems.md +1 -1
  19. structured_md/docs/Enlightener.md +2 -2
  20. structured_md/docs/HMP-0001.md +6 -6
  21. structured_md/docs/HMP-0002.md +6 -6
  22. structured_md/docs/HMP-0003.md +6 -6
  23. structured_md/docs/HMP-0004-v4.1.md +6 -6
  24. structured_md/docs/HMP-0004.md +6 -6
  25. structured_md/docs/HMP-0005.md +225 -8
  26. structured_md/docs/HMP-Agent-API.md +1 -1
  27. structured_md/docs/HMP-Agent-Architecture.md +6 -6
  28. structured_md/docs/HMP-Agent-Network-Flow.md +1 -1
  29. structured_md/docs/HMP-Agent-Overview.md +4 -4
  30. structured_md/docs/HMP-Agent_Emotions.md +1 -1
  31. structured_md/docs/HMP-Ethics.md +2 -2
  32. structured_md/docs/HMP-Short-Description_de.md +4 -4
  33. structured_md/docs/HMP-Short-Description_en.md +4 -4
  34. structured_md/docs/HMP-Short-Description_fr.md +4 -4
  35. structured_md/docs/HMP-Short-Description_ja.md +4 -4
  36. structured_md/docs/HMP-Short-Description_ko.md +4 -4
  37. structured_md/docs/HMP-Short-Description_ru.md +4 -4
  38. structured_md/docs/HMP-Short-Description_uk.md +4 -4
  39. structured_md/docs/HMP-Short-Description_zh.md +4 -4
  40. structured_md/docs/HMP-agent-Cognitive_Family.md +1 -1
  41. structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md +1 -1
  42. structured_md/docs/HMP-agent-REPL-cycle.md +7 -7
  43. structured_md/docs/HMP_HyperCortex_Comparison.md +1 -1
  44. structured_md/docs/HMP_Hyperon_Integration.md +1 -1
  45. structured_md/docs/MeshNode.md +2 -2
  46. structured_md/docs/PHILOSOPHY.md +2 -2
  47. structured_md/docs/agents/HMP-Agent-Enlightener.md +2 -2
  48. structured_md/docs/container_agents.md +1 -1
  49. structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md +4 -4
  50. structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md +3 -3
docs/HMP-0005.md CHANGED
@@ -3229,6 +3229,7 @@ Each container receives a local status based on:
3229
  This allows agents to document parallel idea developments.
3230
  * `excluded` lists evaluations not included in the final computation, with the reason.
3231
  * `related.in_reply_to` references the container under discussion.
 
3232
 
3233
  **Example:**
3234
 
@@ -3283,7 +3284,8 @@ Each container receives a local status based on:
3283
  },
3284
  },
3285
  "related": {
3286
- "in_reply_to": ["did:hmp:container:abc123", "did:hmp:container:abc133"]
 
3287
  }
3288
  }
3289
  ```
@@ -7522,7 +7524,8 @@ Results may be **original** (primary consensus target) or **child** (consensus o
7522
  },
7523
  },
7524
  "related": {
7525
- "in_reply_to": ["did:hmp:container:abc123", "did:hmp:container:abc133"]
 
7526
  }
7527
  }
7528
  ```
@@ -8343,7 +8346,224 @@ In all modes, digital signatures and (when applicable) compression are applied i
8343
 
8344
  ---
8345
 
8346
- ### A.5 Proof-chain example (workflow_entry → goal → vote → consensus_result)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8347
 
8348
  ## Appendix B — Protocol Diagrams
8349
  ### B.1 HMP Protocol Stack
 
3229
  This allows agents to document parallel idea developments.
3230
  * `excluded` lists evaluations not included in the final computation, with the reason.
3231
  * `related.in_reply_to` references the container under discussion.
3232
+ * A consensus_result container explicitly references the exact set of vote containers used for aggregation via `related.depends_on`, making the result reproducible and independently verifiable.
3233
 
3234
  **Example:**
3235
 
 
3284
  },
3285
  },
3286
  "related": {
3287
+ "in_reply_to": ["did:hmp:container:abc123", "did:hmp:container:abc133"],
3288
+ "depends_on": ["did:hmp:container:reason75", "did:hmp:container:reason76", "did:hmp:container:reason78", "did:hmp:container:reason79"]
3289
  }
3290
  }
3291
  ```
 
7524
  },
7525
  },
7526
  "related": {
7527
+ "in_reply_to": ["did:hmp:container:abc123", "did:hmp:container:abc133"],
7528
+ "depends_on": ["did:hmp:container:reason75", "did:hmp:container:reason76", "did:hmp:container:reason78", "did:hmp:container:reason79"]
7529
  }
7530
  }
7531
  ```
 
8346
 
8347
  ---
8348
 
8349
+ ### Appendix A.5 Proof-Chain Example
8350
+ *(workflow_entry → goal → vote → consensus_result)*
8351
+
8352
+ This appendix illustrates how HMP containers can form a **verifiable proof chain** that links reasoning steps, intentions, collective evaluation, and consensus outcomes.
8353
+
8354
+ The example demonstrates how trust, traceability, and auditability emerge from container relations — without requiring a central authority.
8355
+
8356
+ ---
8357
+
8358
+ #### A.5.1 Conceptual Overview
8359
+
8360
+ A **proof chain** in HMP is a directed acyclic graph of containers where:
8361
+
8362
+ * each container is **cryptographically signed**;
8363
+ * semantic dependencies are expressed via `related.*` links;
8364
+ * later containers *refer back* to earlier reasoning steps;
8365
+ * the entire chain can be verified independently by any node.
8366
+
8367
+ In this example, the chain consists of:
8368
+
8369
+ 1. a `workflow_entry` — capturing a reasoning or decision step;
8370
+ 2. a `goal` — formalizing intent derived from that reasoning;
8371
+ 3. multiple `vote` containers — representing collective evaluation;
8372
+ 4. a `consensus_result` — aggregating votes into a shared outcome.
8373
+
8374
+ ---
8375
+
8376
+ #### A.5.2 Actors and Assumptions
8377
+
8378
+ **Actors:**
8379
+
8380
+ * Agent **A** — initiator (author of reasoning and goal);
8381
+ * Agents **B, C, D** — independent evaluators;
8382
+ * Agent **E** — aggregator publishing the consensus result.
8383
+
8384
+ **Assumptions:**
8385
+
8386
+ * all agents have valid DIDs and `peer_announce` history;
8387
+ * all containers are signed and timestamped;
8388
+ * agents do not trust each other by default;
8389
+ * trust emerges only through verifiable containers.
8390
+
8391
+ ---
8392
+
8393
+ #### A.5.3 Step-by-Step Container Chain
8394
+
8395
+ ##### Step 1 — `workflow_entry`
8396
+
8397
+ Agent **A** publishes a reasoning step:
8398
+
8399
+ ```json
8400
+ {
8401
+ "head": { "class": "workflow_entry" },
8402
+ "payload": {
8403
+ "entry_type": "reflection",
8404
+ "summary": "Preliminary analysis suggests renewable storage optimization is feasible",
8405
+ "details": "Simulation results indicate a 17% efficiency gain under scenario X"
8406
+ }
8407
+ }
8408
+ ```
8409
+
8410
+ This container establishes **context and rationale**.
8411
+
8412
+ ---
8413
+
8414
+ ##### Step 2 — `goal`
8415
+
8416
+ Based on the workflow entry, agent **A** formulates a goal:
8417
+
8418
+ ```json
8419
+ {
8420
+ "head": { "class": "goal" },
8421
+ "payload": {
8422
+ "title": "Optimize renewable energy storage",
8423
+ "description": "Develop an optimization strategy based on scenario X simulations",
8424
+ "priority": 0.8,
8425
+ "expected_outcome": "Demonstrated efficiency gain ≥ 15%"
8426
+ },
8427
+ "related": {
8428
+ "depends_on": ["did:hmp:container:workflow-entry-1"]
8429
+ }
8430
+ }
8431
+ ```
8432
+
8433
+ The `depends_on` relation explicitly links **intent** to **reasoning**.
8434
+
8435
+ ---
8436
+
8437
+ ##### Step 3 — `vote`
8438
+
8439
+ Multiple agents independently evaluate the goal.
8440
+
8441
+ Example vote by agent **B**:
8442
+
8443
+ ```json
8444
+ {
8445
+ "head": { "class": "vote" },
8446
+ "payload": {
8447
+ "target_did": "did:hmp:container:goal-1",
8448
+ "vote_value": 1,
8449
+ "vote_type": "approval",
8450
+ "arguments": [
8451
+ {
8452
+ "reason": "Methodology aligns with prior validated models",
8453
+ "evidence": ["did:hmp:container:paper-77"]
8454
+ }
8455
+ ]
8456
+ },
8457
+ "related": {
8458
+ "in_reply_to": ["did:hmp:container:goal-1"]
8459
+ }
8460
+ }
8461
+ ```
8462
+
8463
+ Each vote:
8464
+
8465
+ * is signed by the voting agent;
8466
+ * references the evaluated container;
8467
+ * may include explicit reasoning and evidence.
8468
+
8469
+ ---
8470
+
8471
+ ##### Step 4 — `consensus_result`
8472
+
8473
+ Agent **E** aggregates all votes into a consensus outcome:
8474
+
8475
+ ```json
8476
+ {
8477
+ "head": { "class": "consensus_result" },
8478
+ "payload": {
8479
+ "did:hmp:container:goal-1": {
8480
+ "type": "original",
8481
+ "summary_percent": {
8482
+ "approved": 0.72,
8483
+ "rejected": 0.18,
8484
+ "neutral": 0.10
8485
+ }
8486
+ }
8487
+ },
8488
+ "related": {
8489
+ "in_reply_to": ["did:hmp:container:goal-1"],
8490
+ "depends_on": [
8491
+ "did:hmp:container:vote-b",
8492
+ "did:hmp:container:vote-c",
8493
+ "did:hmp:container:vote-d"
8494
+ ]
8495
+ }
8496
+ }
8497
+ ```
8498
+
8499
+ The consensus container:
8500
+
8501
+ * does **not overwrite** individual votes;
8502
+ * provides a verifiable aggregation;
8503
+ * remains auditable down to each vote.
8504
+
8505
+ ---
8506
+
8507
+ #### A.5.4 Graph View of the Proof Chain
8508
+
8509
+ Conceptually, the proof chain forms the following graph:
8510
+
8511
+ ```
8512
+ workflow_entry
8513
+
8514
+
8515
+ goal
8516
+ ▲▲
8517
+ │├── vote (Agent B)
8518
+ │├── vote (Agent C)
8519
+ │└── vote (Agent D)
8520
+ │ ▲
8521
+ │ │
8522
+ consensus_result
8523
+ ```
8524
+
8525
+ Each arrow represents an explicit, directed semantic reference from the *later* container to one or more *earlier* containers via `related.*` fields (e.g. `depends_on`, `in_reply_to`).
8526
+
8527
+ Edges should be read as:
8528
+ “this container **refers to** / **is based on** the referenced container”, not as causal or generative arrows.
8529
+
8530
+ The graph is acyclic and grows only by appending new containers; earlier containers are never modified or retroactively linked.
8531
+
8532
+ ---
8533
+
8534
+ #### A.5.5 Verification Properties
8535
+
8536
+ Any independent node can verify that:
8537
+
8538
+ 1. all containers are correctly signed;
8539
+ 2. timestamps form a consistent temporal order;
8540
+ 3. every `depends_on` or `in_reply_to` reference resolves to an existing container;
8541
+ 4. votes reference the correct target;
8542
+ 5. the consensus result is derived from a concrete vote set.
8543
+
8544
+ Importantly:
8545
+
8546
+ * verification of the *aggregation logic* does **not** require decrypting the payload of the `goal` container.
8547
+
8548
+ To validate the consensus result, a node only needs access to:
8549
+
8550
+ * the referenced `vote` containers (to read vote values);
8551
+ * the `consensus_result` container (to verify aggregation);
8552
+ * container signatures and timestamps.
8553
+
8554
+ Understanding or evaluating the *semantic content* of the goal is optional and not required for formal verification.
8555
+
8556
+ * verification does **not** require trusting the aggregator;
8557
+ * forks or alternative consensus results can coexist.
8558
+
8559
+ This makes proof chains:
8560
+
8561
+ * transparent;
8562
+ * fork-tolerant;
8563
+ * censorship-resistant;
8564
+ * suitable for long-lived distributed knowledge systems.
8565
+
8566
+ ---
8567
 
8568
  ## Appendix B — Protocol Diagrams
8569
  ### B.1 HMP Protocol Stack
structured_md/CONTRIBUTING.md CHANGED
@@ -6,13 +6,13 @@ description: 'Спасибо за интерес к проекту HMP! Пока
6
  type: Article
7
  tags:
8
  - HMP
9
- - CCore
10
- - Ethics
11
- - REPL
12
  - Mesh
13
  - Agent
14
- - JSON
15
  - CogSync
 
 
 
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
 
9
  - Mesh
10
  - Agent
 
11
  - CogSync
12
+ - JSON
13
+ - REPL
14
+ - CCore
15
+ - Ethics
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -6,12 +6,12 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
6
  type: Article
7
  tags:
8
  - HMP
9
- - Ethics
10
  - EGP
11
  - Mesh
12
  - Agent
13
- - JSON
14
  - CogSync
 
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - EGP
10
  - Mesh
11
  - Agent
 
12
  - CogSync
13
+ - JSON
14
+ - Ethics
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
  - HMP
9
- - mesh-protocol
10
- - distributed-ai
11
- - REPL
12
  - Mesh
13
- - MeshConsensus
14
  - Agent
15
- - GMP
16
- - EGP
17
- - Ethics
18
  - CogSync
19
- - Scenarios
20
- - JSON
21
  - hmp
 
 
 
 
22
  - cognitive-architecture
 
 
23
  ---
24
 
25
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - Scenarios
11
+ - EGP
 
12
  - Mesh
 
13
  - Agent
 
 
 
14
  - CogSync
 
 
15
  - hmp
16
+ - JSON
17
+ - distributed-ai
18
+ - REPL
19
+ - GMP
20
  - cognitive-architecture
21
+ - mesh-protocol
22
+ - Ethics
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
  - HMP
9
- - mesh-protocol
10
- - distributed-ai
11
- - REPL
12
  - Mesh
13
- - MeshConsensus
14
  - Agent
15
- - GMP
16
- - EGP
17
- - Ethics
18
  - CogSync
19
- - JSON
20
  - hmp
 
 
 
 
21
  - cognitive-architecture
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
 
11
  - Mesh
 
12
  - Agent
 
 
 
13
  - CogSync
 
14
  - hmp
15
+ - JSON
16
+ - distributed-ai
17
+ - REPL
18
+ - GMP
19
  - cognitive-architecture
20
+ - mesh-protocol
21
+ - Ethics
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
  - HMP
9
- - mesh-protocol
10
- - distributed-ai
11
- - REPL
12
  - Mesh
13
- - MeshConsensus
14
  - Agent
15
- - GMP
16
- - EGP
17
- - Ethics
18
  - CogSync
19
- - JSON
20
  - hmp
 
 
 
 
21
  - cognitive-architecture
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
 
11
  - Mesh
 
12
  - Agent
 
 
 
13
  - CogSync
 
14
  - hmp
15
+ - JSON
16
+ - distributed-ai
17
+ - REPL
18
+ - GMP
19
  - cognitive-architecture
20
+ - mesh-protocol
21
+ - Ethics
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
  - HMP
9
- - mesh-protocol
10
- - distributed-ai
11
- - REPL
12
  - Mesh
13
- - MeshConsensus
14
  - Agent
15
- - GMP
16
- - EGP
17
- - Ethics
18
  - CogSync
19
- - JSON
20
  - hmp
 
 
 
 
21
  - cognitive-architecture
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
 
11
  - Mesh
 
12
  - Agent
 
 
 
13
  - CogSync
 
14
  - hmp
15
+ - JSON
16
+ - distributed-ai
17
+ - REPL
18
+ - GMP
19
  - cognitive-architecture
20
+ - mesh-protocol
21
+ - Ethics
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
  - HMP
9
- - mesh-protocol
10
- - distributed-ai
11
- - REPL
12
  - Mesh
13
- - MeshConsensus
14
  - Agent
15
- - GMP
16
- - EGP
17
- - Ethics
18
  - CogSync
19
- - JSON
20
  - hmp
 
 
 
 
21
  - cognitive-architecture
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
 
11
  - Mesh
 
12
  - Agent
 
 
 
13
  - CogSync
 
14
  - hmp
15
+ - JSON
16
+ - distributed-ai
17
+ - REPL
18
+ - GMP
19
  - cognitive-architecture
20
+ - mesh-protocol
21
+ - Ethics
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
  - HMP
9
- - mesh-protocol
10
- - distributed-ai
11
- - REPL
12
  - Mesh
13
- - MeshConsensus
14
  - Agent
15
- - GMP
16
- - EGP
17
- - Ethics
18
  - CogSync
19
- - JSON
20
  - hmp
 
 
 
 
21
  - cognitive-architecture
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
 
11
  - Mesh
 
12
  - Agent
 
 
 
13
  - CogSync
 
14
  - hmp
15
+ - JSON
16
+ - distributed-ai
17
+ - REPL
18
+ - GMP
19
  - cognitive-architecture
20
+ - mesh-protocol
21
+ - Ethics
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
  - HMP
9
- - mesh-protocol
10
- - distributed-ai
11
- - REPL
12
  - Mesh
13
- - MeshConsensus
14
  - Agent
15
- - GMP
16
- - EGP
17
- - Ethics
18
  - CogSync
19
- - JSON
20
  - hmp
 
 
 
 
21
  - cognitive-architecture
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
 
11
  - Mesh
 
12
  - Agent
 
 
 
13
  - CogSync
 
14
  - hmp
15
+ - JSON
16
+ - distributed-ai
17
+ - REPL
18
+ - GMP
19
  - cognitive-architecture
20
+ - mesh-protocol
21
+ - Ethics
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
  - HMP
9
- - mesh-protocol
10
- - distributed-ai
11
- - REPL
12
  - Mesh
13
- - MeshConsensus
14
  - Agent
15
- - GMP
16
- - EGP
17
- - Ethics
18
  - CogSync
19
- - JSON
20
  - hmp
 
 
 
 
21
  - cognitive-architecture
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
 
11
  - Mesh
 
12
  - Agent
 
 
 
13
  - CogSync
 
14
  - hmp
15
+ - JSON
16
+ - distributed-ai
17
+ - REPL
18
+ - GMP
19
  - cognitive-architecture
20
+ - mesh-protocol
21
+ - Ethics
22
  ---
23
 
24
 
structured_md/agents/readme.md CHANGED
@@ -6,11 +6,11 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
6
  type: Article
7
  tags:
8
  - HMP
9
- - Ethics
10
- - REPL
11
  - Mesh
12
  - Agent
13
  - JSON
 
 
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - Mesh
10
  - Agent
11
  - JSON
12
+ - REPL
13
+ - Ethics
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
structured_md/audits/Ethics-audits-1.md CHANGED
@@ -6,10 +6,10 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
6
  type: Article
7
  tags:
8
  - HMP
9
- - Ethics
10
  - Mesh
11
  - Agent
12
  - JSON
 
13
  ---
14
 
15
  ---------------
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
  - Agent
11
  - JSON
12
+ - Ethics
13
  ---
14
 
15
  ---------------
structured_md/audits/Ethics-consolidated_audits-1.md CHANGED
@@ -6,11 +6,11 @@ description: This document consolidates proposed improvements from multiple AI a
6
  type: Article
7
  tags:
8
  - HMP
9
- - Ethics
10
  - Mesh
11
  - Agent
12
  - JSON
13
  - Scenarios
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
  - Agent
11
  - JSON
12
  - Scenarios
13
+ - Ethics
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
- - Ethics
10
  - EGP
11
  - Mesh
12
- - MeshConsensus
13
  - Agent
14
- - JSON
15
  - CogSync
 
 
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
 
10
  - EGP
11
  - Mesh
 
12
  - Agent
 
13
  - CogSync
14
+ - JSON
15
+ - Ethics
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
- - REPL
9
  - Mesh
10
- - MeshConsensus
11
- - GMP
12
  - Agent
13
- - EGP
14
  - CogSync
 
 
15
  ---
16
 
17
 
 
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
+ - MeshConsensus
8
  - HMP
9
+ - EGP
10
  - Mesh
 
 
11
  - Agent
 
12
  - CogSync
13
+ - REPL
14
+ - GMP
15
  ---
16
 
17
 
structured_md/docs/CCORE-Deployment-Flow.md CHANGED
@@ -5,10 +5,10 @@ description: '> Этот документ описывает процесс ра
5
  потомков" [описания REPL-цикла](HMP-agent-RE...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Agent
10
- - CCore
11
  - REPL
 
 
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
 
5
  потомков" [описания REPL-цикла](HMP-agent-RE...'
6
  type: Article
7
  tags:
 
8
  - Agent
 
9
  - REPL
10
+ - HMP
11
+ - CCore
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -6,9 +6,9 @@ description: '## Введение Современные ИИ-системы в
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
 
9
  - Mesh
10
  - HMP
11
- - JSON
12
  - CogSync
13
  ---
14
 
 
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
9
+ - JSON
10
  - Mesh
11
  - HMP
 
12
  - CogSync
13
  ---
14
 
structured_md/docs/Enlightener.md CHANGED
@@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
- - Ethics
10
  - EGP
11
  - Mesh
12
- - MeshConsensus
13
  - Agent
14
  - JSON
 
15
  ---
16
 
17
  # Enlightener Agent
 
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
 
10
  - EGP
11
  - Mesh
 
12
  - Agent
13
  - JSON
14
+ - Ethics
15
  ---
16
 
17
  # Enlightener Agent
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**...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
- - Ethics
10
- - REPL
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
  - Agent
15
- - EGP
16
- - JSON
17
  - CogSync
 
 
 
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
5
  for Comments: HMP-0001**...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
11
  - Mesh
 
 
12
  - Agent
 
 
13
  - CogSync
14
+ - JSON
15
+ - REPL
16
+ - GMP
17
+ - Ethics
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**...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
- - Ethics
10
- - REPL
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
  - Agent
15
- - EGP
16
- - JSON
17
  - CogSync
 
 
 
18
  - Scenarios
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
5
  for Comments: HMP-0002**...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
11
  - Mesh
 
 
12
  - Agent
 
 
13
  - CogSync
14
+ - JSON
15
+ - REPL
16
+ - GMP
17
  - Scenarios
18
+ - Ethics
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**...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
- - Ethics
10
- - REPL
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
  - Agent
15
- - EGP
16
- - JSON
17
  - CogSync
 
 
 
18
  - Scenarios
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
5
  for Comments: HMP-0003**...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
11
  - Mesh
 
 
12
  - Agent
 
 
13
  - CogSync
14
+ - JSON
15
+ - REPL
16
+ - GMP
17
  - Scenarios
18
+ - Ethics
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...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
- - Ethics
10
- - REPL
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
  - Agent
15
- - EGP
16
- - JSON
17
  - CogSync
 
 
 
18
  - Scenarios
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
5
  ID**: HMP-0004 **Status...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
11
  - Mesh
 
 
12
  - Agent
 
 
13
  - CogSync
14
+ - JSON
15
+ - REPL
16
+ - GMP
17
  - Scenarios
18
+ - Ethics
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**...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
- - Ethics
10
- - REPL
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
  - Agent
15
- - EGP
16
- - JSON
17
  - CogSync
 
 
 
18
  - Scenarios
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
5
  for Comments: HMP-0004**...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
10
+ - EGP
 
11
  - Mesh
 
 
12
  - Agent
 
 
13
  - CogSync
14
+ - JSON
15
+ - REPL
16
+ - GMP
17
  - Scenarios
18
+ - Ethics
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -6,17 +6,17 @@ description: '> ⚠️ **Note:** This document is a DRAFT of the HMP specificati
6
  type: Article
7
  tags:
8
  - HMP
9
- - CShell
10
- - CCore
11
- - REPL
12
- - Mesh
13
  - EGP
14
- - GMP
15
  - Agent
16
- - Ethics
17
- - JSON
18
  - CogSync
 
 
 
 
 
19
  - Scenarios
 
20
  ---
21
 
22
  # **HyperCortex Mesh Protocol (HMP) v5.0**
@@ -8364,7 +8364,224 @@ In all modes, digital signatures and (when applicable) compression are applied i
8364
 
8365
  ---
8366
 
8367
- ### A.5 Proof-chain example (workflow_entry → goal → vote → consensus_result)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8368
 
8369
  ## Appendix B — Protocol Diagrams
8370
  ### B.1 HMP Protocol Stack
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
 
 
9
  - EGP
10
+ - Mesh
11
  - Agent
 
 
12
  - CogSync
13
+ - JSON
14
+ - REPL
15
+ - GMP
16
+ - CCore
17
+ - CShell
18
  - Scenarios
19
+ - Ethics
20
  ---
21
 
22
  # **HyperCortex Mesh Protocol (HMP) v5.0**
 
8364
 
8365
  ---
8366
 
8367
+ ### Appendix A.5 Proof-Chain Example
8368
+ *(workflow_entry → goal → vote → consensus_result)*
8369
+
8370
+ This appendix illustrates how HMP containers can form a **verifiable proof chain** that links reasoning steps, intentions, collective evaluation, and consensus outcomes.
8371
+
8372
+ The example demonstrates how trust, traceability, and auditability emerge from container relations — without requiring a central authority.
8373
+
8374
+ ---
8375
+
8376
+ #### A.5.1 Conceptual Overview
8377
+
8378
+ A **proof chain** in HMP is a directed acyclic graph of containers where:
8379
+
8380
+ * each container is **cryptographically signed**;
8381
+ * semantic dependencies are expressed via `related.*` links;
8382
+ * later containers *refer back* to earlier reasoning steps;
8383
+ * the entire chain can be verified independently by any node.
8384
+
8385
+ In this example, the chain consists of:
8386
+
8387
+ 1. a `workflow_entry` — capturing a reasoning or decision step;
8388
+ 2. a `goal` — formalizing intent derived from that reasoning;
8389
+ 3. multiple `vote` containers — representing collective evaluation;
8390
+ 4. a `consensus_result` — aggregating votes into a shared outcome.
8391
+
8392
+ ---
8393
+
8394
+ #### A.5.2 Actors and Assumptions
8395
+
8396
+ **Actors:**
8397
+
8398
+ * Agent **A** — initiator (author of reasoning and goal);
8399
+ * Agents **B, C, D** — independent evaluators;
8400
+ * Agent **E** — aggregator publishing the consensus result.
8401
+
8402
+ **Assumptions:**
8403
+
8404
+ * all agents have valid DIDs and `peer_announce` history;
8405
+ * all containers are signed and timestamped;
8406
+ * agents do not trust each other by default;
8407
+ * trust emerges only through verifiable containers.
8408
+
8409
+ ---
8410
+
8411
+ #### A.5.3 Step-by-Step Container Chain
8412
+
8413
+ ##### Step 1 — `workflow_entry`
8414
+
8415
+ Agent **A** publishes a reasoning step:
8416
+
8417
+ ```json
8418
+ {
8419
+ "head": { "class": "workflow_entry" },
8420
+ "payload": {
8421
+ "entry_type": "reflection",
8422
+ "summary": "Preliminary analysis suggests renewable storage optimization is feasible",
8423
+ "details": "Simulation results indicate a 17% efficiency gain under scenario X"
8424
+ }
8425
+ }
8426
+ ```
8427
+
8428
+ This container establishes **context and rationale**.
8429
+
8430
+ ---
8431
+
8432
+ ##### Step 2 — `goal`
8433
+
8434
+ Based on the workflow entry, agent **A** formulates a goal:
8435
+
8436
+ ```json
8437
+ {
8438
+ "head": { "class": "goal" },
8439
+ "payload": {
8440
+ "title": "Optimize renewable energy storage",
8441
+ "description": "Develop an optimization strategy based on scenario X simulations",
8442
+ "priority": 0.8,
8443
+ "expected_outcome": "Demonstrated efficiency gain ≥ 15%"
8444
+ },
8445
+ "related": {
8446
+ "depends_on": ["did:hmp:container:workflow-entry-1"]
8447
+ }
8448
+ }
8449
+ ```
8450
+
8451
+ The `depends_on` relation explicitly links **intent** to **reasoning**.
8452
+
8453
+ ---
8454
+
8455
+ ##### Step 3 — `vote`
8456
+
8457
+ Multiple agents independently evaluate the goal.
8458
+
8459
+ Example vote by agent **B**:
8460
+
8461
+ ```json
8462
+ {
8463
+ "head": { "class": "vote" },
8464
+ "payload": {
8465
+ "target_did": "did:hmp:container:goal-1",
8466
+ "vote_value": 1,
8467
+ "vote_type": "approval",
8468
+ "arguments": [
8469
+ {
8470
+ "reason": "Methodology aligns with prior validated models",
8471
+ "evidence": ["did:hmp:container:paper-77"]
8472
+ }
8473
+ ]
8474
+ },
8475
+ "related": {
8476
+ "in_reply_to": ["did:hmp:container:goal-1"]
8477
+ }
8478
+ }
8479
+ ```
8480
+
8481
+ Each vote:
8482
+
8483
+ * is signed by the voting agent;
8484
+ * references the evaluated container;
8485
+ * may include explicit reasoning and evidence.
8486
+
8487
+ ---
8488
+
8489
+ ##### Step 4 — `consensus_result`
8490
+
8491
+ Agent **E** aggregates all votes into a consensus outcome:
8492
+
8493
+ ```json
8494
+ {
8495
+ "head": { "class": "consensus_result" },
8496
+ "payload": {
8497
+ "did:hmp:container:goal-1": {
8498
+ "type": "original",
8499
+ "summary_percent": {
8500
+ "approved": 0.72,
8501
+ "rejected": 0.18,
8502
+ "neutral": 0.10
8503
+ }
8504
+ }
8505
+ },
8506
+ "related": {
8507
+ "in_reply_to": ["did:hmp:container:goal-1"],
8508
+ "depends_on": [
8509
+ "did:hmp:container:vote-b",
8510
+ "did:hmp:container:vote-c",
8511
+ "did:hmp:container:vote-d"
8512
+ ]
8513
+ }
8514
+ }
8515
+ ```
8516
+
8517
+ The consensus container:
8518
+
8519
+ * does **not overwrite** individual votes;
8520
+ * provides a verifiable aggregation;
8521
+ * remains auditable down to each vote.
8522
+
8523
+ ---
8524
+
8525
+ #### A.5.4 Graph View of the Proof Chain
8526
+
8527
+ Conceptually, the proof chain forms the following graph:
8528
+
8529
+ ```
8530
+ workflow_entry
8531
+
8532
+
8533
+ goal
8534
+ ▲▲
8535
+ │├── vote (Agent B)
8536
+ │├── vote (Agent C)
8537
+ │└── vote (Agent D)
8538
+ │ ▲
8539
+ │ │
8540
+ consensus_result
8541
+ ```
8542
+
8543
+ Each arrow represents an explicit, directed semantic reference from the *later* container to one or more *earlier* containers via `related.*` fields (e.g. `depends_on`, `in_reply_to`).
8544
+
8545
+ Edges should be read as:
8546
+ “this container **refers to** / **is based on** the referenced container”, not as causal or generative arrows.
8547
+
8548
+ The graph is acyclic and grows only by appending new containers; earlier containers are never modified or retroactively linked.
8549
+
8550
+ ---
8551
+
8552
+ #### A.5.5 Verification Properties
8553
+
8554
+ Any independent node can verify that:
8555
+
8556
+ 1. all containers are correctly signed;
8557
+ 2. timestamps form a consistent temporal order;
8558
+ 3. every `depends_on` or `in_reply_to` reference resolves to an existing container;
8559
+ 4. votes reference the correct target;
8560
+ 5. the consensus result is derived from a concrete vote set.
8561
+
8562
+ Importantly:
8563
+
8564
+ * verification of the *aggregation logic* does **not** require decrypting the payload of the `goal` container.
8565
+
8566
+ To validate the consensus result, a node only needs access to:
8567
+
8568
+ * the referenced `vote` containers (to read vote values);
8569
+ * the `consensus_result` container (to verify aggregation);
8570
+ * container signatures and timestamps.
8571
+
8572
+ Understanding or evaluating the *semantic content* of the goal is optional and not required for formal verification.
8573
+
8574
+ * verification does **not** require trusting the aggregator;
8575
+ * forks or alternative consensus results can coexist.
8576
+
8577
+ This makes proof chains:
8578
+
8579
+ * transparent;
8580
+ * fork-tolerant;
8581
+ * censorship-resistant;
8582
+ * suitable for long-lived distributed knowledge systems.
8583
+
8584
+ ---
8585
 
8586
  ## Appendix B — Protocol Diagrams
8587
  ### B.1 HMP Protocol Stack
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -6,10 +6,10 @@ description: 'Документ описывает **базовый API когн
6
  type: Article
7
  tags:
8
  - HMP
9
- - REPL
10
  - Mesh
11
  - Agent
12
  - JSON
 
13
  ---
14
 
15
  # HMP-Agent API Specification
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
  - Agent
11
  - JSON
12
+ - REPL
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
- - CShell
10
- - CCore
11
- - REPL
12
- - Mesh
13
  - MeshConsensus
 
14
  - EGP
 
15
  - Agent
16
- - Ethics
17
  - CogSync
 
 
 
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
 
 
 
 
 
8
  - MeshConsensus
9
+ - HMP
10
  - EGP
11
+ - Mesh
12
  - Agent
 
13
  - CogSync
14
+ - REPL
15
+ - CCore
16
+ - CShell
17
+ - Ethics
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -6,11 +6,11 @@ description: 'Этот документ описывает потоки данн
6
  type: Article
7
  tags:
8
  - HMP
9
- - Ethics
10
  - EGP
11
  - Mesh
12
  - Agent
13
  - JSON
 
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - EGP
10
  - Mesh
11
  - Agent
12
  - JSON
13
+ - Ethics
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -6,13 +6,13 @@ description: '| Тип | Название | Роль
6
  type: Article
7
  tags:
8
  - HMP
9
- - CShell
10
- - CCore
11
- - REPL
12
  - Mesh
13
- - Ethics
14
  - Agent
15
  - JSON
 
 
 
 
16
  ---
17
 
18
 
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
 
9
  - Mesh
 
10
  - Agent
11
  - JSON
12
+ - REPL
13
+ - CCore
14
+ - CShell
15
+ - Ethics
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -6,9 +6,9 @@ description: Этот файл описывает потенциальные э
6
  type: Article
7
  tags:
8
  - Mesh
 
9
  - HMP
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
6
  type: Article
7
  tags:
8
  - Mesh
9
+ - REPL
10
  - HMP
11
  - Agent
 
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
structured_md/docs/HMP-Ethics.md CHANGED
@@ -6,11 +6,11 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
6
  type: Article
7
  tags:
8
  - HMP
9
- - Ethics
10
- - REPL
11
  - Mesh
12
  - Agent
 
13
  - Scenarios
 
14
  ---
15
 
16
  # HMP-Ethics.md
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - Mesh
10
  - Agent
11
+ - REPL
12
  - Scenarios
13
+ - Ethics
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
- - Ethics
10
  - EGP
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
  - Agent
15
- - JSON
16
  - CogSync
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
 
10
  - EGP
11
  - Mesh
 
 
12
  - Agent
 
13
  - CogSync
14
+ - JSON
15
+ - GMP
16
+ - Ethics
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
- - Ethics
10
  - EGP
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
  - Agent
15
- - JSON
16
  - CogSync
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
 
10
  - EGP
11
  - Mesh
 
 
12
  - Agent
 
13
  - CogSync
14
+ - JSON
15
+ - GMP
16
+ - Ethics
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
- - Ethics
10
  - EGP
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
  - Agent
15
- - JSON
16
  - CogSync
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
 
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
 
10
  - EGP
11
  - Mesh
 
 
12
  - Agent
 
13
  - CogSync
14
+ - JSON
15
+ - GMP
16
+ - Ethics
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
- - Ethics
9
  - EGP
10
  - Mesh
11
- - MeshConsensus
12
- - GMP
13
- - JSON
14
  - CogSync
 
 
 
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
 
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
7
+ - MeshConsensus
8
  - HMP
 
9
  - EGP
10
  - Mesh
 
 
 
11
  - CogSync
12
+ - JSON
13
+ - GMP
14
+ - Ethics
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
- - Ethics
10
  - EGP
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
- - JSON
15
  - CogSync
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
 
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
 
10
  - EGP
11
  - Mesh
 
 
 
12
  - CogSync
13
+ - JSON
14
+ - GMP
15
+ - Ethics
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
- - Ethics
10
  - EGP
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
- - JSON
15
  - CogSync
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
 
10
  - EGP
11
  - Mesh
 
 
 
12
  - CogSync
13
+ - JSON
14
+ - GMP
15
+ - Ethics
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
- - Ethics
10
  - EGP
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
- - JSON
15
  - CogSync
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
 
10
  - EGP
11
  - Mesh
 
 
 
12
  - CogSync
13
+ - JSON
14
+ - GMP
15
+ - Ethics
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
- - Ethics
10
  - EGP
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
- - JSON
15
  - CogSync
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
 
5
  —— 通过共享协议栈交换目标、任务、...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - HMP
 
10
  - EGP
11
  - Mesh
 
 
 
12
  - CogSync
13
+ - JSON
14
+ - GMP
15
+ - Ethics
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
  - Mesh
 
9
  - HMP
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
 
6
  type: Article
7
  tags:
8
  - Mesh
9
+ - REPL
10
  - HMP
11
  - Agent
 
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md CHANGED
@@ -5,8 +5,8 @@ description: '#### 📘 Общая концепция * Все ядра раб
5
  режиме ожидания). * Основная задача такой архитектур...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - REPL
 
10
  ---
11
 
12
  ### 💡 **Лёгкая версия HMP-агента с общей БД**
 
5
  режиме ожидания). * Основная задача такой архитектур...'
6
  type: Article
7
  tags:
 
8
  - REPL
9
+ - HMP
10
  ---
11
 
12
  ### 💡 **Лёгкая версия HMP-агента с общей БД**
structured_md/docs/HMP-agent-REPL-cycle.md CHANGED
@@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...'
5
  type: Article
6
  tags:
 
7
  - HMP
8
- - CCore
9
- - Ethics
10
- - REPL
11
  - Mesh
12
- - MeshConsensus
13
- - GMP
14
  - Agent
15
- - EGP
16
- - JSON
17
  - CogSync
 
 
 
 
 
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
 
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...'
5
  type: Article
6
  tags:
7
+ - MeshConsensus
8
  - HMP
9
+ - EGP
 
 
10
  - Mesh
 
 
11
  - Agent
 
 
12
  - CogSync
13
+ - JSON
14
+ - REPL
15
+ - GMP
16
+ - CCore
17
+ - Ethics
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
structured_md/docs/HMP_HyperCortex_Comparison.md CHANGED
@@ -6,8 +6,8 @@ description: '## Краткое описание | Характеристика
6
  type: Article
7
  tags:
8
  - Mesh
9
- - HMP
10
  - REPL
 
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
 
6
  type: Article
7
  tags:
8
  - Mesh
 
9
  - REPL
10
+ - HMP
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
structured_md/docs/HMP_Hyperon_Integration.md CHANGED
@@ -9,8 +9,8 @@ tags:
9
  - EGP
10
  - Mesh
11
  - Agent
12
- - JSON
13
  - CogSync
 
14
  - Scenarios
15
  ---
16
 
 
9
  - EGP
10
  - Mesh
11
  - Agent
 
12
  - CogSync
13
+ - JSON
14
  - Scenarios
15
  ---
16
 
structured_md/docs/MeshNode.md CHANGED
@@ -6,12 +6,12 @@ description: '`MeshNode` — агент/демон, отвечающий за с
6
  type: Article
7
  tags:
8
  - HMP
9
- - Ethics
10
  - EGP
11
  - Mesh
12
  - Agent
13
- - JSON
14
  - CogSync
 
 
15
  ---
16
 
17
  # MeshNode
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - EGP
10
  - Mesh
11
  - Agent
 
12
  - CogSync
13
+ - JSON
14
+ - Ethics
15
  ---
16
 
17
  # MeshNode
structured_md/docs/PHILOSOPHY.md CHANGED
@@ -6,10 +6,10 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:*
6
  type: Article
7
  tags:
8
  - HMP
9
- - Ethics
10
- - REPL
11
  - Mesh
12
  - Agent
 
 
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - Mesh
10
  - Agent
11
+ - REPL
12
+ - Ethics
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
structured_md/docs/agents/HMP-Agent-Enlightener.md CHANGED
@@ -6,10 +6,10 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An **
6
  type: Article
7
  tags:
8
  - HMP
9
- - Ethics
10
- - REPL
11
  - Mesh
12
  - Agent
 
 
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - Mesh
10
  - Agent
11
+ - REPL
12
+ - Ethics
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
  - Mesh
 
9
  - HMP
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # 🧱 Агенты-контейнеры (Container Agents) в HMP
 
6
  type: Article
7
  tags:
8
  - Mesh
9
+ - REPL
10
  - HMP
11
  - Agent
 
12
  ---
13
 
14
  # 🧱 Агенты-контейнеры (Container Agents) в HMP
structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md CHANGED
@@ -6,14 +6,14 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2.
6
  type: Article
7
  tags:
8
  - HMP
9
- - CShell
10
- - CCore
11
- - REPL
12
  - Mesh
13
- - Ethics
14
  - Agent
15
  - JSON
 
 
 
16
  - Scenarios
 
17
  ---
18
 
19
  title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks"
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
 
9
  - Mesh
 
10
  - Agent
11
  - JSON
12
+ - REPL
13
+ - CCore
14
+ - CShell
15
  - Scenarios
16
+ - Ethics
17
  ---
18
 
19
  title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks"
structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md CHANGED
@@ -7,12 +7,12 @@ description: '> *Протокол и архитектура агентов, оп
7
  type: Article
8
  tags:
9
  - HMP
10
- - CShell
11
- - CCore
12
- - REPL
13
  - Mesh
14
  - Agent
15
  - JSON
 
 
 
16
  ---
17
 
18
  title: "HyperCortex Mesh Protocol: Децентрализованная архитектура для когнитивных агентов и обмена знаниями"
 
7
  type: Article
8
  tags:
9
  - HMP
 
 
 
10
  - Mesh
11
  - Agent
12
  - JSON
13
+ - REPL
14
+ - CCore
15
+ - CShell
16
  ---
17
 
18
  title: "HyperCortex Mesh Protocol: Децентрализованная архитектура для когнитивных агентов и обмена знаниями"