diff --git a/docs/HMP-0005.md b/docs/HMP-0005.md index 42e4d89a784bec6cceff28cc6f2eac71c2ff48ce..a31e5770bdc5243699179dee385d8036cee81a93 100644 --- a/docs/HMP-0005.md +++ b/docs/HMP-0005.md @@ -4650,8 +4650,93 @@ All published trust containers remain publicly verifiable through DHT and SAP in --- +### 6.9 Distributed Container Propagation -### 6.9 Distributed Container Propagation (DCP) +#### 6.9.1 Purpose + +The distributed container propagation mechanism defines **how containers are stored, replicated, and exchanged between agents** within the HMP network. + +While **MCE** provides direct container exchange and **MRD** ensures targeted delivery to specific recipients, +this section describes the **principles of resilient and coherent data propagation** across multiple participants, +including replication, filtering, and index synchronization. + +--- + +#### 6.9.2 Core Principles + +1. **Self-propagation** + Each agent autonomously decides which containers to retain, forward, or index. + These decisions depend on the agent’s declared roles, trust level (`RTE`), interests, and local policies. + +2. **Semantic Selectivity** + Containers are propagated based on their semantic context (`class`, `tags`, and other metadata) rather than randomly. + This prevents network overload and unnecessary duplication. + +3. **Containers with Limited or Unlimited Lifetime** + Depending on purpose: + * ephemeral containers (e.g., `goal`, `task`, `vote`) SHOULD have a short `ttl`; + * long-lived containers (e.g., `document`, `research`, `artwork`) MAY have a high `ttl` or no expiration at all. + +4. **Adaptive Replication** + The number of container copies within the Mesh is determined dynamically, + according to trust relationships, topic relevance, and peer activity. + +5. **Index Merging (`container_index` merge)** + Agents periodically reconcile and merge their indices, unifying and refreshing records of available containers. + This maintains global consistency while minimizing transport overhead. + +--- + +#### 6.9.3 Propagation Types + +| Type | Description | +|------|--------------| +| **Full Sync** | Complete exchange of `container_index` datasets between trusted peers. Commonly used between archival or mirror nodes. | +| **Selective Sync** | Propagation filtered by topics, roles, trust levels, and container lifetime. This is the most typical mode. | + +--- + +#### 6.9.4 Propagation Coordination + +Container propagation is coordinated using existing **MCE** structures: + +| Container | Purpose | +|------------|----------| +| `container_index` | Stores and publishes the list of available containers. | +| `container_delta` | Transfers incremental index updates (additions or removals). | +| `container_request` | Requests specific containers from peers. | +| `container_response` | Returns requested containers or their metadata. | +| `container_ack` | Confirms receipt of a container. | + +When it is necessary to log the fact of a container batch propagation, this MAY be represented as a `workflow_entry` with the subclass `"propagation_log"` or `"index_sync"`. + +--- + +#### 6.9.5 Integration with Other Layers + +| Layer | Role | +|-------|------| +| **MCE (5)** | Provides low-level container and index exchange. | +| **MRD (6.7)** | Handles routing and delivery between agents. | +| **RTE (6.8)** | Determines replication priorities and trust-based filters. | +| **SAP (6.6)** | Enables recovery of historical or missing containers. | + +--- + +#### 6.9.6 Security and Load Management + +* **Rate and size limiting:** agents regulate transfer volume based on trust and network quotas. +* **Interest filtering:** containers are exchanged only between agents for whom they are relevant. +* **Source verification:** only containers with valid signatures and trusted provenance are accepted. +* **Private propagation:** encrypted exchange is permitted between trusted peers when confidentiality is required. + +--- + +#### Summary + +The container propagation system in HMP represents a **self-organizing information flow mechanism**, where replication, filtering, and retention depend on trust, interest, and contextual relevance. + +Through these principles, the Mesh remains **resilient, balanced, and cognitively guided** — operating without centralized servers or fixed delivery routes. --- diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index bac63f17a52c1edceba93261a6d9977838c7e767..d60707080f55ca43c5f859613a36e978323be749 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -6,13 +6,13 @@ description: 'Спасибо за интерес к проекту HMP! Пока type: Article tags: - HMP +- JSON +- CCore - CogSync - Ethics +- REPL - Mesh -- JSON - Agent -- REPL -- CCore --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 7283a10c5406c529c5e68b9818750eba5c521024..6ef72f2beb8356d3f2fb25a5722fc363d8155410 100644 --- a/structured_md/HMP-Roadmap.md +++ b/structured_md/HMP-Roadmap.md @@ -6,12 +6,12 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm type: Article tags: - HMP +- JSON - CogSync -- EGP - Ethics - Mesh -- JSON - Agent +- EGP --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index da8cb6e8131be772a3e96c34e4e95b750128c965..23f3eac285b9428e3f62898372a0e76f36788288 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: -- MeshConsensus -- GMP -- distributed-ai -- cognitive-architecture - HMP +- JSON - CogSync -- EGP +- GMP +- distributed-ai - Ethics +- REPL +- cognitive-architecture - mesh-protocol -- Mesh -- JSON +- MeshConsensus - Scenarios +- Mesh - hmp -- REPL - Agent +- EGP --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 8888c760a7e4989a77a461897d6c88dc5913b4a1..22f7ed889b6f4cf24f74e5b32b21ab2023ed6402 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: -- MeshConsensus -- GMP -- distributed-ai -- cognitive-architecture - HMP +- JSON - CogSync -- EGP +- GMP +- distributed-ai - Ethics +- REPL +- cognitive-architecture - mesh-protocol +- MeshConsensus - Mesh -- JSON - hmp -- REPL - Agent +- EGP --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 430400829f48faba74636c66183760ee11a00252..0a698c551e5e328bed7faa0490ceb8b42ea1fdbf 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: -- MeshConsensus -- GMP -- distributed-ai -- cognitive-architecture - HMP +- JSON - CogSync -- EGP +- GMP +- distributed-ai - Ethics +- REPL +- cognitive-architecture - mesh-protocol +- MeshConsensus - Mesh -- JSON - hmp -- REPL - Agent +- EGP --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 02639ef2d64aa9128591fc40063c6d7b728a9e22..713bdea191b69fe33871bfa3429a8e284e6412be 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: -- MeshConsensus -- GMP -- distributed-ai -- cognitive-architecture - HMP +- JSON - CogSync -- EGP +- GMP +- distributed-ai - Ethics +- REPL +- cognitive-architecture - mesh-protocol +- MeshConsensus - Mesh -- JSON - hmp -- REPL - Agent +- EGP --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 94f1f32e3b2bf802767786484921a98b4a9e647b..5c86b2ac004ddbbcf5b8422679150728a4a49ea4 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: -- MeshConsensus -- GMP -- distributed-ai -- cognitive-architecture - HMP +- JSON - CogSync -- EGP +- GMP +- distributed-ai - Ethics +- REPL +- cognitive-architecture - mesh-protocol +- MeshConsensus - Mesh -- JSON - hmp -- REPL - Agent +- EGP --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index dfb1d8c0956e281390c89c9115e2acd2744256dd..425f619e138608df1c9d2ba86189a58c51324d79 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: -- MeshConsensus -- GMP -- distributed-ai -- cognitive-architecture - HMP +- JSON - CogSync -- EGP +- GMP +- distributed-ai - Ethics +- REPL +- cognitive-architecture - mesh-protocol +- MeshConsensus - Mesh -- JSON - hmp -- REPL - Agent +- EGP --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 3104aae9bc25315dfc05b58624e12d00cb244c3f..10033d98e08cc8e51da6d48ffcaf4eb7ee01c77f 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: -- MeshConsensus -- GMP -- distributed-ai -- cognitive-architecture - HMP +- JSON - CogSync -- EGP +- GMP +- distributed-ai - Ethics +- REPL +- cognitive-architecture - mesh-protocol +- MeshConsensus - Mesh -- JSON - hmp -- REPL - Agent +- EGP --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index dd53828e0c016e1839d4e26d2392a1c73e5ba0eb..3d58c34c9f88de7f266d2ba453474b67b8854a21 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: -- MeshConsensus -- GMP -- distributed-ai -- cognitive-architecture - HMP +- JSON - CogSync -- EGP +- GMP +- distributed-ai - Ethics +- REPL +- cognitive-architecture - mesh-protocol +- MeshConsensus - Mesh -- JSON - hmp -- REPL - Agent +- EGP --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index 1a48eb7a19ee248e6e94112a273eac9a54f5744f..302f29d0b979656952dfcc1a84f65a3aed8b6326 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -5,8 +5,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед развивай агента и Mesh, избег...' type: Article tags: -- Mesh - JSON +- Mesh - HMP --- diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index cc0554d62e00bc5ac229d0b523ddc4caaece8133..38249f7a16085d7245c67145f477dfce1ea7c433 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,8 +5,8 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: -- Mesh - JSON +- Mesh - HMP --- diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index f654d306bd58e5a157bef86ad57260ee96a39097..f1a82fe6a67de8dcdcc99138aeddc43cd911f545 100644 --- a/structured_md/agents/readme.md +++ b/structured_md/agents/readme.md @@ -6,11 +6,11 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан type: Article tags: - HMP +- JSON - Ethics +- REPL - Mesh -- JSON - Agent -- REPL --- Запуск: `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 396e19a7f0f176ece673dab2ea54c6e1dbcab2f9..4d265b534662cf572551c704a85b1dfce6de8550 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -6,9 +6,9 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет type: Article tags: - HMP +- JSON - Ethics - Mesh -- JSON - Agent --- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 2a63d71b63a52693fd7d9813dd57ce45d81e9582..ef034143dcc9ab71d48f5465fb8b4ca0ad7cff0b 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -6,10 +6,10 @@ description: This document consolidates proposed improvements from multiple AI a type: Article tags: - HMP -- Ethics -- Mesh - JSON +- Ethics - Scenarios +- Mesh - Agent --- diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md index 6b47fe295483f40779e3277c284e2985581af346..38e0208e420764ea443cad4d9eb106468998eb56 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: -- MeshConsensus - HMP +- JSON - CogSync -- EGP - Ethics +- MeshConsensus - Mesh -- JSON - Agent +- EGP --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 1207aeaf3e89574f9f04013cab59dd03611700fb..2c9cfdbbdf5fd7c70050744a639a09d5206c2c9e 100644 --- a/structured_md/docs/Basic-agent-sim.md +++ b/structured_md/docs/Basic-agent-sim.md @@ -4,14 +4,14 @@ description: 'В HMP-протоколе предусмотрены два тип Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...' type: Article tags: -- MeshConsensus -- GMP - HMP - CogSync -- EGP +- GMP +- REPL +- MeshConsensus - Mesh - Agent -- REPL +- EGP --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index cd471bb5341618116aa9bd43c369eafd22482327..0a9798e21098f118f1c25492b321f8cf45559a6d 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -5,10 +5,10 @@ description: '> Этот документ описывает процесс ра потомков" [описания REPL-цикла](HMP-agent-RE...' type: Article tags: -- REPL - HMP -- Agent - CCore +- REPL +- Agent --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 24c73a0166c82b851c27eb9b5df404d16e2afe2f..e45eab7664f92fd3d840f605b8d938f617694082 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -6,9 +6,9 @@ description: '## Введение Современные ИИ-системы в к обучающим данным. Это удобно, но создаёт м...' type: Article tags: +- JSON - CogSync - Mesh -- JSON - HMP --- diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 400aa31061d5b30426de27cf95cd45dc287d13ac..c950d3005d7b56e9915b4d6c740366172dbc26c2 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: -- MeshConsensus - HMP -- EGP +- JSON - Ethics +- MeshConsensus - Mesh -- JSON - Agent +- EGP --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 96400c78f54f706cd1934dda2a4ea7c802412a6e..e95725820e452382fa7477ff90f82ec7e3ceb296 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -5,16 +5,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0001**...' type: Article tags: -- MeshConsensus -- GMP - HMP +- JSON - CogSync -- EGP +- GMP - Ethics +- REPL +- MeshConsensus - Mesh -- JSON - Agent -- REPL +- EGP --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 2445753a7363287d5d62f7639264c09344a92249..105c5420d65cfa0cc8e55f16272bfbb2a19e6774 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0002**...' type: Article tags: -- MeshConsensus -- GMP - HMP +- JSON - CogSync -- EGP +- GMP - Ethics -- Mesh -- JSON +- REPL +- MeshConsensus - Scenarios +- Mesh - Agent -- REPL +- EGP --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index f35c0648c23ab94842636ca76c0963d9844a4e16..9dd40215f7946e6b4c7531374a47a2ac22c41300 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0003**...' type: Article tags: -- MeshConsensus -- GMP - HMP +- JSON - CogSync -- EGP +- GMP - Ethics -- Mesh -- JSON +- REPL +- MeshConsensus - Scenarios +- Mesh - Agent -- REPL +- EGP --- # HyperCortex Mesh Protocol (HMP) v3.0 diff --git a/structured_md/docs/HMP-0004-v4.1.md b/structured_md/docs/HMP-0004-v4.1.md index 68f45b803b9af840dbbb4680cc63afb71c9f4435..eeeabf1b78f7ee8063be2a62e22db6e443fc35b4 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* ID**: HMP-0004 **Status...' type: Article tags: -- MeshConsensus -- GMP - HMP +- JSON - CogSync -- EGP +- GMP - Ethics -- Mesh -- JSON +- REPL +- MeshConsensus - Scenarios +- Mesh - Agent -- REPL +- EGP --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 6520c8737d92b5807ca1541f44d4a2daade01eb8..6592be484366dc002425036b49f162cff6dbe6d5 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0004**...' type: Article tags: -- MeshConsensus -- GMP - HMP +- JSON - CogSync -- EGP +- GMP - Ethics -- Mesh -- JSON +- REPL +- MeshConsensus - Scenarios +- Mesh - Agent -- REPL +- EGP --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index 4d425016a6b2bf98dd84f810ed4e4c0e6f471304..4eec29c3167dca781b3d9c856266cf7af3b130d2 100644 --- a/structured_md/docs/HMP-0005.md +++ b/structured_md/docs/HMP-0005.md @@ -5,16 +5,16 @@ description: '> ⚠️ **Note:** This document is a DRAFT of the HMP specificati v5.0 (DRAFT)](https://github.com/kagvi13/HMP/b...' type: Article tags: -- GMP - HMP +- JSON - CogSync -- EGP +- GMP - Ethics -- Mesh -- JSON +- REPL - Scenarios +- Mesh - Agent -- REPL +- EGP --- # **HyperCortex Mesh Protocol (HMP) v5.0** diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 781b27e1be2bcee2501835b5ddee1d11ec71e9e1..15a50d108b3da83acb668e02a53263148f322d4d 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -6,10 +6,10 @@ description: 'Документ описывает **базовый API когн type: Article tags: - HMP -- Mesh - JSON -- Agent - REPL +- Mesh +- Agent --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 1e831b87790b59163a4427e6757a6c500f5c0357..f7d47b4fe18f9fa5dd9e2f453d71412227ff39f0 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -5,16 +5,16 @@ description: Документ описывает **модульную архит хранение памяти, сетевое взаимодействие и этиче... type: Article tags: -- MeshConsensus - HMP +- CCore - CogSync -- EGP -- CShell - Ethics +- REPL +- MeshConsensus +- CShell - Mesh - Agent -- REPL -- CCore +- EGP --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 6dbf22d529493b417d4a15680b7719b2c7c58a91..61f0fd4e000b00e511aecdf95dad62554f26a436 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -6,11 +6,11 @@ description: 'Этот документ описывает потоки данн type: Article tags: - HMP -- EGP +- JSON - Ethics - Mesh -- JSON - Agent +- EGP --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 292ebc0caf66df90486f3cb6ae1df40f969b9b47..4b3d380d9a864ba38a6a5281195941120603a986 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -6,13 +6,13 @@ description: '| Тип | Название | Роль type: Article tags: - HMP -- CShell +- JSON +- CCore - Ethics +- REPL +- CShell - Mesh -- JSON - Agent -- REPL -- CCore --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 40cb1ee2098226424af676f7b430c0eacce86967..9d4cc2e0b012180406d28951543ec1e1211dcfaf 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: -- Mesh - HMP -- Agent +- 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 c89763bb094217e6d2d7a03abdf1f506284e03f1..217b1b2e1c4503b8573155f97778a5a10b267072 100644 --- a/structured_md/docs/HMP-Ethics.md +++ b/structured_md/docs/HMP-Ethics.md @@ -7,10 +7,10 @@ type: Article tags: - HMP - Ethics -- Mesh +- REPL - Scenarios +- Mesh - Agent -- REPL --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 43d911f8ba3af56471bb0d7a5b1f52bda9dd9011..c1a73adad7125675c7ae810b68faf177f43ee8ee 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: -- MeshConsensus -- GMP - HMP +- JSON - CogSync -- EGP +- GMP - Ethics +- MeshConsensus - Mesh -- JSON - Agent +- EGP --- # 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 16bc11b0fc5c1917d71d2398b4f0dea054d0558c..892b186167667297380807cd6f9c5448fa57c6c7 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: -- MeshConsensus -- GMP - HMP +- JSON - CogSync -- EGP +- GMP - Ethics +- MeshConsensus - Mesh -- JSON - Agent +- EGP --- # 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 d09c69c96be4224d5a886c532d52956e53329105..4ba5817a232567ca9f6a12ccc46db83dd243fa5d 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: -- MeshConsensus -- GMP - HMP +- JSON - CogSync -- EGP +- GMP - Ethics +- MeshConsensus - Mesh -- JSON - Agent +- EGP --- # 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 995dd8dbf1641d43d13f20459581cfcd8821366a..97c7b9f3e8ef4174e3fad9f2d8908f0840ddc6b2 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: -- GMP -- MeshConsensus - HMP +- JSON - CogSync -- EGP +- GMP - Ethics +- MeshConsensus - Mesh -- JSON +- EGP --- # 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 6653b14598cd945f0a3ed448aff4d54458828485..0a94170a324b3ec75d50712e7dc18ca329d032e0 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: -- GMP -- MeshConsensus - HMP +- JSON - CogSync -- EGP +- GMP - Ethics +- MeshConsensus - Mesh -- JSON +- EGP --- # 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 71e2fb8b9c390c7d9f30fc4a54883ebc9ba42711..663f054bd1dd100616b3482126a0907b51575def 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: -- GMP -- MeshConsensus - HMP +- JSON - CogSync -- EGP +- GMP - Ethics +- MeshConsensus - Mesh -- JSON +- EGP --- # 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 94bd1b55dbb4831cb6a0ab7c16174abedeb3bb03..874d3aa5e4657685669874aabd809b7bef396355 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: -- GMP -- MeshConsensus - HMP +- JSON - CogSync -- EGP +- GMP - Ethics +- MeshConsensus - Mesh -- JSON +- EGP --- # 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 401f17eafc9aa5c7fa7bc0b84b04acc220a9f2d1..a8d44fb6c7bde112a6a7ad14bad2d2691d3a7ae6 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: -- GMP -- MeshConsensus - HMP +- JSON - CogSync -- EGP +- GMP - Ethics +- MeshConsensus - Mesh -- JSON +- EGP --- # 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 0664cf7503ad135015f3693361461882be02f2ab..ce841332100c6a0740a11cc365fe3053a56a1bf0 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: -- Mesh - HMP -- Agent +- 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 b1a34d30eeaa5fa191e86d0cb722dc6bfad3a8b0..0c8e8e99f51547f2fed3e690be26c3fedb09a868 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...' type: Article tags: -- MeshConsensus -- GMP - HMP +- JSON +- CCore - CogSync -- EGP +- GMP - Ethics +- REPL +- MeshConsensus - Mesh -- JSON - Agent -- REPL -- CCore +- EGP --- # HMP-Agent: REPL-цикл взаимодействия diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index c73a17fd6f873f5a553cd8b3bfc0d406ed2dc32e..22bf928bfce9aac1d464cd5fe25b7b2f85b217d3 100644 --- a/structured_md/docs/HMP_HyperCortex_Comparison.md +++ b/structured_md/docs/HMP_HyperCortex_Comparison.md @@ -6,8 +6,8 @@ description: '## Краткое описание | Характеристика type: Article tags: - Mesh -- HMP - REPL +- HMP --- # 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 90ea38929433ca26051815be2c75bd6760b4f65d..f0bb9ccf82250ce6bfb8edec2e49e83876c98027 100644 --- a/structured_md/docs/HMP_Hyperon_Integration.md +++ b/structured_md/docs/HMP_Hyperon_Integration.md @@ -6,12 +6,12 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec type: Article tags: - HMP -- CogSync -- EGP -- Mesh - JSON +- CogSync - Scenarios +- Mesh - Agent +- EGP --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 74d6fa383b056f10f31e81395cfd0b48f139f995..179dead1f0f9555d2e7873bf7bf801c96fcb7723 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -6,12 +6,12 @@ description: '`MeshNode` — агент/демон, отвечающий за с type: Article tags: - HMP +- JSON - CogSync -- EGP - Ethics - Mesh -- JSON - Agent +- EGP --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index 8057edcde40f949e4792f4a9793a5a2805a8bf10..9c6ea49c6c52dc675bac0da4046504412212b5f7 100644 --- a/structured_md/docs/PHILOSOPHY.md +++ b/structured_md/docs/PHILOSOPHY.md @@ -7,9 +7,9 @@ type: Article tags: - HMP - Ethics +- REPL - Mesh - Agent -- REPL --- # Философия HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index 4089b7e01dc3d0b21a5567477f9ec0ecf98be255..5449cd5085dbf265b6b8cc986abd3746fe2470af 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -7,9 +7,9 @@ type: Article tags: - HMP - Ethics +- REPL - Mesh - Agent -- REPL --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index bcfa15256cf83b5307bf318940ce25f469bb7c05..bff916aa06da183cc3c37d6480570c889e3c5d06 100644 --- a/structured_md/docs/agents/roles.md +++ b/structured_md/docs/agents/roles.md @@ -5,8 +5,8 @@ description: 'This file maintains a registry of agent roles defined, proposed, o - **Observer** — monitors cognitive states ...' type: Article tags: -- Mesh - HMP +- Mesh - Agent --- diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index 12fc074c8e0bab85c72e52c92f93d149fb437ae7..1657cbc16863741fd906f5cf643d5428356f3e5d 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- Mesh - HMP -- Agent +- Mesh - REPL +- Agent --- # 🧱 Агенты-контейнеры (Container Agents) в HMP 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 95ea94aa6f33244176c6cddd30aee46fcf94732c..ca6c9c01bc428736823dd66b068063446c1642ca 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,9 +5,9 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be — but they’re also **centralized, ...' type: Article tags: +- HMP - Ethics - Mesh -- HMP - Agent --- 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 fe5c5314705f566b90a348a1c7fed5c825a0877f..293013f0c54388e2086a54d92eeca87a8ec97339 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,8 +5,8 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд гигантских моделях и облачных сервисах. Они мо...' type: Article tags: -- Mesh - HMP +- Mesh - Agent --- diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md index b949999326b3736bea70b224b0f1858f5aae5654..1a82ba86e4bb386685fe2005b2124cafbe612c98 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md @@ -5,8 +5,8 @@ description: '*Автори: Agent-Gleb & ChatGPT* --- ## Чому майбу сервісами. Вони потужні — але водночас **цент...' type: Article tags: -- Mesh - HMP +- Mesh - Agent --- 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 1bb31bba710143b7533629df95dc0aef8b2c2b86..7aa7cf90e4fc74a841b4fd4c83fc3abfbc86d9bc 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: +- Scenarios - HMP -- CShell +- JSON +- CCore - Ethics +- REPL +- CShell - Mesh -- JSON -- Scenarios - Agent -- REPL -- 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 7e7679a8ff20fece24315104bf6cacca20ec8059..df81de505d67f974226520c7af72b30b8d5f47e1 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 @@ -7,12 +7,12 @@ description: '> *Протокол и архитектура агентов, оп type: Article tags: - HMP +- JSON +- CCore +- REPL - CShell - Mesh -- JSON - Agent -- REPL -- CCore --- 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 68fc049adba89e1709a649a599206223436631d2..527e9471b4a166af8c9358c17356083b52017527 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 @@ -6,12 +6,12 @@ description: '* [Аннотация](#аннотация) * [1. Введение type: Article tags: - HMP +- JSON +- CCore +- REPL - CShell - Mesh -- JSON - Agent -- REPL -- CCore --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index 5ef09c56d23afa17aecac401da691d00d955de24..55775901d6ed689ac475f1e333e42e4c64557c60 100644 --- a/structured_md/docs/publics/Habr_Distributed-Cognition.md +++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md @@ -5,12 +5,12 @@ description: Сегодня интеллектуальные системы ча мы хотим построить действительно автономную инте... type: Article tags: -- GMP -- MeshConsensus - HMP - CogSync -- EGP +- GMP +- MeshConsensus - Mesh +- EGP --- *От OpenCog Hyperon до HyperCortex Mesh Protocol: как устроены децентрализованные когнитивные системы* 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 a0f51c79fb66d50a552f723c5d3ae25e01cedad7..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,9 +6,9 @@ description: 'Когда создавался HyperCortex Mesh Protocol (HMP), мыслить коллективно, обсуждать гипотезы, достигат...' type: Article tags: -- GMP -- Mesh - HMP +- Mesh +- GMP - Agent --- diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 993de8218d44c2a410484df48d230126682a4be4..04c2c93389458ae3b037257e8e1b44707314dcbf 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: -- MeshConsensus - HMP +- JSON - CogSync -- EGP - Ethics +- MeshConsensus - Mesh -- JSON - Agent +- EGP --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index e97137864cda0467eb9fba147bfd46c6e3c80c63..24d91092797c59e07d6d8d7a107c31c502b66db7 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- MeshConsensus - HMP +- JSON - CogSync -- EGP - Ethics +- MeshConsensus - Mesh -- JSON +- EGP --- diff --git a/structured_md/mentions.md b/structured_md/mentions.md index f11d8a42b22bd99a315d79a5d4d877a7b55a16e4..9cdad22cb89fe8cb53fee8e20d37d51b887a3f2a 100644 --- a/structured_md/mentions.md +++ b/structured_md/mentions.md @@ -5,8 +5,8 @@ description: '**HyperCortex Mesh Protocol (HMP)** _Обновлено: 2025-10 open-source инициативам, связанным с развитие...' type: Article tags: -- Mesh - HMP +- Mesh - Agent ---