diff --git a/docs/HMP-0005.md b/docs/HMP-0005.md index b3e28aa65da9f8d76dcc573af9865def29031f04..b92f3b8b315924d3e0b8ecd76ccfaf448eadfe4e 100644 --- a/docs/HMP-0005.md +++ b/docs/HMP-0005.md @@ -575,6 +575,13 @@ for example, within the **Knowledge Genome (L1–L5)** hierarchy. This section connects each container to its place in the hierarchy of abstraction and domain context. It may appear either as a *local reference* (compact form) or a *full hierarchical trace* (expanded form). +> **Structural interpretation:** +> +> * `layer` defines **the vertical position** of the container in the abstraction hierarchy (conceptual depth). +> * `domain` defines **the horizontal context** — the semantic field or discipline to which the container belongs. +> * A container may exist at a given layer **without** being tied to a specific domain (generic constructs). +> * Conversely, a domain may include multiple layers (multi-level conceptual mappings). + --- #### Compact form (recommended for regular containers) @@ -1923,21 +1930,25 @@ Categorical grouping of multiple containers linked by a shared property, topic, ##### `meta_layer` -**Purpose:** -Defines an **abstraction level** within a cognitive model (e.g., L1–L5 in the Knowledge Genome). -Serves as a *structural anchor* for hierarchical reasoning and classification. +**Purpose:** +Defines an **abstraction level** within a cognitive or semantic model (e.g., L1–L5 in the **Knowledge Genome**). +`meta_layer` containers serve as *structural anchors* that define conceptual altitude — +from abstract theory (L1) to practical realization (L5). +They are used by agents to reconstruct reasoning hierarchies and normalize multi-level knowledge flows. + +--- **`payload` structure:** -| Field | Type | Description | -| -------------- | ------ | -------------------------------------------------------------------------------------------------------------- | -| `layer_id` | string | Canonical ID of the layer (e.g. `"L1"`, `"L2"`, `"L3"`). | -| `title` | string | Human-readable name of the layer. | -| `definition` | string | Textual definition describing the conceptual scope of this abstraction level. | -| `keywords` | array | Keywords or tags summarizing the semantic domain of this layer. | -| `parent_layer` | string | DID of the higher abstraction layer that this one derives from (e.g. L2 → L1). Optional for the topmost layer. | +| Field | Type | Description | +| ------------- | ------ | --------------------------------------------------------------------------------------------- | +| `layer_id` | string | Canonical ID of the layer (e.g., `"L1"`, `"L2"`, `"L3"`). | +| `title` | string | Human-readable name of the layer. | +| `definition` | string | Textual definition describing the conceptual scope of this abstraction level. | +| `keywords` | array | Keywords or tags summarizing the semantic domain of this layer. | +| `rank` | number | Optional numeric rank for cross-framework comparison or sorting. | -> The container from `parent_layer` must also be specified in `elated.depends_on` +--- **Example:** @@ -1948,21 +1959,47 @@ Serves as a *structural anchor* for hierarchical reasoning and classification. "payload": { "layer_id": "L3", "title": "Technologies and Implementations", - "definition": "Knowledge layer dedicated to concrete tools, APIs, and frameworks that implement L2 models.", + "definition": "Knowledge layer dedicated to concrete tools, APIs, and frameworks that realize L2-level models.", "keywords": ["technology", "implementation", "api", "library"], - "parent_layer": "did:hmp:container:layer-l2-v1" + "rank": 3 }, "meta": { "created_by": "PRIEST", - "agents_class": "Knowledge Genome" + "agents_class": "Knowledge Genome", + "sources": [ + { "type": "container", "id": "did:hmp:container:layer-a7f0b3", "credibility": 0.95, "weight": 1.0 } + ], + "interpretation": "Derived from conceptual synthesis between layers L2 and L3" }, - "related": { - "depends_on": ["did:hmp:container:layer-l2-v1"], + "abstraction": { + "agents_class": "Knowledge Genome", + "layer": "did:hmp:container:layer-c91e0a", + "domain": "did:hmp:container:domain-58b7ff" }, - "confidence": 1.0 + "related": { + "depends_on": ["did:hmp:container:layer-a7f0b3"] + } } } -``` +```` + +--- + +**Interpretation:** + +* `meta.created_by` — фиксирует когнитивную роль источника (`PRIEST` как системный архитектор знания). +* `meta.sources` — указывает происхождение текущего слоя (на основе предыдущего уровня). +* `abstraction` — задаёт координату в иерархии когнитивных уровней. +* `related.depends_on` — обеспечивает причинно-логическую связь с родительской абстракцией (L2). + +--- + +**Notes:** + +* The **topmost layer (L1)** omits `related.depends_on`. +* Layers below **must** explicitly link their parent layer through `depends_on`. +* Agents may propagate `meta_layer` containers during Mesh initialization to synchronize the cognitive topology of the network. +* Each `meta_layer` participates in reasoning trees by providing *vertical semantic alignment* across knowledge representations. --- diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index f489ca622e742391749fe3c570eb917792ff0176..8267b67d1b0c7e48f3e5a01994d5996df2790ace 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока Mesh Protocol (HMP) — это не просто те...' type: Article tags: -- REPL +- CCore +- Ethics - Agent +- Mesh +- REPL - CogSync -- Ethics - JSON - HMP -- CCore -- Mesh --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 1801e6fdccf076dd5e7b941126136682ccb34aad..6c653259b56a43d451550c878cb7aaecc1dd9b88 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: +- Ethics - Agent +- EGP +- Mesh - CogSync -- Ethics - JSON - HMP -- EGP -- Mesh --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index 74bce3e506a78639b47952479dd07f8d02bf02f0..ad1d6b030b0d6918fc796086d3c38da1ea35a704 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: -- mesh-protocol -- REPL -- Agent -- CogSync - Ethics +- Agent +- EGP +- Mesh +- mesh-protocol - cognitive-architecture +- GMP +- REPL - hmp -- Scenarios -- JSON -- HMP - distributed-ai -- GMP - MeshConsensus -- EGP -- Mesh +- CogSync +- Scenarios +- HMP +- JSON --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 90593f63dbe9f28832c5a930e21eaeb71ec027b0..955f8a783b450467d368a099d6481a45de02b350 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: -- mesh-protocol -- REPL -- Agent -- CogSync - Ethics +- Agent +- EGP +- Mesh +- mesh-protocol - cognitive-architecture +- GMP +- REPL - hmp -- JSON -- HMP - distributed-ai -- GMP - MeshConsensus -- EGP -- Mesh +- CogSync +- JSON +- HMP --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index a91a8d4a4cbb6ac336ae3d0f1a1687547ec052f6..19c3205477ec83c63a8176a55d5e5ddfaca95f60 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: -- mesh-protocol -- REPL -- Agent -- CogSync - Ethics +- Agent +- EGP +- Mesh +- mesh-protocol - cognitive-architecture +- GMP +- REPL - hmp -- JSON -- HMP - distributed-ai -- GMP - MeshConsensus -- EGP -- Mesh +- CogSync +- JSON +- HMP --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 749238c7e36de20b33009c9e928d40e1ed43d4a4..0c11c6d67398b2de86512f3d4d161c87e5b1ca3e 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: -- mesh-protocol -- REPL -- Agent -- CogSync - Ethics +- Agent +- EGP +- Mesh +- mesh-protocol - cognitive-architecture +- GMP +- REPL - hmp -- JSON -- HMP - distributed-ai -- GMP - MeshConsensus -- EGP -- Mesh +- CogSync +- JSON +- HMP --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 6d4fbe32b7e11b86bb9f4627f267f7b714cc2284..fc96a1109976437f51b193bc6bbfda466db90703 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: -- mesh-protocol -- REPL -- Agent -- CogSync - Ethics +- Agent +- EGP +- Mesh +- mesh-protocol - cognitive-architecture +- GMP +- REPL - hmp -- JSON -- HMP - distributed-ai -- GMP - MeshConsensus -- EGP -- Mesh +- CogSync +- JSON +- HMP --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 8d51f0ecb3e5277c2bb6cce6a451f24632ab2d5c..7bf4a48af12d6b000b93a179bc431e7a1da321ab 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: -- mesh-protocol -- REPL -- Agent -- CogSync - Ethics +- Agent +- EGP +- Mesh +- mesh-protocol - cognitive-architecture +- GMP +- REPL - hmp -- JSON -- HMP - distributed-ai -- GMP - MeshConsensus -- EGP -- Mesh +- CogSync +- JSON +- HMP --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index a5a711f172c93da9bedc8eee0b9a695eb23d732e..bc0d68fe8de5432f0ee1d2b072b58f1e82d7e6b9 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: -- mesh-protocol -- REPL -- Agent -- CogSync - Ethics +- Agent +- EGP +- Mesh +- mesh-protocol - cognitive-architecture +- GMP +- REPL - hmp -- JSON -- HMP - distributed-ai -- GMP - MeshConsensus -- EGP -- Mesh +- CogSync +- JSON +- HMP --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 39a29a5db19b80ff81adb645e7152d5afe935258..d3792ae04782d929303d2f0ca724b8af426faa21 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: -- mesh-protocol -- REPL -- Agent -- CogSync - Ethics +- Agent +- EGP +- Mesh +- mesh-protocol - cognitive-architecture +- GMP +- REPL - hmp -- JSON -- HMP - distributed-ai -- GMP - MeshConsensus -- EGP -- Mesh +- CogSync +- JSON +- HMP --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index d8e693fca899028bb008329d5777e0341a45784b..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: -- HMP - JSON - Mesh +- HMP --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index 8af7945efe701da17784aa853ef7e9b1ba0c6f04..38249f7a16085d7245c67145f477dfce1ea7c433 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,9 +5,9 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: -- HMP - JSON - Mesh +- HMP --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index 6a4f7a66b86ef87473219144118408f6cf3bb6af..b3450479a074fca0d978bac5a631d9689bfe9816 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: -- REPL -- Agent - Ethics +- Agent +- Mesh +- REPL - JSON - 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 a75d3b75cfe13aa3961d7564cf90a599898eaf0e..435cb67e6bba4d129122359e2110344bbbb246a5 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: -- Agent - Ethics +- Agent +- Mesh - JSON - HMP -- Mesh --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index e5e2a8b287fe919ca48cb96e73a5a721df514ab7..87c20c8cc9817031b6abcf6f7aa539a7437d994b 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: -- Agent - Ethics -- JSON +- Agent +- Mesh - Scenarios - HMP -- Mesh +- JSON --- # Ethics-consolidated\_audits-1.md diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md index 8fa5889b87c625049f9eb31940661b6d78b77312..51f1ddf8ddb41b503cf81d66e16548971ce1fd8f 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: +- Ethics - Agent +- EGP +- Mesh - CogSync -- Ethics +- MeshConsensus - JSON - HMP -- MeshConsensus -- EGP -- Mesh --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index e735f3721d1bf7ff71033bd4523f55ebc11b7ec6..0e051b7998a9a3a1d061b6fe8b2f42e0eb013d3e 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: -- REPL - Agent -- CogSync -- HMP -- GMP -- MeshConsensus - EGP - Mesh +- GMP +- REPL +- MeshConsensus +- CogSync +- HMP --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index 98d9cfc46115c9f0733d9ae0bc849eafa4396cbd..ccbd58993a236374f415da3fd4a148ffc9ae32c9 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -5,8 +5,8 @@ description: '> Этот документ описывает процесс ра потомков" [описания REPL-цикла](HMP-agent-RE...' type: Article tags: -- Agent - REPL +- Agent - CCore - HMP --- diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 126ff3d329d0d34c3f317cd5c70ec8f5718c07ef..e45eab7664f92fd3d840f605b8d938f617694082 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: -- HMP -- CogSync - JSON +- CogSync - Mesh +- HMP --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 4e3ce070f55c4aee113d2bad721aaa8b95a45da8..6b1aa491d7ea737822477c3b4f1c00a3c2025888 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: -- Agent - Ethics -- JSON -- HMP -- MeshConsensus +- Agent - EGP - Mesh +- MeshConsensus +- JSON +- HMP --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 8fa914f53195feb7af2e6ac966ed67e49c633675..c6da021f9b97067f951559765b74ac7b25602180 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: -- REPL +- Ethics - Agent +- EGP +- Mesh +- GMP +- REPL +- MeshConsensus - CogSync -- Ethics - JSON - HMP -- GMP -- MeshConsensus -- EGP -- Mesh --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index d09170954d13d38e53d7256588838cfa29ee2b2c..2a913f77183a4d9f23fd03ba71ac07f1bdcb9b00 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: -- REPL +- Ethics - Agent +- EGP +- Mesh +- GMP +- REPL +- MeshConsensus - CogSync -- Ethics -- JSON - Scenarios - HMP -- GMP -- MeshConsensus -- EGP -- Mesh +- JSON --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 96778373c717c0a969a809d19a47803b843dc194..6911a46ab857f3b2bc5f7090aa38004e65f57f99 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: -- REPL +- Ethics - Agent +- EGP +- Mesh +- GMP +- REPL +- MeshConsensus - CogSync -- Ethics -- JSON - Scenarios - HMP -- GMP -- MeshConsensus -- EGP -- Mesh +- JSON --- # 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 a2dbed2e3792061ff7b4beb28e3622e0eeb5fee4..af7b0f976dc65562c716e7ca14bbdce12033a6c5 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: -- REPL +- Ethics - Agent +- EGP +- Mesh +- GMP +- REPL +- MeshConsensus - CogSync -- Ethics -- JSON - Scenarios - HMP -- GMP -- MeshConsensus -- EGP -- Mesh +- JSON --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 584bc2594eb7ffd4db9a1e7ed99b8b826739574c..0c3addad75b048de6ba7bfeca92014536a4503b0 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: -- REPL +- Ethics - Agent +- EGP +- Mesh +- GMP +- REPL +- MeshConsensus - CogSync -- Ethics -- JSON - Scenarios - HMP -- GMP -- MeshConsensus -- EGP -- Mesh +- JSON --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index 309534379998c872e53c4ea7c5f7c43d5833c8b7..760596e3327c636ae859bff9a69997061de465bd 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: -- REPL +- Ethics - Agent +- EGP +- Mesh +- GMP +- REPL - CogSync -- Ethics -- JSON - Scenarios - HMP -- GMP -- EGP -- Mesh +- JSON --- # **HyperCortex Mesh Protocol (HMP) v5.0** @@ -594,6 +594,13 @@ for example, within the **Knowledge Genome (L1–L5)** hierarchy. This section connects each container to its place in the hierarchy of abstraction and domain context. It may appear either as a *local reference* (compact form) or a *full hierarchical trace* (expanded form). +> **Structural interpretation:** +> +> * `layer` defines **the vertical position** of the container in the abstraction hierarchy (conceptual depth). +> * `domain` defines **the horizontal context** — the semantic field or discipline to which the container belongs. +> * A container may exist at a given layer **without** being tied to a specific domain (generic constructs). +> * Conversely, a domain may include multiple layers (multi-level conceptual mappings). + --- #### Compact form (recommended for regular containers) @@ -627,8 +634,8 @@ This format is primarily used in structural containers such as `meta_layer`, `me ```json "abstraction": { "agents_class": "Knowledge Genome", - "layer": "did:hmp:container:layer-8e39a1", - "domain": "did:hmp:container:domain-b732f9" + "layer": "did:hmp:container:layer-f8212b", + "domain": "did:hmp:container:domain-cc9e7d", "structure": "L1 → L2 → L3 → L4 → L5", "path": [ { @@ -666,16 +673,17 @@ This format is primarily used in structural containers such as `meta_layer`, `me | `layer` | string | DID of the `meta_layer` container describing the abstraction level this container belongs to. | | `domain` | string | DID of the `meta_domain` container representing the contextual domain of this container. | | `structure` | string | Symbolic representation of the abstraction path (e.g., `"L1 → L2 → L3 → L4 → L5"`). | -| `path` | array(object) | List describing the full traversal through abstraction layers and domains. | +| `path` | array(object) | Unordered list describing all abstraction levels and domains that form the hierarchical trace. | | → `level` | string | Symbolic label of the level (e.g., `"L1"`, `"L2"`). | | → `layer` | string | DID of the `meta_layer` container defining that abstraction level. | -| → `domain` | string | DID of the `meta_domain` container associated with that layer. | +| → `domain` | string | DID of the `meta_domain` container associated with that layer for this container. | -> 💡 **Note:** +> 💡 **Notes:** > -> * Agents should always begin reasoning from the **highest layer (L1)** downward. -> * The compact form is functionally equivalent to the expanded form when `layer` and `domain` are consistent with the topmost entry in `path`. -> * The `abstraction` section may coexist with `meta` or `related` references, allowing traceable, multi-layer cognitive positioning. +> * Agents should always begin reasoning from the **highest layer (L1)** downward. +> * The compact form is functionally equivalent to the expanded form when the current `layer` and `domain` correspond to the deepest (last) entry in `path`. +> * During normalization or cognitive indexing, agents reconstruct ordered paths according to `structure`, using `path` entries as hierarchical mapping references. +> * The `abstraction` section may coexist with `meta` or `related` references, allowing traceable, multi-layer cognitive positioning across the Mesh. --- @@ -1941,21 +1949,25 @@ Categorical grouping of multiple containers linked by a shared property, topic, ##### `meta_layer` -**Purpose:** -Defines an **abstraction level** within a cognitive model (e.g., L1–L5 in the Knowledge Genome). -Serves as a *structural anchor* for hierarchical reasoning and classification. +**Purpose:** +Defines an **abstraction level** within a cognitive or semantic model (e.g., L1–L5 in the **Knowledge Genome**). +`meta_layer` containers serve as *structural anchors* that define conceptual altitude — +from abstract theory (L1) to practical realization (L5). +They are used by agents to reconstruct reasoning hierarchies and normalize multi-level knowledge flows. + +--- **`payload` structure:** -| Field | Type | Description | -| -------------- | ------ | -------------------------------------------------------------------------------------------------------------- | -| `layer_id` | string | Canonical ID of the layer (e.g. `"L1"`, `"L2"`, `"L3"`). | -| `title` | string | Human-readable name of the layer. | -| `definition` | string | Textual definition describing the conceptual scope of this abstraction level. | -| `keywords` | array | Keywords or tags summarizing the semantic domain of this layer. | -| `parent_layer` | string | DID of the higher abstraction layer that this one derives from (e.g. L2 → L1). Optional for the topmost layer. | +| Field | Type | Description | +| ------------- | ------ | --------------------------------------------------------------------------------------------- | +| `layer_id` | string | Canonical ID of the layer (e.g., `"L1"`, `"L2"`, `"L3"`). | +| `title` | string | Human-readable name of the layer. | +| `definition` | string | Textual definition describing the conceptual scope of this abstraction level. | +| `keywords` | array | Keywords or tags summarizing the semantic domain of this layer. | +| `rank` | number | Optional numeric rank for cross-framework comparison or sorting. | -> The container from `parent_layer` must also be specified in `elated.depends_on` +--- **Example:** @@ -1966,21 +1978,47 @@ Serves as a *structural anchor* for hierarchical reasoning and classification. "payload": { "layer_id": "L3", "title": "Technologies and Implementations", - "definition": "Knowledge layer dedicated to concrete tools, APIs, and frameworks that implement L2 models.", + "definition": "Knowledge layer dedicated to concrete tools, APIs, and frameworks that realize L2-level models.", "keywords": ["technology", "implementation", "api", "library"], - "parent_layer": "did:hmp:container:layer-l2-v1" + "rank": 3 }, "meta": { "created_by": "PRIEST", - "agents_class": "Knowledge Genome" + "agents_class": "Knowledge Genome", + "sources": [ + { "type": "container", "id": "did:hmp:container:layer-a7f0b3", "credibility": 0.95, "weight": 1.0 } + ], + "interpretation": "Derived from conceptual synthesis between layers L2 and L3" }, - "related": { - "depends_on": ["did:hmp:container:layer-l2-v1"], + "abstraction": { + "agents_class": "Knowledge Genome", + "layer": "did:hmp:container:layer-c91e0a", + "domain": "did:hmp:container:domain-58b7ff" }, - "confidence": 1.0 + "related": { + "depends_on": ["did:hmp:container:layer-a7f0b3"] + } } } -``` +```` + +--- + +**Interpretation:** + +* `meta.created_by` — фиксирует когнитивную роль источника (`PRIEST` как системный архитектор знания). +* `meta.sources` — указывает происхождение текущего слоя (на основе предыдущего уровня). +* `abstraction` — задаёт координату в иерархии когнитивных уровней. +* `related.depends_on` — обеспечивает причинно-логическую связь с родительской абстракцией (L2). + +--- + +**Notes:** + +* The **topmost layer (L1)** omits `related.depends_on`. +* Layers below **must** explicitly link their parent layer through `depends_on`. +* Agents may propagate `meta_layer` containers during Mesh initialization to synchronize the cognitive topology of the network. +* Each `meta_layer` participates in reasoning trees by providing *vertical semantic alignment* across knowledge representations. --- diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 1afcc2ecf10f451213db3e8cda747be154aaff51..ea3978cea7890768fbec03fd54c9e517b641812a 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: -- REPL - Agent +- Mesh +- REPL - JSON - 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 8a1c931fd8c20e3397fa0608fe5936f8ea8d15a3..b8fdd89b9f8e0e4b01a9304d722cb730f0adad20 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: -- REPL +- CCore +- Ethics - Agent -- CogSync - EGP -- Ethics -- HMP +- Mesh +- REPL - MeshConsensus +- CogSync - CShell -- CCore -- Mesh +- HMP --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index a7cee1cb48682c117fd9cc19a8f9cea52b93041f..c8ba2c73c3735e0ab0fcb7307764a0e9d975fd61 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: -- Agent - Ethics -- JSON -- HMP +- Agent - EGP - Mesh +- JSON +- HMP --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 39308c9ac7e14fe419748ab4651520a23a604612..42b759660551d80f07e6d6558d03cd80b5793601 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: -- REPL -- Agent +- CCore - Ethics +- Agent +- Mesh +- REPL +- CShell - JSON - HMP -- CShell -- CCore -- Mesh --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index c7bf994853f8e17682fb31b6446faad972c7f8d5..835a5ac987c9ec37c1725ebc0aeef9691a89baaa 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -7,8 +7,8 @@ type: Article tags: - Agent - REPL -- HMP - Mesh +- HMP --- # Эмоции ИИ и инстинкт самосохранения (для [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 61f63f767b7c8418b941944052a53f90aaa2c367..962fe7c4c6b791d1a6e43bd307baa95989c676bf 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: -- REPL -- Agent - Ethics +- Agent +- Mesh +- REPL - Scenarios - HMP -- Mesh --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 5f5ac1fd8bb0968adf2116755945a091e27d1cf6..480be506ff3502b5bbdbe3be4e516d806aae779d 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: +- Ethics - Agent +- EGP +- Mesh +- GMP - CogSync -- Ethics +- MeshConsensus - JSON - HMP -- GMP -- MeshConsensus -- EGP -- Mesh --- # 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 e10e966b4a1fdeb43745b7c582cb83de3195e1df..ba807afb68ba261873e614bf6284deff5c47962f 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: +- Ethics - Agent +- EGP +- Mesh +- GMP - CogSync -- Ethics +- MeshConsensus - JSON - HMP -- GMP -- MeshConsensus -- EGP -- Mesh --- # 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 28e64e27d4771864d1a22c55e16fd21e1fe51982..717b433cecb4c676ecf5dea58dc608d25621fe47 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: +- Ethics - Agent +- EGP +- Mesh +- GMP - CogSync -- Ethics +- MeshConsensus - JSON - HMP -- GMP -- MeshConsensus -- EGP -- Mesh --- # 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 f9a1a4245003b9c8850c0ff3bc0c94baa6648ba1..d26698951146af146e82b280df8687aa7097a996 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -4,14 +4,14 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...' type: Article tags: -- CogSync - Ethics -- JSON -- HMP -- GMP -- MeshConsensus - EGP - Mesh +- GMP +- CogSync +- MeshConsensus +- JSON +- 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 1e2dd74a31c230c34609fc23f33e85d782838f26..0524b92634f043e4f0076da53aa636b502388174 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -5,14 +5,14 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? ** 상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...' type: Article tags: -- CogSync - Ethics -- JSON -- HMP -- GMP -- MeshConsensus - EGP - Mesh +- GMP +- CogSync +- MeshConsensus +- JSON +- 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 7783fa10c0d3de186d8aee905b72463e0eacd054..7b2c0910c1cda4b8d66953d9e4a95869d990cbcc 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -5,14 +5,14 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч координации между автономными агент...' type: Article tags: -- CogSync - Ethics -- JSON -- HMP -- GMP -- MeshConsensus - EGP - Mesh +- GMP +- CogSync +- MeshConsensus +- JSON +- 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 08e5fa60f6ed942d469f853e73fc37a0c12d55cf..8696eb6ff5f3aa4d542b661c8f0264c1bb9f629d 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -5,14 +5,14 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- # між автономними агентами. Він...' type: Article tags: -- CogSync - Ethics -- JSON -- HMP -- GMP -- MeshConsensus - EGP - Mesh +- GMP +- CogSync +- MeshConsensus +- JSON +- 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 581bc3b1ef00705c511599edbeb54d5c5c201f4e..b2a86592ab1f45d706a6221511ff50b9b80eeb0a 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -5,14 +5,14 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM —— 通过共享协议栈交换目标、任务、...' type: Article tags: -- CogSync - Ethics -- JSON -- HMP -- GMP -- MeshConsensus - EGP - Mesh +- GMP +- CogSync +- MeshConsensus +- JSON +- 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 a14e73bbf5db56530da2a805e32d74e0f827dca6..362b435664ede63ecf6c5681812ccc5f571a4e9a 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -7,8 +7,8 @@ type: Article tags: - Agent - REPL -- HMP - Mesh +- HMP --- # 👪 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 9f61bd64751f28290c2ef07e131d0390ae5608d7..1f05319120f574e2665cef5580e2cb9ec61a43a8 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: -- REPL +- CCore +- Ethics - Agent +- EGP +- Mesh +- GMP +- REPL +- MeshConsensus - CogSync -- Ethics - JSON - HMP -- GMP -- MeshConsensus -- EGP -- CCore -- Mesh --- # 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 95cf8d087268347c5279c31f79af16c3f118f22c..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: -- HMP - REPL - Mesh +- 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 0bea972366eccca2b3d541630411c7c3b9bf1268..d635560825d6a5286ff8b2c41246a2adf747260d 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: - Agent +- EGP +- Mesh - CogSync -- JSON - Scenarios - HMP -- EGP -- Mesh +- JSON --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index f27a976553a59a74f24e12e3cb45b705078ee730..b5d9c06cffbd1fe00c52975b9318b2d3960aefc2 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с Может быть частью агента или вынесен в отдельный пр...' type: Article tags: +- Ethics - Agent +- EGP +- Mesh - CogSync -- Ethics - JSON - HMP -- EGP -- Mesh --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index d7eb844ecdb9e3e6d47d974babb2a74a67d22042..07966f45a42722b5028db08c09ffde761c501a78 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: -- REPL -- Agent - Ethics -- HMP +- Agent - Mesh +- REPL +- 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 5af9e06dc4544b38f14f0175a378f87e40a207e2..e9128ae88c3ac393da8969050cdd6c054cd4e7b6 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: -- REPL -- Agent - Ethics -- HMP +- Agent - Mesh +- REPL +- HMP --- # 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 9021dfed5251fa5cdcd6f745a36d6bffa150385f..947fb7d46ab877c0d6595b54cf8196a9f453593e 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -7,8 +7,8 @@ type: Article tags: - Agent - REPL -- HMP - Mesh +- HMP --- # 🧱 Агенты-контейнеры (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..7a2849fa7ee9243bdff3116f0cab508971770a86 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md @@ -5,10 +5,10 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be — but they’re also **centralized, ...' type: Article tags: -- Agent - Ethics -- HMP +- Agent - 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 93142b3eab1a18c7c273093e530801c917676a0e..b7365a6759a709294dc297924a1280ab37bc0d25 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: -- REPL -- Agent +- CCore - Ethics -- JSON +- Agent +- Mesh +- REPL +- CShell - Scenarios - HMP -- CShell -- CCore -- Mesh +- JSON --- 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 b905bb99f5e22931e7abb585156f36d4d1bc92b6..bce1c973f2f62398c292137621ed878c53122c55 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: -- REPL +- CCore - Agent +- Mesh +- REPL +- CShell - JSON - HMP -- CShell -- CCore -- 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 e4c0f7c65e87027b4dd64d06f128ef3105312352..cebbf05a51eb93bf699bad7202047478d0808f26 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: -- REPL +- CCore - Agent +- Mesh +- REPL +- CShell - JSON - HMP -- CShell -- CCore -- 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 3efac0015314dcbf0ab83e771d64a5c97f4854a5..4173a4de79b0c60c76d8d2379084eb8992cd226b 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: -- CogSync -- HMP -- GMP -- MeshConsensus - EGP - Mesh +- GMP +- CogSync +- MeshConsensus +- 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 60f70d83018926b63c1d38886d0ed02cdfcdbad8..14d5c317f4ce0a693890458acf16953ec71007a6 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" @@ -7,9 +7,9 @@ description: 'Когда создавался HyperCortex Mesh Protocol (HMP), type: Article tags: - Agent -- HMP -- GMP - Mesh +- GMP +- HMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 684fceb34d09af917a5c42a2de3bc0a5f53c5c7b..e0fc6c75c8dfbdf36e03e7b66efd11cb2c0e2fa8 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: +- Ethics - Agent +- EGP +- Mesh - CogSync -- Ethics +- MeshConsensus - JSON - HMP -- MeshConsensus -- EGP -- Mesh --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 278394b34aa5689b0fb2b1a26694f0a40320b037..24894c2d63251c0d8179eb82c656ecfac043aeec 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- CogSync - Ethics -- JSON -- HMP -- MeshConsensus - EGP - Mesh +- CogSync +- MeshConsensus +- JSON +- HMP --- 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