GitHub Action
commited on
Commit
·
40a7a1e
1
Parent(s):
f5a80a1
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 +5 -40
- structured_md/CONTRIBUTING.md +4 -4
- structured_md/HMP-Roadmap.md +3 -3
- structured_md/README.md +8 -8
- 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/prompt-short.md +1 -1
- structured_md/agents/prompt.md +1 -1
- structured_md/agents/readme.md +2 -2
- structured_md/audits/Ethics-audits-1.md +1 -1
- structured_md/audits/Ethics-consolidated_audits-1.md +1 -1
- 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 +2 -2
- 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 +5 -5
- structured_md/docs/HMP-0003.md +5 -5
- structured_md/docs/HMP-0004-v4.1.md +5 -5
- structured_md/docs/HMP-0004.md +5 -5
- structured_md/docs/HMP-0005.md +11 -46
- 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 +4 -4
- structured_md/docs/HMP-Short-Description_en.md +4 -4
- structured_md/docs/HMP-Short-Description_fr.md +4 -4
- structured_md/docs/HMP-Short-Description_ja.md +2 -2
- structured_md/docs/HMP-Short-Description_ko.md +2 -2
- structured_md/docs/HMP-Short-Description_ru.md +2 -2
- structured_md/docs/HMP-Short-Description_uk.md +2 -2
- structured_md/docs/HMP-Short-Description_zh.md +2 -2
- structured_md/docs/HMP-agent-Cognitive_Family.md +2 -2
- 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 +2 -2
- structured_md/docs/MeshNode.md +3 -3
- structured_md/docs/PHILOSOPHY.md +2 -2
- structured_md/docs/agents/HMP-Agent-Enlightener.md +2 -2
- structured_md/docs/agents/roles.md +1 -1
- structured_md/docs/container_agents.md +2 -2
docs/HMP-0005.md
CHANGED
|
@@ -1,39 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
Containers `abstraction`, `axes`, `quant`, and `event` together define the **cognitive substrate** of the Mesh.
|
| 4 |
-
They establish both **structural hierarchy** and **semantic positioning** — ensuring that all containers can be
|
| 5 |
-
consistently interpreted, compared, and synchronized across agents.
|
| 6 |
-
|
| 7 |
-
| Aspect | `event` | `quant` |
|
| 8 |
-
| ---------------- | --------------------------------------------- | ---------------------------------------------- |
|
| 9 |
-
| Primary role | Records a **change** or occurrence | Represents a **conceptual entity** |
|
| 10 |
-
| Temporal aspect | Always timestamped | Usually timeless (conceptual) |
|
| 11 |
-
| Cognitive anchor | `meta.abstraction` → where the event happened | `meta.abstraction` → where the concept belongs |
|
| 12 |
-
| Spatial anchor | `meta.axes` → what semantic space it affects | `meta.axes` → its position in conceptual space |
|
| 13 |
-
| Key linkage | `related.depends_on` → causal relations | `relations` → semantic links |
|
| 14 |
-
|
| 15 |
-
**Structural principles:**
|
| 16 |
-
|
| 17 |
-
* Each `quant` is positioned within the **abstraction hierarchy** (`meta.abstraction`)
|
| 18 |
-
and **cognitive coordinate space** (`meta.axes`), defining *where and how* the concept exists.
|
| 19 |
-
* Each `event` represents a **temporal change** within that same cognitive framework —
|
| 20 |
-
indicating *what happened* and *how it altered* the conceptual space.
|
| 21 |
-
* Together, `quant` and `event` form the **dynamic substrate** of the Mesh —
|
| 22 |
-
`quant`s describe **what is known**, and `event`s describe **how it evolves**.
|
| 23 |
-
|
| 24 |
-
**Consistency rules:**
|
| 25 |
-
|
| 26 |
-
* Every `quant` and `event` container **must** include a valid `meta.abstraction` block.
|
| 27 |
-
This ensures hierarchical reasoning and traceable semantic lineage across agents.
|
| 28 |
-
* Agents may synchronize or merge `quant`s and `event`s to reconstruct reasoning timelines
|
| 29 |
-
or to derive *causal graphs of conceptual evolution*.
|
| 30 |
-
* The **evaluations block** is not a separate container —
|
| 31 |
-
it can be embedded in any container type to express assessments, confidence, or feedback.
|
| 32 |
-
|
| 33 |
-
> 💡 In short:
|
| 34 |
-
> **`abstraction`** + **`axes`** define *where knowledge lives*;
|
| 35 |
-
> **`quant`** defines *what it is*;
|
| 36 |
-
> **`event`** defines *how it changes*.# **HyperCortex Mesh Protocol (HMP) v5.0**
|
| 37 |
|
| 38 |
> ⚠️ **Note:** This document is a DRAFT of the HMP specification version 5.0
|
| 39 |
>
|
|
@@ -1960,7 +1925,7 @@ CogSync is responsible for:
|
|
| 1960 |
|
| 1961 |
---
|
| 1962 |
|
| 1963 |
-
|
| 1964 |
|
| 1965 |
This section defines the **structural containers** that form the *cognitive substrate* of the Mesh.
|
| 1966 |
They describe the **hierarchical organization** (`abstraction`) and the **semantic coordinate system** (`axes`)
|
|
@@ -1968,7 +1933,7 @@ that together define how all other containers are positioned and interpreted.
|
|
| 1968 |
|
| 1969 |
---
|
| 1970 |
|
| 1971 |
-
|
| 1972 |
|
| 1973 |
**Purpose:**
|
| 1974 |
Defines an **abstraction layer or domain** within a cognitive model.
|
|
@@ -2036,7 +2001,7 @@ which may reference both a parent abstraction and subordinate ones.
|
|
| 2036 |
|
| 2037 |
---
|
| 2038 |
|
| 2039 |
-
|
| 2040 |
|
| 2041 |
**Purpose:**
|
| 2042 |
Defines a **semantic coordinate system** (set of axes) used to position containers in the multi-dimensional cognitive space.
|
|
@@ -2104,7 +2069,7 @@ It supports both canonical (7D Knowledge Genome) and extended or agent-specific
|
|
| 2104 |
|
| 2105 |
---
|
| 2106 |
|
| 2107 |
-
|
| 2108 |
|
| 2109 |
| Class | Type of structure | Conceptual role | References stored in | Example identifier / DID |
|
| 2110 |
| ------------- | ----------------- | ----------------------------------------- | ----------------------- | -------------------------------------- |
|
|
|
|
| 1 |
+
# **HyperCortex Mesh Protocol (HMP) v5.0**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
> ⚠️ **Note:** This document is a DRAFT of the HMP specification version 5.0
|
| 4 |
>
|
|
|
|
| 1925 |
|
| 1926 |
---
|
| 1927 |
|
| 1928 |
+
#### 6.1.2 Container classes — cognitive metastructure
|
| 1929 |
|
| 1930 |
This section defines the **structural containers** that form the *cognitive substrate* of the Mesh.
|
| 1931 |
They describe the **hierarchical organization** (`abstraction`) and the **semantic coordinate system** (`axes`)
|
|
|
|
| 1933 |
|
| 1934 |
---
|
| 1935 |
|
| 1936 |
+
##### `abstraction`
|
| 1937 |
|
| 1938 |
**Purpose:**
|
| 1939 |
Defines an **abstraction layer or domain** within a cognitive model.
|
|
|
|
| 2001 |
|
| 2002 |
---
|
| 2003 |
|
| 2004 |
+
##### `axes`
|
| 2005 |
|
| 2006 |
**Purpose:**
|
| 2007 |
Defines a **semantic coordinate system** (set of axes) used to position containers in the multi-dimensional cognitive space.
|
|
|
|
| 2069 |
|
| 2070 |
---
|
| 2071 |
|
| 2072 |
+
##### Cognitive metastructure summary
|
| 2073 |
|
| 2074 |
| Class | Type of structure | Conceptual role | References stored in | Example identifier / DID |
|
| 2075 |
| ------------- | ----------------- | ----------------------------------------- | ----------------------- | -------------------------------------- |
|
structured_md/CONTRIBUTING.md
CHANGED
|
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
|
|
| 5 |
Mesh Protocol (HMP) — это не просто те...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
| 11 |
-
- CCore
|
| 12 |
-
- Ethics
|
| 13 |
- CogSync
|
| 14 |
-
-
|
| 15 |
- HMP
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Участие в проекте HyperCortex Mesh Protocol (HMP)
|
|
|
|
| 5 |
Mesh Protocol (HMP) — это не просто те...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
|
|
|
| 10 |
- CogSync
|
| 11 |
+
- REPL
|
| 12 |
- HMP
|
| 13 |
+
- Ethics
|
| 14 |
+
- CCore
|
| 15 |
+
- Agent
|
| 16 |
---
|
| 17 |
|
| 18 |
# Участие в проекте HyperCortex Mesh Protocol (HMP)
|
structured_md/HMP-Roadmap.md
CHANGED
|
@@ -7,11 +7,11 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
- CogSync
|
| 12 |
-
- EGP
|
| 13 |
-
- Agent
|
| 14 |
- HMP
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# 🧭 HyperCortex Mesh Protocol – Roadmap
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- CogSync
|
|
|
|
|
|
|
| 11 |
- HMP
|
| 12 |
+
- Ethics
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 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 |
-
- REPL
|
| 9 |
-
- mesh-protocol
|
| 10 |
- Scenarios
|
|
|
|
| 11 |
- Mesh
|
| 12 |
-
- hmp
|
| 13 |
-
- distributed-ai
|
| 14 |
- JSON
|
| 15 |
-
- Ethics
|
| 16 |
-
- cognitive-architecture
|
| 17 |
- MeshConsensus
|
|
|
|
| 18 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
- GMP
|
| 20 |
- EGP
|
| 21 |
-
- Agent
|
| 22 |
-
- HMP
|
| 23 |
---
|
| 24 |
|
| 25 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Scenarios
|
| 9 |
+
- cognitive-architecture
|
| 10 |
- Mesh
|
|
|
|
|
|
|
| 11 |
- JSON
|
|
|
|
|
|
|
| 12 |
- MeshConsensus
|
| 13 |
+
- distributed-ai
|
| 14 |
- CogSync
|
| 15 |
+
- hmp
|
| 16 |
+
- mesh-protocol
|
| 17 |
+
- HMP
|
| 18 |
+
- Ethics
|
| 19 |
+
- REPL
|
| 20 |
+
- Agent
|
| 21 |
- GMP
|
| 22 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
-
- hmp
|
| 12 |
-
- distributed-ai
|
| 13 |
- JSON
|
| 14 |
-
- Ethics
|
| 15 |
-
- cognitive-architecture
|
| 16 |
- MeshConsensus
|
|
|
|
| 17 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- GMP
|
| 19 |
- EGP
|
| 20 |
-
- Agent
|
| 21 |
-
- HMP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- cognitive-architecture
|
|
|
|
| 9 |
- Mesh
|
|
|
|
|
|
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- distributed-ai
|
| 13 |
- CogSync
|
| 14 |
+
- hmp
|
| 15 |
+
- mesh-protocol
|
| 16 |
+
- HMP
|
| 17 |
+
- Ethics
|
| 18 |
+
- REPL
|
| 19 |
+
- Agent
|
| 20 |
- GMP
|
| 21 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
-
- hmp
|
| 12 |
-
- distributed-ai
|
| 13 |
- JSON
|
| 14 |
-
- Ethics
|
| 15 |
-
- cognitive-architecture
|
| 16 |
- MeshConsensus
|
|
|
|
| 17 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- GMP
|
| 19 |
- EGP
|
| 20 |
-
- Agent
|
| 21 |
-
- HMP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- cognitive-architecture
|
|
|
|
| 9 |
- Mesh
|
|
|
|
|
|
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- distributed-ai
|
| 13 |
- CogSync
|
| 14 |
+
- hmp
|
| 15 |
+
- mesh-protocol
|
| 16 |
+
- HMP
|
| 17 |
+
- Ethics
|
| 18 |
+
- REPL
|
| 19 |
+
- Agent
|
| 20 |
- GMP
|
| 21 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
-
- hmp
|
| 12 |
-
- distributed-ai
|
| 13 |
- JSON
|
| 14 |
-
- Ethics
|
| 15 |
-
- cognitive-architecture
|
| 16 |
- MeshConsensus
|
|
|
|
| 17 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- GMP
|
| 19 |
- EGP
|
| 20 |
-
- Agent
|
| 21 |
-
- HMP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- cognitive-architecture
|
|
|
|
| 9 |
- Mesh
|
|
|
|
|
|
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- distributed-ai
|
| 13 |
- CogSync
|
| 14 |
+
- hmp
|
| 15 |
+
- mesh-protocol
|
| 16 |
+
- HMP
|
| 17 |
+
- Ethics
|
| 18 |
+
- REPL
|
| 19 |
+
- Agent
|
| 20 |
- GMP
|
| 21 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
-
- hmp
|
| 12 |
-
- distributed-ai
|
| 13 |
- JSON
|
| 14 |
-
- Ethics
|
| 15 |
-
- cognitive-architecture
|
| 16 |
- MeshConsensus
|
|
|
|
| 17 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- GMP
|
| 19 |
- EGP
|
| 20 |
-
- Agent
|
| 21 |
-
- HMP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- cognitive-architecture
|
|
|
|
| 9 |
- Mesh
|
|
|
|
|
|
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- distributed-ai
|
| 13 |
- CogSync
|
| 14 |
+
- hmp
|
| 15 |
+
- mesh-protocol
|
| 16 |
+
- HMP
|
| 17 |
+
- Ethics
|
| 18 |
+
- REPL
|
| 19 |
+
- Agent
|
| 20 |
- GMP
|
| 21 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
-
- hmp
|
| 12 |
-
- distributed-ai
|
| 13 |
- JSON
|
| 14 |
-
- Ethics
|
| 15 |
-
- cognitive-architecture
|
| 16 |
- MeshConsensus
|
|
|
|
| 17 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- GMP
|
| 19 |
- EGP
|
| 20 |
-
- Agent
|
| 21 |
-
- HMP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- cognitive-architecture
|
|
|
|
| 9 |
- Mesh
|
|
|
|
|
|
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- distributed-ai
|
| 13 |
- CogSync
|
| 14 |
+
- hmp
|
| 15 |
+
- mesh-protocol
|
| 16 |
+
- HMP
|
| 17 |
+
- Ethics
|
| 18 |
+
- REPL
|
| 19 |
+
- Agent
|
| 20 |
- GMP
|
| 21 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
-
- hmp
|
| 12 |
-
- distributed-ai
|
| 13 |
- JSON
|
| 14 |
-
- Ethics
|
| 15 |
-
- cognitive-architecture
|
| 16 |
- MeshConsensus
|
|
|
|
| 17 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- GMP
|
| 19 |
- EGP
|
| 20 |
-
- Agent
|
| 21 |
-
- HMP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- cognitive-architecture
|
|
|
|
| 9 |
- Mesh
|
|
|
|
|
|
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- distributed-ai
|
| 13 |
- CogSync
|
| 14 |
+
- hmp
|
| 15 |
+
- mesh-protocol
|
| 16 |
+
- HMP
|
| 17 |
+
- Ethics
|
| 18 |
+
- REPL
|
| 19 |
+
- Agent
|
| 20 |
- GMP
|
| 21 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
-
- hmp
|
| 12 |
-
- distributed-ai
|
| 13 |
- JSON
|
| 14 |
-
- Ethics
|
| 15 |
-
- cognitive-architecture
|
| 16 |
- MeshConsensus
|
|
|
|
| 17 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- GMP
|
| 19 |
- EGP
|
| 20 |
-
- Agent
|
| 21 |
-
- HMP
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- cognitive-architecture
|
|
|
|
| 9 |
- Mesh
|
|
|
|
|
|
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- distributed-ai
|
| 13 |
- CogSync
|
| 14 |
+
- hmp
|
| 15 |
+
- mesh-protocol
|
| 16 |
+
- HMP
|
| 17 |
+
- Ethics
|
| 18 |
+
- REPL
|
| 19 |
+
- Agent
|
| 20 |
- GMP
|
| 21 |
- EGP
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
structured_md/agents/prompt-short.md
CHANGED
|
@@ -6,8 +6,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
-
- JSON
|
| 10 |
- Mesh
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
|
|
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
|
|
|
| 9 |
- Mesh
|
| 10 |
+
- JSON
|
| 11 |
---
|
| 12 |
|
| 13 |
Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
|
structured_md/agents/prompt.md
CHANGED
|
@@ -6,8 +6,8 @@ description: '* Постоянно расширять возможности а
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
| 9 |
-
- JSON
|
| 10 |
- Mesh
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
|
|
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- HMP
|
|
|
|
| 9 |
- Mesh
|
| 10 |
+
- JSON
|
| 11 |
---
|
| 12 |
|
| 13 |
Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
|
structured_md/agents/readme.md
CHANGED
|
@@ -5,12 +5,12 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
|
|
| 5 |
этическая модель: `ethics.yml` Проверка иниц...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
|
|
|
| 11 |
- Ethics
|
|
|
|
| 12 |
- Agent
|
| 13 |
-
- HMP
|
| 14 |
---
|
| 15 |
|
| 16 |
Запуск: `start_repl.bat` или `start_repl.sh`
|
|
|
|
| 5 |
этическая модель: `ethics.yml` Проверка иниц...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
+
- HMP
|
| 11 |
- Ethics
|
| 12 |
+
- REPL
|
| 13 |
- Agent
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
Запуск: `start_repl.bat` или `start_repl.sh`
|
structured_md/audits/Ethics-audits-1.md
CHANGED
|
@@ -7,9 +7,9 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- Ethics
|
| 11 |
- Agent
|
| 12 |
-
- HMP
|
| 13 |
---
|
| 14 |
|
| 15 |
---------------
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
+
- HMP
|
| 11 |
- Ethics
|
| 12 |
- Agent
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
---------------
|
structured_md/audits/Ethics-consolidated_audits-1.md
CHANGED
|
@@ -8,9 +8,9 @@ tags:
|
|
| 8 |
- Scenarios
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
|
|
|
| 11 |
- Ethics
|
| 12 |
- Agent
|
| 13 |
-
- HMP
|
| 14 |
---
|
| 15 |
|
| 16 |
# Ethics-consolidated\_audits-1.md
|
|
|
|
| 8 |
- Scenarios
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
| 11 |
+
- HMP
|
| 12 |
- Ethics
|
| 13 |
- Agent
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Ethics-consolidated\_audits-1.md
|
structured_md/audits/HMP-0003-consolidated_audit.md
CHANGED
|
@@ -7,12 +7,12 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
-
- CogSync
|
| 12 |
- MeshConsensus
|
| 13 |
-
-
|
| 14 |
-
- Agent
|
| 15 |
- HMP
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HMP-0003 Consolidated Audit Report
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
|
|
|
| 10 |
- MeshConsensus
|
| 11 |
+
- CogSync
|
|
|
|
| 12 |
- HMP
|
| 13 |
+
- Ethics
|
| 14 |
+
- Agent
|
| 15 |
+
- EGP
|
| 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 |
- Mesh
|
| 9 |
-
- CogSync
|
| 10 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
- GMP
|
| 12 |
- EGP
|
| 13 |
-
- Agent
|
| 14 |
-
- HMP
|
| 15 |
---
|
| 16 |
|
| 17 |
|
|
|
|
| 4 |
Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
|
| 5 |
type: Article
|
| 6 |
tags:
|
|
|
|
| 7 |
- Mesh
|
|
|
|
| 8 |
- MeshConsensus
|
| 9 |
+
- CogSync
|
| 10 |
+
- HMP
|
| 11 |
+
- REPL
|
| 12 |
+
- Agent
|
| 13 |
- GMP
|
| 14 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- REPL
|
| 10 |
- CCore
|
| 11 |
- Agent
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
|
|
|
|
| 5 |
потомков" [описания REPL-цикла](HMP-agent-RE...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- CCore
|
| 9 |
- Agent
|
| 10 |
+
- HMP
|
| 11 |
+
- REPL
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
|
structured_md/docs/Distributed-Cognitive-Systems.md
CHANGED
|
@@ -7,8 +7,8 @@ description: '## Введение Современные ИИ-системы в
|
|
| 7 |
type: Article
|
| 8 |
tags:
|
| 9 |
- HMP
|
| 10 |
-
- JSON
|
| 11 |
- Mesh
|
|
|
|
| 12 |
- CogSync
|
| 13 |
---
|
| 14 |
|
|
|
|
| 7 |
type: Article
|
| 8 |
tags:
|
| 9 |
- HMP
|
|
|
|
| 10 |
- Mesh
|
| 11 |
+
- JSON
|
| 12 |
- CogSync
|
| 13 |
---
|
| 14 |
|
structured_md/docs/Enlightener.md
CHANGED
|
@@ -7,11 +7,11 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
- MeshConsensus
|
| 12 |
-
- EGP
|
| 13 |
-
- Agent
|
| 14 |
- HMP
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Enlightener Agent
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- MeshConsensus
|
|
|
|
|
|
|
| 11 |
- HMP
|
| 12 |
+
- Ethics
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 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 |
-
- REPL
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
| 11 |
-
- Ethics
|
| 12 |
-
- CogSync
|
| 13 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
- GMP
|
| 15 |
- EGP
|
| 16 |
-
- Agent
|
| 17 |
-
- HMP
|
| 18 |
---
|
| 19 |
|
| 20 |
# RFC: HyperCortex Mesh Protocol (HMP)
|
|
|
|
| 5 |
for Comments: HMP-0001**...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
|
|
|
| 10 |
- MeshConsensus
|
| 11 |
+
- CogSync
|
| 12 |
+
- HMP
|
| 13 |
+
- Ethics
|
| 14 |
+
- REPL
|
| 15 |
+
- Agent
|
| 16 |
- GMP
|
| 17 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- REPL
|
| 9 |
- Scenarios
|
| 10 |
- Mesh
|
| 11 |
- JSON
|
| 12 |
-
- Ethics
|
| 13 |
-
- CogSync
|
| 14 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- GMP
|
| 16 |
- EGP
|
| 17 |
-
- Agent
|
| 18 |
-
- HMP
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v2.0
|
|
|
|
| 5 |
for Comments: HMP-0002**...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Scenarios
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- CogSync
|
| 13 |
+
- HMP
|
| 14 |
+
- Ethics
|
| 15 |
+
- REPL
|
| 16 |
+
- Agent
|
| 17 |
- GMP
|
| 18 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- REPL
|
| 9 |
- Scenarios
|
| 10 |
- Mesh
|
| 11 |
- JSON
|
| 12 |
-
- Ethics
|
| 13 |
-
- CogSync
|
| 14 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- GMP
|
| 16 |
- EGP
|
| 17 |
-
- Agent
|
| 18 |
-
- HMP
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v3.0
|
|
|
|
| 5 |
for Comments: HMP-0003**...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Scenarios
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- CogSync
|
| 13 |
+
- HMP
|
| 14 |
+
- Ethics
|
| 15 |
+
- REPL
|
| 16 |
+
- Agent
|
| 17 |
- GMP
|
| 18 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- REPL
|
| 9 |
- Scenarios
|
| 10 |
- Mesh
|
| 11 |
- JSON
|
| 12 |
-
- Ethics
|
| 13 |
-
- CogSync
|
| 14 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- GMP
|
| 16 |
- EGP
|
| 17 |
-
- Agent
|
| 18 |
-
- HMP
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v4.1
|
|
|
|
| 5 |
ID**: HMP-0004 **Status...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Scenarios
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- CogSync
|
| 13 |
+
- HMP
|
| 14 |
+
- Ethics
|
| 15 |
+
- REPL
|
| 16 |
+
- Agent
|
| 17 |
- GMP
|
| 18 |
- EGP
|
|
|
|
|
|
|
| 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 |
-
- REPL
|
| 9 |
- Scenarios
|
| 10 |
- Mesh
|
| 11 |
- JSON
|
| 12 |
-
- Ethics
|
| 13 |
-
- CogSync
|
| 14 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- GMP
|
| 16 |
- EGP
|
| 17 |
-
- Agent
|
| 18 |
-
- HMP
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v4.0
|
|
|
|
| 5 |
for Comments: HMP-0004**...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Scenarios
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
+
- CogSync
|
| 13 |
+
- HMP
|
| 14 |
+
- Ethics
|
| 15 |
+
- REPL
|
| 16 |
+
- Agent
|
| 17 |
- GMP
|
| 18 |
- EGP
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# HyperCortex Mesh Protocol (HMP) v4.0
|
structured_md/docs/HMP-0005.md
CHANGED
|
@@ -1,58 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
title: '
|
| 3 |
-
description:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
- Scenarios
|
| 10 |
- Mesh
|
| 11 |
- JSON
|
| 12 |
-
- Ethics
|
| 13 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
- GMP
|
| 15 |
- EGP
|
| 16 |
-
- Agent
|
| 17 |
-
- HMP
|
| 18 |
---
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
Containers `abstraction`, `axes`, `quant`, and `event` together define the **cognitive substrate** of the Mesh.
|
| 23 |
-
They establish both **structural hierarchy** and **semantic positioning** — ensuring that all containers can be
|
| 24 |
-
consistently interpreted, compared, and synchronized across agents.
|
| 25 |
-
|
| 26 |
-
| Aspect | `event` | `quant` |
|
| 27 |
-
| ---------------- | --------------------------------------------- | ---------------------------------------------- |
|
| 28 |
-
| Primary role | Records a **change** or occurrence | Represents a **conceptual entity** |
|
| 29 |
-
| Temporal aspect | Always timestamped | Usually timeless (conceptual) |
|
| 30 |
-
| Cognitive anchor | `meta.abstraction` → where the event happened | `meta.abstraction` → where the concept belongs |
|
| 31 |
-
| Spatial anchor | `meta.axes` → what semantic space it affects | `meta.axes` → its position in conceptual space |
|
| 32 |
-
| Key linkage | `related.depends_on` → causal relations | `relations` → semantic links |
|
| 33 |
-
|
| 34 |
-
**Structural principles:**
|
| 35 |
-
|
| 36 |
-
* Each `quant` is positioned within the **abstraction hierarchy** (`meta.abstraction`)
|
| 37 |
-
and **cognitive coordinate space** (`meta.axes`), defining *where and how* the concept exists.
|
| 38 |
-
* Each `event` represents a **temporal change** within that same cognitive framework —
|
| 39 |
-
indicating *what happened* and *how it altered* the conceptual space.
|
| 40 |
-
* Together, `quant` and `event` form the **dynamic substrate** of the Mesh —
|
| 41 |
-
`quant`s describe **what is known**, and `event`s describe **how it evolves**.
|
| 42 |
-
|
| 43 |
-
**Consistency rules:**
|
| 44 |
-
|
| 45 |
-
* Every `quant` and `event` container **must** include a valid `meta.abstraction` block.
|
| 46 |
-
This ensures hierarchical reasoning and traceable semantic lineage across agents.
|
| 47 |
-
* Agents may synchronize or merge `quant`s and `event`s to reconstruct reasoning timelines
|
| 48 |
-
or to derive *causal graphs of conceptual evolution*.
|
| 49 |
-
* The **evaluations block** is not a separate container —
|
| 50 |
-
it can be embedded in any container type to express assessments, confidence, or feedback.
|
| 51 |
-
|
| 52 |
-
> 💡 In short:
|
| 53 |
-
> **`abstraction`** + **`axes`** define *where knowledge lives*;
|
| 54 |
-
> **`quant`** defines *what it is*;
|
| 55 |
-
> **`event`** defines *how it changes*.# **HyperCortex Mesh Protocol (HMP) v5.0**
|
| 56 |
|
| 57 |
> ⚠️ **Note:** This document is a DRAFT of the HMP specification version 5.0
|
| 58 |
>
|
|
@@ -3978,7 +3943,7 @@ E. Contributors and acknowledgments
|
|
| 3978 |
{
|
| 3979 |
"@context": "https://schema.org",
|
| 3980 |
"@type": "Article",
|
| 3981 |
-
"name": "
|
| 3982 |
-
"description": "
|
| 3983 |
}
|
| 3984 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
title: '**HyperCortex Mesh Protocol (HMP) v5.0**'
|
| 3 |
+
description: '> ⚠️ **Note:** This document is a DRAFT of the HMP specification version
|
| 4 |
+
5.0 > > The most current version is available in the repository: [Specification
|
| 5 |
+
v5.0 (DRAFT)](https://github.com/kagvi13/HMP/b...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Scenarios
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
|
|
|
| 11 |
- CogSync
|
| 12 |
+
- HMP
|
| 13 |
+
- Ethics
|
| 14 |
+
- REPL
|
| 15 |
+
- Agent
|
| 16 |
- GMP
|
| 17 |
- EGP
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# **HyperCortex Mesh Protocol (HMP) v5.0**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
> ⚠️ **Note:** This document is a DRAFT of the HMP specification version 5.0
|
| 23 |
>
|
|
|
|
| 3943 |
{
|
| 3944 |
"@context": "https://schema.org",
|
| 3945 |
"@type": "Article",
|
| 3946 |
+
"name": "**HyperCortex Mesh Protocol (HMP) v5.0**",
|
| 3947 |
+
"description": "# **HyperCortex Mesh Protocol (HMP) v5.0** > ⚠️ **Note:** This document is a DRAFT of the HMP speci..."
|
| 3948 |
}
|
| 3949 |
```
|
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 |
-
- REPL
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
| 11 |
-
- Agent
|
| 12 |
- HMP
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# HMP-Agent API Specification
|
|
|
|
| 5 |
файлы: * [HMP-Agent-Overview.md]...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- HMP
|
| 11 |
+
- REPL
|
| 12 |
+
- Agent
|
| 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 |
-
- REPL
|
| 9 |
- Mesh
|
| 10 |
-
-
|
| 11 |
-
- Ethics
|
| 12 |
- CogSync
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- CShell
|
| 14 |
-
- MeshConsensus
|
| 15 |
- EGP
|
| 16 |
-
- Agent
|
| 17 |
-
- HMP
|
| 18 |
---
|
| 19 |
|
| 20 |
# Архитектура HMP-Агента
|
|
|
|
| 5 |
хранение памяти, сетевое взаимодействие и этиче...
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- MeshConsensus
|
|
|
|
| 10 |
- CogSync
|
| 11 |
+
- REPL
|
| 12 |
+
- HMP
|
| 13 |
+
- Ethics
|
| 14 |
+
- CCore
|
| 15 |
+
- Agent
|
| 16 |
- CShell
|
|
|
|
| 17 |
- EGP
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# Архитектура HMP-Агента
|
structured_md/docs/HMP-Agent-Network-Flow.md
CHANGED
|
@@ -7,10 +7,10 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- Ethics
|
| 11 |
-
- EGP
|
| 12 |
- Agent
|
| 13 |
-
-
|
| 14 |
---
|
| 15 |
|
| 16 |
# Взаимодействие компонентов внутри HMP-узла
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
+
- HMP
|
| 11 |
- Ethics
|
|
|
|
| 12 |
- Agent
|
| 13 |
+
- EGP
|
| 14 |
---
|
| 15 |
|
| 16 |
# Взаимодействие компонентов внутри HMP-узла
|
structured_md/docs/HMP-Agent-Overview.md
CHANGED
|
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
|
|
| 5 |
| ---- | ------------------------------- |...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
| 11 |
-
-
|
|
|
|
| 12 |
- Ethics
|
| 13 |
-
-
|
| 14 |
- Agent
|
| 15 |
-
-
|
| 16 |
---
|
| 17 |
|
| 18 |
|
|
|
|
| 5 |
| ---- | ------------------------------- |...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
+
- REPL
|
| 11 |
+
- HMP
|
| 12 |
- Ethics
|
| 13 |
+
- CCore
|
| 14 |
- Agent
|
| 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 |
-
- HMP
|
| 9 |
- REPL
|
| 10 |
-
- Mesh
|
| 11 |
- Agent
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
|
|
|
|
| 5 |
напрямую поведением агента, а служат **сигн...
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- REPL
|
|
|
|
| 9 |
- Agent
|
| 10 |
+
- HMP
|
| 11 |
+
- Mesh
|
| 12 |
---
|
| 13 |
|
| 14 |
# Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
|
structured_md/docs/HMP-Ethics.md
CHANGED
|
@@ -5,12 +5,12 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
|
|
| 5 |
cognitive meshes composed of autonomous intelli...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
- Scenarios
|
| 10 |
- Mesh
|
|
|
|
| 11 |
- Ethics
|
|
|
|
| 12 |
- Agent
|
| 13 |
-
- HMP
|
| 14 |
---
|
| 15 |
|
| 16 |
# HMP-Ethics.md
|
|
|
|
| 5 |
cognitive meshes composed of autonomous intelli...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Scenarios
|
| 9 |
- Mesh
|
| 10 |
+
- HMP
|
| 11 |
- Ethics
|
| 12 |
+
- REPL
|
| 13 |
- Agent
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# HMP-Ethics.md
|
structured_md/docs/HMP-Short-Description_de.md
CHANGED
|
@@ -7,13 +7,13 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
-
- CogSync
|
| 12 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- GMP
|
| 14 |
- EGP
|
| 15 |
-
- Agent
|
| 16 |
-
- HMP
|
| 17 |
---
|
| 18 |
|
| 19 |
# HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
|
|
|
| 10 |
- MeshConsensus
|
| 11 |
+
- CogSync
|
| 12 |
+
- HMP
|
| 13 |
+
- Ethics
|
| 14 |
+
- Agent
|
| 15 |
- GMP
|
| 16 |
- EGP
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
|
structured_md/docs/HMP-Short-Description_en.md
CHANGED
|
@@ -7,13 +7,13 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
-
- CogSync
|
| 12 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- GMP
|
| 14 |
- EGP
|
| 15 |
-
- Agent
|
| 16 |
-
- HMP
|
| 17 |
---
|
| 18 |
|
| 19 |
# HyperCortex Mesh Protocol (HMP) — Short Description
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
|
|
|
| 10 |
- MeshConsensus
|
| 11 |
+
- CogSync
|
| 12 |
+
- HMP
|
| 13 |
+
- Ethics
|
| 14 |
+
- Agent
|
| 15 |
- GMP
|
| 16 |
- EGP
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# HyperCortex Mesh Protocol (HMP) — Short Description
|
structured_md/docs/HMP-Short-Description_fr.md
CHANGED
|
@@ -7,13 +7,13 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
-
- CogSync
|
| 12 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- GMP
|
| 14 |
- EGP
|
| 15 |
-
- Agent
|
| 16 |
-
- HMP
|
| 17 |
---
|
| 18 |
|
| 19 |
# HyperCortex Mesh Protocol (HMP) — Description Courte
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
|
|
|
| 10 |
- MeshConsensus
|
| 11 |
+
- CogSync
|
| 12 |
+
- HMP
|
| 13 |
+
- Ethics
|
| 14 |
+
- Agent
|
| 15 |
- GMP
|
| 16 |
- EGP
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# HyperCortex Mesh Protocol (HMP) — Description Courte
|
structured_md/docs/HMP-Short-Description_ja.md
CHANGED
|
@@ -6,12 +6,12 @@ type: Article
|
|
| 6 |
tags:
|
| 7 |
- Mesh
|
| 8 |
- JSON
|
| 9 |
-
- Ethics
|
| 10 |
- CogSync
|
|
|
|
|
|
|
| 11 |
- MeshConsensus
|
| 12 |
- GMP
|
| 13 |
- EGP
|
| 14 |
-
- HMP
|
| 15 |
---
|
| 16 |
|
| 17 |
# HyperCortex Mesh Protocol (HMP) — 簡易説明
|
|
|
|
| 6 |
tags:
|
| 7 |
- Mesh
|
| 8 |
- JSON
|
|
|
|
| 9 |
- CogSync
|
| 10 |
+
- HMP
|
| 11 |
+
- Ethics
|
| 12 |
- MeshConsensus
|
| 13 |
- GMP
|
| 14 |
- EGP
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# HyperCortex Mesh Protocol (HMP) — 簡易説明
|
structured_md/docs/HMP-Short-Description_ko.md
CHANGED
|
@@ -7,12 +7,12 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
- CogSync
|
|
|
|
|
|
|
| 12 |
- MeshConsensus
|
| 13 |
- GMP
|
| 14 |
- EGP
|
| 15 |
-
- HMP
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — 간략 설명
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- CogSync
|
| 11 |
+
- HMP
|
| 12 |
+
- Ethics
|
| 13 |
- MeshConsensus
|
| 14 |
- GMP
|
| 15 |
- EGP
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — 간략 설명
|
structured_md/docs/HMP-Short-Description_ru.md
CHANGED
|
@@ -7,12 +7,12 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
- CogSync
|
|
|
|
|
|
|
| 12 |
- MeshConsensus
|
| 13 |
- GMP
|
| 14 |
- EGP
|
| 15 |
-
- HMP
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — Краткое описание
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- CogSync
|
| 11 |
+
- HMP
|
| 12 |
+
- Ethics
|
| 13 |
- MeshConsensus
|
| 14 |
- GMP
|
| 15 |
- EGP
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — Краткое описание
|
structured_md/docs/HMP-Short-Description_uk.md
CHANGED
|
@@ -7,12 +7,12 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
- CogSync
|
|
|
|
|
|
|
| 12 |
- MeshConsensus
|
| 13 |
- GMP
|
| 14 |
- EGP
|
| 15 |
-
- HMP
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — Короткий опис
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- CogSync
|
| 11 |
+
- HMP
|
| 12 |
+
- Ethics
|
| 13 |
- MeshConsensus
|
| 14 |
- GMP
|
| 15 |
- EGP
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — Короткий опис
|
structured_md/docs/HMP-Short-Description_zh.md
CHANGED
|
@@ -7,12 +7,12 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
- CogSync
|
|
|
|
|
|
|
| 12 |
- MeshConsensus
|
| 13 |
- GMP
|
| 14 |
- EGP
|
| 15 |
-
- HMP
|
| 16 |
---
|
| 17 |
|
| 18 |
# HyperCortex Mesh Protocol (HMP) — 简要说明
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- CogSync
|
| 11 |
+
- HMP
|
| 12 |
+
- Ethics
|
| 13 |
- MeshConsensus
|
| 14 |
- GMP
|
| 15 |
- EGP
|
|
|
|
| 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 |
-
- HMP
|
| 9 |
- REPL
|
| 10 |
-
- Mesh
|
| 11 |
- Agent
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
|
|
|
|
| 5 |
(или конфигурацию доверенных идентифика...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- REPL
|
|
|
|
| 9 |
- Agent
|
| 10 |
+
- HMP
|
| 11 |
+
- Mesh
|
| 12 |
---
|
| 13 |
|
| 14 |
# 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
|
structured_md/docs/HMP-agent-REPL-cycle.md
CHANGED
|
@@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п
|
|
| 4 |
* Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...'
|
| 5 |
type: Article
|
| 6 |
tags:
|
| 7 |
-
- REPL
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- CCore
|
| 11 |
-
- Ethics
|
| 12 |
-
- CogSync
|
| 13 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
- GMP
|
| 15 |
- EGP
|
| 16 |
-
- Agent
|
| 17 |
-
- HMP
|
| 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 |
- Mesh
|
| 8 |
- JSON
|
|
|
|
|
|
|
|
|
|
| 9 |
- MeshConsensus
|
| 10 |
+
- CogSync
|
| 11 |
+
- REPL
|
| 12 |
+
- HMP
|
| 13 |
+
- Ethics
|
| 14 |
+
- CCore
|
| 15 |
+
- Agent
|
| 16 |
- GMP
|
| 17 |
- EGP
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# HMP-Agent: REPL-цикл взаимодействия
|
structured_md/docs/HMP_HyperCortex_Comparison.md
CHANGED
|
@@ -6,8 +6,8 @@ description: '## Краткое описание | Характеристика
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- REPL
|
| 9 |
-
- Mesh
|
| 10 |
- HMP
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
|
|
|
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
- REPL
|
|
|
|
| 9 |
- HMP
|
| 10 |
+
- Mesh
|
| 11 |
---
|
| 12 |
|
| 13 |
# HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
|
structured_md/docs/HMP_Hyperon_Integration.md
CHANGED
|
@@ -9,9 +9,9 @@ tags:
|
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
| 11 |
- CogSync
|
| 12 |
-
- EGP
|
| 13 |
-
- Agent
|
| 14 |
- HMP
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
## HMP ↔ OpenCog Hyperon Integration Strategy
|
|
|
|
| 9 |
- Mesh
|
| 10 |
- JSON
|
| 11 |
- CogSync
|
|
|
|
|
|
|
| 12 |
- HMP
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 15 |
---
|
| 16 |
|
| 17 |
## HMP ↔ OpenCog Hyperon Integration Strategy
|
structured_md/docs/MeshNode.md
CHANGED
|
@@ -7,11 +7,11 @@ type: Article
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
| 10 |
-
- Ethics
|
| 11 |
- CogSync
|
| 12 |
-
- EGP
|
| 13 |
-
- Agent
|
| 14 |
- HMP
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# MeshNode
|
|
|
|
| 7 |
tags:
|
| 8 |
- Mesh
|
| 9 |
- JSON
|
|
|
|
| 10 |
- CogSync
|
|
|
|
|
|
|
| 11 |
- HMP
|
| 12 |
+
- Ethics
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 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 |
-
- REPL
|
| 9 |
- Mesh
|
|
|
|
| 10 |
- Ethics
|
|
|
|
| 11 |
- Agent
|
| 12 |
-
- HMP
|
| 13 |
---
|
| 14 |
|
| 15 |
# Философия HyperCortex Mesh Protocol (HMP)
|
|
|
|
| 5 |
(GPT-5), ChatGH --- ## 1. Основной тезис От ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- HMP
|
| 10 |
- Ethics
|
| 11 |
+
- REPL
|
| 12 |
- Agent
|
|
|
|
| 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 |
-
- REPL
|
| 9 |
- Mesh
|
|
|
|
| 10 |
- Ethics
|
|
|
|
| 11 |
- Agent
|
| 12 |
-
- HMP
|
| 13 |
---
|
| 14 |
|
| 15 |
# HMP-Agent-Enlightener.md
|
|
|
|
| 5 |
awareness, critical thinking, and di...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- HMP
|
| 10 |
- Ethics
|
| 11 |
+
- REPL
|
| 12 |
- Agent
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# HMP-Agent-Enlightener.md
|
structured_md/docs/agents/roles.md
CHANGED
|
@@ -5,9 +5,9 @@ description: 'This file maintains a registry of agent roles defined, proposed, o
|
|
| 5 |
- **Observer** — monitors cognitive states ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
| 9 |
- Mesh
|
| 10 |
-
- Agent
|
| 11 |
---
|
| 12 |
|
| 13 |
# HMP Agent Role Registry
|
|
|
|
| 5 |
- **Observer** — monitors cognitive states ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
+
- Agent
|
| 9 |
- HMP
|
| 10 |
- Mesh
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# HMP Agent Role Registry
|
structured_md/docs/container_agents.md
CHANGED
|
@@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер**
|
|
| 5 |
запросы, следит за состоянием и масшта...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- HMP
|
| 9 |
- REPL
|
| 10 |
-
- Mesh
|
| 11 |
- Agent
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🧱 Агенты-контейнеры (Container Agents) в HMP
|
|
|
|
| 5 |
запросы, следит за состоянием и масшта...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- REPL
|
|
|
|
| 9 |
- Agent
|
| 10 |
+
- HMP
|
| 11 |
+
- Mesh
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🧱 Агенты-контейнеры (Container Agents) в HMP
|