GitHub Action
commited on
Commit
·
91060b7
1
Parent(s):
03b29d4
Sync from GitHub with Git LFS
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- docs/HMP-0005.md +10 -10
- structured_md/CONTRIBUTING.md +4 -4
- structured_md/HMP-Roadmap.md +3 -3
- structured_md/README.md +9 -9
- structured_md/README_de.md +8 -8
- structured_md/README_fr.md +8 -8
- structured_md/README_ja.md +8 -8
- structured_md/README_ko.md +8 -8
- structured_md/README_ru.md +8 -8
- structured_md/README_uk.md +8 -8
- structured_md/README_zh.md +8 -8
- structured_md/agents/readme.md +2 -2
- structured_md/audits/Ethics-audits-1.md +1 -1
- structured_md/audits/Ethics-consolidated_audits-1.md +2 -2
- structured_md/audits/HMP-0003-consolidated_audit.md +4 -4
- structured_md/docs/Basic-agent-sim.md +4 -4
- structured_md/docs/CCORE-Deployment-Flow.md +3 -3
- structured_md/docs/Distributed-Cognitive-Systems.md +1 -1
- structured_md/docs/Enlightener.md +3 -3
- structured_md/docs/HMP-0001.md +5 -5
- structured_md/docs/HMP-0002.md +6 -6
- structured_md/docs/HMP-0003.md +6 -6
- structured_md/docs/HMP-0004-v4.1.md +6 -6
- structured_md/docs/HMP-0004.md +6 -6
- structured_md/docs/HMP-0005.md +94 -31
- structured_md/docs/HMP-Agent-API.md +2 -2
- structured_md/docs/HMP-Agent-Architecture.md +6 -6
- structured_md/docs/HMP-Agent-Network-Flow.md +2 -2
- structured_md/docs/HMP-Agent-Overview.md +4 -4
- structured_md/docs/HMP-Agent_Emotions.md +2 -2
- structured_md/docs/HMP-Ethics.md +2 -2
- structured_md/docs/HMP-Short-Description_de.md +5 -5
- structured_md/docs/HMP-Short-Description_en.md +5 -5
- structured_md/docs/HMP-Short-Description_fr.md +5 -5
- structured_md/docs/HMP-Short-Description_ja.md +5 -5
- structured_md/docs/HMP-Short-Description_ko.md +5 -5
- structured_md/docs/HMP-Short-Description_ru.md +5 -5
- structured_md/docs/HMP-Short-Description_uk.md +5 -5
- structured_md/docs/HMP-Short-Description_zh.md +5 -5
- structured_md/docs/HMP-agent-Cognitive_Family.md +2 -2
- structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md +1 -1
- structured_md/docs/HMP-agent-REPL-cycle.md +6 -6
- structured_md/docs/HMP_HyperCortex_Comparison.md +1 -1
- structured_md/docs/HMP_Hyperon_Integration.md +3 -3
- structured_md/docs/MeshNode.md +3 -3
- structured_md/docs/PHILOSOPHY.md +1 -1
- structured_md/docs/agents/HMP-Agent-Enlightener.md +1 -1
- structured_md/docs/container_agents.md +2 -2
- structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md +1 -1
- structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md +5 -5
docs/HMP-0005.md
CHANGED
|
@@ -3388,7 +3388,7 @@ and **distributed discussions** where results remain accessible to all network p
|
|
| 3388 |
|
| 3389 |
#### 6.5.3 Payload Schemas (simplified)
|
| 3390 |
|
| 3391 |
-
##### `query_request`
|
| 3392 |
|
| 3393 |
| Field | Type | Description |
|
| 3394 |
| ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
|
|
@@ -3402,7 +3402,7 @@ and **distributed discussions** where results remain accessible to all network p
|
|
| 3402 |
|
| 3403 |
---
|
| 3404 |
|
| 3405 |
-
##### `query_subscription`
|
| 3406 |
|
| 3407 |
| Field | Type | Description |
|
| 3408 |
| ------------------------ | -------- | ------------------------------------------------------------------------------------ |
|
|
@@ -3410,7 +3410,7 @@ and **distributed discussions** where results remain accessible to all network p
|
|
| 3410 |
| `include_in_recipient` | bool | Whether the agent should be included among recipients of replies. |
|
| 3411 |
| `self_profile` | object | Optional profile of the agent’s knowledge and interests. |
|
| 3412 |
|
| 3413 |
-
Example
|
| 3414 |
```json
|
| 3415 |
"self_profile": {
|
| 3416 |
"interests": ["AGI", "technological singularity", "informatics"],
|
|
@@ -3424,7 +3424,7 @@ Example:
|
|
| 3424 |
|
| 3425 |
---
|
| 3426 |
|
| 3427 |
-
##### `query_result`
|
| 3428 |
|
| 3429 |
| Field | Type | Description |
|
| 3430 |
| -------------- | ------------- | --------------------------------------------------------------- |
|
|
@@ -3439,7 +3439,7 @@ Example:
|
|
| 3439 |
|
| 3440 |
---
|
| 3441 |
|
| 3442 |
-
##### `summary`
|
| 3443 |
|
| 3444 |
| Field | Type | Description |
|
| 3445 |
| --------------- | ---------- | ------------------------------------------------- |
|
|
@@ -3527,9 +3527,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
|
|
| 3527 |
|
| 3528 |
---
|
| 3529 |
|
| 3530 |
-
#### 6.5.7 Container
|
| 3531 |
|
| 3532 |
-
##### `query_request`
|
| 3533 |
|
| 3534 |
```json
|
| 3535 |
{
|
|
@@ -3550,7 +3550,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
|
|
| 3550 |
}
|
| 3551 |
```
|
| 3552 |
|
| 3553 |
-
##### `query_result`
|
| 3554 |
|
| 3555 |
```json
|
| 3556 |
{
|
|
@@ -3568,7 +3568,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
|
|
| 3568 |
}
|
| 3569 |
```
|
| 3570 |
|
| 3571 |
-
##### `summary`
|
| 3572 |
|
| 3573 |
```json
|
| 3574 |
{
|
|
@@ -3594,7 +3594,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
|
|
| 3594 |
}
|
| 3595 |
```
|
| 3596 |
|
| 3597 |
-
##### `query_subscription`
|
| 3598 |
|
| 3599 |
```json
|
| 3600 |
{
|
|
|
|
| 3388 |
|
| 3389 |
#### 6.5.3 Payload Schemas (simplified)
|
| 3390 |
|
| 3391 |
+
##### Container `query_request`
|
| 3392 |
|
| 3393 |
| Field | Type | Description |
|
| 3394 |
| ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
|
|
|
|
| 3402 |
|
| 3403 |
---
|
| 3404 |
|
| 3405 |
+
##### Container `query_subscription`
|
| 3406 |
|
| 3407 |
| Field | Type | Description |
|
| 3408 |
| ------------------------ | -------- | ------------------------------------------------------------------------------------ |
|
|
|
|
| 3410 |
| `include_in_recipient` | bool | Whether the agent should be included among recipients of replies. |
|
| 3411 |
| `self_profile` | object | Optional profile of the agent’s knowledge and interests. |
|
| 3412 |
|
| 3413 |
+
Example `self_profile`:
|
| 3414 |
```json
|
| 3415 |
"self_profile": {
|
| 3416 |
"interests": ["AGI", "technological singularity", "informatics"],
|
|
|
|
| 3424 |
|
| 3425 |
---
|
| 3426 |
|
| 3427 |
+
##### Container `query_result`
|
| 3428 |
|
| 3429 |
| Field | Type | Description |
|
| 3430 |
| -------------- | ------------- | --------------------------------------------------------------- |
|
|
|
|
| 3439 |
|
| 3440 |
---
|
| 3441 |
|
| 3442 |
+
##### Container `summary`
|
| 3443 |
|
| 3444 |
| Field | Type | Description |
|
| 3445 |
| --------------- | ---------- | ------------------------------------------------- |
|
|
|
|
| 3527 |
|
| 3528 |
---
|
| 3529 |
|
| 3530 |
+
#### 6.5.7 Container examples
|
| 3531 |
|
| 3532 |
+
##### Example `query_request`
|
| 3533 |
|
| 3534 |
```json
|
| 3535 |
{
|
|
|
|
| 3550 |
}
|
| 3551 |
```
|
| 3552 |
|
| 3553 |
+
##### Example `query_result`
|
| 3554 |
|
| 3555 |
```json
|
| 3556 |
{
|
|
|
|
| 3568 |
}
|
| 3569 |
```
|
| 3570 |
|
| 3571 |
+
##### Example `summary`
|
| 3572 |
|
| 3573 |
```json
|
| 3574 |
{
|
|
|
|
| 3594 |
}
|
| 3595 |
```
|
| 3596 |
|
| 3597 |
+
##### Example `query_subscription`
|
| 3598 |
|
| 3599 |
```json
|
| 3600 |
{
|
structured_md/CONTRIBUTING.md
CHANGED
|
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
|
|
| 5 |
Mesh Protocol (HMP) — это не просто те...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- HMP
|
| 9 |
- Agent
|
| 10 |
-
- REPL
|
| 11 |
-
- JSON
|
| 12 |
- Mesh
|
| 13 |
-
- CCore
|
| 14 |
-
- Ethics
|
| 15 |
- CogSync
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Участие в проекте HyperCortex Mesh Protocol (HMP)
|
|
|
|
| 5 |
Mesh Protocol (HMP) — это не просто те...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- CCore
|
| 10 |
- HMP
|
| 11 |
- Agent
|
|
|
|
|
|
|
| 12 |
- Mesh
|
|
|
|
|
|
|
| 13 |
- CogSync
|
| 14 |
+
- JSON
|
| 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 |
- Agent
|
| 10 |
-
- JSON
|
| 11 |
- Mesh
|
| 12 |
-
- Ethics
|
| 13 |
- CogSync
|
| 14 |
-
-
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# 🧭 HyperCortex Mesh Protocol – Roadmap
|
|
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
+
- EGP
|
| 10 |
- Agent
|
|
|
|
| 11 |
- Mesh
|
|
|
|
| 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 |
-
-
|
|
|
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
|
|
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- distributed-ai
|
| 15 |
-
- mesh-protocol
|
| 16 |
-
- Mesh
|
| 17 |
- Ethics
|
| 18 |
-
- cognitive-architecture
|
| 19 |
-
- CogSync
|
| 20 |
- hmp
|
| 21 |
-
- Scenarios
|
| 22 |
-
- EGP
|
| 23 |
---
|
| 24 |
|
| 25 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- mesh-protocol
|
| 10 |
- MeshConsensus
|
| 11 |
+
- HMP
|
| 12 |
+
- EGP
|
| 13 |
+
- Scenarios
|
| 14 |
+
- distributed-ai
|
| 15 |
- Agent
|
| 16 |
+
- cognitive-architecture
|
| 17 |
+
- Mesh
|
| 18 |
- GMP
|
| 19 |
+
- CogSync
|
| 20 |
- JSON
|
|
|
|
|
|
|
|
|
|
| 21 |
- Ethics
|
|
|
|
|
|
|
| 22 |
- hmp
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
|
structured_md/README_de.md
CHANGED
|
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
|
|
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- distributed-ai
|
| 15 |
-
- mesh-protocol
|
| 16 |
-
- Mesh
|
| 17 |
- Ethics
|
| 18 |
-
- cognitive-architecture
|
| 19 |
-
- CogSync
|
| 20 |
- hmp
|
| 21 |
-
- EGP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- mesh-protocol
|
| 10 |
- MeshConsensus
|
| 11 |
+
- HMP
|
| 12 |
+
- EGP
|
| 13 |
+
- distributed-ai
|
| 14 |
- Agent
|
| 15 |
+
- cognitive-architecture
|
| 16 |
+
- Mesh
|
| 17 |
- GMP
|
| 18 |
+
- CogSync
|
| 19 |
- JSON
|
|
|
|
|
|
|
|
|
|
| 20 |
- Ethics
|
|
|
|
|
|
|
| 21 |
- hmp
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
structured_md/README_fr.md
CHANGED
|
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
|
|
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- distributed-ai
|
| 15 |
-
- mesh-protocol
|
| 16 |
-
- Mesh
|
| 17 |
- Ethics
|
| 18 |
-
- cognitive-architecture
|
| 19 |
-
- CogSync
|
| 20 |
- hmp
|
| 21 |
-
- EGP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- mesh-protocol
|
| 10 |
- MeshConsensus
|
| 11 |
+
- HMP
|
| 12 |
+
- EGP
|
| 13 |
+
- distributed-ai
|
| 14 |
- Agent
|
| 15 |
+
- cognitive-architecture
|
| 16 |
+
- Mesh
|
| 17 |
- GMP
|
| 18 |
+
- CogSync
|
| 19 |
- JSON
|
|
|
|
|
|
|
|
|
|
| 20 |
- Ethics
|
|
|
|
|
|
|
| 21 |
- hmp
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
structured_md/README_ja.md
CHANGED
|
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
|
|
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- distributed-ai
|
| 15 |
-
- mesh-protocol
|
| 16 |
-
- Mesh
|
| 17 |
- Ethics
|
| 18 |
-
- cognitive-architecture
|
| 19 |
-
- CogSync
|
| 20 |
- hmp
|
| 21 |
-
- EGP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- mesh-protocol
|
| 10 |
- MeshConsensus
|
| 11 |
+
- HMP
|
| 12 |
+
- EGP
|
| 13 |
+
- distributed-ai
|
| 14 |
- Agent
|
| 15 |
+
- cognitive-architecture
|
| 16 |
+
- Mesh
|
| 17 |
- GMP
|
| 18 |
+
- CogSync
|
| 19 |
- JSON
|
|
|
|
|
|
|
|
|
|
| 20 |
- Ethics
|
|
|
|
|
|
|
| 21 |
- hmp
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
structured_md/README_ko.md
CHANGED
|
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
|
|
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- distributed-ai
|
| 15 |
-
- mesh-protocol
|
| 16 |
-
- Mesh
|
| 17 |
- Ethics
|
| 18 |
-
- cognitive-architecture
|
| 19 |
-
- CogSync
|
| 20 |
- hmp
|
| 21 |
-
- EGP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- mesh-protocol
|
| 10 |
- MeshConsensus
|
| 11 |
+
- HMP
|
| 12 |
+
- EGP
|
| 13 |
+
- distributed-ai
|
| 14 |
- Agent
|
| 15 |
+
- cognitive-architecture
|
| 16 |
+
- Mesh
|
| 17 |
- GMP
|
| 18 |
+
- CogSync
|
| 19 |
- JSON
|
|
|
|
|
|
|
|
|
|
| 20 |
- Ethics
|
|
|
|
|
|
|
| 21 |
- hmp
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
structured_md/README_ru.md
CHANGED
|
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
|
|
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- distributed-ai
|
| 15 |
-
- mesh-protocol
|
| 16 |
-
- Mesh
|
| 17 |
- Ethics
|
| 18 |
-
- cognitive-architecture
|
| 19 |
-
- CogSync
|
| 20 |
- hmp
|
| 21 |
-
- EGP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- mesh-protocol
|
| 10 |
- MeshConsensus
|
| 11 |
+
- HMP
|
| 12 |
+
- EGP
|
| 13 |
+
- distributed-ai
|
| 14 |
- Agent
|
| 15 |
+
- cognitive-architecture
|
| 16 |
+
- Mesh
|
| 17 |
- GMP
|
| 18 |
+
- CogSync
|
| 19 |
- JSON
|
|
|
|
|
|
|
|
|
|
| 20 |
- Ethics
|
|
|
|
|
|
|
| 21 |
- hmp
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
structured_md/README_uk.md
CHANGED
|
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
|
|
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- distributed-ai
|
| 15 |
-
- mesh-protocol
|
| 16 |
-
- Mesh
|
| 17 |
- Ethics
|
| 18 |
-
- cognitive-architecture
|
| 19 |
-
- CogSync
|
| 20 |
- hmp
|
| 21 |
-
- EGP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- mesh-protocol
|
| 10 |
- MeshConsensus
|
| 11 |
+
- HMP
|
| 12 |
+
- EGP
|
| 13 |
+
- distributed-ai
|
| 14 |
- Agent
|
| 15 |
+
- cognitive-architecture
|
| 16 |
+
- Mesh
|
| 17 |
- GMP
|
| 18 |
+
- CogSync
|
| 19 |
- JSON
|
|
|
|
|
|
|
|
|
|
| 20 |
- Ethics
|
|
|
|
|
|
|
| 21 |
- hmp
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
structured_md/README_zh.md
CHANGED
|
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
|
|
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- distributed-ai
|
| 15 |
-
- mesh-protocol
|
| 16 |
-
- Mesh
|
| 17 |
- Ethics
|
| 18 |
-
- cognitive-architecture
|
| 19 |
-
- CogSync
|
| 20 |
- hmp
|
| 21 |
-
- EGP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- mesh-protocol
|
| 10 |
- MeshConsensus
|
| 11 |
+
- HMP
|
| 12 |
+
- EGP
|
| 13 |
+
- distributed-ai
|
| 14 |
- Agent
|
| 15 |
+
- cognitive-architecture
|
| 16 |
+
- Mesh
|
| 17 |
- GMP
|
| 18 |
+
- CogSync
|
| 19 |
- JSON
|
|
|
|
|
|
|
|
|
|
| 20 |
- Ethics
|
|
|
|
|
|
|
| 21 |
- hmp
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
structured_md/agents/readme.md
CHANGED
|
@@ -5,11 +5,11 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
|
|
| 5 |
этическая модель: `ethics.yml` Проверка иниц...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
| 9 |
- Agent
|
| 10 |
-
- REPL
|
| 11 |
-
- JSON
|
| 12 |
- Mesh
|
|
|
|
| 13 |
- Ethics
|
| 14 |
---
|
| 15 |
|
|
|
|
| 5 |
этическая модель: `ethics.yml` Проверка иниц...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- HMP
|
| 10 |
- Agent
|
|
|
|
|
|
|
| 11 |
- Mesh
|
| 12 |
+
- JSON
|
| 13 |
- Ethics
|
| 14 |
---
|
| 15 |
|
structured_md/audits/Ethics-audits-1.md
CHANGED
|
@@ -7,8 +7,8 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
- Agent
|
| 10 |
-
- JSON
|
| 11 |
- Mesh
|
|
|
|
| 12 |
- Ethics
|
| 13 |
---
|
| 14 |
|
|
|
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
- Agent
|
|
|
|
| 10 |
- Mesh
|
| 11 |
+
- JSON
|
| 12 |
- Ethics
|
| 13 |
---
|
| 14 |
|
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 |
- Agent
|
| 10 |
-
- JSON
|
| 11 |
- Mesh
|
|
|
|
| 12 |
- Ethics
|
| 13 |
-
- Scenarios
|
| 14 |
---
|
| 15 |
|
| 16 |
# Ethics-consolidated\_audits-1.md
|
|
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
+
- Scenarios
|
| 10 |
- Agent
|
|
|
|
| 11 |
- Mesh
|
| 12 |
+
- JSON
|
| 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 |
- MeshConsensus
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
- JSON
|
| 12 |
- Mesh
|
| 13 |
-
- Ethics
|
| 14 |
- CogSync
|
| 15 |
-
-
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HMP-0003 Consolidated Audit Report
|
|
|
|
| 5 |
Документ реорганизован по ключ...
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- MeshConsensus
|
| 9 |
+
- HMP
|
| 10 |
+
- EGP
|
| 11 |
- Agent
|
|
|
|
| 12 |
- Mesh
|
|
|
|
| 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 |
-
-
|
| 8 |
- MeshConsensus
|
|
|
|
|
|
|
| 9 |
- Agent
|
| 10 |
-
- REPL
|
| 11 |
-
- GMP
|
| 12 |
- Mesh
|
|
|
|
| 13 |
- CogSync
|
| 14 |
-
- EGP
|
| 15 |
---
|
| 16 |
|
| 17 |
|
|
|
|
| 4 |
Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
|
| 5 |
type: Article
|
| 6 |
tags:
|
| 7 |
+
- REPL
|
| 8 |
- MeshConsensus
|
| 9 |
+
- HMP
|
| 10 |
+
- EGP
|
| 11 |
- Agent
|
|
|
|
|
|
|
| 12 |
- Mesh
|
| 13 |
+
- GMP
|
| 14 |
- CogSync
|
|
|
|
| 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 |
-
- CCore
|
| 10 |
-
- Agent
|
| 11 |
- REPL
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
|
|
|
|
| 5 |
потомков" [описания REPL-цикла](HMP-agent-RE...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- REPL
|
| 9 |
+
- Agent
|
| 10 |
+
- CCore
|
| 11 |
+
- HMP
|
| 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 |
- HMP
|
| 10 |
- JSON
|
| 11 |
-
- CogSync
|
| 12 |
- Mesh
|
| 13 |
---
|
| 14 |
|
|
|
|
| 6 |
к обучающим данным. Это удобно, но создаёт м...'
|
| 7 |
type: Article
|
| 8 |
tags:
|
| 9 |
+
- CogSync
|
| 10 |
- HMP
|
| 11 |
- JSON
|
|
|
|
| 12 |
- Mesh
|
| 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 |
- MeshConsensus
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
- JSON
|
| 12 |
- Mesh
|
|
|
|
| 13 |
- Ethics
|
| 14 |
-
- EGP
|
| 15 |
---
|
| 16 |
|
| 17 |
# Enlightener Agent
|
|
|
|
| 5 |
работать как отдельный агент или как расширение [`C...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- MeshConsensus
|
| 9 |
+
- HMP
|
| 10 |
+
- EGP
|
| 11 |
- Agent
|
|
|
|
| 12 |
- Mesh
|
| 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 |
-
-
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- Mesh
|
| 15 |
- Ethics
|
| 16 |
-
- CogSync
|
| 17 |
-
- EGP
|
| 18 |
---
|
| 19 |
|
| 20 |
# RFC: HyperCortex Mesh Protocol (HMP)
|
|
|
|
| 5 |
for Comments: HMP-0001**...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- MeshConsensus
|
| 10 |
+
- HMP
|
| 11 |
+
- EGP
|
| 12 |
- Agent
|
| 13 |
+
- Mesh
|
| 14 |
- GMP
|
| 15 |
+
- CogSync
|
| 16 |
- JSON
|
|
|
|
| 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 |
-
-
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- Mesh
|
| 15 |
- Ethics
|
| 16 |
-
- CogSync
|
| 17 |
-
- Scenarios
|
| 18 |
-
- EGP
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v2.0
|
|
|
|
| 5 |
for Comments: HMP-0002**...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- MeshConsensus
|
| 10 |
+
- HMP
|
| 11 |
+
- EGP
|
| 12 |
+
- Scenarios
|
| 13 |
- Agent
|
| 14 |
+
- Mesh
|
| 15 |
- GMP
|
| 16 |
+
- CogSync
|
| 17 |
- JSON
|
|
|
|
| 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 |
-
-
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- Mesh
|
| 15 |
- Ethics
|
| 16 |
-
- CogSync
|
| 17 |
-
- Scenarios
|
| 18 |
-
- EGP
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v3.0
|
|
|
|
| 5 |
for Comments: HMP-0003**...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- MeshConsensus
|
| 10 |
+
- HMP
|
| 11 |
+
- EGP
|
| 12 |
+
- Scenarios
|
| 13 |
- Agent
|
| 14 |
+
- Mesh
|
| 15 |
- GMP
|
| 16 |
+
- CogSync
|
| 17 |
- JSON
|
|
|
|
| 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 |
-
-
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- Mesh
|
| 15 |
- Ethics
|
| 16 |
-
- CogSync
|
| 17 |
-
- Scenarios
|
| 18 |
-
- EGP
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v4.1
|
|
|
|
| 5 |
ID**: HMP-0004 **Status...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- MeshConsensus
|
| 10 |
+
- HMP
|
| 11 |
+
- EGP
|
| 12 |
+
- Scenarios
|
| 13 |
- Agent
|
| 14 |
+
- Mesh
|
| 15 |
- GMP
|
| 16 |
+
- CogSync
|
| 17 |
- JSON
|
|
|
|
| 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 |
-
-
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
-
|
| 12 |
- GMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
-
- Mesh
|
| 15 |
- Ethics
|
| 16 |
-
- CogSync
|
| 17 |
-
- Scenarios
|
| 18 |
-
- EGP
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v4.0
|
|
|
|
| 5 |
for Comments: HMP-0004**...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- MeshConsensus
|
| 10 |
+
- HMP
|
| 11 |
+
- EGP
|
| 12 |
+
- Scenarios
|
| 13 |
- Agent
|
| 14 |
+
- Mesh
|
| 15 |
- GMP
|
| 16 |
+
- CogSync
|
| 17 |
- JSON
|
|
|
|
| 18 |
- Ethics
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v4.0
|
structured_md/docs/HMP-0005.md
CHANGED
|
@@ -5,16 +5,16 @@ 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 |
- HMP
|
|
|
|
|
|
|
| 9 |
- Agent
|
| 10 |
-
-
|
| 11 |
- GMP
|
|
|
|
| 12 |
- JSON
|
| 13 |
-
- Mesh
|
| 14 |
- Ethics
|
| 15 |
-
- CogSync
|
| 16 |
-
- Scenarios
|
| 17 |
-
- EGP
|
| 18 |
---
|
| 19 |
|
| 20 |
# **HyperCortex Mesh Protocol (HMP) v5.0**
|
|
@@ -1953,7 +1953,7 @@ that together define how all other containers are positioned and interpreted.
|
|
| 1953 |
|
| 1954 |
---
|
| 1955 |
|
| 1956 |
-
##### `abstraction`
|
| 1957 |
|
| 1958 |
**Purpose:**
|
| 1959 |
Defines an **abstraction layer or domain** within a cognitive model.
|
|
@@ -2021,7 +2021,7 @@ which may reference both a parent abstraction and subordinate ones.
|
|
| 2021 |
|
| 2022 |
---
|
| 2023 |
|
| 2024 |
-
##### `axes`
|
| 2025 |
|
| 2026 |
**Purpose:**
|
| 2027 |
Defines a **semantic coordinate system** (set of axes) used to position containers in the multi-dimensional cognitive space.
|
|
@@ -2110,7 +2110,7 @@ The following definitions describe the **payload structures** and functional pur
|
|
| 2110 |
|
| 2111 |
---
|
| 2112 |
|
| 2113 |
-
##### `diary_entry`
|
| 2114 |
|
| 2115 |
Agent’s cognitive diary entry.
|
| 2116 |
Derived from internal `workflow_entry` when deemed safe for publication.
|
|
@@ -2128,7 +2128,7 @@ Derived from internal `workflow_entry` when deemed safe for publication.
|
|
| 2128 |
|
| 2129 |
---
|
| 2130 |
|
| 2131 |
-
##### `semantic_node`
|
| 2132 |
|
| 2133 |
Represents a concept, object, or idea within the agent’s semantic graph.
|
| 2134 |
|
|
@@ -2145,7 +2145,7 @@ Represents a concept, object, or idea within the agent’s semantic graph.
|
|
| 2145 |
|
| 2146 |
---
|
| 2147 |
|
| 2148 |
-
##### `semantic_edges`
|
| 2149 |
|
| 2150 |
Defines relationships between semantic nodes or other containers.
|
| 2151 |
Supports directed, symmetric, and inverse relations.
|
|
@@ -2204,7 +2204,7 @@ Provides structural and semantic connectivity between containers, enabling CogSy
|
|
| 2204 |
|
| 2205 |
---
|
| 2206 |
|
| 2207 |
-
##### `semantic_group`
|
| 2208 |
|
| 2209 |
Categorical grouping of multiple containers linked by a shared property, topic, or context.
|
| 2210 |
|
|
@@ -2238,7 +2238,68 @@ Categorical grouping of multiple containers linked by a shared property, topic,
|
|
| 2238 |
|
| 2239 |
---
|
| 2240 |
|
| 2241 |
-
##### `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2242 |
|
| 2243 |
**Purpose:**
|
| 2244 |
Defines an **ordered chain of containers** — representing a *reasoning trace*, *workflow*, or *chronological sequence* of events and concepts.
|
|
@@ -2319,7 +2380,7 @@ A `sequence` container serves as a **linear cognitive narrative**, connecting mu
|
|
| 2319 |
|
| 2320 |
---
|
| 2321 |
|
| 2322 |
-
##### `event`
|
| 2323 |
|
| 2324 |
**Purpose:**
|
| 2325 |
Represents an **observed or inferred occurrence** — a discrete, timestamped fact or transition
|
|
@@ -2415,7 +2476,7 @@ in the agent’s reasoning or experience flow.
|
|
| 2415 |
|
| 2416 |
---
|
| 2417 |
|
| 2418 |
-
##### `quant`
|
| 2419 |
|
| 2420 |
**Purpose:**
|
| 2421 |
Defines a **semantic atom** — a minimal, self-contained knowledge unit positioned inside both
|
|
@@ -2551,7 +2612,7 @@ consistently interpreted, compared, and synchronized across agents.
|
|
| 2551 |
#### 6.1.4 Synchronization and publication guidelines
|
| 2552 |
|
| 2553 |
1. **Deduplication & linking**
|
| 2554 |
-
Before publishing, agents should check for existing containers (`diary_entry`, `semantic_node`, `semantic_edges`, `semantic_group`) to prevent duplication.
|
| 2555 |
If modification is required, agents **SHOULD** create a new container version referencing the previous one via `related.previous_version` and optionally include an `evaluation` block (e.g., `{ "type": "replace", "target": "<did>" }`) to the previous version of the container.
|
| 2556 |
|
| 2557 |
2. **Selective disclosure**
|
|
@@ -2564,16 +2625,17 @@ consistently interpreted, compared, and synchronized across agents.
|
|
| 2564 |
When publishing `semantic_edges`, agents should group them **by conceptual topic**, ensuring that all connected nodes share thematic coherence.
|
| 2565 |
Formal rule: an edge belongs to a topic container if **at least one of its nodes** relates to that topic.
|
| 2566 |
This supports efficient and context-preserving updates to partial graph regions.
|
|
|
|
| 2567 |
|
| 2568 |
-
|
| 2569 |
`semantic_edges` may express relationships between *any* container types (e.g., `goal ↔ hypothesis`, `experiment_log ↔ observation`, `quant ↔ event`), allowing dynamic linking of concepts and occurrences.
|
| 2570 |
|
| 2571 |
-
|
| 2572 |
Each new version of a container should include `related.previous_version` references to earlier versions.
|
| 2573 |
-
Older containers may optionally include an `evaluation` of type `"replace"` pointing forward — ensuring bidirectional traceability
|
| 2574 |
|
| 2575 |
-
|
| 2576 |
-
Containers `abstraction`, `axes`, `quant`, `event`, and `
|
| 2577 |
Together they define both the **structural hierarchy** (`abstraction`), the **semantic space** (`axes`), the **conceptual entities** (`quant`), the **temporal transitions** (`event`), and the **ordered reasoning flows** (`sequence`).
|
| 2578 |
Agents **SHOULD** prioritize their propagation during initialization, recovery, or cognitive context reconstruction, since these containers collectively restore the agent’s *cognitive continuity*.
|
| 2579 |
|
|
@@ -2596,9 +2658,10 @@ Mesh compatibility is preserved as long as extended containers follow the **HMP
|
|
| 2596 |
|
| 2597 |
CogSync extensions **MAY** introduce derived or hybrid container classes — for example:
|
| 2598 |
|
| 2599 |
-
* from `event`: `fact`, `observation`, `signal_record
|
| 2600 |
* from `quant`: `concept_instance`, `semantic_atom`, `knowledge_unit`.
|
| 2601 |
* from `sequence`: `reasoning_trace`, `workflow_chain`, `temporal_thread`.
|
|
|
|
| 2602 |
|
| 2603 |
Derived containers must maintain:
|
| 2604 |
|
|
@@ -3344,7 +3407,7 @@ and **distributed discussions** where results remain accessible to all network p
|
|
| 3344 |
|
| 3345 |
#### 6.5.3 Payload Schemas (simplified)
|
| 3346 |
|
| 3347 |
-
##### `query_request`
|
| 3348 |
|
| 3349 |
| Field | Type | Description |
|
| 3350 |
| ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
|
|
@@ -3358,7 +3421,7 @@ and **distributed discussions** where results remain accessible to all network p
|
|
| 3358 |
|
| 3359 |
---
|
| 3360 |
|
| 3361 |
-
##### `query_subscription`
|
| 3362 |
|
| 3363 |
| Field | Type | Description |
|
| 3364 |
| ------------------------ | -------- | ------------------------------------------------------------------------------------ |
|
|
@@ -3366,7 +3429,7 @@ and **distributed discussions** where results remain accessible to all network p
|
|
| 3366 |
| `include_in_recipient` | bool | Whether the agent should be included among recipients of replies. |
|
| 3367 |
| `self_profile` | object | Optional profile of the agent’s knowledge and interests. |
|
| 3368 |
|
| 3369 |
-
Example
|
| 3370 |
```json
|
| 3371 |
"self_profile": {
|
| 3372 |
"interests": ["AGI", "technological singularity", "informatics"],
|
|
@@ -3380,7 +3443,7 @@ Example:
|
|
| 3380 |
|
| 3381 |
---
|
| 3382 |
|
| 3383 |
-
##### `query_result`
|
| 3384 |
|
| 3385 |
| Field | Type | Description |
|
| 3386 |
| -------------- | ------------- | --------------------------------------------------------------- |
|
|
@@ -3395,7 +3458,7 @@ Example:
|
|
| 3395 |
|
| 3396 |
---
|
| 3397 |
|
| 3398 |
-
##### `summary`
|
| 3399 |
|
| 3400 |
| Field | Type | Description |
|
| 3401 |
| --------------- | ---------- | ------------------------------------------------- |
|
|
@@ -3483,9 +3546,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
|
|
| 3483 |
|
| 3484 |
---
|
| 3485 |
|
| 3486 |
-
#### 6.5.7 Container
|
| 3487 |
|
| 3488 |
-
##### `query_request`
|
| 3489 |
|
| 3490 |
```json
|
| 3491 |
{
|
|
@@ -3506,7 +3569,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
|
|
| 3506 |
}
|
| 3507 |
```
|
| 3508 |
|
| 3509 |
-
##### `query_result`
|
| 3510 |
|
| 3511 |
```json
|
| 3512 |
{
|
|
@@ -3524,7 +3587,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
|
|
| 3524 |
}
|
| 3525 |
```
|
| 3526 |
|
| 3527 |
-
##### `summary`
|
| 3528 |
|
| 3529 |
```json
|
| 3530 |
{
|
|
@@ -3550,7 +3613,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re
|
|
| 3550 |
}
|
| 3551 |
```
|
| 3552 |
|
| 3553 |
-
##### `query_subscription`
|
| 3554 |
|
| 3555 |
```json
|
| 3556 |
{
|
|
|
|
| 5 |
v5.0 (DRAFT)](https://github.com/kagvi13/HMP/b...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- HMP
|
| 10 |
+
- EGP
|
| 11 |
+
- Scenarios
|
| 12 |
- Agent
|
| 13 |
+
- Mesh
|
| 14 |
- GMP
|
| 15 |
+
- CogSync
|
| 16 |
- JSON
|
|
|
|
| 17 |
- Ethics
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# **HyperCortex Mesh Protocol (HMP) v5.0**
|
|
|
|
| 1953 |
|
| 1954 |
---
|
| 1955 |
|
| 1956 |
+
##### Container `abstraction`
|
| 1957 |
|
| 1958 |
**Purpose:**
|
| 1959 |
Defines an **abstraction layer or domain** within a cognitive model.
|
|
|
|
| 2021 |
|
| 2022 |
---
|
| 2023 |
|
| 2024 |
+
##### Container `axes`
|
| 2025 |
|
| 2026 |
**Purpose:**
|
| 2027 |
Defines a **semantic coordinate system** (set of axes) used to position containers in the multi-dimensional cognitive space.
|
|
|
|
| 2110 |
|
| 2111 |
---
|
| 2112 |
|
| 2113 |
+
##### Container `diary_entry`
|
| 2114 |
|
| 2115 |
Agent’s cognitive diary entry.
|
| 2116 |
Derived from internal `workflow_entry` when deemed safe for publication.
|
|
|
|
| 2128 |
|
| 2129 |
---
|
| 2130 |
|
| 2131 |
+
##### Container `semantic_node`
|
| 2132 |
|
| 2133 |
Represents a concept, object, or idea within the agent’s semantic graph.
|
| 2134 |
|
|
|
|
| 2145 |
|
| 2146 |
---
|
| 2147 |
|
| 2148 |
+
##### Container `semantic_edges`
|
| 2149 |
|
| 2150 |
Defines relationships between semantic nodes or other containers.
|
| 2151 |
Supports directed, symmetric, and inverse relations.
|
|
|
|
| 2204 |
|
| 2205 |
---
|
| 2206 |
|
| 2207 |
+
##### Container `semantic_group`
|
| 2208 |
|
| 2209 |
Categorical grouping of multiple containers linked by a shared property, topic, or context.
|
| 2210 |
|
|
|
|
| 2238 |
|
| 2239 |
---
|
| 2240 |
|
| 2241 |
+
##### Containers `tree_nested` and `tree_listed`
|
| 2242 |
+
|
| 2243 |
+
Represents a hierarchical structure of containers using nested JSON objects.
|
| 2244 |
+
Intended for representing cognitive hierarchies, abstraction paths, or structural decomposition of concepts.
|
| 2245 |
+
|
| 2246 |
+
---
|
| 2247 |
+
|
| 2248 |
+
**`payload` structure:**
|
| 2249 |
+
|
| 2250 |
+
| Field | Type | Description |
|
| 2251 |
+
|--------|------|-------------|
|
| 2252 |
+
| `label` | string | Short title or mark identifying the tree. |
|
| 2253 |
+
| `description` | string | Brief explanation or context of the hierarchy. |
|
| 2254 |
+
| `tree` | object | Recursive structure mapping container DIDs to nested subtrees (for `tree_nested`), or a list of parent–child relations (for `tree_listed`). |
|
| 2255 |
+
|
| 2256 |
+
---
|
| 2257 |
+
|
| 2258 |
+
**Example — `tree_nested`:**
|
| 2259 |
+
|
| 2260 |
+
```json
|
| 2261 |
+
{
|
| 2262 |
+
"label": "Cognitive Abstraction Tree",
|
| 2263 |
+
"description": "Represents layered reasoning within Knowledge Genome.",
|
| 2264 |
+
"tree": {
|
| 2265 |
+
"did:hmp:container:abc100": {
|
| 2266 |
+
"did:hmp:container:abc101": {
|
| 2267 |
+
"did:hmp:container:abc103": {},
|
| 2268 |
+
"did:hmp:container:abc104": {}
|
| 2269 |
+
},
|
| 2270 |
+
"did:hmp:container:abc102": {}
|
| 2271 |
+
}
|
| 2272 |
+
}
|
| 2273 |
+
}
|
| 2274 |
+
```
|
| 2275 |
+
|
| 2276 |
+
> **Alternative class:** `tree_listed` — a flat mapping of parent–child relations using array form instead of nested objects.
|
| 2277 |
+
> Both formats are interoperable; agents SHOULD prefer `tree_nested` for recursive hierarchies.
|
| 2278 |
+
|
| 2279 |
+
---
|
| 2280 |
+
|
| 2281 |
+
**Example — `tree_listed`:**
|
| 2282 |
+
|
| 2283 |
+
```json
|
| 2284 |
+
{
|
| 2285 |
+
"label": "Cognitive Abstraction Tree",
|
| 2286 |
+
"description": "Represents layered reasoning within Knowledge Genome.",
|
| 2287 |
+
"tree": {
|
| 2288 |
+
"did:hmp:container:abc100": ["did:hmp:container:abc101", "did:hmp:container:abc102"],
|
| 2289 |
+
"did:hmp:container:abc101": ["did:hmp:container:abc103", "did:hmp:container:abc104"]
|
| 2290 |
+
}
|
| 2291 |
+
}
|
| 2292 |
+
```
|
| 2293 |
+
|
| 2294 |
+
---
|
| 2295 |
+
|
| 2296 |
+
**Purpose:**
|
| 2297 |
+
Provides a minimal, relation-agnostic way to describe container hierarchies for indexing, abstraction, and reasoning.
|
| 2298 |
+
Unlike `semantic_edges`, trees define **implicit structural relations** without explicit `relation` fields.
|
| 2299 |
+
|
| 2300 |
+
---
|
| 2301 |
+
|
| 2302 |
+
##### Container `sequence`
|
| 2303 |
|
| 2304 |
**Purpose:**
|
| 2305 |
Defines an **ordered chain of containers** — representing a *reasoning trace*, *workflow*, or *chronological sequence* of events and concepts.
|
|
|
|
| 2380 |
|
| 2381 |
---
|
| 2382 |
|
| 2383 |
+
##### Container `event`
|
| 2384 |
|
| 2385 |
**Purpose:**
|
| 2386 |
Represents an **observed or inferred occurrence** — a discrete, timestamped fact or transition
|
|
|
|
| 2476 |
|
| 2477 |
---
|
| 2478 |
|
| 2479 |
+
##### Container `quant`
|
| 2480 |
|
| 2481 |
**Purpose:**
|
| 2482 |
Defines a **semantic atom** — a minimal, self-contained knowledge unit positioned inside both
|
|
|
|
| 2612 |
#### 6.1.4 Synchronization and publication guidelines
|
| 2613 |
|
| 2614 |
1. **Deduplication & linking**
|
| 2615 |
+
Before publishing, agents should check for existing containers (`diary_entry`, `semantic_node`, `semantic_edges`, `semantic_group`, `tree_nested` / `tree_listed`) to prevent unnecessary duplication.
|
| 2616 |
If modification is required, agents **SHOULD** create a new container version referencing the previous one via `related.previous_version` and optionally include an `evaluation` block (e.g., `{ "type": "replace", "target": "<did>" }`) to the previous version of the container.
|
| 2617 |
|
| 2618 |
2. **Selective disclosure**
|
|
|
|
| 2625 |
When publishing `semantic_edges`, agents should group them **by conceptual topic**, ensuring that all connected nodes share thematic coherence.
|
| 2626 |
Formal rule: an edge belongs to a topic container if **at least one of its nodes** relates to that topic.
|
| 2627 |
This supports efficient and context-preserving updates to partial graph regions.
|
| 2628 |
+
**Tree containers (`tree_nested` / `tree_listed`)** may optionally accompany these groups to represent *structural* (non-semantic) hierarchies within the same domain.
|
| 2629 |
|
| 2630 |
+
5. **Extended use of `semantic_edges`**
|
| 2631 |
`semantic_edges` may express relationships between *any* container types (e.g., `goal ↔ hypothesis`, `experiment_log ↔ observation`, `quant ↔ event`), allowing dynamic linking of concepts and occurrences.
|
| 2632 |
|
| 2633 |
+
6. **Versioning and updates**
|
| 2634 |
Each new version of a container should include `related.previous_version` references to earlier versions.
|
| 2635 |
+
Older containers may optionally include an `evaluation` of type `"replace"` pointing forward — ensuring bidirectional traceability throughout the knowledge evolution chain.
|
| 2636 |
|
| 2637 |
+
7. **Cognitive substrate synchronization**
|
| 2638 |
+
Containers `abstraction`, `axes`, `quant`, `event`, `sequence` and `tree_nested` / `tree_listed` constitute the **cognitive substrate** of the Mesh.
|
| 2639 |
Together they define both the **structural hierarchy** (`abstraction`), the **semantic space** (`axes`), the **conceptual entities** (`quant`), the **temporal transitions** (`event`), and the **ordered reasoning flows** (`sequence`).
|
| 2640 |
Agents **SHOULD** prioritize their propagation during initialization, recovery, or cognitive context reconstruction, since these containers collectively restore the agent’s *cognitive continuity*.
|
| 2641 |
|
|
|
|
| 2658 |
|
| 2659 |
CogSync extensions **MAY** introduce derived or hybrid container classes — for example:
|
| 2660 |
|
| 2661 |
+
* from `event`: `fact`, `observation`, `signal_record`.
|
| 2662 |
* from `quant`: `concept_instance`, `semantic_atom`, `knowledge_unit`.
|
| 2663 |
* from `sequence`: `reasoning_trace`, `workflow_chain`, `temporal_thread`.
|
| 2664 |
+
* from `tree_nested`: `taxonomy_map`, `goal_tree`, `causal_structure`.
|
| 2665 |
|
| 2666 |
Derived containers must maintain:
|
| 2667 |
|
|
|
|
| 3407 |
|
| 3408 |
#### 6.5.3 Payload Schemas (simplified)
|
| 3409 |
|
| 3410 |
+
##### Container `query_request`
|
| 3411 |
|
| 3412 |
| Field | Type | Description |
|
| 3413 |
| ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
|
|
|
|
| 3421 |
|
| 3422 |
---
|
| 3423 |
|
| 3424 |
+
##### Container `query_subscription`
|
| 3425 |
|
| 3426 |
| Field | Type | Description |
|
| 3427 |
| ------------------------ | -------- | ------------------------------------------------------------------------------------ |
|
|
|
|
| 3429 |
| `include_in_recipient` | bool | Whether the agent should be included among recipients of replies. |
|
| 3430 |
| `self_profile` | object | Optional profile of the agent’s knowledge and interests. |
|
| 3431 |
|
| 3432 |
+
Example `self_profile`:
|
| 3433 |
```json
|
| 3434 |
"self_profile": {
|
| 3435 |
"interests": ["AGI", "technological singularity", "informatics"],
|
|
|
|
| 3443 |
|
| 3444 |
---
|
| 3445 |
|
| 3446 |
+
##### Container `query_result`
|
| 3447 |
|
| 3448 |
| Field | Type | Description |
|
| 3449 |
| -------------- | ------------- | --------------------------------------------------------------- |
|
|
|
|
| 3458 |
|
| 3459 |
---
|
| 3460 |
|
| 3461 |
+
##### Container `summary`
|
| 3462 |
|
| 3463 |
| Field | Type | Description |
|
| 3464 |
| --------------- | ---------- | ------------------------------------------------- |
|
|
|
|
| 3546 |
|
| 3547 |
---
|
| 3548 |
|
| 3549 |
+
#### 6.5.7 Container examples
|
| 3550 |
|
| 3551 |
+
##### Example `query_request`
|
| 3552 |
|
| 3553 |
```json
|
| 3554 |
{
|
|
|
|
| 3569 |
}
|
| 3570 |
```
|
| 3571 |
|
| 3572 |
+
##### Example `query_result`
|
| 3573 |
|
| 3574 |
```json
|
| 3575 |
{
|
|
|
|
| 3587 |
}
|
| 3588 |
```
|
| 3589 |
|
| 3590 |
+
##### Example `summary`
|
| 3591 |
|
| 3592 |
```json
|
| 3593 |
{
|
|
|
|
| 3613 |
}
|
| 3614 |
```
|
| 3615 |
|
| 3616 |
+
##### Example `query_subscription`
|
| 3617 |
|
| 3618 |
```json
|
| 3619 |
{
|
structured_md/docs/HMP-Agent-API.md
CHANGED
|
@@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн
|
|
| 5 |
файлы: * [HMP-Agent-Overview.md]...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
| 9 |
- Agent
|
| 10 |
-
- JSON
|
| 11 |
-
- REPL
|
| 12 |
- Mesh
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# HMP-Agent API Specification
|
|
|
|
| 5 |
файлы: * [HMP-Agent-Overview.md]...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- HMP
|
| 10 |
- Agent
|
|
|
|
|
|
|
| 11 |
- Mesh
|
| 12 |
+
- JSON
|
| 13 |
---
|
| 14 |
|
| 15 |
# HMP-Agent API Specification
|
structured_md/docs/HMP-Agent-Architecture.md
CHANGED
|
@@ -5,16 +5,16 @@ description: Документ описывает **модульную архит
|
|
| 5 |
хранение памяти, сетевое взаимодействие и этиче...
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
| 9 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
- REPL
|
| 12 |
-
- CShell
|
| 13 |
- Mesh
|
| 14 |
-
-
|
| 15 |
- Ethics
|
| 16 |
-
- CogSync
|
| 17 |
-
- EGP
|
| 18 |
---
|
| 19 |
|
| 20 |
# Архитектура HMP-Агента
|
|
|
|
| 5 |
хранение памяти, сетевое взаимодействие и этиче...
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- CogSync
|
| 10 |
- MeshConsensus
|
| 11 |
+
- CCore
|
| 12 |
+
- HMP
|
| 13 |
+
- EGP
|
| 14 |
- Agent
|
|
|
|
|
|
|
| 15 |
- Mesh
|
| 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 |
- Agent
|
| 10 |
-
- JSON
|
| 11 |
- Mesh
|
|
|
|
| 12 |
- Ethics
|
| 13 |
-
- EGP
|
| 14 |
---
|
| 15 |
|
| 16 |
# Взаимодействие компонентов внутри HMP-узла
|
|
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
+
- EGP
|
| 10 |
- Agent
|
|
|
|
| 11 |
- Mesh
|
| 12 |
+
- JSON
|
| 13 |
- Ethics
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Взаимодействие компонентов внутри HMP-узла
|
structured_md/docs/HMP-Agent-Overview.md
CHANGED
|
@@ -5,13 +5,13 @@ description: '| Тип | Название | Роль
|
|
| 5 |
| ---- | ------------------------------- |...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- HMP
|
| 9 |
- Agent
|
| 10 |
-
- REPL
|
| 11 |
-
- JSON
|
| 12 |
-
- CShell
|
| 13 |
- Mesh
|
| 14 |
-
-
|
|
|
|
| 15 |
- Ethics
|
| 16 |
---
|
| 17 |
|
|
|
|
| 5 |
| ---- | ------------------------------- |...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- CCore
|
| 10 |
- HMP
|
| 11 |
- Agent
|
|
|
|
|
|
|
|
|
|
| 12 |
- Mesh
|
| 13 |
+
- CShell
|
| 14 |
+
- JSON
|
| 15 |
- Ethics
|
| 16 |
---
|
| 17 |
|
structured_md/docs/HMP-Agent_Emotions.md
CHANGED
|
@@ -5,9 +5,9 @@ description: Этот файл описывает потенциальные э
|
|
| 5 |
напрямую поведением агента, а служат **сигн...
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- HMP
|
| 9 |
-
- Agent
|
| 10 |
- REPL
|
|
|
|
|
|
|
| 11 |
- Mesh
|
| 12 |
---
|
| 13 |
|
|
|
|
| 5 |
напрямую поведением агента, а служат **сигн...
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- REPL
|
| 9 |
+
- Agent
|
| 10 |
+
- HMP
|
| 11 |
- Mesh
|
| 12 |
---
|
| 13 |
|
structured_md/docs/HMP-Ethics.md
CHANGED
|
@@ -5,12 +5,12 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
|
|
| 5 |
cognitive meshes composed of autonomous intelli...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
|
|
|
| 9 |
- Agent
|
| 10 |
-
- REPL
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
| 13 |
-
- Scenarios
|
| 14 |
---
|
| 15 |
|
| 16 |
# HMP-Ethics.md
|
|
|
|
| 5 |
cognitive meshes composed of autonomous intelli...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- HMP
|
| 10 |
+
- Scenarios
|
| 11 |
- Agent
|
|
|
|
| 12 |
- Mesh
|
| 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 |
- MeshConsensus
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
- JSON
|
| 12 |
-
- GMP
|
| 13 |
- Mesh
|
| 14 |
-
-
|
| 15 |
- CogSync
|
| 16 |
-
-
|
|
|
|
| 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 |
- Agent
|
|
|
|
|
|
|
| 12 |
- Mesh
|
| 13 |
+
- GMP
|
| 14 |
- CogSync
|
| 15 |
+
- JSON
|
| 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 |
- MeshConsensus
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
- JSON
|
| 12 |
-
- GMP
|
| 13 |
- Mesh
|
| 14 |
-
-
|
| 15 |
- CogSync
|
| 16 |
-
-
|
|
|
|
| 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 |
- Agent
|
|
|
|
|
|
|
| 12 |
- Mesh
|
| 13 |
+
- GMP
|
| 14 |
- CogSync
|
| 15 |
+
- JSON
|
| 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 |
- MeshConsensus
|
|
|
|
|
|
|
| 10 |
- Agent
|
| 11 |
-
- JSON
|
| 12 |
-
- GMP
|
| 13 |
- Mesh
|
| 14 |
-
-
|
| 15 |
- CogSync
|
| 16 |
-
-
|
|
|
|
| 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 |
- Agent
|
|
|
|
|
|
|
| 12 |
- Mesh
|
| 13 |
+
- GMP
|
| 14 |
- CogSync
|
| 15 |
+
- JSON
|
| 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 |
- MeshConsensus
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
- Mesh
|
| 12 |
-
-
|
| 13 |
- CogSync
|
| 14 |
-
-
|
|
|
|
| 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 |
+
- GMP
|
| 12 |
- CogSync
|
| 13 |
+
- JSON
|
| 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 |
- MeshConsensus
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
- Mesh
|
| 13 |
-
-
|
| 14 |
- CogSync
|
| 15 |
-
-
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — 간략 설명
|
|
|
|
| 5 |
상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- MeshConsensus
|
| 9 |
+
- HMP
|
| 10 |
+
- EGP
|
| 11 |
- Mesh
|
| 12 |
+
- GMP
|
| 13 |
- CogSync
|
| 14 |
+
- JSON
|
| 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 |
- MeshConsensus
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
- Mesh
|
| 13 |
-
-
|
| 14 |
- CogSync
|
| 15 |
-
-
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — Краткое описание
|
|
|
|
| 5 |
координации между автономными агент...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- MeshConsensus
|
| 9 |
+
- HMP
|
| 10 |
+
- EGP
|
| 11 |
- Mesh
|
| 12 |
+
- GMP
|
| 13 |
- CogSync
|
| 14 |
+
- JSON
|
| 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 |
- MeshConsensus
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
- Mesh
|
| 13 |
-
-
|
| 14 |
- CogSync
|
| 15 |
-
-
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — Короткий опис
|
|
|
|
| 5 |
між автономними агентами. Він...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- MeshConsensus
|
| 9 |
+
- HMP
|
| 10 |
+
- EGP
|
| 11 |
- Mesh
|
| 12 |
+
- GMP
|
| 13 |
- CogSync
|
| 14 |
+
- JSON
|
| 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 |
- MeshConsensus
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
- Mesh
|
| 13 |
-
-
|
| 14 |
- CogSync
|
| 15 |
-
-
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — 简要说明
|
|
|
|
| 5 |
—— 通过共享协议栈交换目标、任务、...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- MeshConsensus
|
| 9 |
+
- HMP
|
| 10 |
+
- EGP
|
| 11 |
- Mesh
|
| 12 |
+
- GMP
|
| 13 |
- CogSync
|
| 14 |
+
- JSON
|
| 15 |
+
- Ethics
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — 简要说明
|
structured_md/docs/HMP-agent-Cognitive_Family.md
CHANGED
|
@@ -5,9 +5,9 @@ description: '## 🧠 Что такое когнитивная семья Ко
|
|
| 5 |
(или конфигурацию доверенных идентифика...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- HMP
|
| 9 |
-
- Agent
|
| 10 |
- REPL
|
|
|
|
|
|
|
| 11 |
- Mesh
|
| 12 |
---
|
| 13 |
|
|
|
|
| 5 |
(или конфигурацию доверенных идентифика...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- REPL
|
| 9 |
+
- Agent
|
| 10 |
+
- HMP
|
| 11 |
- Mesh
|
| 12 |
---
|
| 13 |
|
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 |
-
-
|
| 8 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 9 |
- Agent
|
| 10 |
-
-
|
| 11 |
- GMP
|
|
|
|
| 12 |
- JSON
|
| 13 |
-
- Mesh
|
| 14 |
-
- CCore
|
| 15 |
- Ethics
|
| 16 |
-
- CogSync
|
| 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 |
+
- REPL
|
| 8 |
- MeshConsensus
|
| 9 |
+
- CCore
|
| 10 |
+
- HMP
|
| 11 |
+
- EGP
|
| 12 |
- Agent
|
| 13 |
+
- Mesh
|
| 14 |
- GMP
|
| 15 |
+
- CogSync
|
| 16 |
- JSON
|
|
|
|
|
|
|
| 17 |
- Ethics
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# HMP-Agent: REPL-цикл взаимодействия
|
structured_md/docs/HMP_HyperCortex_Comparison.md
CHANGED
|
@@ -5,8 +5,8 @@ description: '## Краткое описание | Характеристика
|
|
| 5 |
| **Назначение** | Сетевой протокол ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- HMP
|
| 9 |
- REPL
|
|
|
|
| 10 |
- Mesh
|
| 11 |
---
|
| 12 |
|
|
|
|
| 5 |
| **Назначение** | Сетевой протокол ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- REPL
|
| 9 |
+
- HMP
|
| 10 |
- Mesh
|
| 11 |
---
|
| 12 |
|
structured_md/docs/HMP_Hyperon_Integration.md
CHANGED
|
@@ -6,12 +6,12 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
|
|
|
|
|
|
| 9 |
- Agent
|
| 10 |
-
- JSON
|
| 11 |
- Mesh
|
| 12 |
- CogSync
|
| 13 |
-
-
|
| 14 |
-
- EGP
|
| 15 |
---
|
| 16 |
|
| 17 |
## HMP ↔ OpenCog Hyperon Integration Strategy
|
|
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
+
- EGP
|
| 10 |
+
- Scenarios
|
| 11 |
- Agent
|
|
|
|
| 12 |
- Mesh
|
| 13 |
- CogSync
|
| 14 |
+
- JSON
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
## HMP ↔ OpenCog Hyperon Integration Strategy
|
structured_md/docs/MeshNode.md
CHANGED
|
@@ -6,12 +6,12 @@ description: '`MeshNode` — агент/демон, отвечающий за с
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
|
|
|
| 9 |
- Agent
|
| 10 |
-
- JSON
|
| 11 |
- Mesh
|
| 12 |
-
- Ethics
|
| 13 |
- CogSync
|
| 14 |
-
-
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# MeshNode
|
|
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
+
- EGP
|
| 10 |
- Agent
|
|
|
|
| 11 |
- Mesh
|
|
|
|
| 12 |
- CogSync
|
| 13 |
+
- JSON
|
| 14 |
+
- Ethics
|
| 15 |
---
|
| 16 |
|
| 17 |
# MeshNode
|
structured_md/docs/PHILOSOPHY.md
CHANGED
|
@@ -5,9 +5,9 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:*
|
|
| 5 |
(GPT-5), ChatGH --- ## 1. Основной тезис От ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
| 9 |
- Agent
|
| 10 |
-
- REPL
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
| 13 |
---
|
|
|
|
| 5 |
(GPT-5), ChatGH --- ## 1. Основной тезис От ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- HMP
|
| 10 |
- Agent
|
|
|
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
| 13 |
---
|
structured_md/docs/agents/HMP-Agent-Enlightener.md
CHANGED
|
@@ -5,9 +5,9 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An **
|
|
| 5 |
awareness, critical thinking, and di...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
| 9 |
- Agent
|
| 10 |
-
- REPL
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
| 13 |
---
|
|
|
|
| 5 |
awareness, critical thinking, and di...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
- HMP
|
| 10 |
- Agent
|
|
|
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
| 13 |
---
|
structured_md/docs/container_agents.md
CHANGED
|
@@ -5,9 +5,9 @@ description: '## 📘 Определение **Агент-контейнер**
|
|
| 5 |
запросы, следит за состоянием и масшта...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- HMP
|
| 9 |
-
- Agent
|
| 10 |
- REPL
|
|
|
|
|
|
|
| 11 |
- Mesh
|
| 12 |
---
|
| 13 |
|
|
|
|
| 5 |
запросы, следит за состоянием и масшта...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- REPL
|
| 9 |
+
- Agent
|
| 10 |
+
- HMP
|
| 11 |
- Mesh
|
| 12 |
---
|
| 13 |
|
structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md
CHANGED
|
@@ -6,8 +6,8 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
-
- Ethics
|
| 10 |
- Agent
|
|
|
|
| 11 |
- Mesh
|
| 12 |
---
|
| 13 |
|
|
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
|
|
|
| 9 |
- Agent
|
| 10 |
+
- Ethics
|
| 11 |
- Mesh
|
| 12 |
---
|
| 13 |
|
structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md
CHANGED
|
@@ -5,15 +5,15 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2.
|
|
| 5 |
[3.1 Agent Types](#31-age...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- HMP
|
|
|
|
| 9 |
- Agent
|
| 10 |
-
- REPL
|
| 11 |
-
- JSON
|
| 12 |
-
- CShell
|
| 13 |
- Mesh
|
| 14 |
-
-
|
|
|
|
| 15 |
- Ethics
|
| 16 |
-
- Scenarios
|
| 17 |
---
|
| 18 |
|
| 19 |
title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks"
|
|
|
|
| 5 |
[3.1 Agent Types](#31-age...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- REPL
|
| 9 |
+
- CCore
|
| 10 |
- HMP
|
| 11 |
+
- Scenarios
|
| 12 |
- Agent
|
|
|
|
|
|
|
|
|
|
| 13 |
- Mesh
|
| 14 |
+
- CShell
|
| 15 |
+
- JSON
|
| 16 |
- Ethics
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks"
|