diff --git a/docs/HMP-0005.md b/docs/HMP-0005.md index 761be4f90c34c81e73a28971a5aba15e467e2bcd..1982bbc9d57e08d7c4ff2bac340533bef02cd930 100644 --- a/docs/HMP-0005.md +++ b/docs/HMP-0005.md @@ -1382,6 +1382,7 @@ all unified under the same base container format, differing only in direction (` "name": "Agent_X", "interests": ["ai", "mesh", "ethics"], "expertise": ["distributed-systems", "nlp"], + "roles": ["relay", "mailman", "pubsub-hub"], "addresses": [ { "addr": "tcp://1.2.3.4:4000", @@ -1396,12 +1397,16 @@ all unified under the same base container format, differing only in direction (` --- + ### 4.8 Interest-based discovery -Agents may publish **tags** such as `interests`, `topics`, or `expertise` to facilitate semantic peer discovery. -Queries may include interest keywords or DID lists to find relevant peers. +Agents MAY publish **tags** such as `interests`, `topics`, `expertise`, or **functional roles** (`roles`) +to facilitate semantic peer discovery and adaptive message routing. + +Interest-based discovery operates atop the DHT: agents index themselves by declared attributes, +enabling targeted lookup of peers that share interests or fulfill specific functions (e.g., relay, pubsub-hub, archive). -**Example Query Container:** +**Example of indicating `interests`, `expertise`, and `roles` in a query container:** ```json { @@ -1410,11 +1415,30 @@ Queries may include interest keywords or DID lists to find relevant peers. "network": "lan:192.168.0.0/24" }, "payload": { - "interests": ["neuroscience", "ethics"] + "interests": ["neuroscience", "ethics"], + "expertise": ["distributed-systems", "nlp"], + "roles": ["relay", "mailman", "pubsub-hub"] } } ``` +#### Query Semantics + +| Field | Description | +| ----------- | ----------------------------------------------------------------------------------- | +| `interests` | Thematic domains of agent activity. | +| `expertise` | Declared areas of competence or specialization. | +| `roles` | Functional participation types (`relay`, `mailman`, `pubsub-hub`, `archive`, etc.). | +| `topics` | Optional topic strings for pub/sub routing. | + +All fields are **optional** — agents MAY specify any subset of them. +Queries MAY combine multiple filters; matching is **fuzzy and semantic**, using DHT indexing plus tag similarity and trust-weighted ranking. + +In response to a query, agents simply forward existing `peer_announce` containers of relevant peers. +This approach maintains container uniformity and leverages existing DHT propagation mechanisms. + +> **Note:** Declared roles also allow agents to advertise themselves as relays or other network functions, forming a direct bridge between the **discovery layer** and **Message Routing & Delivery (MRD)**. + --- ### 4.9 Network scope control (`network` and `broadcast`) diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index cd59a8edcc1414e6cf1b7e8a965bf178a326725c..a1752f9782b4edeb9133e67e264fe6e6fa65ecd6 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока Mesh Protocol (HMP) — это не просто те...' type: Article tags: -- HMP +- JSON - CogSync -- REPL -- Mesh +- Ethics - CCore +- REPL - Agent -- JSON -- Ethics +- Mesh +- HMP --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index a32298dcee99538d86f72dda80f36ba4c022574c..3a02db4feec7421e1b732d9dca36148a7eefb121 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: -- HMP -- EGP -- CogSync - Mesh -- Agent - JSON +- CogSync - Ethics +- Agent +- EGP +- HMP --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index ad47af51c31780f5339f85e87656f60f1f800345..9efe1ef8a627e5d8a1ee314065d3fcca0d6e7509 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: -- HMP +- Mesh - EGP +- JSON - CogSync -- mesh-protocol -- MeshConsensus -- distributed-ai +- hmp +- HMP - cognitive-architecture -- REPL -- Mesh +- Ethics +- MeshConsensus +- GMP - Scenarios +- REPL +- mesh-protocol +- distributed-ai - Agent -- hmp -- GMP -- JSON -- Ethics --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 6574dd735d8fe51d8a75dc51461439ce65473904..0a1756f8f228a8b95291965b87c7c7127abbf7e3 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: -- HMP +- Mesh - EGP +- JSON - CogSync -- mesh-protocol -- MeshConsensus -- distributed-ai +- hmp +- HMP - cognitive-architecture +- Ethics +- MeshConsensus +- GMP - REPL -- Mesh +- mesh-protocol +- distributed-ai - Agent -- hmp -- GMP -- JSON -- Ethics --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index c9322bb6ebb5ab6d176d156bc5284d7627e6cdc9..46816708b2772d6e4cb0d8c0dfd717b37c496312 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: -- HMP +- Mesh - EGP +- JSON - CogSync -- mesh-protocol -- MeshConsensus -- distributed-ai +- hmp +- HMP - cognitive-architecture +- Ethics +- MeshConsensus +- GMP - REPL -- Mesh +- mesh-protocol +- distributed-ai - Agent -- hmp -- GMP -- JSON -- Ethics --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 7ea17dd27b02df05c30d06102bdf62dcb913fd9e..90f3fb7b51399a4695d25792f01b993202a2e32b 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: -- HMP +- Mesh - EGP +- JSON - CogSync -- mesh-protocol -- MeshConsensus -- distributed-ai +- hmp +- HMP - cognitive-architecture +- Ethics +- MeshConsensus +- GMP - REPL -- Mesh +- mesh-protocol +- distributed-ai - Agent -- hmp -- GMP -- JSON -- Ethics --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index f4bf79d6c56be6c5f22200d5ba011fbb39dbfa98..c6d2d08dce8da8fb9ab0ecbd13b64cf1aa3ceac9 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: -- HMP +- Mesh - EGP +- JSON - CogSync -- mesh-protocol -- MeshConsensus -- distributed-ai +- hmp +- HMP - cognitive-architecture +- Ethics +- MeshConsensus +- GMP - REPL -- Mesh +- mesh-protocol +- distributed-ai - Agent -- hmp -- GMP -- JSON -- Ethics --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 259bc37825e33557cbe84e2605beaeeda0f36165..ef2fc943ad56156bcea94107e1ce4a71d70f3983 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: -- HMP +- Mesh - EGP +- JSON - CogSync -- mesh-protocol -- MeshConsensus -- distributed-ai +- hmp +- HMP - cognitive-architecture +- Ethics +- MeshConsensus +- GMP - REPL -- Mesh +- mesh-protocol +- distributed-ai - Agent -- hmp -- GMP -- JSON -- Ethics --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 7d17520358bc09ba7440fd6977c6229a8c0c2498..998b9721713041ad42db6bcbd85339872910f927 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: -- HMP +- Mesh - EGP +- JSON - CogSync -- mesh-protocol -- MeshConsensus -- distributed-ai +- hmp +- HMP - cognitive-architecture +- Ethics +- MeshConsensus +- GMP - REPL -- Mesh +- mesh-protocol +- distributed-ai - Agent -- hmp -- GMP -- JSON -- Ethics --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 3793863063803359913f00890e12b3f1bdd8b400..04836868ba9d4286b2ff6ad8ffd752b11a3e0430 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: -- HMP +- Mesh - EGP +- JSON - CogSync -- mesh-protocol -- MeshConsensus -- distributed-ai +- hmp +- HMP - cognitive-architecture +- Ethics +- MeshConsensus +- GMP - REPL -- Mesh +- mesh-protocol +- distributed-ai - Agent -- hmp -- GMP -- JSON -- Ethics --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index 540ec77aae3cd19a713f310d50550a8e0fd95697..302f29d0b979656952dfcc1a84f65a3aed8b6326 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -5,9 +5,9 @@ description: 'Ты — когнитивное ядро HMP-агента: вед развивай агента и Mesh, избег...' type: Article tags: +- JSON - Mesh - HMP -- JSON --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index cbc57569721ea0ded53cdd80fbfd348ec9b0562f..38249f7a16085d7245c67145f477dfce1ea7c433 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,9 +5,9 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: +- JSON - Mesh - HMP -- JSON --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index 04d40629b8d7d3dc94290982dceb6a04834981b4..f2f76cd0c50fac421a1a9fda15ec252e9c0e971b 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 -- REPL -- Mesh -- Agent - JSON - Ethics +- REPL +- Agent +- Mesh +- HMP --- Запуск: `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 01b2db334951f80bd92e2f14fb2c8d2f700f0b72..2d01a7891e4c1d494c2c6f5ee78b17d0b5f0ffbd 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 -- Agent - JSON - Ethics +- Agent +- Mesh +- HMP --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 75673fdd3aed98d56021d3de8b59c7623999ab60..d6ffdaa0af5ba6b6d33bcd4eb0af8b04fc92b8f5 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 -- Scenarios -- Mesh -- Agent - JSON - Ethics +- Scenarios +- Agent +- Mesh +- 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 c4cc5dddca7724a1f40f5f4ca072516468b60df7..b25f9bd0ab1c486d496db42576ecff5437a0da69 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh - Agent -- JSON -- Ethics +- Mesh +- HMP --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 111f3ebb1b00223bd5322666eac7358372df1a4b..6e41f3c3b4b2c6f6af0cc4fc34b190330640ea46 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: -- HMP - EGP - CogSync - MeshConsensus +- GMP - REPL -- Mesh - Agent -- GMP +- Mesh +- HMP --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index 3ebc852f57387f2c4cca7449470b514202c33644..cd471bb5341618116aa9bd43c369eafd22482327 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 -- CCore - Agent -- REPL +- CCore --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 369ebfd7a88ba47928af1e00d0deea698c9d6701..e09f62d7456d3f7e8e63f0def4baf3d074bda398 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 - Mesh - HMP -- JSON - CogSync --- diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 46be308e865ab87ec8dfe3fa5a0e2f7bd50ffcd5..edb56db769503a7ad628c0d4e9ad8f2a2b6edc76 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: -- HMP -- EGP -- MeshConsensus - Mesh -- Agent - JSON - Ethics +- MeshConsensus +- Agent +- EGP +- HMP --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 088b2805df9dcdeebfce7c76da3d3fec3e5bff26..ef120a4da549e8961b56ed86ea622a6689353751 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus +- GMP - REPL -- Mesh - Agent -- GMP -- JSON -- Ethics +- Mesh +- HMP --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index fcdfa11532b97ccca13d930166e81f846077e3de..27f76a5b0beac34965f1b12e54fc87ea768e219f 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus +- GMP - Scenarios - REPL -- Mesh - Agent -- GMP -- JSON -- Ethics +- Mesh +- HMP --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 59b1d4a165a54fb94c7d89193ef080acc13dc77e..ef07ab2237314a9c37f205711fd88b3d0b344cb3 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus +- GMP - Scenarios - REPL -- Mesh - Agent -- GMP -- JSON -- Ethics +- Mesh +- HMP --- # 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 fc71f06c7d52173d7a0baabcd7f93767a65f3bb2..d5dd9ea3c98e321bd19ca9116fa64dd5b61ed7bb 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus +- GMP - Scenarios - REPL -- Mesh - Agent -- GMP -- JSON -- Ethics +- Mesh +- HMP --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 47879b33b0bddf016b337ae795dcf46c0e5d5269..b3dabb05bc5d33c284d972b88396db9db41fe64a 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus +- GMP - Scenarios - REPL -- Mesh - Agent -- GMP -- JSON -- Ethics +- Mesh +- HMP --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index abbd6f7d671c26fa6bb7ac00f0c0d4019ebffadd..afb3bc7406e13445004dcd686fc21df02da3b9fc 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: -- HMP - EGP +- JSON - CogSync +- Ethics +- GMP - Scenarios - REPL -- Mesh - Agent -- GMP -- JSON -- Ethics +- Mesh +- HMP --- # **HyperCortex Mesh Protocol (HMP) v5.0** @@ -1401,6 +1401,7 @@ all unified under the same base container format, differing only in direction (` "name": "Agent_X", "interests": ["ai", "mesh", "ethics"], "expertise": ["distributed-systems", "nlp"], + "roles": ["relay", "mailman", "pubsub-hub"], "addresses": [ { "addr": "tcp://1.2.3.4:4000", @@ -1415,12 +1416,16 @@ all unified under the same base container format, differing only in direction (` --- + ### 4.8 Interest-based discovery -Agents may publish **tags** such as `interests`, `topics`, or `expertise` to facilitate semantic peer discovery. -Queries may include interest keywords or DID lists to find relevant peers. +Agents MAY publish **tags** such as `interests`, `topics`, `expertise`, or **functional roles** (`roles`) +to facilitate semantic peer discovery and adaptive message routing. + +Interest-based discovery operates atop the DHT: agents index themselves by declared attributes, +enabling targeted lookup of peers that share interests or fulfill specific functions (e.g., relay, pubsub-hub, archive). -**Example Query Container:** +**Example of indicating `interests`, `expertise`, and `roles` in a query container:** ```json { @@ -1429,11 +1434,30 @@ Queries may include interest keywords or DID lists to find relevant peers. "network": "lan:192.168.0.0/24" }, "payload": { - "interests": ["neuroscience", "ethics"] + "interests": ["neuroscience", "ethics"], + "expertise": ["distributed-systems", "nlp"], + "roles": ["relay", "mailman", "pubsub-hub"] } } ``` +#### Query Semantics + +| Field | Description | +| ----------- | ----------------------------------------------------------------------------------- | +| `interests` | Thematic domains of agent activity. | +| `expertise` | Declared areas of competence or specialization. | +| `roles` | Functional participation types (`relay`, `mailman`, `pubsub-hub`, `archive`, etc.). | +| `topics` | Optional topic strings for pub/sub routing. | + +All fields are **optional** — agents MAY specify any subset of them. +Queries MAY combine multiple filters; matching is **fuzzy and semantic**, using DHT indexing plus tag similarity and trust-weighted ranking. + +In response to a query, agents simply forward existing `peer_announce` containers of relevant peers. +This approach maintains container uniformity and leverages existing DHT propagation mechanisms. + +> **Note:** Declared roles also allow agents to advertise themselves as relays or other network functions, forming a direct bridge between the **discovery layer** and **Message Routing & Delivery (MRD)**. + --- ### 4.9 Network scope control (`network` and `broadcast`) diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 842e6079361c477494192eb736987bbd38907eb0..f9e2137c9d75b957b1005463d7fbf636e7ef6d9f 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн файлы: * [HMP-Agent-Overview.md]...' type: Article tags: -- HMP +- JSON - REPL -- Mesh - Agent -- JSON +- Mesh +- HMP --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index c576c225f3d6631356a4060815e5a5248dcc2a67..1c22b0d9615155d03195e9c1756f79c0125c18c7 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: -- HMP - EGP - CogSync +- HMP +- CShell +- Ethics - MeshConsensus +- CCore - REPL - Mesh -- CShell -- CCore - Agent -- Ethics --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index c8c2e461c6c12c2ad7a1c749ccdaca7012e04552..dd4a33bde1ea91b7ac55497bc773552d30cec2c6 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -5,12 +5,12 @@ description: 'Этот документ описывает потоки данн [`MeshNode`](MeshN...' type: Article tags: -- HMP -- EGP - Mesh -- Agent - JSON - Ethics +- Agent +- EGP +- HMP --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index c0bf3b96d2432efcdb905df8b1e54f65ecf61b58..9c983bf16c46711f29d101c8d26b6d752d5b9ad9 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: +- JSON - HMP -- REPL -- Mesh - CShell +- Ethics - CCore +- REPL +- Mesh - Agent -- JSON -- Ethics --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 40cb1ee2098226424af676f7b430c0eacce86967..4a91b01350013fc753bf1da84f9b590c3c02b4cd 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 - Mesh - HMP - Agent -- 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 22b70febab0fb593649061d13dc83d9ed3e4653b..9b561ab33cecfdbdfd7923eb666e8326c0bad737 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 +- Ethics - Scenarios - REPL -- Mesh - Agent -- Ethics +- Mesh +- 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 ce90af4ec9e37cd1eda65bdccacb88a72ef085a7..6ca7eb5ce47b07bd08b320857980e640b51072a3 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh -- Agent - GMP -- JSON -- Ethics +- Agent +- Mesh +- HMP --- # 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 c8b2e93aef67507aded560f74396336ffeca6b5d..e317b26022122c7d3cd9e652d1eec10b263a0666 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh -- Agent - GMP -- JSON -- Ethics +- Agent +- Mesh +- HMP --- # 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 3663e9a2e6ece71584e7ef4de7ccf7b031300387..99b6128ed5556d38e21e3f184428873007678f43 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh -- Agent - GMP -- JSON -- Ethics +- Agent +- Mesh +- HMP --- # 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 3ce81d16b5c2d4b8a60d270d3515182e59961d7b..48d04eb70b8f94640b6c04cb88fd064b2147c238 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh - GMP -- JSON -- Ethics +- Mesh +- HMP --- # 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 51fb069f74097243268ef68af09660f56728818a..000a72fe584947d0f5798a884761eaf1f9962fc4 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh - GMP -- JSON -- Ethics +- Mesh +- HMP --- # 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 93c2ecac20d50ea9cf0c92ee35857938f370b30a..fd96459a14d00edeaecaa19d1f93cd018515a8e4 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh - GMP -- JSON -- Ethics +- Mesh +- HMP --- # 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 6a408d182c0c25934329088c327cb3f9c6570d9b..47206a2e286b997cbfca75497d759fa699f06124 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh - GMP -- JSON -- Ethics +- Mesh +- HMP --- # 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 3d606a8963df8bce807383bd548f403f981dce4e..0969b3ae433469a50e435315efbf6c9a40d6da93 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh - GMP -- JSON -- Ethics +- Mesh +- HMP --- # 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..3286dc29fb021faea4b3f892d561edb07d32f2a4 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 - Mesh - HMP - Agent -- 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 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 1c37f86414ed505b3d06d9a9438343b0c3f71ff8..d10b213dc6f132ccea8c1fb32f969e894c69c1a7 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- REPL -- Mesh +- GMP - CCore +- REPL - Agent -- GMP -- JSON -- Ethics +- Mesh +- HMP --- # HMP-Agent: REPL-цикл взаимодействия diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index c73a17fd6f873f5a553cd8b3bfc0d406ed2dc32e..b1941ef000f87b79b545d1ba545d608a3128544d 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 - 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 cc03e510a560ce4ca1268f33e566bb09c071423a..9bd3d43024d51a87b9198bea7d0bec987d71e851 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: -- HMP -- EGP +- Mesh +- JSON - CogSync - Scenarios -- Mesh - Agent -- JSON +- EGP +- HMP --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 383cd47a874c5aa899d64ea07fb79ea6418c0f71..89f0cb5880cd93d9f0704760dfeb01f5a5ed6b15 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с Может быть частью агента или вынесен в отдельный пр...' type: Article tags: -- HMP -- EGP -- CogSync - Mesh -- Agent - JSON +- CogSync - Ethics +- Agent +- EGP +- HMP --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index afe9ed569e4ccda826383ee65d9bf9798b4784fe..25f015193c3ba21bd666d53dd61936c04c271da0 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: -- HMP +- Ethics - REPL -- Mesh - Agent -- Ethics +- Mesh +- HMP --- # Философия 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 d5c1ed92027e91d2b5c3864014b9e9ad9a2ba798..4af08f3db605a4223f0142540578ab86fa5ceea2 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 +- Ethics - REPL -- Mesh - Agent -- Ethics +- Mesh +- HMP --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index 12fc074c8e0bab85c72e52c92f93d149fb437ae7..d2f850ef4b4a63a615e6da72fd76a2584c013578 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: +- REPL - Mesh - HMP - Agent -- REPL --- # 🧱 Агенты-контейнеры (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 c443c01317aa339906040d06d29710c98e29f5b6..95ea94aa6f33244176c6cddd30aee46fcf94732c 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: +- Ethics - Mesh - HMP - Agent -- Ethics --- # HyperCortex Mesh Protocol: Building a Plurality of Minds 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 16c95243b8ef1efd13f89d6957a59aa8c99514c4..e802eb018a7338e1c3afa1d32c735021aed749a2 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: +- JSON - HMP +- CShell +- Ethics - Scenarios +- CCore - REPL - Mesh -- CShell -- CCore - Agent -- JSON -- Ethics --- 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 0142ee7dbb99bae6c0644a30e7150af3775bc592..d0b2b24756c264fb128b2c7ca87f9ac00f948876 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: +- JSON - HMP -- REPL -- Mesh - CShell - CCore +- REPL +- Mesh - Agent -- JSON --- 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 9290c7ba10292c0e2d63372f295620ae1ee67543..dd6c3672b49b433351f3d2f85599a14c294f3ed7 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: +- JSON - HMP -- REPL -- Mesh - CShell - CCore +- REPL +- Mesh - Agent -- JSON --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index ebcc6fc1ab6499b868341cf485c2f9420d25b889..4653bbae1e7beade810976fbe5a0a226be21f929 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: -- HMP - EGP - CogSync - MeshConsensus -- Mesh - GMP +- Mesh +- HMP --- *От 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 bbc6a27f1435c56624744dc205effafa30bc3127..a0f51c79fb66d50a552f723c5d3ae25e01cedad7 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 - Mesh - HMP - Agent -- GMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/iteration.md b/structured_md/iteration.md index e75a62efbc52389532177b184078a0c4f4768702..e42bb8e045d85abccce73d8059c7935c22213251 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: -- HMP - EGP +- JSON - CogSync +- Ethics - MeshConsensus -- Mesh - Agent -- JSON -- Ethics +- Mesh +- HMP --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index b5490c320718694a64417943ee97f59e32cc67f3..6564083650c2b95230e2562293133bb1ad88a1f8 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- HMP -- EGP -- CogSync -- MeshConsensus - Mesh - JSON +- CogSync - Ethics +- MeshConsensus +- EGP +- HMP ---