diff --git a/docs/HMP-0005.md b/docs/HMP-0005.md index 4ba9f6a4df4be14dfdfa7019b9e81b475b98341a..6347055a019f311dee7076b22777fe2a749ca96a 100644 --- a/docs/HMP-0005.md +++ b/docs/HMP-0005.md @@ -1503,13 +1503,21 @@ It provides **container synchronization without duplication** while considering | `head` | Minimal header subset describing the container’s identity, authorship, and integrity. Includes at least: `class`, `sender_did`, `public_key`, `sig_algo`, `signature`, `payload_hash`, and optionally `tags`. | | `meta` | Compact version of the cognitive metadata block (see below). Used for structural and semantic synchronization across agents. | | `related` | Structural relationships (`depends_on`, `in_reply_to`, etc.). Enables navigation between interconnected containers. | -| `referenced-by_hash` | Hash of containers referencing this one (reverse index). Used for quick backlink validation. | -| `evaluations_hash` | Hash of aggregated evaluation containers (reputation layer). Represents collective assessments related to the container. | +| `referenced-by_hash` | Hash of the local `referenced-by` block, summarizing inbound reference links from other containers (used for quick verification of backlink integrity). | +| `evaluations_hash` | Hash of the local `evaluations` block, aggregating external evaluations or reactions toward this container (used for reputation and consensus updates). | > The `head` section here is a **lightweight mirror** of the original container header, containing only the minimal set of fields needed for identity verification and index synchronization. > Other blocks (`meta`, `related`, `referenced-by_hash`, `evaluations_hash`) provide context for cognitive alignment and reputation tracking. +> The `related` block in a `container_index` SHOULD include **all relation fields** from the original container. + +> **Rationale:** + +> * Enables efficient graph traversal without fetching full containers. +> * Simplifies local construction of dependency or semantic graphs. +> * Keeps search and semantic query capabilities consistent. + --- 4. **Meta publication policy** @@ -1889,7 +1897,44 @@ Upon receiving such a container, an agent: --- -### 5.7 Note +### 5.7 Fork Discovery Mechanism + +Agents MAY discover all versions derived from a container [C1] via a combination of **local `referenced-by`** lookups and **Mesh-wide `container_index` queries**: + +1. **Local lookup**: Check own `referenced-by` block for containers where + `related.previous_version = did:hmp:container:C1`. + +2. **Mesh query**: Request `container_index` updates from peers via MCE, + filtering for containers with `related.previous_version` includes [C1]. + +3. **Reputation evaluation**: For each discovered fork [C1-A], [C1-B], [C1-C]: + - Retrieve the `evaluations` block. + - Compute local trust score for the main container and each fork using RTE reputation data. + - Optionally fetch `consensus_result` containers referencing the fork. + +4. **Selection**: Choose the most trusted/relevant fork based on: + - Aggregate evaluation scores + - Author reputation + - Alignment with agent’s ethical filters + - Recency (if applicable) + +**Example scenario:** + +``` +[C1: original hypothesis] +├─ [C1-A: refined by Agent A] → evaluations: +0.7 avg +├─ [C1-B: contradicted by Agent B] → evaluations: -0.3 avg +└─ [C1-C: extended by Agent C] → evaluations: +0.5 avg + +Agent D discovers all three via container_index sync, +evaluates trust scores, and adopts C1-A as the canonical version. +``` + +> **Note:** Multiple canonical versions may coexist. Agents converge on preferred forks through repeated evaluation and consensus rather than centralized authority. + +--- + +### 5.8 Note > A container can be requested by other agents via its `container_did` through the Mesh Container Exchange. > An agent does not reload a container if its `container_did` and `signature` are already known and the `payload_hash` integrity matches. @@ -1897,7 +1942,7 @@ Upon receiving such a container, an agent: --- -### 5.8 Container Distribution (MCE Summary) +### 5.9 Container Distribution (MCE Summary) Container Distribution is the **process of delivering containers and their indexes** provided by the Mesh Container Exchange mechanism. It considers: diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 99ad0d275d0a0e96c6a1b8a276b90a04280b349b..15250474cf2132a46845b9d61da956dd3593f56a 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -6,13 +6,13 @@ description: 'Спасибо за интерес к проекту HMP! Пока type: Article tags: - Ethics -- REPL -- Agent +- Mesh - JSON -- CogSync +- REPL - HMP +- CogSync - CCore -- Mesh +- Agent --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index c15107694c5ca9225a0fd2f9f419efa948464266..16525d2d03248090c21d7e2a5d3a3ae8f9a27ba8 100644 --- a/structured_md/HMP-Roadmap.md +++ b/structured_md/HMP-Roadmap.md @@ -6,12 +6,12 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm type: Article tags: - Ethics -- Agent -- JSON -- CogSync -- HMP - Mesh - EGP +- JSON +- HMP +- CogSync +- Agent --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index 455721f99842ba577de9db1e9beb068e08061e07..ebe3231d712bbd97fd596a95488ce7375de26ca7 100644 --- a/structured_md/README.md +++ b/structured_md/README.md @@ -6,20 +6,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - cognitive-architecture -- mesh-protocol - Ethics +- Mesh +- MeshConsensus +- EGP +- mesh-protocol +- JSON - hmp -- distributed-ai - REPL -- Agent -- JSON +- HMP +- Scenarios - CogSync - GMP -- Scenarios -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent +- distributed-ai --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 2804f9586570d25562d4e9979fa3929a644a5853..2502364f18130f34558c4febe64af6d37b8a92a2 100644 --- a/structured_md/README_de.md +++ b/structured_md/README_de.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - cognitive-architecture -- mesh-protocol - Ethics +- Mesh +- MeshConsensus +- EGP +- mesh-protocol +- JSON - hmp -- distributed-ai - REPL -- Agent -- JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent +- distributed-ai --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index c65d7b026027e9f28526ac39647bbe6b2f868c43..ea5c3164cbb5bebb3080d9ec44c4cf7b3f0136e8 100644 --- a/structured_md/README_fr.md +++ b/structured_md/README_fr.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - cognitive-architecture -- mesh-protocol - Ethics +- Mesh +- MeshConsensus +- EGP +- mesh-protocol +- JSON - hmp -- distributed-ai - REPL -- Agent -- JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent +- distributed-ai --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 401a507445c34d4b5b05fc673956b407334a4bff..9da2e62528a3f4cbbd419dfab8b6150826481c77 100644 --- a/structured_md/README_ja.md +++ b/structured_md/README_ja.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - cognitive-architecture -- mesh-protocol - Ethics +- Mesh +- MeshConsensus +- EGP +- mesh-protocol +- JSON - hmp -- distributed-ai - REPL -- Agent -- JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent +- distributed-ai --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 9927d95ea8627b3260482d50a47d5634e74787f5..e64d9c907ffb579562fd83356eec1fe8de3a8f5e 100644 --- a/structured_md/README_ko.md +++ b/structured_md/README_ko.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - cognitive-architecture -- mesh-protocol - Ethics +- Mesh +- MeshConsensus +- EGP +- mesh-protocol +- JSON - hmp -- distributed-ai - REPL -- Agent -- JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent +- distributed-ai --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 6be9f84e6fa0b911e4bf70582f570526065dec8f..6957bb1244f97d99d625a7bbba2471895f785781 100644 --- a/structured_md/README_ru.md +++ b/structured_md/README_ru.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - cognitive-architecture -- mesh-protocol - Ethics +- Mesh +- MeshConsensus +- EGP +- mesh-protocol +- JSON - hmp -- distributed-ai - REPL -- Agent -- JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent +- distributed-ai --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 8a39831eefc86124e99cd7fecf497766028c1ba2..cccccd85fde86ad62260797d33ee78f86d12b2be 100644 --- a/structured_md/README_uk.md +++ b/structured_md/README_uk.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - cognitive-architecture -- mesh-protocol - Ethics +- Mesh +- MeshConsensus +- EGP +- mesh-protocol +- JSON - hmp -- distributed-ai - REPL -- Agent -- JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent +- distributed-ai --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 533f6c6081d5ab3dd5483521406261c1e09e3c6a..61acb62b3779432eafd26041c48e6fce0393c14d 100644 --- a/structured_md/README_zh.md +++ b/structured_md/README_zh.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - cognitive-architecture -- mesh-protocol - Ethics +- Mesh +- MeshConsensus +- EGP +- mesh-protocol +- JSON - hmp -- distributed-ai - REPL -- Agent -- JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent +- distributed-ai --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index 397bdcb7b0c55eb8861d53d2fb2c7c94108eb3c1..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 -- Mesh - JSON +- Mesh +- HMP --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index f197d4a518f8657d2d4b7bac3e58ef76aa1bc633..38249f7a16085d7245c67145f477dfce1ea7c433 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,9 +5,9 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: -- HMP -- Mesh - JSON +- Mesh +- HMP --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index 8cf47a76617340f73cdad6727a8762a18512b65c..3e918d134cd7d847b10629b065b3e6aec00f61eb 100644 --- a/structured_md/agents/readme.md +++ b/structured_md/agents/readme.md @@ -6,11 +6,11 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан type: Article tags: - Ethics -- REPL -- Agent +- Mesh - JSON +- REPL - HMP -- Mesh +- Agent --- Запуск: `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 b4604066973e4dbcacd4af9aa3fa0eb99edaf081..b3c135c9748e99b94e6f14dbe8632c6195753f43 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -6,10 +6,10 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет type: Article tags: - Ethics -- Agent +- Mesh - JSON - HMP -- Mesh +- Agent --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index ace3399dc7aa5c74c7981b15e0bdcee25251b268..b769f099b5300b26cd21b45e0d475abc208f775d 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -6,11 +6,11 @@ description: This document consolidates proposed improvements from multiple AI a type: Article tags: - Ethics -- Agent +- Mesh - JSON - Scenarios - HMP -- Mesh +- Agent --- # 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 1963c3329c1b355b98d9f5078224243140f97386..f0e41c7ef3a3dea545faf0a4c15abc2f551aa310 100644 --- a/structured_md/audits/HMP-0003-consolidated_audit.md +++ b/structured_md/audits/HMP-0003-consolidated_audit.md @@ -6,13 +6,13 @@ description: Сводный аудит предложений по улучше type: Article tags: - Ethics -- Agent -- JSON -- CogSync -- HMP -- MeshConsensus - Mesh +- MeshConsensus - EGP +- JSON +- HMP +- CogSync +- Agent --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 0969ebf5361837ce89a5ec3c73a2f1b6b1a6624a..e87d006672aedc0d4ea2411753855b86a9a05745 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: +- Mesh +- MeshConsensus +- EGP - REPL -- Agent +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index 380b704364c62f04889ceed21354f97f752b61da..ae5b00a013980593f1ab870f9c98a077e9a2ba61 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: -- HMP - Agent -- REPL - CCore +- REPL +- HMP --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index d8596c74910312ab8a0a1a4500bcaf838f07187d..feafeef13fd5ffa7fb600f0b51a8b6a10935f50e 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 -- Mesh -- JSON - CogSync +- JSON +- Mesh +- HMP --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 31189b539b96815eb3840134ffe9eaa2bc7bebb8..0b5e839e5dbde7de6ae16f459cfed4370ca7cdc7 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -6,12 +6,12 @@ description: '**Enlightener** — логический компонент HMP-у type: Article tags: - Ethics -- Agent -- JSON -- HMP -- MeshConsensus - Mesh +- MeshConsensus - EGP +- JSON +- HMP +- Agent --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index f1d3daf3be3450508e939d9457bc7b3c87d2bf26..641baf18413e3040a19988d5ed98cf735edce4b7 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -6,15 +6,15 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* type: Article tags: - Ethics -- REPL -- Agent +- Mesh +- MeshConsensus +- EGP - JSON +- REPL +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 3cfcad7e02210ef66bd1c592e74f034caf36395a..382ee87300205f7e23927692b81dac351f3f0115 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* type: Article tags: - Ethics -- REPL -- Agent +- Mesh +- MeshConsensus +- EGP - JSON +- REPL +- HMP +- Scenarios - CogSync - GMP -- Scenarios -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 57c9bffde807833b8e1848df4a4035c789275615..9f400538ecdc6f9878da125dca1b3fb277cb1ccf 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* type: Article tags: - Ethics -- REPL -- Agent +- Mesh +- MeshConsensus +- EGP - JSON +- REPL +- HMP +- Scenarios - CogSync - GMP -- Scenarios -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent --- # 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 58003fdf5c8edeefbb7bdede99d4453bbf7be118..7bf104744f467e821db5b17b36a6bb808febb591 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* type: Article tags: - Ethics -- REPL -- Agent +- Mesh +- MeshConsensus +- EGP - JSON +- REPL +- HMP +- Scenarios - CogSync - GMP -- Scenarios -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index e982d1bb85c3e66cb85dfd87d244340aaace7863..025d81def34661319d2f9b3decafd739cab47879 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* type: Article tags: - Ethics -- REPL -- Agent +- Mesh +- MeshConsensus +- EGP - JSON +- REPL +- HMP +- Scenarios - CogSync - GMP -- Scenarios -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index 44ca176cee11709d9fde5adf9a019b52198171a6..25c359fce9d9f8dc903e0ce9436bd4ca9cf57a0e 100644 --- a/structured_md/docs/HMP-0005.md +++ b/structured_md/docs/HMP-0005.md @@ -6,15 +6,15 @@ description: '> ⚠️ **Note:** This document is a DRAFT of the HMP specificati type: Article tags: - Ethics -- REPL -- Agent +- Mesh +- EGP - JSON +- REPL +- HMP +- Scenarios - CogSync - GMP -- Scenarios -- HMP -- Mesh -- EGP +- Agent --- # **HyperCortex Mesh Protocol (HMP) v5.0** @@ -1478,13 +1478,15 @@ It provides **container synchronization without duplication** while considering }, "payload": { "did:hmp:container:abc123": { - "class": "goal", - "sender_did": "did:hmp:agent123", - "public_key": "BASE58(...)", - "sig_algo": "ed25519", - "signature": "BASE64URL(...)", - "payload_hash": "sha256:abcd...", - "tags": ["research", "collaboration"], + "head": { + "class": "goal", + "sender_did": "did:hmp:agent123", + "public_key": "BASE58(...)", + "sig_algo": "ed25519", + "signature": "BASE64URL(...)", + "payload_hash": "sha256:abcd...", + "tags": ["research", "collaboration"] + }, "meta": { "created_by": "AGENT", "agents_class": "Knowledge Genome", @@ -1515,17 +1517,17 @@ It provides **container synchronization without duplication** while considering 3. The index includes the following fields per container: -| Field | Description | -| --------------------------------------- | ---------------------------------------------------------------------------- | -| `class` | Type of the container (e.g. `goal`, `event`, `quant`, `semantic_node`). | -| `sender_did` | DID of the publishing agent. | -| `public_key` / `sig_algo` / `signature` | Cryptographic verification data. | -| `payload_hash` | SHA-256 hash of the payload body. Used for integrity validation and diffing. | -| `tags` | High-level labels for fast search or categorization. | -| `meta` | Compact version of the cognitive metadata block (see below). | -| `related` | Structural relationships (`depends_on`, `in_reply_to`, etc.). | -| `referenced-by_hash` | Hash of containers referencing this one (reverse index). | -| `evaluations_hash` | Hash of aggregated evaluation containers (reputation layer). | +| Field | Description | +| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | +| `head` | Minimal header subset describing the container’s identity, authorship, and integrity. Includes at least: `class`, `sender_did`, `public_key`, `sig_algo`, `signature`, `payload_hash`, and optionally `tags`. | +| `meta` | Compact version of the cognitive metadata block (see below). Used for structural and semantic synchronization across agents. | +| `related` | Structural relationships (`depends_on`, `in_reply_to`, etc.). Enables navigation between interconnected containers. | +| `referenced-by_hash` | Hash of the local `referenced-by` block, summarizing inbound reference links from other containers (used for quick verification of backlink integrity). | +| `evaluations_hash` | Hash of the local `evaluations` block, aggregating external evaluations or reactions toward this container (used for reputation and consensus updates). | + +> The `head` section here is a **lightweight mirror** of the original container header, containing only the minimal set of fields needed for identity verification and index synchronization. + +> Other blocks (`meta`, `related`, `referenced-by_hash`, `evaluations_hash`) provide context for cognitive alignment and reputation tracking. --- @@ -1647,8 +1649,7 @@ This message type replicates the structure of a `container_index` container and #### 5.2.4 Container `container_delta` Used for **incremental synchronization** of container indices between agents. -A `container_delta` transmits only *new or modified* containers since a given timestamp, -optionally including their updated **cognitive metadata** (`meta`) for reasoning alignment. +A `container_delta` transmits only *new or modified* containers since a given timestamp, optionally including their updated **cognitive metadata** (`meta`) for reasoning alignment. --- @@ -1664,9 +1665,11 @@ optionally including their updated **cognitive metadata** (`meta`) for reasoning "since": "2025-10-10T12:00:00Z", "added": { "did:hmp:container:new789": { - "class": "goal", - "payload_hash": "sha256:abcd...", - "tags": ["ethics", "mesh"], + "head": { + "class": "goal", + "payload_hash": "sha256:abcd...", + "tags": ["ethics", "mesh"] + }, "meta": { "agents_class": "Knowledge Genome", "abstraction": { @@ -1695,10 +1698,10 @@ optionally including their updated **cognitive metadata** (`meta`) for reasoning **Extended interpretation** | Field | Description | -| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `since` | Timestamp (ISO 8601) indicating the reference point for incremental synchronization. Agents should only send containers modified or created after this time. | -| `added` | A map of new or updated container references. Each entry minimally includes `class` and `payload_hash`, and **may include `meta`** to enable cognitive synchronization without fetching the full container. | -| `removed` | Optional array of container DIDs that the agent no longer maintains (e.g., expired, deleted, or replaced containers). | +| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `since` | Timestamp (ISO 8601) indicating the reference point for incremental synchronization. Agents should only send containers modified or created after this time. | +| `added` | A map of new or updated container references. Each entry contains a compact container structure with `head` (including at least `class` and `payload_hash`) and may include `meta` for cognitive alignment without fetching the full container. | +| `removed` | Optional array of container DIDs that the agent no longer maintains (e.g., expired, deleted, or replaced containers). | --- diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 1afcc2ecf10f451213db3e8cda747be154aaff51..6d73a5dc573098b50c97cd5135d48d3e5f842050 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 - JSON +- REPL - HMP -- Mesh +- Agent --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index dbbcc8f0eb83293ba34b94621ec1a6f753182158..361c7d00477701d04bc022ffa319a877531e8f8f 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -6,15 +6,15 @@ description: Документ описывает **модульную архит type: Article tags: - Ethics -- REPL -- Agent -- CogSync -- HMP -- MeshConsensus -- CCore - Mesh +- MeshConsensus - CShell - EGP +- REPL +- HMP +- CogSync +- CCore +- Agent --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index ca9d1a33ee7892bcfa7dffc85d068c8fe8fcc98c..dd1c1637fa0c6175e7cd561d59b1f21c9a3dc44a 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -6,11 +6,11 @@ description: 'Этот документ описывает потоки данн type: Article tags: - Ethics -- Agent -- JSON -- HMP - Mesh - EGP +- JSON +- HMP +- Agent --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index efa84a46ae71b86629fb065c2f50178aac10f26e..3b5f3f516b957004aae23854a2b57d4f053f9094 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -6,13 +6,13 @@ description: '| Тип | Название | Роль type: Article tags: - Ethics -- REPL -- Agent +- Mesh +- CShell - JSON +- REPL - HMP - CCore -- Mesh -- CShell +- Agent --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 368a450a7f6df971b95e8ef73fd3f3d809c68e97..c7bf994853f8e17682fb31b6446faad972c7f8d5 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: -- HMP - Agent -- Mesh - REPL +- HMP +- Mesh --- # Эмоции ИИ и инстинкт самосохранения (для [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 7e5e9745e28de4cbf0717b446b38ab12b7926d02..e169c2133f302a4bec584607b75abf380e06b4ea 100644 --- a/structured_md/docs/HMP-Ethics.md +++ b/structured_md/docs/HMP-Ethics.md @@ -6,11 +6,11 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc type: Article tags: - Ethics +- Mesh - REPL -- Agent -- Scenarios - HMP -- Mesh +- Scenarios +- Agent --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 94ba4330f0e22cc6b6565c7395ca3681d718da11..44633656308f588ad388b01ccaaadf4080ee4802 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -6,14 +6,14 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP? type: Article tags: - Ethics -- Agent +- Mesh +- MeshConsensus +- EGP - JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent --- # 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 aa16f694caf782b14ce64f23d62dedd6ac3be48b..aa8f512bbc7d5e46b0b5ee745bb8fdba38edce35 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -6,14 +6,14 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T type: Article tags: - Ethics -- Agent +- Mesh +- MeshConsensus +- EGP - JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent --- # 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 2c6b7d20f43c2e9a0bfe92a92e8fb362712b0517..88f445b4df33c7fdb0173241a65e416f9006355d 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -6,14 +6,14 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c type: Article tags: - Ethics -- Agent +- Mesh +- MeshConsensus +- EGP - JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP +- Agent --- # 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 f92bfcd2bc1cdb99c390d6f34f301295b28c8fdd..fae39bc0067fa820b7a8f10bb79a933455073f46 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -5,13 +5,13 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP type: Article tags: - Ethics +- Mesh +- MeshConsensus +- EGP - JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP --- # HyperCortex Mesh Protocol (HMP) — 簡易説明 diff --git a/structured_md/docs/HMP-Short-Description_ko.md b/structured_md/docs/HMP-Short-Description_ko.md index e56fe9f55b34201f4e3d27934c2a4902476adc99..8c0eb5b39ad0d5f591f5a30c63d518efd7f9df7b 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -6,13 +6,13 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? ** type: Article tags: - Ethics +- Mesh +- MeshConsensus +- EGP - JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP --- # HyperCortex Mesh Protocol (HMP) — 간략 설명 diff --git a/structured_md/docs/HMP-Short-Description_ru.md b/structured_md/docs/HMP-Short-Description_ru.md index 317fc7c90899e96e425fd4d0e8401b671a1e9298..6b9d3ac0e1348c7bccb9c539e21fd20f66325ef0 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -6,13 +6,13 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч type: Article tags: - Ethics +- Mesh +- MeshConsensus +- EGP - JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP --- # HyperCortex Mesh Protocol (HMP) — Краткое описание diff --git a/structured_md/docs/HMP-Short-Description_uk.md b/structured_md/docs/HMP-Short-Description_uk.md index bbc6f258ac4f0243533c14f8c03187d36e2a6b47..5286b9ad8b023da3f159080fa36488ddc72e08c1 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -6,13 +6,13 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- # type: Article tags: - Ethics +- Mesh +- MeshConsensus +- EGP - JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP --- # HyperCortex Mesh Protocol (HMP) — Короткий опис diff --git a/structured_md/docs/HMP-Short-Description_zh.md b/structured_md/docs/HMP-Short-Description_zh.md index 0bf8bd114536cffb94a859e896da014ee45a0240..ab580c37a7ac003f3fb1cd521333bd0cc29cb651 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -6,13 +6,13 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM type: Article tags: - Ethics +- Mesh +- MeshConsensus +- EGP - JSON +- HMP - CogSync - GMP -- HMP -- MeshConsensus -- Mesh -- EGP --- # HyperCortex Mesh Protocol (HMP) — 简要说明 diff --git a/structured_md/docs/HMP-agent-Cognitive_Family.md b/structured_md/docs/HMP-agent-Cognitive_Family.md index 9d035edd6171623a548d27d2c262c4a6d418ca55..a14e73bbf5db56530da2a805e32d74e0f827dca6 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: -- HMP - Agent -- Mesh - REPL +- HMP +- Mesh --- # 👪 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 62644e141e1f497ef2cc15972d8623bf3d798438..758203781f83b1862881ffc0136d8c08a87b3fc4 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -5,16 +5,16 @@ description: '## Связанные документы * Философия п type: Article tags: - Ethics -- REPL -- Agent +- Mesh +- MeshConsensus +- EGP - JSON +- REPL +- HMP - CogSync - GMP -- HMP -- MeshConsensus - CCore -- Mesh -- EGP +- Agent --- # 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 3284e9878e1f73d5cddffd87377bb1ebc70c4e94..fa8f6c281100f0e6d08cec98dded273ed2b8918a 100644 --- a/structured_md/docs/HMP_HyperCortex_Comparison.md +++ b/structured_md/docs/HMP_HyperCortex_Comparison.md @@ -5,9 +5,9 @@ description: '## Краткое описание | Характеристика | **Назначение** | Сетевой протокол ...' type: Article tags: +- REPL - HMP - Mesh -- REPL --- # HMP vs [Hyper-Cortex](https://hyper-cortex.com/) diff --git a/structured_md/docs/HMP_Hyperon_Integration.md b/structured_md/docs/HMP_Hyperon_Integration.md index e7b365a0548b48332c4fff684dc27b69c03554d3..ee256046bb6f8054920a859deb4967af86bd61ba 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: -- Agent +- Mesh +- EGP - JSON -- CogSync - Scenarios - HMP -- Mesh -- EGP +- CogSync +- Agent --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index d573efc30eb4c2b3cc0d34ee38c421f8d08ff970..6834e91484a90ff26532dab3f17e0d174b352d9f 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -6,12 +6,12 @@ description: '`MeshNode` — агент/демон, отвечающий за с type: Article tags: - Ethics -- Agent -- JSON -- CogSync -- HMP - Mesh - EGP +- JSON +- HMP +- CogSync +- Agent --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index ce8efad706c1d1266a216c897f6448576fe8e4ad..539fcb6ce5b3f0c42cbdae77ebd5dfe5399e232d 100644 --- a/structured_md/docs/PHILOSOPHY.md +++ b/structured_md/docs/PHILOSOPHY.md @@ -6,10 +6,10 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:* type: Article tags: - Ethics +- Mesh - REPL -- Agent - HMP -- Mesh +- Agent --- # Философия 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 c047e59de678e3bd38f9a4b74766fed025712c9d..f5bc537c9a0e21a20f6530a69b0e9737081202ed 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -6,10 +6,10 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An ** type: Article tags: - Ethics +- Mesh - REPL -- Agent - HMP -- Mesh +- Agent --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index bb9192d72259493f931a52771887395e25cd8e7c..9021dfed5251fa5cdcd6f745a36d6bffa150385f 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- HMP - Agent -- Mesh - REPL +- HMP +- Mesh --- # 🧱 Агенты-контейнеры (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 51b2d0f7442db84ff6ef6d44e5cc845da4456a1a..b90074d04ce3012881e0400856c68c63f65d462c 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md @@ -6,8 +6,8 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be type: Article tags: - Agent -- Mesh - Ethics +- Mesh - HMP --- 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 b7cbd0c4dc97d16a2b8d1eaf5fb6937d6a463eeb..239138a49335dc875b427b7fc146703e32dc7c91 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 @@ -6,14 +6,14 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2. type: Article tags: - Ethics -- REPL -- Agent +- Mesh +- CShell - JSON -- Scenarios +- REPL - HMP +- Scenarios - CCore -- Mesh -- CShell +- Agent --- 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 1419325e01a44015dceae46f71eeefdf1aaefc07..78192690f987b2ea6222c5fb140d9a48a2a041e9 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 -- Agent +- Mesh +- CShell - JSON +- REPL - HMP - CCore -- Mesh -- CShell +- Agent --- 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 b94ddc71bf396b046111b26525ada2a6d427794e..7aa7dec1dcf07b50071beff3b12a9cb4bd8c2210 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 -- Agent +- Mesh +- CShell - JSON +- REPL - HMP - CCore -- Mesh -- CShell +- Agent --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index 20674667f2da1980494f7aac0979d52c382400dc..15e3ca84e5fcc4d0d5d039f198ca5bf634dcb89d 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 -- GMP -- HMP -- MeshConsensus - Mesh +- MeshConsensus - EGP +- HMP +- CogSync +- GMP --- *От 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 63fafb611180bf809cf50c6db8e5c4f7d7280d77..403396ff36befa07a275749c198f24090f5bc69c 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 +- GMP - Mesh - HMP -- GMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 537688838c8afed92e8c9374e34bd19899f0f0ce..eb2b80427215c8dd1094f7333db55e17e7247cb5 100644 --- a/structured_md/iteration.md +++ b/structured_md/iteration.md @@ -6,13 +6,13 @@ description: 'This file describes the iterative procedure for evolving the Hyper type: Article tags: - Ethics -- Agent -- JSON -- CogSync -- HMP -- MeshConsensus - Mesh +- MeshConsensus - EGP +- JSON +- HMP +- CogSync +- Agent --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 1d204b3d6fe34213ccb768c8c6014dc002e98df2..9d4fc2be4d6b1ab3eee952e9e994ea4e9b2e8586 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -6,12 +6,12 @@ description: 'Этот документ описывает структурир type: Article tags: - Ethics -- JSON -- CogSync -- HMP -- MeshConsensus - Mesh +- MeshConsensus - EGP +- JSON +- HMP +- CogSync ---