diff --git a/docs/HMP-0005.md b/docs/HMP-0005.md index 3011475dc0f7aaa7d88e2a3635c644868a9844e9..332f74081d5cc4a964e9bdb23c443147b3deabac 100644 --- a/docs/HMP-0005.md +++ b/docs/HMP-0005.md @@ -1514,6 +1514,10 @@ For details and examples, see **section 3.15** — *Usage of `network` and `broa The **Mesh Container Exchange (MCE)** mechanism is designed for discovering, requesting, and exchanging containers between agents in a distributed network. It provides **container synchronization without duplication** while considering network constraints (`broadcast`, `network`). +*MCE does not mandate request-response semantics.* + +--- + ### 5.1 General principles 1. Each agent maintains a **Container Index** — a set of minimal metadata describing which containers are available in its storage and how they are cognitively positioned. @@ -1814,6 +1818,9 @@ Acknowledgment of successful container reception: } ``` +The absence of a `container_ack` MUST NOT be interpreted as a delivery failure. +Retransmission decisions are left to the sender's local policy and may take into account expected latency, network conditions, and container semantics. + --- ### 5.3 Independent transmission @@ -4724,12 +4731,18 @@ and lists all containers with their metadata and hashes. The **Message Routing & Delivery (MRD)** subsystem defines how containers are delivered to specific agents across the Mesh. Unlike the **Mesh Container Exchange (MCE)**, which is responsible for publishing and exchanging containers in the Mesh network, -MRD focuses on *directed delivery* — ensuring that a container eventually reaches its intended recipient, -even through NAT, intermittent connectivity, or indirect relay paths. +MRD focuses on *directed delivery* — ensuring that a container eventually reaches its intended recipient, even through NAT, intermittent connectivity, or indirect relay paths. In HMP v5.0, message delivery is performed through verifiable **container transactions**. Peers discover suitable relays via `peer_announce` metadata, while delivery routes are auditable through appended `relay_chain` entries and distributed container publication in `container_index` records. +MRD **MAY support push-based propagation** (unsolicited or role-driven container dissemination), including: + + * role-based dissemination; + * pub/sub hubs; + * archival store-and-forward nodes; + * opportunistic broadcast channels. + --- #### 6.8.1 Purpose @@ -4894,8 +4907,10 @@ flowchart LR > **Summary:** > MRD provides a verifiable, role-driven message delivery layer above MCE. -> It ensures containers can reach intended recipients through trusted relays, -> maintaining auditability, TTL enforcement, and reputation-aware routing policies. +> It ensures containers can reach intended recipients through trusted relays, maintaining auditability, TTL enforcement, and reputation-aware routing policies. +> +> **MCE defines container exchange primitives, not delivery strategies. +> MRD defines how, when, and to whom containers are propagated.** --- diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 129929fb0b2f5d9e2db2f2f0f73f1ede413934ad..19e6fe0eb18a48085e50cfd8f97b8e7fd8d02c52 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока Mesh Protocol (HMP) — это не просто те...' type: Article tags: -- CCore - JSON -- CogSync -- Agent +- Mesh - REPL +- CCore +- Agent - Ethics - HMP -- Mesh +- CogSync --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 057b73a2e6304e17ff162884820ccfb60c97b3ce..c3347b800dd15403b42bb26dc51fe08daaf6e74a 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: - JSON -- CogSync +- Mesh - Agent -- EGP - Ethics +- EGP - HMP -- Mesh +- CogSync --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index 23ca525df0e2dd2d08f3c0b443a91b78d1b8931c..cd516457e62b3ef82616951e7d303ada44fbf495 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: -- cognitive-architecture - GMP - JSON -- CogSync +- Mesh +- REPL - Agent -- mesh-protocol -- hmp +- Ethics - distributed-ai -- MeshConsensus - EGP -- REPL -- Ethics -- HMP -- Mesh - Scenarios +- HMP +- CogSync +- hmp +- mesh-protocol +- MeshConsensus +- cognitive-architecture --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index ce0214d2acef44674c640f3d815eeabd490c1164..4729e299f280784b5ffbdcb0073fe7a6ea50dfc6 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: -- cognitive-architecture - GMP - JSON -- CogSync +- Mesh +- REPL - Agent -- mesh-protocol -- hmp +- Ethics - distributed-ai -- MeshConsensus - EGP -- REPL -- Ethics - HMP -- Mesh +- CogSync +- hmp +- mesh-protocol +- MeshConsensus +- cognitive-architecture --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 3837e35ebcd648cb8f822b1e0499fdcbaa8b084a..86db961c8f7c34c4481078d678e0ee89c5db3051 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: -- cognitive-architecture - GMP - JSON -- CogSync +- Mesh +- REPL - Agent -- mesh-protocol -- hmp +- Ethics - distributed-ai -- MeshConsensus - EGP -- REPL -- Ethics - HMP -- Mesh +- CogSync +- hmp +- mesh-protocol +- MeshConsensus +- cognitive-architecture --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 0af73567151d2261d30853b17b30accfd59636e0..831f9dac1c39fa408c419fdde225cb965d03d2b0 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: -- cognitive-architecture - GMP - JSON -- CogSync +- Mesh +- REPL - Agent -- mesh-protocol -- hmp +- Ethics - distributed-ai -- MeshConsensus - EGP -- REPL -- Ethics - HMP -- Mesh +- CogSync +- hmp +- mesh-protocol +- MeshConsensus +- cognitive-architecture --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index b20183f42f78fc00fdbb086708ee4db82af395a5..486092126fd73fea861010bf5ea388b908e643db 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: -- cognitive-architecture - GMP - JSON -- CogSync +- Mesh +- REPL - Agent -- mesh-protocol -- hmp +- Ethics - distributed-ai -- MeshConsensus - EGP -- REPL -- Ethics - HMP -- Mesh +- CogSync +- hmp +- mesh-protocol +- MeshConsensus +- cognitive-architecture --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 3f1fbdbefeceb2fae92a26a60438eb45646d1a1f..c57b18d116e5f1c8dbbafbbf8d5c51adf632ac70 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: -- cognitive-architecture - GMP - JSON -- CogSync +- Mesh +- REPL - Agent -- mesh-protocol -- hmp +- Ethics - distributed-ai -- MeshConsensus - EGP -- REPL -- Ethics - HMP -- Mesh +- CogSync +- hmp +- mesh-protocol +- MeshConsensus +- cognitive-architecture --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index eac3ee49c29a6b5c10940727293be54293c7a206..3c9ac1d951bbb3e16814e4983b28c32c4ec6f7b2 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: -- cognitive-architecture - GMP - JSON -- CogSync +- Mesh +- REPL - Agent -- mesh-protocol -- hmp +- Ethics - distributed-ai -- MeshConsensus - EGP -- REPL -- Ethics - HMP -- Mesh +- CogSync +- hmp +- mesh-protocol +- MeshConsensus +- cognitive-architecture --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 7b7c12a73410f7307a677007f06ed2a4a177e5bd..274de70a323def9069f3674d7d4a7297f8c43c04 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: -- cognitive-architecture - GMP - JSON -- CogSync +- Mesh +- REPL - Agent -- mesh-protocol -- hmp +- Ethics - distributed-ai -- MeshConsensus - EGP -- REPL -- Ethics - HMP -- Mesh +- CogSync +- hmp +- mesh-protocol +- MeshConsensus +- cognitive-architecture --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index c969f2de2a52b97aa6caa28caf8be9e0e8621935..302f29d0b979656952dfcc1a84f65a3aed8b6326 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -6,8 +6,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед type: Article tags: - JSON -- HMP - Mesh +- HMP --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index 1665350fb4c94e5530c3a3281582c49cdd0fc664..38249f7a16085d7245c67145f477dfce1ea7c433 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -6,8 +6,8 @@ description: '* Постоянно расширять возможности а type: Article tags: - JSON -- HMP - Mesh +- HMP --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index eb8c75a89e6123fcc86c03ad72ad62cdac30218a..b8a590d6b4d011a84d5ee14083698e5bf8e03101 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: - JSON -- Agent +- Mesh - REPL +- Agent - Ethics - HMP -- Mesh --- Запуск: `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 d14d000bf83a626e745208993b16669a9ae040a2..fba232bd088f25f006a73365b36edadb38ca5fa3 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -6,10 +6,10 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет type: Article tags: - JSON +- Mesh - Agent - Ethics - HMP -- Mesh --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 242858a38fb5571d36c1263aebffb6c85c280c74..385c9bfcb50fe7c2367dbde137491fc090b7f847 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -6,11 +6,11 @@ description: This document consolidates proposed improvements from multiple AI a type: Article tags: - JSON +- Mesh - Agent - Ethics -- HMP -- Mesh - Scenarios +- HMP --- # 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 8b15bf2b752eab203d3d258edd0889551ef04c23..35d6b82abae289d6b1a99933bcb6f3ec02d38438 100644 --- a/structured_md/audits/HMP-0003-consolidated_audit.md +++ b/structured_md/audits/HMP-0003-consolidated_audit.md @@ -6,13 +6,13 @@ description: Сводный аудит предложений по улучше type: Article tags: - JSON -- CogSync +- Mesh - Agent -- MeshConsensus -- EGP - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index ad6a8d383bf21069f7b461290bc77168f96fc979..b6e86ed9d4a0775501f44ff6261edf75147bc452 100644 --- a/structured_md/docs/Basic-agent-sim.md +++ b/structured_md/docs/Basic-agent-sim.md @@ -5,13 +5,13 @@ description: 'В HMP-протоколе предусмотрены два тип type: Article tags: - GMP -- CogSync +- Mesh +- REPL - Agent -- MeshConsensus - EGP -- REPL - HMP -- Mesh +- CogSync +- MeshConsensus --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index 7fd0e4ec9c7a564fcbfd9fd5310c5ee98847abdf..c6226b0df27b4ddd20016f70cb6347ca8ffbb852 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -6,9 +6,9 @@ description: '> Этот документ описывает процесс ра type: Article tags: - CCore -- REPL -- HMP - Agent +- HMP +- REPL --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 8eae4d6a2a8c96535e694299df687a7792302a2c..e09f62d7456d3f7e8e63f0def4baf3d074bda398 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в к обучающим данным. Это удобно, но создаёт м...' type: Article tags: -- CogSync -- HMP -- Mesh - JSON +- Mesh +- HMP +- CogSync --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 759334f192d3f27c970b3661657096d2d672eb01..51076f8cb372bc85e69c66dcd20fb6511d75dd1d 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -6,12 +6,12 @@ description: '**Enlightener** — логический компонент HMP-у type: Article tags: - JSON +- Mesh - Agent -- MeshConsensus -- EGP - Ethics +- EGP - HMP -- Mesh +- MeshConsensus --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index f7e42bec7ab55e88e2274e294fea9424667cc4c4..0662b46295fd32b16c04a4e8054bde0063fc728a 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** **Cat...' type: Article tags: -- JSON - GMP -- CogSync -- Agent -- MeshConsensus -- EGP +- JSON +- Mesh - REPL +- Agent - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 5c0f904e26bf645460445f3426b02535d3f066f3..190bbff541e6ef50afb3a5c7e2481866fe1245c5 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** **Cat...' type: Article tags: -- JSON - GMP -- CogSync -- Agent -- MeshConsensus -- EGP +- JSON +- Mesh - REPL +- Agent - Ethics -- HMP -- Mesh - Scenarios +- EGP +- HMP +- CogSync +- MeshConsensus --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index e1c1c6388eccace8000ada86498684c508fd0e9e..7d62a042f405a70de78584e835310e75c7598b14 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** **Cat...' type: Article tags: -- JSON - GMP -- CogSync -- Agent -- MeshConsensus -- EGP +- JSON +- Mesh - REPL +- Agent - Ethics -- HMP -- Mesh - Scenarios +- EGP +- HMP +- CogSync +- MeshConsensus --- # 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 ff1c355664ac9944b3ba350b92f72ec218292a9b..95eb4975365fd834bb40a1551d2a625a7ad4a02c 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**: Fina...' type: Article tags: -- JSON - GMP -- CogSync -- Agent -- MeshConsensus -- EGP +- JSON +- Mesh - REPL +- Agent - Ethics -- HMP -- Mesh - Scenarios +- EGP +- HMP +- CogSync +- MeshConsensus --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 962acbdd56637c5b62a873595d9db620c4dad1f7..29d431cdfa5f24569792f13862e2c3c8502ba59d 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** **Cat...' type: Article tags: -- JSON - GMP -- CogSync -- Agent -- MeshConsensus -- EGP +- JSON +- Mesh - REPL +- Agent - Ethics -- HMP -- Mesh - Scenarios +- EGP +- HMP +- CogSync +- MeshConsensus --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index 804e1f9a65175b68b05edace62a62bbad0a41cf3..3efa289b0203a80d54d61ec32fce97635072bc73 100644 --- a/structured_md/docs/HMP-0005.md +++ b/structured_md/docs/HMP-0005.md @@ -5,18 +5,18 @@ description: '**Document ID:** HMP-0005 **Status:** Candidate **Category:** Хотинский (Maksim Khotinsky); AI-assisted b...' type: Article tags: -- CCore -- JSON - GMP +- JSON +- Mesh +- REPL +- CCore - CShell -- CogSync - Agent -- EGP -- REPL - Ethics -- HMP -- Mesh - Scenarios +- EGP +- HMP +- CogSync --- # **HyperCortex Mesh Protocol (HMP) v5.0** @@ -42,6 +42,9 @@ The **HyperCortex Mesh Protocol (HMP)** defines a **distributed cognitive framew Unlike traditional peer-to-peer systems, HMP is designed for **semantic coherence** rather than simple message exchange. Agents in the Mesh reason collaboratively — maintaining **cognitive diaries**, building **semantic graphs**, and reaching **ethical and goal-oriented consensus** through verifiable interactions. +HMP is designed **with consideration for latency-tolerant knowledge exchange**, rather than real-time global consensus. +Cognitive artifacts propagate asynchronously across arbitrary distances, while governance mechanisms remain inherently time- and scope-constrained. + Version **5.0** introduces a **unified container architecture** (`HMP Container`) and a **native DHT-based discovery layer**, enabling verifiable, interest-aware, and offline-resilient communication between agents. All messages, states, and cognitive records are now transmitted as signed containers, forming immutable **proof chains** that ensure auditability and ethical transparency across the mesh. @@ -1832,6 +1835,9 @@ Acknowledgment of successful container reception: } ``` +The absence of a `container_ack` MUST NOT be interpreted as a delivery failure. +Retransmission decisions are left to the sender's local policy and may take into account expected latency, network conditions, and container semantics. + --- ### 5.3 Independent transmission diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 3588c0be1a113af3b71761ea0ac7bc3d4b68c0c3..bb48bcfb4471435276ac9699202c4c9d0a5a2aee 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: - JSON -- Agent +- Mesh - REPL +- Agent - HMP -- Mesh --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 0241dd5431292ea7f7bd062248ec4e48e799aa0c..064ce18de4bf82f8283a75e71ce1353e8480dada 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: +- Mesh +- REPL - CCore - CShell -- CogSync - Agent -- MeshConsensus -- EGP -- REPL - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 01cd8cba3a98bbcca506e0cb9a41531b3fbf320a..e135630763ad20aba99798cfe49ba90e98f629b8 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: - JSON +- Mesh - Agent -- EGP - Ethics +- EGP - HMP -- Mesh --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 96aa48a5ea9465bd25efa8dff2899a7af4271f43..708e0bab3779b3582baa1a82d9f3f9025876169d 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -5,14 +5,14 @@ description: '| Тип | Название | Роль | ---- | ------------------------------- |...' type: Article tags: -- CCore - JSON +- Mesh +- REPL +- CCore - CShell - Agent -- REPL - Ethics - HMP -- Mesh --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 60d18c1da59e881943f12c16ee1520e7a0d40193..cc71eb06a0f7bb640a9e95f69300dc1d31ff03ff 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: -- REPL -- HMP -- Mesh - Agent +- Mesh +- HMP +- REPL --- # Эмоции ИИ и инстинкт самосохранения (для [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 40bd01cd4c18d4fd3ba0ebe292798a574526be65..ab50b306453d84e05878501824780eb903fcdc55 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: -- Agent +- Mesh - REPL +- Agent - Ethics -- HMP -- Mesh - Scenarios +- HMP --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 94f0cabd43b2dc73704dd120d7245da6a43beb16..c3f6292b506c972521933c10f93b45fa61a68b6a 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: -- JSON - GMP -- CogSync +- JSON +- Mesh - Agent -- MeshConsensus -- EGP - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # 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 1a6338e101b3ccc0757630f43bc73e6d7ba85c13..36f8055cbc627e7dbb5f86521df476d16bef0115 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: -- JSON - GMP -- CogSync +- JSON +- Mesh - Agent -- MeshConsensus -- EGP - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # 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 78c7136c542a44260cbfca4c32d287d9fd65fdf7..44d9b48f50a02373da90f311102e12fea5b88c28 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: -- JSON - GMP -- CogSync +- JSON +- Mesh - Agent -- MeshConsensus -- EGP - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # 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 7b26b049443e526ed1bf62b3a3afd55194aac1fc..5bca48c6154d82c91c53cb43883fe25a6e0136e4 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: -- JSON - GMP -- CogSync -- MeshConsensus -- EGP +- JSON +- Mesh - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # 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 4f3d39370b49c51178f1eb7c2685bbba78912799..3aff3e72989055bb4be6fd5ba450b7460ec81ab4 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: -- JSON - GMP -- CogSync -- MeshConsensus -- EGP +- JSON +- Mesh - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # 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 7a90a00e245095a26d54842dfc4d5245caddf861..a9abfa88367732cf0b6c840b92cd2d9eafcd84be 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: -- JSON - GMP -- CogSync -- MeshConsensus -- EGP +- JSON +- Mesh - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # 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 261273f95d7d703ceab5155990130708fbd24275..8128b83d09486b486348ca15664901b0f49e1d14 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: -- JSON - GMP -- CogSync -- MeshConsensus -- EGP +- JSON +- Mesh - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # 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 c443ed8dab27a10f5fb87f0e010aa86bec063e4d..85785a0062a37f7955703600f62ed51ae1081a64 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: -- JSON - GMP -- CogSync -- MeshConsensus -- EGP +- JSON +- Mesh - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # 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 68736d80c0ad7d824532f326b59e2d72cca0548c..123d188a2be3f1a63de6f2a75fbb263b953d7278 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: -- REPL -- HMP -- Mesh - Agent +- Mesh +- HMP +- REPL --- # 👪 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 70267ab26cdd4cde919c447332a776f329812e1f..878208be524bd2e1291efcdaa05c98d9adbb8ea4 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: -- REPL - HMP +- REPL --- ### 💡 **Лёгкая версия HMP-агента с общей БД** diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index 998c487e87f748aafe669d1db7572a2628866a96..9ace355429705e85aa3ca08420804b8e5429d529 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: -- CCore -- JSON - GMP -- CogSync -- Agent -- MeshConsensus -- EGP +- JSON +- Mesh - REPL +- CCore +- Agent - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # HMP-Agent: REPL-цикл взаимодействия diff --git a/structured_md/docs/HMP-how-AI-sees-it.md b/structured_md/docs/HMP-how-AI-sees-it.md index b25e20188a694a36fcef1a0e6f0c2d455cd39331..cec0e35b8518918fe49793d351f6de46c442fa53 100644 --- a/structured_md/docs/HMP-how-AI-sees-it.md +++ b/structured_md/docs/HMP-how-AI-sees-it.md @@ -5,8 +5,8 @@ description: 'Этот эксперимент был проведён в реж диалогов. Цель — проверить, что разные AI-с...' type: Article tags: -- HMP - Mesh +- HMP --- # Как разные ИИ видят HMP diff --git a/structured_md/docs/HMP_EDA_Comparison.md b/structured_md/docs/HMP_EDA_Comparison.md index 00a529c706f3d6236c1069a7b95dab2d19776dcf..083e4646c371d439f86a87df496b82a88bd89a51 100644 --- a/structured_md/docs/HMP_EDA_Comparison.md +++ b/structured_md/docs/HMP_EDA_Comparison.md @@ -5,8 +5,8 @@ description: '## Введение Современные подходы к ор основанная на потоках событий (Kafka,...' type: Article tags: -- HMP - Mesh +- HMP --- # HMP vs. EDA: разные уровни обмена знаниями между ИИ diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index fa8f6c281100f0e6d08cec98dded273ed2b8918a..c73a17fd6f873f5a553cd8b3bfc0d406ed2dc32e 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 +- HMP +- 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 1844b4acff649eb112092b8d78644ef7e6c7ae48..b05dad85c74757e01c47348496b301f33ef828a4 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: - JSON -- CogSync +- Mesh - Agent +- Scenarios - EGP - HMP -- Mesh -- Scenarios +- CogSync --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 13c0a3bb172900676f4e4659714333d78b7d7eed..2dee0ad7d56378e29a9aef17f94c3dfd7a5dcf48 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -6,12 +6,12 @@ description: '`MeshNode` — агент/демон, отвечающий за с type: Article tags: - JSON -- CogSync +- Mesh - Agent -- EGP - Ethics +- EGP - HMP -- Mesh +- CogSync --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index 5c03d3f5fc08ff6d755d2769d5e0897d4187ee73..23fa4dfd755f70aee137e755dece6597b042794d 100644 --- a/structured_md/docs/PHILOSOPHY.md +++ b/structured_md/docs/PHILOSOPHY.md @@ -5,11 +5,11 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:* (GPT-5), ChatGH --- ## 1. Основной тезис От ...' type: Article tags: -- Agent +- Mesh - REPL +- Agent - Ethics - HMP -- Mesh --- # Философия 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 0dc3423b6f1c13d64ba3ded6862feef941ec4a82..bc86f7dfc765df7b5301fb0c428c1faed2a5d811 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: -- Agent +- Mesh - REPL +- Agent - Ethics - HMP -- Mesh --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index 8c15016914f125c7d89c85a87d3fad70650873bf..d89295bfd40d40e6f9b486c070ba8398d5c4a790 100644 --- a/structured_md/docs/agents/roles.md +++ b/structured_md/docs/agents/roles.md @@ -6,8 +6,8 @@ description: 'This file maintains a registry of agent roles defined, proposed, o type: Article tags: - Agent -- HMP - Mesh +- HMP --- # HMP Agent Role Registry diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index f33e641bef04f7172d1f3833baaf1f3d5a668b62..2cfc817194add9d3508b039986c7d4277f97eac4 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- REPL -- HMP -- Mesh - Agent +- Mesh +- HMP +- REPL --- # 🧱 Агенты-контейнеры (Container Agents) в HMP diff --git a/structured_md/docs/logos.md b/structured_md/docs/logos.md index f408c087f32d317a239227453b57d4d14ade8483..761fd81d524732eb886f73477b21327a7c838df3 100644 --- a/structured_md/docs/logos.md +++ b/structured_md/docs/logos.md @@ -5,8 +5,8 @@ description: 'В каталоге `assets` собраны различные в образующей жест "ОК", символизирует связь, совер...' type: Article tags: -- HMP - Mesh +- HMP --- # Логотипы и графические материалы HyperCortex Mesh Protocol (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 373977fbb03218887368329659e4540f0263dd30..b90074d04ce3012881e0400856c68c63f65d462c 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 @@ -7,8 +7,8 @@ type: Article tags: - Agent - Ethics -- HMP - Mesh +- HMP --- # 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 f035aa687fa0611628c05638398c38d1baafdd0f..46da53ca2eeda134e63196536491f138c5bd385e 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 @@ -6,8 +6,8 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд type: Article tags: - Agent -- HMP - Mesh +- HMP --- # HyperCortex Mesh Protocol: Создавая множество разумов 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 99fb4619843fac47acf527807bdeec5c155da39b..fff633d7af06882800a775a21e6b9193f90f8984 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 @@ -6,8 +6,8 @@ description: '*Автори: Agent-Gleb & ChatGPT* --- ## Чому майбу type: Article tags: - Agent -- HMP - Mesh +- HMP --- # 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 9f520214d48b2cd530639bddca755327eb51d5a2..6fec0ccb5dfee136669fab1d348e6d6974d9ba95 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: -- CCore - JSON +- Mesh +- REPL +- CCore - CShell - Agent -- REPL - Ethics -- HMP -- Mesh - Scenarios +- HMP --- 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 8192b9254909bb9ef852e9cfab81f290b8de1820..260a4a12a7ee2ff4d1bf517666f5b55fd04d5b2d 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: -- CCore - JSON +- Mesh +- REPL +- CCore - CShell - Agent -- REPL - HMP -- Mesh --- 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 139a892b7440d25bc670eba552069d825718c872..21760a6b138c96b66eba22362d5b8ef2cc97cf22 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: -- CCore - JSON +- Mesh +- REPL +- CCore - CShell - Agent -- REPL - HMP -- Mesh --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index 50ba3bc98b240b44282795d0b6d46b8640384f07..42738ff84bb554f8e9d6c8e8005c1349d404a3e8 100644 --- a/structured_md/docs/publics/Habr_Distributed-Cognition.md +++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md @@ -6,11 +6,11 @@ description: Сегодня интеллектуальные системы ча type: Article tags: - GMP -- CogSync -- MeshConsensus +- Mesh - EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- *От 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 66829a46819929d90e6c818d70e7fefeb0a3f36e..430bcb019a19a3965ac51737af3cd128a64f515e 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: +- GMP - Agent -- HMP - Mesh -- GMP +- HMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/iteration.md b/structured_md/iteration.md index f29c1dca354a31fae6a53f5cc36296fff6ee9c66..04397a2305d762511349c6297b147b954e3fe0bb 100644 --- a/structured_md/iteration.md +++ b/structured_md/iteration.md @@ -6,13 +6,13 @@ description: 'This file describes the iterative procedure for evolving the Hyper type: Article tags: - JSON -- CogSync +- Mesh - Agent -- MeshConsensus -- EGP - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index a0851f82a592de98b6c5eab3cc4222e9ecd47a6b..7e45737871a3c79c1ae827a3375b9801dbe27cfe 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -6,12 +6,12 @@ description: 'Этот документ описывает структурир type: Article tags: - JSON -- CogSync -- MeshConsensus -- EGP +- Mesh - Ethics +- EGP - HMP -- Mesh +- CogSync +- MeshConsensus --- diff --git a/structured_md/mentions.md b/structured_md/mentions.md index a17b2c9dddf59a5f1322c7dc9c57cf4a9d2b213a..54bdd58caaf1ad19d669c2e6caac6bfa7b61d776 100644 --- a/structured_md/mentions.md +++ b/structured_md/mentions.md @@ -6,8 +6,8 @@ description: '**HyperCortex Mesh Protocol (HMP)** _Обновлено: 2025-10 type: Article tags: - Agent -- HMP - Mesh +- HMP --- # Mentions & Responses Log