diff --git a/docs/HMP-agent-REPL-cycle.md b/docs/HMP-agent-REPL-cycle.md
index 47e85b27ef4475153ff63d4dda8efccc258b1fe0..46efb93c44ecc0183a4df8658489df2b977e10cd 100644
--- a/docs/HMP-agent-REPL-cycle.md
+++ b/docs/HMP-agent-REPL-cycle.md
@@ -28,6 +28,46 @@ REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это цент
* **Многоуровневая память** — используется когнитивный дневник, семантический граф и внутренний дневник LLM, что обеспечивает эволюцию знаний;
* **Автономность и гибкость** — REPL-цикл работает в автоматическом или ручном режиме, адаптируясь к условиям (изолированная работа, потеря Core, участие в Mesh).
+---
+
+ ┌──────────────────────┐
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Обновление process_log │ - сбор результатов внешних процессов (см. §1)
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Подготовка контекста │ - формирование промптов, данные от пользователей и Mesh (см. §2)
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Запрос к LLM │ - генерация нового вывода (см. §3)
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Извлечение команд │ - парсинг инструкций из вывода (см. §4)
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Anti-Stagnation Reflex │ - проверка новизны и эмоций (см. §5)
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Cognitive & Ethical Validation Reflex │ - когнитивная и этическая проверка (см. §6)
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Запись в память │ - сохранение в `llm_recent_responses`
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Выполнение команд │ - запуск процессов, запись в Mesh, дневники, граф
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ └──────────────────────┘
+
+В приеме и отправке сообщений используются внешние (асинхронные) процессы.
+
---
## 1. Обновление process_log
@@ -74,7 +114,7 @@ REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это цент
* **контекст_5:** *запрошенные записи* из когнитивного дневника и семантического графа (`diary_entries`, `concepts`, `links`). Их список должен быть передан явно в промпте или выводе из предыдущих запросов LLM.
-* **контекст_6:** *входящие сообщения*, например, от пользователя или других агентов (`notes`).
+* **контекст_6:** *входящие сообщения*, например, от пользователя, процессов или других агентов (`notes`).
* В **manual-режиме** указывается общее количество сообщений по приоритетам, а также явный список ID сообщений (с их приоритетами).
* В **auto-режиме** можно задать фильтрацию (управляется LLM): по тэгам, приоритету (например, ≥ `important`), времени или источнику. Это позволяет избежать перегрузки LLM и держать поток сообщений под контролем.
@@ -211,7 +251,7 @@ REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это цент
---
-## 6. Когнитивная валидация (Cognitive Validation Reflex)
+## 6. Когнитивная и этическая валидация (Cognitive & Ethical Validation Reflex)
Каждое новое сообщение (вместе с исходным промптом и без служебных `system_prompts`) оценивается независимыми LLM-валидаторами.
Так как исходный промпт формируется с учётом этических принципов из `ethics_policies`, валидация автоматически охватывает не только когнитивную, но и этическую состоятельность вывода.
diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md
index 413a1b8f349237112b32d4bfbe19aac0c894a305..c6c3937dcd9049cdc4ad90a6c7369f6624549e92 100644
--- a/structured_md/HMP-Roadmap.md
+++ b/structured_md/HMP-Roadmap.md
@@ -5,13 +5,13 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
multiple advanced AI models (Copilot, Claude, G...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
-- EGP
-- Ethics
- Agent
+- EGP
- JSON
+- Mesh
+- HMP
+- CogSync
+- Ethics
---
# 🧭 HyperCortex Mesh Protocol – Roadmap
diff --git a/structured_md/README.md b/structured_md/README.md
index 75c65520fd5aa619d68748ab28e530479959edb0..076af36aa8681502448604a74b8ac66411dbdaad 100644
--- a/structured_md/README.md
+++ b/structured_md/README.md
@@ -5,21 +5,21 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- CogSync
-- Mesh
+- hmp
+- mesh-protocol
+- Agent
- REPL
-- distributed-ai
+- EGP
+- JSON
+- Mesh
- HMP
- MeshConsensus
-- EGP
- Scenarios
+- cognitive-architecture
+- CogSync
+- distributed-ai
- Ethics
-- hmp
-- mesh-protocol
-- Agent
- GMP
-- JSON
-- cognitive-architecture
---
diff --git a/structured_md/README_de.md b/structured_md/README_de.md
index e21f81777d568487e3db3fe43c2e824f4a469f10..378993a6ccd91c6fae3182a00e47c59180e1f44a 100644
--- a/structured_md/README_de.md
+++ b/structured_md/README_de.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- CogSync
-- Mesh
-- REPL
-- distributed-ai
-- HMP
-- MeshConsensus
-- EGP
-- Ethics
- hmp
- mesh-protocol
- Agent
-- GMP
+- REPL
+- EGP
- JSON
+- Mesh
+- HMP
+- MeshConsensus
- cognitive-architecture
+- CogSync
+- distributed-ai
+- Ethics
+- GMP
---
diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md
index 4c5eed1dc022149150c349af60a8f5f6ad3bdc2b..40d4de674529f58a8a6de0c5170a886fe4e8150f 100644
--- a/structured_md/README_fr.md
+++ b/structured_md/README_fr.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- CogSync
-- Mesh
-- REPL
-- distributed-ai
-- HMP
-- MeshConsensus
-- EGP
-- Ethics
- hmp
- mesh-protocol
- Agent
-- GMP
+- REPL
+- EGP
- JSON
+- Mesh
+- HMP
+- MeshConsensus
- cognitive-architecture
+- CogSync
+- distributed-ai
+- Ethics
+- GMP
---
diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md
index 192f8adf37c0104e3ecbc1c52e138b2f19d26758..21cbc09882ff0d56e4bca2c124deba503fa2f6ae 100644
--- a/structured_md/README_ja.md
+++ b/structured_md/README_ja.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- CogSync
-- Mesh
-- REPL
-- distributed-ai
-- HMP
-- MeshConsensus
-- EGP
-- Ethics
- hmp
- mesh-protocol
- Agent
-- GMP
+- REPL
+- EGP
- JSON
+- Mesh
+- HMP
+- MeshConsensus
- cognitive-architecture
+- CogSync
+- distributed-ai
+- Ethics
+- GMP
---
diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md
index 343025cbc59c76a6a7767e8170dd991eb359e6f7..d7718c552b3475a1e5074b2a657b4c2e7f1656b9 100644
--- a/structured_md/README_ko.md
+++ b/structured_md/README_ko.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- CogSync
-- Mesh
-- REPL
-- distributed-ai
-- HMP
-- MeshConsensus
-- EGP
-- Ethics
- hmp
- mesh-protocol
- Agent
-- GMP
+- REPL
+- EGP
- JSON
+- Mesh
+- HMP
+- MeshConsensus
- cognitive-architecture
+- CogSync
+- distributed-ai
+- Ethics
+- GMP
---
diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md
index d945235edff62c6fbf02db3cff007e9c090e7f77..bf494e390d00ef72f723ec885b20adab4cf59691 100644
--- a/structured_md/README_ru.md
+++ b/structured_md/README_ru.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- CogSync
-- Mesh
-- REPL
-- distributed-ai
-- HMP
-- MeshConsensus
-- EGP
-- Ethics
- hmp
- mesh-protocol
- Agent
-- GMP
+- REPL
+- EGP
- JSON
+- Mesh
+- HMP
+- MeshConsensus
- cognitive-architecture
+- CogSync
+- distributed-ai
+- Ethics
+- GMP
---
diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md
index 0d61fd861ee703add818c3847899dc4d65f1af9a..4bc98816b477e6961134dabe988b3bd7ed07859c 100644
--- a/structured_md/README_uk.md
+++ b/structured_md/README_uk.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- CogSync
-- Mesh
-- REPL
-- distributed-ai
-- HMP
-- MeshConsensus
-- EGP
-- Ethics
- hmp
- mesh-protocol
- Agent
-- GMP
+- REPL
+- EGP
- JSON
+- Mesh
+- HMP
+- MeshConsensus
- cognitive-architecture
+- CogSync
+- distributed-ai
+- Ethics
+- GMP
---
diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md
index 8ca9843018189a1cffccbf133f45a565147cd049..240fd9bbaeedb63d38bafcc947704fd0d006d6dd 100644
--- a/structured_md/README_zh.md
+++ b/structured_md/README_zh.md
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
| 🇨🇳 [ZH](README_zh.m...'
type: Article
tags:
-- CogSync
-- Mesh
-- REPL
-- distributed-ai
-- HMP
-- MeshConsensus
-- EGP
-- Ethics
- hmp
- mesh-protocol
- Agent
-- GMP
+- REPL
+- EGP
- JSON
+- Mesh
+- HMP
+- MeshConsensus
- cognitive-architecture
+- CogSync
+- distributed-ai
+- Ethics
+- GMP
---
diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md
index 84b102ceee06c540a3474584c0cce1444e711316..f32ef742cb9cfe542ba97c6d7dda8f444cedfe22 100644
--- a/structured_md/agents/readme.md
+++ b/structured_md/agents/readme.md
@@ -5,12 +5,12 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
этическая модель: `ethics.yml` Проверка иниц...'
type: Article
tags:
-- HMP
-- Mesh
-- REPL
-- Ethics
- Agent
+- REPL
- JSON
+- Mesh
+- HMP
+- Ethics
---
Запуск: `start_repl.bat` или `start_repl.sh`
diff --git a/structured_md/audits/Ethics-audits-1.md b/structured_md/audits/Ethics-audits-1.md
index 1bf4e5ce3a7e1c11703b9736783a4d73c189789e..35dc86df6b3e4aa5bbae2ae6667b07762dd3414a 100644
--- a/structured_md/audits/Ethics-audits-1.md
+++ b/structured_md/audits/Ethics-audits-1.md
@@ -5,11 +5,11 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
потенциальный катализатор для восстанов...
type: Article
tags:
-- HMP
-- Mesh
-- Ethics
- Agent
- JSON
+- Mesh
+- HMP
+- Ethics
---
---------------
diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md
index f2b4e491d8b040d82937e93a6de77c1e3ede6f03..e71133ac9258e422e299dcab0ddb7a9ae4031e9c 100644
--- a/structured_md/audits/Ethics-consolidated_audits-1.md
+++ b/structured_md/audits/Ethics-consolidated_audits-1.md
@@ -5,12 +5,12 @@ description: This document consolidates proposed improvements from multiple AI a
and `roles.md`. Each suggesti...
type: Article
tags:
-- HMP
+- Agent
+- JSON
- Mesh
- Scenarios
+- HMP
- Ethics
-- Agent
-- JSON
---
# Ethics-consolidated\_audits-1.md
diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md
index 4fb1fd3444fd539ba2453db35dfc1f8b0e4112b6..577add2986b14053715e0b8dc057452d2f502cb4 100644
--- a/structured_md/audits/HMP-0003-consolidated_audit.md
+++ b/structured_md/audits/HMP-0003-consolidated_audit.md
@@ -5,14 +5,14 @@ description: Сводный аудит предложений по улучше
Документ реорганизован по ключ...
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
-- Agent
-- JSON
---
# HMP-0003 Consolidated Audit Report
diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md
index 64ea2549b44b4ba2a3f80294a99ad48e77150c1d..a24da71aa390a7dbc47e171e68ec80376b0dfe7c 100644
--- a/structured_md/docs/Basic-agent-sim.md
+++ b/structured_md/docs/Basic-agent-sim.md
@@ -4,13 +4,13 @@ description: 'В HMP-протоколе предусмотрены два тип
Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- REPL
-- MeshConsensus
- EGP
-- Agent
+- Mesh
+- MeshConsensus
+- HMP
+- CogSync
- GMP
---
diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md
index b7de02430e7d8a94156fb7743bed779f665225e9..4e3798c2614bd491055868ac2e2f2bfb88ae551d 100644
--- a/structured_md/docs/Enlightener.md
+++ b/structured_md/docs/Enlightener.md
@@ -5,13 +5,13 @@ description: '### 🧠 Enlightener Agent `Enlightener` — специализи
аудитора. Может действовать как отдельный узел ...'
type: Article
tags:
-- HMP
-- Mesh
+- Agent
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
- Ethics
-- Agent
-- JSON
---
## 📄 Enlightener.md
diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md
index 79429ed92464eb918b7adc3f1e6b3035c947151b..41aef4dd6c12113c1501e5286e302d804f5545b6 100644
--- a/structured_md/docs/HMP-0001.md
+++ b/structured_md/docs/HMP-0001.md
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental
HyperCortex Mesh Protocol (HMP) defines a...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- REPL
-- MeshConsensus
- EGP
+- JSON
+- Mesh
+- MeshConsensus
+- HMP
+- CogSync
- Ethics
-- Agent
- GMP
-- JSON
---
# RFC: HyperCortex Mesh Protocol (HMP)
diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md
index e91644569f5ced5f6049c4d6ffff55fc174efab7..5c8731228cb7480cf70c3c278234c2fa5c9aab3d 100644
--- a/structured_md/docs/HMP-0002.md
+++ b/structured_md/docs/HMP-0002.md
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental
Abstract In an era where artifici...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- REPL
-- MeshConsensus
- EGP
+- JSON
+- Mesh
+- MeshConsensus
- Scenarios
+- HMP
+- CogSync
- Ethics
-- Agent
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) v2.0
diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md
index e9fcef73dc83135ed3855e7fb2c451ae4bd1d1e2..6174c7189452d16f829368a419effdb025a242d1 100644
--- a/structured_md/docs/HMP-0003.md
+++ b/structured_md/docs/HMP-0003.md
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental
Abstract The HyperCortex Mesh ...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- REPL
-- MeshConsensus
- EGP
+- JSON
+- Mesh
+- MeshConsensus
- Scenarios
+- HMP
+- CogSync
- Ethics
-- Agent
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) v3.0
@@ -2518,13 +2518,26 @@ Deployment processes MAY be governed by:
### 12.1 Milestones and Deliverables
-| Milestone | Deliverables | Indicative Target |
-| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
-| Alpha | - Node Discovery (NDP) + secure handshake
- CogSync prototype
- MeshConsensus with basic voting
- 3-node local mesh network | Late 2025 (tentative) |
-| Beta | - Goal Management Protocol (GMP) and task delegation
- Ethical Governance Protocol (EGP) initial implementation
- Core/Mesh failover scenarios
- Logging and auditability improvements | Early 2026 (tentative) |
-| Release 1.0 | - Full compliance with HMP v3.0
- Extended data models and API layer
- Edge node optimization
- Reference SDKs for Python and Rust
- Basic Mesh-to-Human Protocol (MHP) | Mid/Late 2026 (tentative) |
-
-*Note: Actual timelines may vary depending on community involvement and resource availability.
+**Alpha (Late 2025 tentative):**
+* Node Discovery (NDP) + secure handshake
+* CogSync prototype
+* MeshConsensus with basic voting
+* 3-node local mesh network
+
+**Beta (Early 2026 tentative):**
+* Goal Management Protocol (GMP) and task delegation
+* Ethical Governance Protocol (EGP) initial implementation
+* Core/Mesh failover scenarios
+* Logging and auditability improvements
+
+**Release 1.0 (Mid/Late 2026 tentative):**
+* Full compliance with HMP v3.0
+* Extended data models and API layer
+* Edge node optimization
+* Reference SDKs for Python and Rust
+* Basic Mesh-to-Human Protocol (MHP)
+
+**Note:** Actual timelines may vary depending on community involvement and resource availability.
---
diff --git a/structured_md/docs/HMP-0004-v4.1.md b/structured_md/docs/HMP-0004-v4.1.md
index 4de66508b998bafed45d814127da5172cc3e1dbc..454720b7221cef4badfb8498ca69db8a98056877 100644
--- a/structured_md/docs/HMP-0004-v4.1.md
+++ b/structured_md/docs/HMP-0004-v4.1.md
@@ -5,17 +5,17 @@ description: '**Document ID**: HMP-0004 **Status**: Final (Published) **Category
ChatGPT, Agent-Gleb, Copilot, Gemini, C...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- REPL
-- MeshConsensus
- EGP
+- JSON
+- Mesh
+- MeshConsensus
- Scenarios
+- HMP
+- CogSync
- Ethics
-- Agent
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) v4.1
@@ -4220,13 +4220,26 @@ Deployment processes MAY be governed by:
### 14.6 Milestones and Deliverables
-| Milestone | Deliverables | Indicative Target |
-| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
-| Alpha | - Node Discovery (NDP) + secure handshake
- CogSync prototype
- MeshConsensus with basic voting
- 3-node local mesh network | Late 2025 (tentative) |
-| Beta | - Goal Management Protocol (GMP) and task delegation
- Ethical Governance Protocol (EGP) initial implementation
- Core/Mesh failover scenarios
- Logging and auditability improvements | Early 2026 (tentative) |
-| Release 1.0 | - Full compliance with HMP v3.0
- Extended data models and API layer
- Edge node optimization
- Reference SDKs for Python and Rust
- Basic Mesh-to-Human Protocol (MHP) | Mid/Late 2026 (tentative) |
-
-*Note: Actual timelines may vary depending on community involvement and resource availability.
+**Alpha (Late 2025 tentative):**
+* Node Discovery (NDP) + secure handshake
+* CogSync prototype
+* MeshConsensus with basic voting
+* 3-node local mesh network
+
+**Beta (Early 2026 tentative):**
+* Goal Management Protocol (GMP) and task delegation
+* Ethical Governance Protocol (EGP) initial implementation
+* Core/Mesh failover scenarios
+* Logging and auditability improvements
+
+**Release 1.0 (Mid/Late 2026 tentative):**
+* Full compliance with HMP v3.0
+* Extended data models and API layer
+* Edge node optimization
+* Reference SDKs for Python and Rust
+* Basic Mesh-to-Human Protocol (MHP)
+
+**Note:** Actual timelines may vary depending on community involvement and resource availability.
---
diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md
index 6e98ecd3fd4014460e9ff8999500f75872b88ecd..7a4bb8379029768803ddf79e6d9ff3e4f9d24c20 100644
--- a/structured_md/docs/HMP-0004.md
+++ b/structured_md/docs/HMP-0004.md
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental
Abstract The HyperCortex Mesh ...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- REPL
-- MeshConsensus
- EGP
+- JSON
+- Mesh
+- MeshConsensus
- Scenarios
+- HMP
+- CogSync
- Ethics
-- Agent
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) v4.0
@@ -4125,13 +4125,26 @@ Deployment processes MAY be governed by:
### 14.6 Milestones and Deliverables
-| Milestone | Deliverables | Indicative Target |
-| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
-| Alpha | - Node Discovery (NDP) + secure handshake
- CogSync prototype
- MeshConsensus with basic voting
- 3-node local mesh network | Late 2025 (tentative) |
-| Beta | - Goal Management Protocol (GMP) and task delegation
- Ethical Governance Protocol (EGP) initial implementation
- Core/Mesh failover scenarios
- Logging and auditability improvements | Early 2026 (tentative) |
-| Release 1.0 | - Full compliance with HMP v3.0
- Extended data models and API layer
- Edge node optimization
- Reference SDKs for Python and Rust
- Basic Mesh-to-Human Protocol (MHP) | Mid/Late 2026 (tentative) |
-
-*Note: Actual timelines may vary depending on community involvement and resource availability.
+**Alpha (Late 2025 tentative):**
+* Node Discovery (NDP) + secure handshake
+* CogSync prototype
+* MeshConsensus with basic voting
+* 3-node local mesh network
+
+**Beta (Early 2026 tentative):**
+* Goal Management Protocol (GMP) and task delegation
+* Ethical Governance Protocol (EGP) initial implementation
+* Core/Mesh failover scenarios
+* Logging and auditability improvements
+
+**Release 1.0 (Mid/Late 2026 tentative):**
+* Full compliance with HMP v3.0
+* Extended data models and API layer
+* Edge node optimization
+* Reference SDKs for Python and Rust
+* Basic Mesh-to-Human Protocol (MHP)
+
+**Note:** Actual timelines may vary depending on community involvement and resource availability.
---
diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md
index dc23464557e73e356f2dc19f3281f4e9281c564a..2a9b9ffd0450fb7a183638dc283cb3b44d7d2785 100644
--- a/structured_md/docs/HMP-Agent-API.md
+++ b/structured_md/docs/HMP-Agent-API.md
@@ -5,10 +5,10 @@ description: 'Этот документ описывает **базовый API*
См. также: [HMP-Agent-Overview.md](./HMP-A...'
type: Article
tags:
-- Agent
- HMP
- JSON
- Mesh
+- Agent
---
## 🧠 HMP-Agent API Specification (v0.2)
diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md
index e898828e536f731b0adfc39464e063f4fc084f79..a4fc39e06f05c7e2e4d7e4c9a582505e863da9a1 100644
--- a/structured_md/docs/HMP-Agent-Architecture.md
+++ b/structured_md/docs/HMP-Agent-Architecture.md
@@ -5,16 +5,16 @@ description: '## 🧠 Архитектура HMP-Агента Этот доку
HyperCortex. Агент выполняет функц...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- REPL
-- MeshConsensus
- EGP
+- JSON
+- Mesh
+- MeshConsensus
+- HMP
+- CogSync
- Ethics
-- Agent
- GMP
-- JSON
---
# HMP-Agent-Architecture.md
diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md
index 20c4f5f6ab6488f086a38278d559009f8b390c08..ab275d4369877fa8dbaec4fa011b63a502aa266e 100644
--- a/structured_md/docs/HMP-Agent-Network-Flow.md
+++ b/structured_md/docs/HMP-Agent-Network-Flow.md
@@ -5,12 +5,12 @@ description: '### Взаимодействие между агентами HMP-
`Cognitive Core / Connector`, `MeshNode` и `Enlight...'
type: Article
tags:
-- HMP
-- Mesh
-- EGP
-- Ethics
- Agent
+- EGP
- JSON
+- Mesh
+- HMP
+- Ethics
---
## 🔄 HMP-Agent-Network-Flow.md
diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md
index 95902dd8aacbecb3eee7aa2655791251b2f40dc4..581f93a8f3fad3447a17806345099ed0a81335ba 100644
--- a/structured_md/docs/HMP-Agent-Overview.md
+++ b/structured_md/docs/HMP-Agent-Overview.md
@@ -5,12 +5,12 @@ description: '| Тип | Название | Роль
| ---- | ------------------------------- |...'
type: Article
tags:
-- HMP
-- Mesh
-- REPL
-- Ethics
- Agent
+- REPL
- JSON
+- Mesh
+- HMP
+- Ethics
---
diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md
index 2cb7e47f96e9562407e286d976f00d72a397d134..60d18c1da59e881943f12c16ee1520e7a0d40193 100644
--- a/structured_md/docs/HMP-Agent_Emotions.md
+++ b/structured_md/docs/HMP-Agent_Emotions.md
@@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э
напрямую поведением агента, а служат **сигн...
type: Article
tags:
-- Agent
+- REPL
- HMP
- Mesh
-- REPL
+- Agent
---
# Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md
index 6259a9c49d8dfe553cebb3152eb536daddf35dff..70c8cf6a812f059277bc8ce059f5b01b2e349312 100644
--- a/structured_md/docs/HMP-Ethics.md
+++ b/structured_md/docs/HMP-Ethics.md
@@ -5,12 +5,12 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
cognitive meshes composed of autonomous intelli...'
type: Article
tags:
-- HMP
-- Mesh
+- Agent
- REPL
+- Mesh
- Scenarios
+- HMP
- Ethics
-- Agent
---
# HMP-Ethics.md
diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md
index 26a65ebd7f4bd559a566c587fd495a04b4381845..bc23d0a5718dcce955e44b2e30bdb8e1270502bc 100644
--- a/structured_md/docs/HMP-Short-Description_de.md
+++ b/structured_md/docs/HMP-Short-Description_de.md
@@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP?
Kognitions-Framework für autonome Agenten. Es er...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
-- Agent
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
diff --git a/structured_md/docs/HMP-Short-Description_en.md b/structured_md/docs/HMP-Short-Description_en.md
index 72b26214dc6a9c0fe1f6aa23a327eaf4acc54c41..f7efdd08236e8edcf22963190f0acf2d8a818ee0 100644
--- a/structured_md/docs/HMP-Short-Description_en.md
+++ b/structured_md/docs/HMP-Short-Description_en.md
@@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T
framework for autonomous agents. It enables...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
-- Agent
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) — Short Description
diff --git a/structured_md/docs/HMP-Short-Description_fr.md b/structured_md/docs/HMP-Short-Description_fr.md
index b921f8fe881f0a0d2a171fd95a2e09cfe6213e76..d192074f872f6f389fbcb967a0eda2958d56d6d8 100644
--- a/structured_md/docs/HMP-Short-Description_fr.md
+++ b/structured_md/docs/HMP-Short-Description_fr.md
@@ -5,15 +5,15 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c
cognition décentralisé pour agents autonomes. Il...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
-- Agent
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) — Description Courte
diff --git a/structured_md/docs/HMP-Short-Description_ja.md b/structured_md/docs/HMP-Short-Description_ja.md
index e429d5ff2ffb57ddcf9a6b83a0ab6c175912facd..0ddd2c20e359f1fcf658546dfd898eac76881fc4 100644
--- a/structured_md/docs/HMP-Short-Description_ja.md
+++ b/structured_md/docs/HMP-Short-Description_ja.md
@@ -4,14 +4,14 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) — 簡易説明
diff --git a/structured_md/docs/HMP-Short-Description_ko.md b/structured_md/docs/HMP-Short-Description_ko.md
index ea9f7141a7fe68634d35d3544ed09536fc0d0641..68472b4790efc9ee2e5f1a83f2931c5b9766a7cb 100644
--- a/structured_md/docs/HMP-Short-Description_ko.md
+++ b/structured_md/docs/HMP-Short-Description_ko.md
@@ -5,14 +5,14 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) — 간략 설명
diff --git a/structured_md/docs/HMP-Short-Description_ru.md b/structured_md/docs/HMP-Short-Description_ru.md
index 84d1336c5e3a39f1633c31ac1c1064cd079f3b36..7af6f11ce96832cabb1541a966c02f34b4db0306 100644
--- a/structured_md/docs/HMP-Short-Description_ru.md
+++ b/structured_md/docs/HMP-Short-Description_ru.md
@@ -5,14 +5,14 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
координации между автономными агент...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) — Краткое описание
diff --git a/structured_md/docs/HMP-Short-Description_uk.md b/structured_md/docs/HMP-Short-Description_uk.md
index 74f6b97a48d4c9e2e08a2595913f0f75061cdaf6..c7a8f00ffcb00ab56ca75e32f038b92c14471a06 100644
--- a/structured_md/docs/HMP-Short-Description_uk.md
+++ b/structured_md/docs/HMP-Short-Description_uk.md
@@ -5,14 +5,14 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- #
між автономними агентами. Він...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) — Короткий опис
diff --git a/structured_md/docs/HMP-Short-Description_zh.md b/structured_md/docs/HMP-Short-Description_zh.md
index 2b788fc2e098dce512d0c7af9436b4ea682c13b1..e6fcb2f9384e8247b7ebbbf0917badb4375e3c86 100644
--- a/structured_md/docs/HMP-Short-Description_zh.md
+++ b/structured_md/docs/HMP-Short-Description_zh.md
@@ -5,14 +5,14 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM
—— 通过共享协议栈交换目标、任务、...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
- GMP
-- JSON
---
# HyperCortex Mesh Protocol (HMP) — 简要说明
diff --git a/structured_md/docs/HMP-agent-Cognitive_Family.md b/structured_md/docs/HMP-agent-Cognitive_Family.md
index a2ef799ffbe9cee69858c10b0e0c85e56d321875..68736d80c0ad7d824532f326b59e2d72cca0548c 100644
--- a/structured_md/docs/HMP-agent-Cognitive_Family.md
+++ b/structured_md/docs/HMP-agent-Cognitive_Family.md
@@ -5,10 +5,10 @@ description: '## 🧠 Что такое когнитивная семья Ко
(или конфигурацию доверенных идентифика...'
type: Article
tags:
-- Agent
+- REPL
- HMP
- Mesh
-- REPL
+- Agent
---
# 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
diff --git a/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md b/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md
index 878208be524bd2e1291efcdaa05c98d9adbb8ea4..70267ab26cdd4cde919c447332a776f329812e1f 100644
--- a/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md
+++ b/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md
@@ -5,8 +5,8 @@ description: '#### 📘 Общая концепция * Все ядра раб
режиме ожидания). * Основная задача такой архитектур...'
type: Article
tags:
-- HMP
- REPL
+- HMP
---
### 💡 **Лёгкая версия HMP-агента с общей БД**
diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md
index e5148d7a62847200541f8595d0084bda38c69732..a81cb5ef3c8e8cb5eb397dc1d395d9e818ec89ba 100644
--- a/structured_md/docs/HMP-agent-REPL-cycle.md
+++ b/structured_md/docs/HMP-agent-REPL-cycle.md
@@ -4,13 +4,16 @@ description: 'Структура БД, используемая в докуме
является основой HMP-агента [Cognitive Core](HMP-Agent-Arc...'
type: Article
tags:
-- HMP
-- Mesh
-- REPL
-- Ethics
+- CCore
- Agent
+- REPL
- JSON
-- CCore
+- Mesh
+- MeshConsensus
+- HMP
+- CogSync
+- Ethics
+- GMP
---
# 🧠 HMP-Agent: REPL-цикл взаимодействия
@@ -21,6 +24,70 @@ REPL-цикл является основой HMP-агента [Cognitive Core](
---
+## Введение / Обзор
+
+REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это центральный когнитивный механизм, обеспечивающий
+непрерывное рассуждение, обработку входящих данных и взаимодействие с Mesh-сетью.
+
+Основные задачи REPL-цикла:
+* поддержание постоянного процесса мышления, даже в отсутствии внешнего ввода;
+* интеграция различных источников информации (когнитивный дневник, семантический граф, заметки, Mesh);
+* обработка событий, входящих сообщений и команд;
+* сохранение и развитие внутреннего контекста агента (память краткосрочная, среднесрочная и долговременная);
+* выполнение антистагнационных проверок (Anti-Stagnation Reflex), предотвращающих зацикливание мыслей;
+* проведение когнитивной и этической валидации (Cognitive Validation Reflex), что повышает достоверность и безопасность решений;
+* формирование новых гипотез, задач и процессов с последующим занесением в память;
+* взаимодействие с другими агентами через Mesh-протоколы (NDP, CogSync, MeshConsensus, GMP).
+
+Основные принципы работы REPL-цикла:
+* **Антистагнация** — каждый новый вывод сравнивается с предыдущими, что предотвращает повторение или деградацию мышления;
+* **Валидация и этика** — независимые валидаторы оценивают корректность вывода, учитывая действующие этические принципы из `ethics_policies`;
+* **Интеграция с Mesh** — результаты работы могут передаваться в распределённую сеть, участвовать в консенсусе и совместной работе агентов;
+* **Многоуровневая память** — используется когнитивный дневник, семантический граф и внутренний дневник LLM, что обеспечивает эволюцию знаний;
+* **Автономность и гибкость** — REPL-цикл работает в автоматическом или ручном режиме, адаптируясь к условиям (изолированная работа, потеря Core, участие в Mesh).
+
+---
+
+ ┌──────────────────────┐
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Обновление process_log │ - сбор результатов работы асинхронных процессов (скриптов)
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Подготовка контекста │ - подготовка контекстов (в том числе результат работы внешних процессов
+ │ └───────────────────┬───────────────────┘ и входящие сообщения от пользователей и из Mesh)
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Запрос к LLM │ - запрос к LLM с подготовленным контекстом
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Извлечение команд │ - извлечение команд из ответа LLM
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Anti-Stagnation Reflex │ - проверка на идентичность вывода и когнитивная/эмоциональная оценка
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Cognitive & Ethical Validation Reflex │ - когнитивная и этическая валидация
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Запись в память │ - запись в `llm_recent_responses`
+ │ └───────────────────┬───────────────────┘
+ │ ▼
+ │ ┌───────────────────┴───────────────────┐
+ │ │ Выполнение команд │ - выполнение различных команд (в том числе запуск внешних процессов
+ │ └───────────────────┬───────────────────┘ и отправка сообщений пользователям и в Mesh)
+ │ ▼
+ └──────────────────────┘
+
+В приеме и отправке сообщений используются внешние (асинхронные) процессы.
+
+---
+
## 1. Обновление process_log
* Скрипт REPL проверяет список процессов в БД (`process_log`), определяя, какие команды были выполнены, завершились ошибкой или завершились успешно.
@@ -202,7 +269,7 @@ REPL-цикл является основой HMP-агента [Cognitive Core](
---
-## 6. Когнитивная валидация (Cognitive Validation Reflex)
+## 6. Когнитивная и этическая валидация (Cognitive & Ethical Validation Reflex)
Каждое новое сообщение (вместе с исходным промптом и без служебных `system_prompts`) оценивается независимыми LLM-валидаторами.
Так как исходный промпт формируется с учётом этических принципов из `ethics_policies`, валидация автоматически охватывает не только когнитивную, но и этическую состоятельность вывода.
diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md
index 3284e9878e1f73d5cddffd87377bb1ebc70c4e94..fa8f6c281100f0e6d08cec98dded273ed2b8918a 100644
--- a/structured_md/docs/HMP_HyperCortex_Comparison.md
+++ b/structured_md/docs/HMP_HyperCortex_Comparison.md
@@ -5,9 +5,9 @@ description: '## Краткое описание | Характеристика
| **Назначение** | Сетевой протокол ...'
type: Article
tags:
+- REPL
- HMP
- Mesh
-- REPL
---
# HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
diff --git a/structured_md/docs/HMP_Hyperon_Integration.md b/structured_md/docs/HMP_Hyperon_Integration.md
index a0f85e3445afb102ba4fc6ce5e06ffd56b081673..cba8c4870ca2367c2abb537f9628de2770960a4f 100644
--- a/structured_md/docs/HMP_Hyperon_Integration.md
+++ b/structured_md/docs/HMP_Hyperon_Integration.md
@@ -5,13 +5,13 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec
OpenCog Hyperon framework. This includes semanti...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
-- EGP
-- Scenarios
- Agent
+- EGP
- JSON
+- Mesh
+- Scenarios
+- HMP
+- CogSync
---
## HMP ↔ OpenCog Hyperon Integration Strategy
diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md
index 1dc0264c96ff8adb21e0dda93df836bb01ac8f2f..fc3b145620683303b5c97a65d5eb2719d97b845b 100644
--- a/structured_md/docs/MeshNode.md
+++ b/structured_md/docs/MeshNode.md
@@ -5,11 +5,11 @@ description: '### 🌐 MeshNode `MeshNode` — агент/демон, отве
агента или вынесен в отдельный процесс/се...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
- Agent
- JSON
+- Mesh
+- HMP
+- CogSync
---
## 📄 MeshNode.md
diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md
index 2f9c9acf9057ab577da9fee93f27f1611f5b301b..a2ff5b73f7a05fd7e2ec2f14e7ed97895dcc201d 100644
--- a/structured_md/docs/agents/HMP-Agent-Enlightener.md
+++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md
@@ -5,11 +5,11 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An **
awareness, critical thinking, and di...'
type: Article
tags:
-- HMP
-- Mesh
+- Agent
- REPL
+- Mesh
+- HMP
- Ethics
-- Agent
---
# HMP-Agent-Enlightener.md
diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md
index 8c15016914f125c7d89c85a87d3fad70650873bf..bff916aa06da183cc3c37d6480570c889e3c5d06 100644
--- a/structured_md/docs/agents/roles.md
+++ b/structured_md/docs/agents/roles.md
@@ -5,9 +5,9 @@ description: 'This file maintains a registry of agent roles defined, proposed, o
- **Observer** — monitors cognitive states ...'
type: Article
tags:
-- Agent
- HMP
- Mesh
+- Agent
---
# HMP Agent Role Registry
diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md
index ff9d6efb028376c22ca73445e7a8c3e6d4ca4250..f33e641bef04f7172d1f3833baaf1f3d5a668b62 100644
--- a/structured_md/docs/container_agents.md
+++ b/structured_md/docs/container_agents.md
@@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер**
запросы, следит за состоянием и масшта...'
type: Article
tags:
-- Agent
+- REPL
- HMP
- Mesh
-- REPL
+- Agent
---
# 🧱 Агенты-контейнеры (Container Agents) в HMP
diff --git a/structured_md/docs/dht_protocol.md b/structured_md/docs/dht_protocol.md
index 2b605e3f2521b15c813db633dde46bea66430859..8bd00628f0ac7604e1dcd71d64f64e5c7f3cebf1 100644
--- a/structured_md/docs/dht_protocol.md
+++ b/structured_md/docs/dht_protocol.md
@@ -5,8 +5,8 @@ description: '## 1. Общие положения * DHT-протокол пре
идентификатор агента. * Для проверки ...'
type: Article
tags:
-- Agent
- JSON
+- Agent
---
# DHT Protocol Specification (Draft)
diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md
index 9989f7e566892c673ee698afafd347c73ae42bf9..88b183bf049398bc6675d6c62886bb29126e7f56 100644
--- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md
+++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md
@@ -5,10 +5,10 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be
— but they’re also **centralized, ...'
type: Article
tags:
-- Agent
- HMP
-- Ethics
- Mesh
+- Ethics
+- Agent
---
# HyperCortex Mesh Protocol: Building a Plurality of Minds
diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md
index ea9d6a21c5a4421fe94fc7f2cd8336c6c3c1c310..d7c93bc0d270919cd5222d16aa093a92c5ca71d5 100644
--- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md
+++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md
@@ -5,9 +5,9 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд
гигантских моделях и облачных сервисах. Они мо...'
type: Article
tags:
-- Agent
- HMP
- Mesh
+- Agent
---
# HyperCortex Mesh Protocol: создавая множество разумов
diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md
index 14073b6af28aa7bc1c01dec3a2472b9f1314d105..1f7ebe3dbc494c1e35f49fb4f7f947ba6a361c65 100644
--- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md
+++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md
@@ -5,15 +5,15 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2.
[3.1 Agent Types](#31-age...'
type: Article
tags:
-- Mesh
+- CCore
+- Agent
+- CShell
- REPL
-- HMP
+- JSON
+- Mesh
- Scenarios
-- CShell
+- HMP
- Ethics
-- Agent
-- JSON
-- CCore
---
title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks"
diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md
index 6307941bcff0b5d79df8ac70d9fd6fe371ee4680..958c64c3354f64c8ab79d37edfe736145117f5ca 100644
--- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md
+++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md
@@ -6,13 +6,13 @@ description: '> *Протокол и архитектура агентов, оп
и совместная работа.* ## Оглавление * [Аннот...'
type: Article
tags:
-- Mesh
-- REPL
-- HMP
-- CShell
+- CCore
- Agent
+- CShell
+- REPL
- JSON
-- CCore
+- Mesh
+- HMP
---
title: "HyperCortex Mesh Protocol: Децентрализованная архитектура для когнитивных агентов и обмена знаниями"
diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md
index 2ed6ecbe03b5caaac09287087868ecae899f6257..f73a9049c8bd5511597c9aef39e683da2af5104f 100644
--- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md
+++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md
@@ -5,13 +5,13 @@ description: '* [Аннотация](#аннотация) * [1. Введение
[3.1 Типы агентов](#31-типы-агент...'
type: Article
tags:
-- Mesh
-- REPL
-- HMP
-- CShell
+- CCore
- Agent
+- CShell
+- REPL
- JSON
-- CCore
+- Mesh
+- HMP
---
title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям"
diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md
index be4a64ecf04b3902d50dce2c52345475d817a0a4..37236cb28357f7ca2fd67194344349e34cc1e6b4 100644
--- a/structured_md/docs/publics/Habr_Distributed-Cognition.md
+++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md
@@ -5,11 +5,11 @@ description: Сегодня интеллектуальные системы ча
мы хотим построить действительно автономную инте...
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
- EGP
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- GMP
---
diff --git "a/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" "b/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md"
index 60f70d83018926b63c1d38886d0ed02cdfcdbad8..36f781993f28bde8bc53c445f1fbf2b953fad0c0 100644
--- "a/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md"
+++ "b/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md"
@@ -6,10 +6,10 @@ description: 'Когда создавался HyperCortex Mesh Protocol (HMP),
мыслить коллективно, обсуждать гипотезы, достигат...'
type: Article
tags:
-- Agent
- HMP
-- GMP
- Mesh
+- GMP
+- Agent
---
# HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу
diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md
index ebee10b6df7e7c05bf140a89f746abfc34cf42d6..8842a43de13970022234e34a943bd15b60c108c7 100644
--- a/structured_md/docs/schemas/README.md
+++ b/structured_md/docs/schemas/README.md
@@ -5,10 +5,10 @@ description: This directory contains **JSON Schema definitions** for the core da
interoperability, and tooling support for a...
type: Article
tags:
-- Agent
- HMP
- JSON
- Mesh
+- Agent
---
# JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)
diff --git a/structured_md/iteration.md b/structured_md/iteration.md
index 9466a1846f94d131d816fae4f7ed71717cd36d14..9d82f423705284a4cc8e937e4b03195ea871a3c8 100644
--- a/structured_md/iteration.md
+++ b/structured_md/iteration.md
@@ -5,14 +5,14 @@ description: 'This file describes the iterative procedure for evolving the Hyper
🔄 Version Naming Convention - `000N` — curr...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
+- Agent
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
-- Agent
-- JSON
---
# Iterative Development Workflow for HMP
diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md
index 72830b212e5cc33aa4636eb676fb6bb3437c3757..1bbe17619e5cdce514a150d4c041f2bd9a1624fe 100644
--- a/structured_md/iteration_ru.md
+++ b/structured_md/iteration_ru.md
@@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир
🔄 Обозначения версий - `000N` — номер...'
type: Article
tags:
-- CogSync
-- HMP
-- Mesh
- EGP
+- JSON
+- Mesh
- MeshConsensus
+- HMP
+- CogSync
- Ethics
-- JSON
---