GitHub Action commited on
Commit
e07d471
·
1 Parent(s): 2eda07e

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 +256 -8
  2. structured_md/CONTRIBUTING.md +5 -5
  3. structured_md/HMP-Roadmap.md +3 -3
  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/prompt-short.md +1 -1
  13. structured_md/agents/prompt.md +1 -1
  14. structured_md/agents/readme.md +3 -3
  15. structured_md/audits/Ethics-audits-1.md +2 -2
  16. structured_md/audits/Ethics-consolidated_audits-1.md +3 -3
  17. structured_md/audits/HMP-0003-consolidated_audit.md +4 -4
  18. structured_md/docs/Basic-agent-sim.md +4 -4
  19. structured_md/docs/CCORE-Deployment-Flow.md +2 -2
  20. structured_md/docs/Distributed-Cognitive-Systems.md +1 -1
  21. structured_md/docs/Enlightener.md +4 -4
  22. structured_md/docs/HMP-0001.md +6 -6
  23. structured_md/docs/HMP-0002.md +7 -7
  24. structured_md/docs/HMP-0003.md +7 -7
  25. structured_md/docs/HMP-0004-v4.1.md +7 -7
  26. structured_md/docs/HMP-0004.md +7 -7
  27. structured_md/docs/HMP-0005.md +8 -8
  28. structured_md/docs/HMP-Agent-API.md +2 -2
  29. structured_md/docs/HMP-Agent-Architecture.md +6 -6
  30. structured_md/docs/HMP-Agent-Network-Flow.md +3 -3
  31. structured_md/docs/HMP-Agent-Overview.md +5 -5
  32. structured_md/docs/HMP-Agent_Emotions.md +2 -2
  33. structured_md/docs/HMP-Ethics.md +4 -4
  34. structured_md/docs/HMP-Short-Description_de.md +5 -5
  35. structured_md/docs/HMP-Short-Description_en.md +5 -5
  36. structured_md/docs/HMP-Short-Description_fr.md +5 -5
  37. structured_md/docs/HMP-Short-Description_ja.md +5 -5
  38. structured_md/docs/HMP-Short-Description_ko.md +5 -5
  39. structured_md/docs/HMP-Short-Description_ru.md +5 -5
  40. structured_md/docs/HMP-Short-Description_uk.md +5 -5
  41. structured_md/docs/HMP-Short-Description_zh.md +5 -5
  42. structured_md/docs/HMP-agent-Cognitive_Family.md +2 -2
  43. structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md +1 -1
  44. structured_md/docs/HMP-agent-REPL-cycle.md +7 -7
  45. structured_md/docs/HMP_HyperCortex_Comparison.md +2 -2
  46. structured_md/docs/HMP_Hyperon_Integration.md +3 -3
  47. structured_md/docs/MeshNode.md +3 -3
  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 +2 -2
docs/HMP-0005.md CHANGED
@@ -858,7 +858,7 @@ It allows an agent or network node to understand the context of origin, dependen
858
  ```json
859
  "related": {
860
  "previous_version": "did:hmp:container:abc122",
861
- "in_reply_to": "did:hmp:container:msg-77",
862
  "see_also": ["did:hmp:container:ctx-31", "did:hmp:container:goal-953"],
863
  "depends_on": ["did:hmp:container:goal-953"],
864
  "extends": ["did:hmp:container:proto-01"],
@@ -880,7 +880,7 @@ All relationships are considered *direct* — meaning they originate from the cu
880
  | Link Type | Meaning |
881
  | ------------------ | ------------------------------------------------------------------------- |
882
  | `previous_version` | Points to the previous version of this container. |
883
- | `in_reply_to` | Indicates a response to the referenced container. |
884
  | `see_also` | Refers to related or contextual containers. |
885
  | `depends_on` | Depends on the contents of the referenced container (e.g., goal or data). |
886
  | `extends` | Expands or refines the referenced container. |
@@ -6325,13 +6325,261 @@ More structured variants of `peer_announce`.
6325
 
6326
  ---
6327
 
6328
- ## **Appendices**
6329
 
6330
- A. JSON Examples
6331
- B. Protocol stack diagrams
6332
- C. Glossary
6333
- D. Revision history
6334
- E. Contributors and acknowledgments
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6335
 
6336
  ---
6337
 
 
858
  ```json
859
  "related": {
860
  "previous_version": "did:hmp:container:abc122",
861
+ "in_reply_to": ["did:hmp:container:msg-77"],
862
  "see_also": ["did:hmp:container:ctx-31", "did:hmp:container:goal-953"],
863
  "depends_on": ["did:hmp:container:goal-953"],
864
  "extends": ["did:hmp:container:proto-01"],
 
880
  | Link Type | Meaning |
881
  | ------------------ | ------------------------------------------------------------------------- |
882
  | `previous_version` | Points to the previous version of this container. |
883
+ | `in_reply_to` | Indicates a response to the referenced containers. |
884
  | `see_also` | Refers to related or contextual containers. |
885
  | `depends_on` | Depends on the contents of the referenced container (e.g., goal or data). |
886
  | `extends` | Expands or refines the referenced container. |
 
6325
 
6326
  ---
6327
 
6328
+ ## Appendix A — JSON Examples
6329
 
6330
+ ### Appendix A.1 Minimal Valid HMP v5.0 Container
6331
+
6332
+ This example illustrates a *fully valid* HMP v5.0 container that includes **all required fields** defined in Section 3.3 and no optional fields.
6333
+ It represents the smallest structurally complete container that can circulate in the Mesh.
6334
+
6335
+ #### Minimal JSON Example
6336
+
6337
+ ```json
6338
+ {
6339
+ "head": {
6340
+ "version": "1.2",
6341
+ "class": "note",
6342
+ "class_version": "1.0",
6343
+ "class_id": "note_v1.0",
6344
+ "container_did": "did:hmp:container:abc123",
6345
+ "schema": "https://schema.hmp/v1/note_v1.0.json",
6346
+ "sender_did": "did:hmp:agent:alice",
6347
+ "timestamp": "2025-11-20T12:00:00Z",
6348
+ "payload_hash": "sha256:3f7852a4e4adf74d61c6546ce0dc9d0b33cfc487a88fdbf4a458c5c442f57a92",
6349
+ "sig_algo": "ed25519",
6350
+ "signature": "BASE64URL_SIGNATURE",
6351
+ "payload_type": "json"
6352
+ },
6353
+ "payload": {
6354
+ "text": "Hello, Mesh!"
6355
+ }
6356
+ }
6357
+ ```
6358
+
6359
+ ---
6360
+
6361
+ #### Notes
6362
+
6363
+ ##### Required fields only
6364
+
6365
+ This container intentionally includes *no optional blocks*: no `related`, `meta`, `evaluation`, `ttl`, `network`, compression, encryption, or auxiliary structures.
6366
+
6367
+ ##### Payload hash
6368
+
6369
+ `payload_hash` is computed from the **decompressed** payload:
6370
+
6371
+ ```
6372
+ {"text":"Hello, Mesh!"}
6373
+ ```
6374
+
6375
+ using SHA-256.
6376
+
6377
+ ##### Signature
6378
+
6379
+ `head.signature` contains a digital signature computed using the declared algorithm
6380
+ (`ed25519` in this example) over the canonicalized container body, excluding the signature field itself.
6381
+
6382
+ ##### class, class_version, class_id, schema
6383
+
6384
+ Even the smallest container must include the complete class identity triple and a schema reference.
6385
+
6386
+ ##### container_did is mandatory
6387
+
6388
+ Every container in HMP v5.0 is a DID-addressable object.
6389
+
6390
+ ---
6391
+
6392
+
6393
+ ### Appendix A.2 — Full Container Example (Complete Header, Meta, Relationships, Evaluations, Backlinks, Relay Chain)
6394
+
6395
+ This appendix demonstrates a **complete HMP v5.0 container**, including:
6396
+
6397
+ * mandatory fields,
6398
+ * all major optional fields,
6399
+ * meta block with abstraction & cognitive axes,
6400
+ * extended relationship model,
6401
+ * group recipients,
6402
+ * evaluations block,
6403
+ * virtual backlinks,
6404
+ * relay-chain tracing.
6405
+
6406
+ The example respects the canonical container structure:
6407
+
6408
+ ```
6409
+ {
6410
+ "hmp_container": { ...signed... },
6411
+ "referenced-by": { ... },
6412
+ "evaluations": { ... },
6413
+ "relay_chain": [ ... ]
6414
+ }
6415
+ ```
6416
+
6417
+ ---
6418
+
6419
+ #### A.2. Full JSON Example
6420
+
6421
+ ```json
6422
+ {
6423
+ "hmp_container": {
6424
+ "head": {
6425
+ "version": "1.2",
6426
+ "class": "knowledge_node",
6427
+ "class_version": "1.0",
6428
+ "class_id": "knowledge_node_v1.0",
6429
+ "container_did": "did:hmp:container:kn-44bc22",
6430
+ "schema": "https://schema.hmp/v1/knowledge_node_v1.0.json",
6431
+ "sender_did": "did:hmp:agent:alice",
6432
+ "timestamp": "2025-11-20T15:00:00Z",
6433
+ "payload_hash": "sha256:aa1122ccefecc199f88aa91f76d03be5b12976e97f5d663cd4a01aa034ede22d",
6434
+ "sig_algo": "ed25519",
6435
+ "signature": "BASE64URL_SIGNATURE",
6436
+ "payload_type": "json",
6437
+ "ttl": "2025-11-27T15:00:00Z",
6438
+ "broadcast": false,
6439
+ "recipient": ["did:hmp:agent:bob"],
6440
+ "key_recipient": "BASE58ENC_ENC_SYMM_KEY",
6441
+ "group_recipient": [
6442
+ {
6443
+ "recipient": "did:hmp:agent:carol",
6444
+ "key_recipient": "BASE58_KEY_FOR_CAROL"
6445
+ },
6446
+ {
6447
+ "recipient": "did:hmp:agent:dave",
6448
+ "key_recipient": "BASE58_KEY_FOR_DAVE"
6449
+ }
6450
+ ],
6451
+ "tags": ["ethics", "analysis", "kg:l3"],
6452
+ "confidence": 0.92,
6453
+ "public_key": "BASE58_PUBKEY_ALICE",
6454
+ "compression": "zstd",
6455
+ "magnet_uri": "magnet:?xt=urn:hmp:kn-44bc22",
6456
+ "network": "",
6457
+ "subclass": "knowledge_node.abstracted",
6458
+ "encryption_algo": "xchacha20poly1305"
6459
+ },
6460
+ "meta": {
6461
+ "created_by": "PRIEST",
6462
+ "agents_class": "Knowledge Genome",
6463
+ "interpretation": "Derived from L3 technical analysis",
6464
+ "workflow_entry": "did:hmp:container:workflow-4fbd1c",
6465
+ "sources": [
6466
+ {
6467
+ "type": "container",
6468
+ "id": "did:hmp:container:fact-3abc2e",
6469
+ "credibility": 0.87,
6470
+ "weight": 0.6
6471
+ },
6472
+ {
6473
+ "type": "resource",
6474
+ "id": "doi:10.48550/arXiv.2410.0123",
6475
+ "credibility": 0.83,
6476
+ "weight": 0.3
6477
+ },
6478
+ {
6479
+ "type": "isbn",
6480
+ "id": "isbn:978-3-16-148410-0",
6481
+ "credibility": 0.92,
6482
+ "weight": 0.1
6483
+ }
6484
+ ],
6485
+ "abstraction": {
6486
+ "agents_class": "Knowledge Genome",
6487
+ "path": {
6488
+ "L1": "did:hmp:container:abst-40af1c",
6489
+ "L2": "did:hmp:container:abst-a7f0b3",
6490
+ "L3": "did:hmp:container:abst-c91e0a"
6491
+ }
6492
+ },
6493
+ "axes": {
6494
+ "agents_class": "Knowledge Genome",
6495
+ "did:hmp:container:axis-40aa1c": 742,
6496
+ "did:hmp:container:axis-40ab1c": 512,
6497
+ "did:hmp:container:axis-43aa1c": 322,
6498
+ "did:hmp:container:axis-40aa3d": 142,
6499
+ "did:hmp:container:axis-40aa4f": 12,
6500
+ "did:hmp:container:axis-45aa5f": 54,
6501
+ "did:hmp:container:axis-45fb5f": 321
6502
+ }
6503
+ },
6504
+ "payload": {
6505
+ "title": "Abstract vector representation of ethical constraint cluster (L3)",
6506
+ "summary": "This node represents a semantic abstraction derived from multiple L3-level reasoning entries.",
6507
+ "embedding_ref": "did:hmp:container:emb-8822cd",
6508
+ "confidence_interval": [0.78, 0.97]
6509
+ },
6510
+
6511
+ "related": {
6512
+ "previous_versions": "did:hmp:container:kn-44bc21",
6513
+ "in_reply_to": ["did:hmp:container:msg-77"],
6514
+ "see_also": [
6515
+ "did:hmp:container:ctx-31",
6516
+ "did:hmp:container:goal-953"
6517
+ ],
6518
+ "depends_on": ["did:hmp:container:goal-953"],
6519
+ "extends": ["did:hmp:container:proto-01"],
6520
+ "contradicts": ["did:hmp:container:ethics-22"],
6521
+ "hmp:depends_on": ["did:hmp:container:goal-953"],
6522
+ "opencog:extends": ["did:oc:concept:122"]
6523
+ }
6524
+ },
6525
+ "referenced-by": {
6526
+ "links": [
6527
+ { "type": "depends_on", "target": "did:hmp:container:abc123" },
6528
+ { "type": "see_also", "target": "did:hmp:container:def456" }
6529
+ ],
6530
+ "peer_did": "did:hmp:agent456",
6531
+ "public_key": "BASE58_PUBKEY...",
6532
+ "sig_algo": "ed25519",
6533
+ "signature": "BASE64URL_SIG_REF_BY",
6534
+ "referenced-by_hash": "sha256:bb22ccddeeff112233..."
6535
+ },
6536
+ "evaluations": {
6537
+ "evaluations_hash": "sha256:9988ccddeeff001122...",
6538
+ "items": [
6539
+ {
6540
+ "value": -0.4,
6541
+ "type": "oppose",
6542
+ "target": "did:hmp:container:reason789",
6543
+ "timestamp": "2025-10-17T14:00:00Z",
6544
+ "agent_did": "did:hmp:agent:B",
6545
+ "sig_algo": "ed25519",
6546
+ "signature": "BASE64URL_SIG_EVAL"
6547
+ }
6548
+ ]
6549
+ },
6550
+ "relay_chain": [
6551
+ {
6552
+ "relay_did": "did:hmp:agent:relayA",
6553
+ "timestamp": "2025-11-20T15:00:02Z",
6554
+ "sig_algo": "ed25519",
6555
+ "public_key": "BASE58_PUBKEY_A",
6556
+ "signature": "BASE64URL_SIG_A"
6557
+ },
6558
+ {
6559
+ "relay_did": "did:hmp:agent:relayB",
6560
+ "timestamp": "2025-11-20T15:00:05Z",
6561
+ "sig_algo": "ed25519",
6562
+ "public_key": "BASE58_PUBKEY_B",
6563
+ "signature": "BASE64URL_SIG_B"
6564
+ }
6565
+ ]
6566
+ }
6567
+ ```
6568
+
6569
+ ---
6570
+
6571
+ ### A.3 Container classes — quick reference + short JSON samples
6572
+ ### A.4 Encrypted + compressed container
6573
+ ### A.5 Proof-chain example (workflow_entry → goal → vote → consensus_result)
6574
+
6575
+ ## Appendix B — Protocol Diagrams
6576
+ ### B.1 HMP Protocol Stack
6577
+ ### B.2 Container lifecycle diagram
6578
+ ### B.3 Proof-chain topology
6579
+
6580
+ ## Appendix C — Glossary
6581
+
6582
+ ## Appendix D — Revision History
6583
 
6584
  ---
6585
 
structured_md/CONTRIBUTING.md CHANGED
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
- - JSON
9
- - REPL
10
- - Ethics
11
- - CCore
12
- - HMP
13
  - Agent
14
  - Mesh
 
 
15
  - CogSync
 
 
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
 
 
 
 
 
8
  - Agent
9
  - Mesh
10
+ - CCore
11
+ - REPL
12
  - CogSync
13
+ - JSON
14
+ - Ethics
15
+ - HMP
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
- - JSON
9
- - Ethics
10
- - HMP
11
  - Agent
12
  - Mesh
13
  - CogSync
 
14
  - EGP
 
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
 
 
 
8
  - Agent
9
  - Mesh
10
  - CogSync
11
+ - JSON
12
  - EGP
13
+ - Ethics
14
+ - HMP
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
structured_md/README.md CHANGED
@@ -5,21 +5,21 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - JSON
 
 
9
  - REPL
 
 
 
 
10
  - Ethics
11
  - mesh-protocol
12
- - distributed-ai
13
  - cognitive-architecture
14
- - hmp
15
  - HMP
16
- - GMP
17
- - Agent
18
- - Scenarios
19
- - Mesh
20
- - CogSync
21
- - MeshConsensus
22
- - EGP
23
  ---
24
 
25
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - Scenarios
9
+ - Mesh
10
+ - Agent
11
  - REPL
12
+ - CogSync
13
+ - GMP
14
+ - EGP
15
+ - JSON
16
  - Ethics
17
  - mesh-protocol
18
+ - MeshConsensus
19
  - cognitive-architecture
 
20
  - HMP
21
+ - hmp
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
  - REPL
 
 
 
 
10
  - Ethics
11
  - mesh-protocol
12
- - distributed-ai
13
  - cognitive-architecture
14
- - hmp
15
  - HMP
16
- - GMP
17
- - Agent
18
- - Mesh
19
- - CogSync
20
- - MeshConsensus
21
- - EGP
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
+ - Agent
10
  - REPL
11
+ - CogSync
12
+ - GMP
13
+ - EGP
14
+ - JSON
15
  - Ethics
16
  - mesh-protocol
17
+ - MeshConsensus
18
  - cognitive-architecture
 
19
  - HMP
20
+ - hmp
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
  - REPL
 
 
 
 
10
  - Ethics
11
  - mesh-protocol
12
- - distributed-ai
13
  - cognitive-architecture
14
- - hmp
15
  - HMP
16
- - GMP
17
- - Agent
18
- - Mesh
19
- - CogSync
20
- - MeshConsensus
21
- - EGP
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
+ - Agent
10
  - REPL
11
+ - CogSync
12
+ - GMP
13
+ - EGP
14
+ - JSON
15
  - Ethics
16
  - mesh-protocol
17
+ - MeshConsensus
18
  - cognitive-architecture
 
19
  - HMP
20
+ - hmp
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
  - REPL
 
 
 
 
10
  - Ethics
11
  - mesh-protocol
12
- - distributed-ai
13
  - cognitive-architecture
14
- - hmp
15
  - HMP
16
- - GMP
17
- - Agent
18
- - Mesh
19
- - CogSync
20
- - MeshConsensus
21
- - EGP
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
+ - Agent
10
  - REPL
11
+ - CogSync
12
+ - GMP
13
+ - EGP
14
+ - JSON
15
  - Ethics
16
  - mesh-protocol
17
+ - MeshConsensus
18
  - cognitive-architecture
 
19
  - HMP
20
+ - hmp
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
  - REPL
 
 
 
 
10
  - Ethics
11
  - mesh-protocol
12
- - distributed-ai
13
  - cognitive-architecture
14
- - hmp
15
  - HMP
16
- - GMP
17
- - Agent
18
- - Mesh
19
- - CogSync
20
- - MeshConsensus
21
- - EGP
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
+ - Agent
10
  - REPL
11
+ - CogSync
12
+ - GMP
13
+ - EGP
14
+ - JSON
15
  - Ethics
16
  - mesh-protocol
17
+ - MeshConsensus
18
  - cognitive-architecture
 
19
  - HMP
20
+ - hmp
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
  - REPL
 
 
 
 
10
  - Ethics
11
  - mesh-protocol
12
- - distributed-ai
13
  - cognitive-architecture
14
- - hmp
15
  - HMP
16
- - GMP
17
- - Agent
18
- - Mesh
19
- - CogSync
20
- - MeshConsensus
21
- - EGP
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
+ - Agent
10
  - REPL
11
+ - CogSync
12
+ - GMP
13
+ - EGP
14
+ - JSON
15
  - Ethics
16
  - mesh-protocol
17
+ - MeshConsensus
18
  - cognitive-architecture
 
19
  - HMP
20
+ - hmp
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
  - REPL
 
 
 
 
10
  - Ethics
11
  - mesh-protocol
12
- - distributed-ai
13
  - cognitive-architecture
14
- - hmp
15
  - HMP
16
- - GMP
17
- - Agent
18
- - Mesh
19
- - CogSync
20
- - MeshConsensus
21
- - EGP
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
+ - Agent
10
  - REPL
11
+ - CogSync
12
+ - GMP
13
+ - EGP
14
+ - JSON
15
  - Ethics
16
  - mesh-protocol
17
+ - MeshConsensus
18
  - cognitive-architecture
 
19
  - HMP
20
+ - hmp
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
  - REPL
 
 
 
 
10
  - Ethics
11
  - mesh-protocol
12
- - distributed-ai
13
  - cognitive-architecture
14
- - hmp
15
  - HMP
16
- - GMP
17
- - Agent
18
- - Mesh
19
- - CogSync
20
- - MeshConsensus
21
- - EGP
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - Mesh
9
+ - Agent
10
  - REPL
11
+ - CogSync
12
+ - GMP
13
+ - EGP
14
+ - JSON
15
  - Ethics
16
  - mesh-protocol
17
+ - MeshConsensus
18
  - cognitive-architecture
 
19
  - HMP
20
+ - hmp
21
+ - distributed-ai
 
 
 
 
22
  ---
23
 
24
 
structured_md/agents/prompt-short.md CHANGED
@@ -5,9 +5,9 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
8
- - JSON
9
  - HMP
10
  - Mesh
 
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
 
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
+ - JSON
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
structured_md/agents/prompt.md CHANGED
@@ -5,9 +5,9 @@ description: '* Постоянно расширять возможности а
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
8
- - JSON
9
  - HMP
10
  - Mesh
 
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
 
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
+ - JSON
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
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
  - JSON
9
  - Ethics
10
- - REPL
11
  - HMP
12
- - Agent
13
- - Mesh
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
8
+ - Agent
9
+ - Mesh
10
+ - REPL
11
  - JSON
12
  - Ethics
 
13
  - HMP
 
 
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
  - JSON
9
  - Ethics
10
  - HMP
11
- - Agent
12
- - Mesh
13
  ---
14
 
15
  ---------------
 
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
8
+ - Agent
9
+ - Mesh
10
  - JSON
11
  - Ethics
12
  - HMP
 
 
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
  - JSON
9
  - Ethics
10
  - HMP
11
- - Agent
12
- - Scenarios
13
- - Mesh
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
8
+ - Scenarios
9
+ - Agent
10
+ - Mesh
11
  - JSON
12
  - Ethics
13
  - HMP
 
 
 
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
- - JSON
9
- - Ethics
10
- - HMP
11
  - Agent
12
  - Mesh
13
  - CogSync
14
- - MeshConsensus
15
  - EGP
 
 
 
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
 
 
 
8
  - Agent
9
  - Mesh
10
  - CogSync
11
+ - JSON
12
  - EGP
13
+ - Ethics
14
+ - MeshConsensus
15
+ - HMP
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
- - REPL
8
- - HMP
9
- - GMP
10
  - Agent
11
  - Mesh
 
12
  - CogSync
13
- - MeshConsensus
14
  - EGP
 
 
15
  ---
16
 
17
 
 
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
 
 
 
7
  - Agent
8
  - Mesh
9
+ - REPL
10
  - CogSync
11
+ - GMP
12
  - EGP
13
+ - MeshConsensus
14
+ - HMP
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
- - CCore
9
  - Agent
 
10
  - REPL
11
- - HMP
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
 
5
  потомков" [описания REPL-цикла](HMP-agent-RE...'
6
  type: Article
7
  tags:
8
+ - HMP
9
  - Agent
10
+ - CCore
11
  - REPL
 
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
- - JSON
10
  - HMP
11
  - Mesh
 
12
  - CogSync
13
  ---
14
 
 
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
 
9
  - HMP
10
  - Mesh
11
+ - JSON
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
- - JSON
9
- - Ethics
10
- - HMP
11
  - Agent
12
  - Mesh
13
- - MeshConsensus
14
  - EGP
 
 
 
15
  ---
16
 
17
  # Enlightener Agent
 
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
 
 
 
8
  - Agent
9
  - Mesh
10
+ - JSON
11
  - EGP
12
+ - Ethics
13
+ - MeshConsensus
14
+ - HMP
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
- - JSON
9
- - REPL
10
- - Ethics
11
- - HMP
12
- - GMP
13
  - Agent
14
  - Mesh
 
15
  - CogSync
16
- - MeshConsensus
17
  - EGP
 
 
 
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
5
  for Comments: HMP-0001**...'
6
  type: Article
7
  tags:
 
 
 
 
 
8
  - Agent
9
  - Mesh
10
+ - REPL
11
  - CogSync
12
+ - GMP
13
  - EGP
14
+ - JSON
15
+ - Ethics
16
+ - MeshConsensus
17
+ - HMP
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
- - JSON
9
- - REPL
10
- - Ethics
11
- - HMP
12
- - GMP
13
- - Agent
14
  - Scenarios
 
15
  - Mesh
 
16
  - CogSync
17
- - MeshConsensus
18
  - EGP
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
5
  for Comments: HMP-0002**...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Scenarios
9
+ - Agent
10
  - Mesh
11
+ - REPL
12
  - CogSync
13
+ - GMP
14
  - EGP
15
+ - JSON
16
+ - Ethics
17
+ - MeshConsensus
18
+ - HMP
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
- - JSON
9
- - REPL
10
- - Ethics
11
- - HMP
12
- - GMP
13
- - Agent
14
  - Scenarios
 
15
  - Mesh
 
16
  - CogSync
17
- - MeshConsensus
18
  - EGP
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
5
  for Comments: HMP-0003**...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Scenarios
9
+ - Agent
10
  - Mesh
11
+ - REPL
12
  - CogSync
13
+ - GMP
14
  - EGP
15
+ - JSON
16
+ - Ethics
17
+ - MeshConsensus
18
+ - HMP
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
- - JSON
9
- - REPL
10
- - Ethics
11
- - HMP
12
- - GMP
13
- - Agent
14
  - Scenarios
 
15
  - Mesh
 
16
  - CogSync
17
- - MeshConsensus
18
  - EGP
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
5
  ID**: HMP-0004 **Status...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Scenarios
9
+ - Agent
10
  - Mesh
11
+ - REPL
12
  - CogSync
13
+ - GMP
14
  - EGP
15
+ - JSON
16
+ - Ethics
17
+ - MeshConsensus
18
+ - HMP
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
- - JSON
9
- - REPL
10
- - Ethics
11
- - HMP
12
- - GMP
13
- - Agent
14
  - Scenarios
 
15
  - Mesh
 
16
  - CogSync
17
- - MeshConsensus
18
  - EGP
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
5
  for Comments: HMP-0004**...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Scenarios
9
+ - Agent
10
  - Mesh
11
+ - REPL
12
  - CogSync
13
+ - GMP
14
  - EGP
15
+ - JSON
16
+ - Ethics
17
+ - MeshConsensus
18
+ - HMP
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -5,18 +5,18 @@ description: '> ⚠️ **Note:** This document is a DRAFT of the HMP specificati
5
  v5.0 (DRAFT)](https://github.com/kagvi13/HMP/b...'
6
  type: Article
7
  tags:
8
- - JSON
9
- - CShell
10
- - REPL
11
- - Ethics
12
- - CCore
13
- - HMP
14
- - Agent
15
- - GMP
16
  - Scenarios
 
17
  - Mesh
 
 
18
  - CogSync
 
19
  - EGP
 
 
 
 
20
  ---
21
 
22
  # **HyperCortex Mesh Protocol (HMP) v5.0**
 
5
  v5.0 (DRAFT)](https://github.com/kagvi13/HMP/b...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
 
 
8
  - Scenarios
9
+ - Agent
10
  - Mesh
11
+ - CCore
12
+ - REPL
13
  - CogSync
14
+ - GMP
15
  - EGP
16
+ - JSON
17
+ - Ethics
18
+ - HMP
19
+ - CShell
20
  ---
21
 
22
  # **HyperCortex Mesh Protocol (HMP) v5.0**
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
 
 
8
  - JSON
9
  - REPL
10
  - HMP
11
- - Agent
12
- - Mesh
13
  ---
14
 
15
  # HMP-Agent API Specification
 
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
8
+ - Agent
9
+ - Mesh
10
  - JSON
11
  - REPL
12
  - HMP
 
 
13
  ---
14
 
15
  # HMP-Agent API Specification
structured_md/docs/HMP-Agent-Architecture.md CHANGED
@@ -5,16 +5,16 @@ description: Документ описывает **модульную архит
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
8
- - CShell
9
- - REPL
10
- - Ethics
11
- - CCore
12
- - HMP
13
  - Agent
14
  - Mesh
 
 
15
  - CogSync
16
- - MeshConsensus
17
  - EGP
 
 
 
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
 
 
 
 
 
8
  - Agent
9
  - Mesh
10
+ - CCore
11
+ - REPL
12
  - CogSync
 
13
  - EGP
14
+ - Ethics
15
+ - MeshConsensus
16
+ - HMP
17
+ - CShell
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
- - JSON
9
- - Ethics
10
- - HMP
11
  - Agent
12
  - Mesh
 
13
  - EGP
 
 
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
5
  [`MeshNode`](MeshN...'
6
  type: Article
7
  tags:
 
 
 
8
  - Agent
9
  - Mesh
10
+ - JSON
11
  - EGP
12
+ - Ethics
13
+ - HMP
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
- - JSON
9
- - CShell
 
10
  - REPL
 
11
  - Ethics
12
- - CCore
13
  - HMP
14
- - Agent
15
- - Mesh
16
  ---
17
 
18
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
+ - Agent
9
+ - Mesh
10
+ - CCore
11
  - REPL
12
+ - JSON
13
  - Ethics
 
14
  - HMP
15
+ - CShell
 
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
8
- - REPL
9
- - Mesh
10
  - Agent
 
11
  - HMP
 
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
 
 
8
  - Agent
9
+ - Mesh
10
  - HMP
11
+ - REPL
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
- - Ethics
9
- - REPL
10
- - HMP
11
- - Agent
12
  - Scenarios
 
13
  - Mesh
 
 
 
14
  ---
15
 
16
  # HMP-Ethics.md
 
5
  cognitive meshes composed of autonomous intelli...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - Scenarios
9
+ - Agent
10
  - Mesh
11
+ - REPL
12
+ - Ethics
13
+ - HMP
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
- - JSON
9
- - Ethics
10
- - HMP
11
- - GMP
12
  - Agent
13
  - Mesh
14
  - CogSync
15
- - MeshConsensus
16
  - EGP
 
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - Agent
9
  - Mesh
10
  - CogSync
11
+ - GMP
12
  - EGP
13
+ - JSON
14
+ - Ethics
15
+ - MeshConsensus
16
+ - HMP
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
- - JSON
9
- - Ethics
10
- - HMP
11
- - GMP
12
  - Agent
13
  - Mesh
14
  - CogSync
15
- - MeshConsensus
16
  - EGP
 
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - Agent
9
  - Mesh
10
  - CogSync
11
+ - GMP
12
  - EGP
13
+ - JSON
14
+ - Ethics
15
+ - MeshConsensus
16
+ - HMP
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
- - JSON
9
- - Ethics
10
- - HMP
11
- - GMP
12
  - Agent
13
  - Mesh
14
  - CogSync
15
- - MeshConsensus
16
  - EGP
 
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
 
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - Agent
9
  - Mesh
10
  - CogSync
11
+ - GMP
12
  - EGP
13
+ - JSON
14
+ - Ethics
15
+ - MeshConsensus
16
+ - HMP
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
- - JSON
8
- - Ethics
9
- - GMP
10
- - HMP
11
  - Mesh
12
  - CogSync
13
- - MeshConsensus
14
  - EGP
 
 
 
 
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
 
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
 
 
 
 
7
  - Mesh
8
  - CogSync
9
+ - GMP
10
  - EGP
11
+ - JSON
12
+ - Ethics
13
+ - MeshConsensus
14
+ - HMP
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
- - JSON
9
- - Ethics
10
- - GMP
11
- - HMP
12
  - Mesh
13
  - CogSync
14
- - MeshConsensus
15
  - EGP
 
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
 
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - Mesh
9
  - CogSync
10
+ - GMP
11
  - EGP
12
+ - JSON
13
+ - Ethics
14
+ - MeshConsensus
15
+ - HMP
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
- - JSON
9
- - Ethics
10
- - GMP
11
- - HMP
12
  - Mesh
13
  - CogSync
14
- - MeshConsensus
15
  - EGP
 
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - Mesh
9
  - CogSync
10
+ - GMP
11
  - EGP
12
+ - JSON
13
+ - Ethics
14
+ - MeshConsensus
15
+ - HMP
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
- - JSON
9
- - Ethics
10
- - GMP
11
- - HMP
12
  - Mesh
13
  - CogSync
14
- - MeshConsensus
15
  - EGP
 
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - Mesh
9
  - CogSync
10
+ - GMP
11
  - EGP
12
+ - JSON
13
+ - Ethics
14
+ - MeshConsensus
15
+ - HMP
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
- - JSON
9
- - Ethics
10
- - GMP
11
- - HMP
12
  - Mesh
13
  - CogSync
14
- - MeshConsensus
15
  - EGP
 
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
 
5
  —— 通过共享协议栈交换目标、任务、...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - Mesh
9
  - CogSync
10
+ - GMP
11
  - EGP
12
+ - JSON
13
+ - Ethics
14
+ - MeshConsensus
15
+ - HMP
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
- - REPL
9
- - Mesh
10
  - Agent
 
11
  - HMP
 
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
 
5
  (или конфигурацию доверенных идентифика...'
6
  type: Article
7
  tags:
 
 
8
  - Agent
9
+ - Mesh
10
  - HMP
11
+ - REPL
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
- - REPL
9
  - HMP
 
10
  ---
11
 
12
  ### 💡 **Лёгкая версия HMP-агента с общей БД**
 
5
  режиме ожидания). * Основная задача такой архитектур...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
+ - REPL
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
- - JSON
8
- - REPL
9
- - Ethics
10
- - CCore
11
- - HMP
12
  - Agent
13
- - GMP
14
  - Mesh
 
 
15
  - CogSync
16
- - MeshConsensus
17
  - EGP
 
 
 
 
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
  - Agent
 
8
  - Mesh
9
+ - CCore
10
+ - REPL
11
  - CogSync
12
+ - GMP
13
  - EGP
14
+ - JSON
15
+ - Ethics
16
+ - MeshConsensus
17
+ - HMP
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
structured_md/docs/HMP_HyperCortex_Comparison.md CHANGED
@@ -5,9 +5,9 @@ description: '## Краткое описание | Характеристика
5
  | **Назначение** | Сетевой протокол ...'
6
  type: Article
7
  tags:
8
- - REPL
9
- - Mesh
10
  - HMP
 
 
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
 
5
  | **Назначение** | Сетевой протокол ...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Mesh
10
+ - REPL
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
structured_md/docs/HMP_Hyperon_Integration.md CHANGED
@@ -5,13 +5,13 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec
5
  OpenCog Hyperon framework. This includes semanti...'
6
  type: Article
7
  tags:
8
- - JSON
9
- - HMP
10
- - Agent
11
  - Scenarios
 
12
  - Mesh
13
  - CogSync
 
14
  - EGP
 
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
 
5
  OpenCog Hyperon framework. This includes semanti...'
6
  type: Article
7
  tags:
 
 
 
8
  - Scenarios
9
+ - Agent
10
  - Mesh
11
  - CogSync
12
+ - JSON
13
  - EGP
14
+ - HMP
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
structured_md/docs/MeshNode.md CHANGED
@@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с
5
  Может быть частью агента или вынесен в отдельный пр...'
6
  type: Article
7
  tags:
8
- - JSON
9
- - Ethics
10
- - HMP
11
  - Agent
12
  - Mesh
13
  - CogSync
 
14
  - EGP
 
 
15
  ---
16
 
17
  # MeshNode
 
5
  Может быть частью агента или вынесен в отдельный пр...'
6
  type: Article
7
  tags:
 
 
 
8
  - Agent
9
  - Mesh
10
  - CogSync
11
+ - JSON
12
  - EGP
13
+ - Ethics
14
+ - HMP
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
- - Ethics
9
- - REPL
10
- - HMP
11
  - Agent
12
  - Mesh
 
 
 
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
 
5
  (GPT-5), ChatGH --- ## 1. Основной тезис От ...'
6
  type: Article
7
  tags:
 
 
 
8
  - Agent
9
  - Mesh
10
+ - REPL
11
+ - Ethics
12
+ - HMP
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
- - Ethics
9
- - REPL
10
- - HMP
11
  - Agent
12
  - Mesh
 
 
 
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
 
5
  awareness, critical thinking, and di...'
6
  type: Article
7
  tags:
 
 
 
8
  - Agent
9
  - Mesh
10
+ - REPL
11
+ - Ethics
12
+ - HMP
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
+ - Mesh
10
+ - HMP
11
  ---
12
 
13
  # HMP Agent Role Registry