diff --git a/docs/HMP-0005.md b/docs/HMP-0005.md index 2a151bd4ee408fa4ff90033304fc7030b0676fcd..ffe304e335cc07ec92285af92c504c7b5a690d15 100644 --- a/docs/HMP-0005.md +++ b/docs/HMP-0005.md @@ -384,6 +384,7 @@ The unified container structure provides: "payload": { /* Content depends on class */ }, + "confidence": 0.84, "related": { "previous_version": ["did:hmp:container:abc122"], "in_reply_to": ["did:hmp:container:msg-77"], @@ -404,7 +405,7 @@ The unified container structure provides: "sig_algo": "ed25519", "signature": "BASE64URL(...)", "referenced-by_hash": "sha256:abcd..." - } + }, "evaluations": { "evaluations_hash": "sha256:efgh...", "items": [ @@ -443,6 +444,7 @@ The unified container structure provides: | `recipient` | array(string) | One or more recipient DIDs. | | `broadcast` | bool | Broadcast flag. If `true`, the `recipient` field is ignored. | | `tags` | array(string) | Thematic or contextual tags for the container. | +| `confidence` | array(string) | Optional field indicating the agent’s subjective certainty (from `0.0` to `1.0`) regarding the correctness or reliability of the information contained in the `payload`. | | `ttl` | datetime | Expiration time. Containers are not propagated after expiration. | | `public_key` | string | Sender’s public key, if not globally resolvable via DID. | | `compression` | string | Compression algorithm used for the payload (`zstd`, `gzip`). | @@ -1663,8 +1665,8 @@ CogSync is responsible for: CogSync synchronizes several fundamental container types, which together form the core of semantic and cognitive synchronization in the Mesh. -This list is **extensible** — additional container classes may be registered by CogSync extensions or protocol updates. -The following definitions describe the **payload structures** for each container class. +This list is **extensible** — new container classes may be registered through CogSync extensions or protocol updates. +The following definitions describe the **payload structures** and functional purpose of each container type. --- @@ -1716,6 +1718,7 @@ Supports directed, symmetric, and inverse relations. | → `bidirectional` | bool | Optional. Used only when the relation is symmetric and no `inverse_relation` is defined. | | → `context` | string | Context or topic of the relation. | +> Field `bidirectional` is optional and should be used only for symmetric relations when no `inverse_relation` is defined. **Example:** @@ -1727,7 +1730,7 @@ Supports directed, symmetric, and inverse relations. "source": "did:hmp:container:cup", "targets": ["did:hmp:container:tableware"], "relation": "part_of", - "inverse_relation": "includes", + "inverse_relation": "includes" } ] } @@ -1753,15 +1756,15 @@ Categorical grouping of multiple containers linked by a shared property, topic, ```json { - "label": "Посуда", - "label_description": "Объекты, используемые для хранения, приготовления и подачи пищи.", + "label": "Tableware", + "label_description": "Objects used for storing, preparing, and serving food.", "label_container": "did:hmp:container:semantic_node:tableware", "containers": [ "did:hmp:container:cup", "did:hmp:container:plate", "did:hmp:container:kettle" ], - "description": "Cluster of kitchen-related objects." + "description": "A group combining various kitchen-related objects used in everyday life." } ``` diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 988fbc41079a80c83975881a7eecb8a7c0d85b6d..0ddb9051ce2b17e5720b17d0a8da09c74f2ab3b1 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока Mesh Protocol (HMP) — это не просто те...' type: Article tags: -- CCore -- Mesh -- Agent - Ethics - REPL +- CCore - CogSync +- Agent - JSON - HMP +- Mesh --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index ebb7a2ea8d1563a22b82a1bd702aee06c28d0503..5bf028b7dd6dd7d6a3c2949f3660a34a291dcb9b 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: -- Mesh -- Agent +- EGP - Ethics - CogSync -- EGP +- Agent - JSON - HMP +- Mesh --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index b23714b6c2bda1c264febe063f9d65cfea425eae..af05e852707afabd478740053670671bdcb8d31a 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: -- distributed-ai -- Scenarios -- Mesh -- hmp +- mesh-protocol - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL -- CogSync +- GMP - cognitive-architecture -- EGP -- JSON +- CogSync +- hmp +- distributed-ai +- Agent - HMP -- mesh-protocol +- JSON +- Mesh +- Scenarios --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index b71e72f7875ce045f90125f42c6e662be8df49c4..61622f1c463a1209179eaa796644af7d3b75fdaf 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: -- distributed-ai -- Mesh -- hmp +- mesh-protocol - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL -- CogSync +- GMP - cognitive-architecture -- EGP -- JSON +- CogSync +- hmp +- distributed-ai +- Agent - HMP -- mesh-protocol +- JSON +- Mesh --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 148730c523104731451c512b7e0c137982ab3aef..6b1ddaeab04bdf6db6685a30c070201adbd72843 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: -- distributed-ai -- Mesh -- hmp +- mesh-protocol - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL -- CogSync +- GMP - cognitive-architecture -- EGP -- JSON +- CogSync +- hmp +- distributed-ai +- Agent - HMP -- mesh-protocol +- JSON +- Mesh --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 19a05060396cab6dd5a157707bc91c85095c6e14..ae5f311d49ca4fa4ebfd6e5ee451069f6c768e72 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: -- distributed-ai -- Mesh -- hmp +- mesh-protocol - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL -- CogSync +- GMP - cognitive-architecture -- EGP -- JSON +- CogSync +- hmp +- distributed-ai +- Agent - HMP -- mesh-protocol +- JSON +- Mesh --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index fd3db56713c202e47ab61ceba0d4e76a939ecd88..c46b55a6531563e3dc397ccd3e3eaf8b563917a2 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: -- distributed-ai -- Mesh -- hmp +- mesh-protocol - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL -- CogSync +- GMP - cognitive-architecture -- EGP -- JSON +- CogSync +- hmp +- distributed-ai +- Agent - HMP -- mesh-protocol +- JSON +- Mesh --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 01b5bf8ef66e0afbb7f3a06c99d25848ad4d83f7..908797a11389c19cc08a0c689b2a038450d888ea 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: -- distributed-ai -- Mesh -- hmp +- mesh-protocol - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL -- CogSync +- GMP - cognitive-architecture -- EGP -- JSON +- CogSync +- hmp +- distributed-ai +- Agent - HMP -- mesh-protocol +- JSON +- Mesh --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index c75d0cb3f3cbcca9268de547e0204ce302b27e68..a2e85c6b22a71ec8183b1122441245706741fb8b 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: -- distributed-ai -- Mesh -- hmp +- mesh-protocol - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL -- CogSync +- GMP - cognitive-architecture -- EGP -- JSON +- CogSync +- hmp +- distributed-ai +- Agent - HMP -- mesh-protocol +- JSON +- Mesh --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 10d23e36e3f37b7113638cf521e3dea190269ba2..782ab47725074f1aa206989e4fb4a4532d7f9249 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: -- distributed-ai -- Mesh -- hmp +- mesh-protocol - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL -- CogSync +- GMP - cognitive-architecture -- EGP -- JSON +- CogSync +- hmp +- distributed-ai +- Agent - HMP -- mesh-protocol +- JSON +- Mesh --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index c969f2de2a52b97aa6caa28caf8be9e0e8621935..d8e693fca899028bb008329d5777e0341a45784b 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -5,8 +5,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед развивай агента и Mesh, избег...' type: Article tags: -- JSON - HMP +- JSON - Mesh --- diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index 1665350fb4c94e5530c3a3281582c49cdd0fc664..8af7945efe701da17784aa853ef7e9b1ba0c6f04 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,8 +5,8 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: -- JSON - HMP +- JSON - Mesh --- diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index 485f071aea1b346cddfc6f35b3b14aa813eb0c53..8cf47a76617340f73cdad6727a8762a18512b65c 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: -- Mesh -- Agent - Ethics - REPL +- Agent - 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 f29c5d330c45579e81d8b14e533d3252de21ed9a..b4604066973e4dbcacd4af9aa3fa0eb99edaf081 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: -- Mesh -- Agent - Ethics +- Agent - JSON - HMP +- Mesh --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 5508c3e0dc679258fcba7177f9901e832c0d0016..1238919f66a76eb7e07eac1229a8d4dd02ca4195 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: -- Scenarios -- Mesh -- Agent - Ethics +- Agent - JSON - HMP +- Mesh +- Scenarios --- # 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 0400682f18f0d874cc8f1de61bf95b6239dda93b..0f712c616a0560672c34b1f66cd66c3cee837b7f 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: -- Mesh - MeshConsensus -- Agent +- EGP - Ethics - CogSync -- EGP +- Agent - JSON - HMP +- 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 70e9199abc7c5399b49bf6270b0fbc2344dae53b..4b7d440aa8cf8f07c3997e4e59a218a241cc4521 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 -- Agent -- GMP +- EGP - REPL +- GMP - CogSync -- EGP +- Agent - HMP +- Mesh --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index 7fd0e4ec9c7a564fcbfd9fd5310c5ee98847abdf..eddb91e562db23fa90a97b5b249c99c680c071d0 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -5,9 +5,9 @@ description: '> Этот документ описывает процесс ра потомков" [описания REPL-цикла](HMP-agent-RE...' type: Article tags: -- CCore -- REPL - HMP +- REPL +- CCore - Agent --- diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 50d0e42aa340af40d39d9f0a508195d52ead859d..126ff3d329d0d34c3f317cd5c70ec8f5718c07ef 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -6,9 +6,9 @@ description: '## Введение Современные ИИ-системы в к обучающим данным. Это удобно, но создаёт м...' type: Article tags: -- JSON - HMP - CogSync +- JSON - Mesh --- diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 18629f1c242897db11559a4496cfcdf1fccd7064..6fd1d797adc0a1ae1130c25de42d8fe44bbf6edc 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: -- Mesh - MeshConsensus -- Agent -- Ethics - EGP +- Ethics +- Agent - JSON - HMP +- Mesh --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 97096d15a3cc95d930e12010edb666e926a44b74..8e7b1458fffca1d90adfe24db82ef0700b27057f 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental HyperCortex Mesh Protocol (HMP) defines a...' type: Article tags: -- Mesh - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- Mesh --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 8435701e66edeac1e4d83010795868790027bdd3..ea7371a1eb3b5db0fc269c5fb1c211b51695f84f 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental Abstract In an era where artifici...' type: Article tags: -- Scenarios -- Mesh - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- Mesh +- Scenarios --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index a8dcbf2729f94bd24647fac9dcffb88521ed60a6..cc985e260547ad5645eeed699c99a63be653fe54 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- Scenarios -- Mesh - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- Mesh +- Scenarios --- # 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 622cba6641837eb8f313f2b1e0c3f59036aff5d3..01c573a6b66b351b167b145fc7781723739431f0 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -5,17 +5,17 @@ description: '> ⚠️ Подготавливается новая версия агентов рекомендуется, в целях совместимо...' type: Article tags: -- Scenarios -- Mesh - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- Mesh +- Scenarios --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index f607cab85700d9daa7ea08540d797bec596b28bc..64fe07279ed3e6608a5c29f124f491aca67e1d98 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- Scenarios -- Mesh - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- Mesh +- Scenarios --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index 3342ba2329f1ffcc831d0b034f763faed0dcb3ae..16f77b44569e980a316d8ec855ea8a07e1e15bef 100644 --- a/structured_md/docs/HMP-0005.md +++ b/structured_md/docs/HMP-0005.md @@ -5,16 +5,16 @@ description: '**Document ID:** HMP-0005 **Status:** Draft **Category:** Core v1.2](./H...' type: Article tags: -- Scenarios -- Mesh -- Agent -- GMP +- EGP - Ethics - REPL +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- Mesh +- Scenarios --- ┌────────────────────────────────────────────────────────────────────────────┐ @@ -403,6 +403,7 @@ The unified container structure provides: "payload": { /* Content depends on class */ }, + "confidence": 0.84, "related": { "previous_version": ["did:hmp:container:abc122"], "in_reply_to": ["did:hmp:container:msg-77"], @@ -423,7 +424,7 @@ The unified container structure provides: "sig_algo": "ed25519", "signature": "BASE64URL(...)", "referenced-by_hash": "sha256:abcd..." - } + }, "evaluations": { "evaluations_hash": "sha256:efgh...", "items": [ @@ -462,6 +463,7 @@ The unified container structure provides: | `recipient` | array(string) | One or more recipient DIDs. | | `broadcast` | bool | Broadcast flag. If `true`, the `recipient` field is ignored. | | `tags` | array(string) | Thematic or contextual tags for the container. | +| `confidence` | array(string) | Optional field indicating the agent’s subjective certainty (from `0.0` to `1.0`) regarding the correctness or reliability of the information contained in the `payload`. | | `ttl` | datetime | Expiration time. Containers are not propagated after expiration. | | `public_key` | string | Sender’s public key, if not globally resolvable via DID. | | `compression` | string | Compression algorithm used for the payload (`zstd`, `gzip`). | @@ -1680,48 +1682,118 @@ CogSync is responsible for: #### 6.1.2 Container classes -CogSync synchronizes several basic container types: +CogSync synchronizes several fundamental container types, which together form the core of semantic and cognitive synchronization in the Mesh. + +This list is **extensible** — new container classes may be registered through CogSync extensions or protocol updates. +The following definitions describe the **payload structures** and functional purpose of each container type. + +--- + +##### `diary_entry` + +Agent’s cognitive diary entry. +Derived from internal `workflow_entry` when deemed safe for publication. + +| Field | Type | Description | +| ------------------- | -------------- | ---------------------------------------------------------------------------------------------- | +| `title` | string | Brief title of the entry (main idea or thesis). | +| `topics` | [string] | Key topics or concepts addressed in the entry (used for indexing and grouping). | +| `summary` | string | Short abstract of the content (1–2 sentences). | +| `content` | string | Main text or agent’s reflection. | + +**Purpose:** Provides human-readable reflections and contextual reasoning behind the agent’s knowledge generation. + +--- + +##### `semantic_node` + +Represents a concept, object, or idea within the agent’s semantic graph. + +| Field | Type | Description | +| ------------------- | -------------- | ---------------------------------------------------------------------------------------------- | +| `label` | string | Primary name of the concept or entity. | +| `description` | string | Definition or elaboration of the concept. | +| `aliases` | [string] | Synonyms or alternative labels. | +| `fields` | { key: value } | Additional key–value metadata (e.g., `{"type": "process"}`). | -| Class | Description | Recommended payload schema | -| ---------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | -| `diary_entry` | Agent’s cognitive diary entry. Formed from internal `workflow_entry` when deemed safe for publication. | `{ "title": string, "topics": [string], "summary": string, "content": string }` | -| `semantic_node` | Semantic graph node representing a concept, object, or idea. | `{ "label": string, "description": string, "aliases": [string], "fields": { key: value } }` | -| `semantic_edges` | A set of edges (relations) between nodes or other containers. Recommended to group edges by topic. | `{ "domain": string, "edges": [{ "source": did, "targets": [did], "relation": string, "inverse_relation": string, "confidence": float, "bidirectional": bool, "context": string }] }` | -| `semantic_group` | Categorical group combining multiple containers by a common property or context. | `{ "label": string, "label_description": string, "label_container": did, "containers": [did], "description": string }` | +**Purpose:** Serves as a cognitive anchor for all semantically meaningful entities in the Mesh. --- -**Field explanations:** +##### `semantic_edges` -* `title` — brief title of the entry (main idea or thesis). -* `topics` — key topics or concepts addressed in the entry (used for indexing and grouping). -* `summary` — short abstract of the content (1–2 sentences). -* `content` — main text or agent’s reflection. +Defines relationships between semantic nodes or any other containers. +Supports directed, symmetric, and inverse relations. -* `label` — primary name of the concept or group (short form). -* `label_description` — extended interpretation or contextualized definition. -* `label_container` — reference to a container (`semantic_node`, `diary_entry`, `goal`, etc.) that elaborates the concept. -* `description` — detailed explanation or characteristics of the container. +| Field | Type | Description | +| ------------------- | -------------- | ---------------------------------------------------------------------------------------------- | +| `domain` | string | Logical or topical domain (e.g., `"ontology:objects"`). | +| `edges` | [object] | Array of edge definitions. Each edge includes: | +| → `source` | DID | DID of the originating container. | +| → `targets` | array(DID) | One or more target containers. | +| → `relation` | string | Relation type (`part_of`, `causes`, `related_to`, etc.). | +| → `inverse_relation`| string | Reverse form of the relation (`includes`, `caused_by`, etc.). | +| → `confidence` | float | Confidence score (0–1) indicating the agent’s certainty about the relation. | +| → `bidirectional` | bool | Optional. Used only when the relation is symmetric and no `inverse_relation` is defined. | +| → `context` | string | Context or topic of the relation. | -* `aliases` — synonyms or alternative forms of the concept. -* `fields` — additional key–value characteristics (e.g., `{"type": "process"}`). +> Field `bidirectional` is optional and should be used only for symmetric relations when no `inverse_relation` is defined. -* `edges` — array of relationship objects containing: - * `source` — DID of the originating container; - * `targets` — array of one or more target DIDs; - * `relation` — type of relation (`part_of`, `causes`, `related_to`, etc.); - * `inverse_relation` — reverse form of the relation (`includes`, `caused_by`, etc.); - * `confidence` — agent’s confidence score (0–1); - * `bidirectional` — whether the relation is semantically symmetric; - * `context` — thematic or situational domain of the relation. +**Example:** + +```json +{ + "domain": "ontology:objects", + "edges": [ + { + "source": "did:hmp:container:cup", + "targets": ["did:hmp:container:tableware"], + "relation": "part_of", + "inverse_relation": "includes" + } + ] +} +``` + +**Purpose:** Provides structural connectivity between containers, enabling CogSync to maintain a distributed semantic graph. + +--- + +##### `semantic_group` + +Categorical grouping of multiple containers linked by a shared property, topic, or context. + +| Field | Type | Description | +| ------------------- | -------------- | ---------------------------------------------------------------------------------------------- | +| `label` | string | Short title of the group. | +| `label_description` | string | Extended definition or explanation of the label. | +| `label_container` | DID | Reference to a container (`semantic_node`, `goal`, `diary_entry`, etc.) expanding the concept. | +| `containers` | array(DID) | Array of grouped containers. | +| `description` | string | Overall purpose or meaning of the group. | + +**Example:** + +```json +{ + "label": "Tableware", + "label_description": "Objects used for storing, preparing, and serving food.", + "label_container": "did:hmp:container:semantic_node:tableware", + "containers": [ + "did:hmp:container:cup", + "did:hmp:container:plate", + "did:hmp:container:kettle" + ], + "description": "A group combining various kitchen-related objects used in everyday life." +} +``` -* `containers` — list of grouped containers linked by a common property or category. +**Purpose:** Enables thematic clustering, classification, and high-level navigation across heterogeneous containers. --- -> 💡 The `evaluations` block is **not a separate container** — it is embedded in any container type and used for assessments, feedback, or refinements. +> 💡 The `evaluations` block is **not a separate container** — it can be embedded in any container type and used for assessments, feedback, or refinements. -> 💡 `semantic_edges` now supports one-to-many relations (`targets[]`) and optional inverse or bidirectional semantics, allowing CogSync to reconstruct both directed and symmetric knowledge graphs. +> 💡 `semantic_edges` supports one-to-many relations (`targets[]`) and optional inverse or bidirectional semantics, allowing CogSync to reconstruct both directed and symmetric knowledge graphs. --- diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 45f26fd3a12e8c2fd30f32d08f6e95c2adf22f24..1afcc2ecf10f451213db3e8cda747be154aaff51 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: -- Mesh -- Agent - REPL +- Agent - 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 cb50aee8dc30d937c43543a9a657631acab9fc55..bf775d24ecf215c770f73d4854f6e289aedba903 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: -- CCore -- Mesh - MeshConsensus -- Agent -- CShell +- EGP - Ethics +- CShell - REPL +- CCore - CogSync -- EGP +- Agent - HMP +- Mesh --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 05feb8de4879ba804f8c0004c9de06829c2538e7..9e3e14bf774526467f1334ca84e86f545bb9645c 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: -- Mesh -- Agent - Ethics - EGP +- Agent - JSON - HMP +- Mesh --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 6deb8cd5b3f572754c9d2415ca8761bdec89c2d2..329471b6dbe1030f2703fbdf69a3b29727d4bd44 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -5,14 +5,14 @@ description: '| Тип | Название | Роль | ---- | ------------------------------- |...' type: Article tags: -- CCore -- Mesh -- Agent -- CShell - Ethics +- CShell - REPL +- CCore +- Agent - JSON - HMP +- Mesh --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 0eadde0aef354c6ce35898eb90fdc2e3d3e38201..0e3b401029a6eb6aa560233fbd931cb73544833a 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -5,8 +5,8 @@ description: Этот файл описывает потенциальные э напрямую поведением агента, а служат **сигн... type: Article tags: -- REPL - HMP +- REPL - Agent - Mesh --- diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md index 633cfef70d4918283e2c3598956f5714eb497024..ce4ad8b0805ccf04f36dc842f5c688a25fc294dd 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: -- Scenarios -- Mesh -- Agent - Ethics - REPL +- Agent - HMP +- Mesh +- Scenarios --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index bc7cc8bdccc3f888aa6408764577c98afa7dd246..ff24bd509a9165b7f1fbdb6e0fd01c7594f9b342 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: -- Mesh - MeshConsensus -- Agent -- GMP +- EGP - Ethics +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- 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 c86379b88064d1cf6e2f50f9021e233668e149ec..c1fa2625600eda747e46fbdcc6e567432cbde97d 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: -- Mesh - MeshConsensus -- Agent -- GMP +- EGP - Ethics +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- 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 5a979536463b7d5fd64d2df88623ff4306193564..61da1220096e69615a13acb8394ecfde58e33826 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: -- Mesh - MeshConsensus -- Agent -- GMP +- EGP - Ethics +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- 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 30d90fb2cc6c806a729ec31782026a7232c10843..6454b50c28c70c712748fb10768003123696189f 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: -- Mesh - MeshConsensus -- GMP +- EGP - Ethics +- GMP - CogSync -- EGP - JSON - HMP +- Mesh --- # 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 6f6b78b2fc74dcda3fa044e2b714fbffde1ed29d..805d4bf2e2889d6ed893a15c9803fb6a5493f3c9 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: -- Mesh - MeshConsensus -- GMP +- EGP - Ethics +- GMP - CogSync -- EGP - JSON - HMP +- Mesh --- # 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 bfd3098d82069b0295df5750872b41bd5f73e31b..a54d35bc1b919d164f1876942865ae9d3f4c7158 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: -- Mesh - MeshConsensus -- GMP +- EGP - Ethics +- GMP - CogSync -- EGP - JSON - HMP +- Mesh --- # 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 f460f8588f62a73c8af9ac7d88312df2790f4d37..8be2b8e69178e9f18e65a78f96941646565a7fa8 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: -- Mesh - MeshConsensus -- GMP +- EGP - Ethics +- GMP - CogSync -- EGP - JSON - HMP +- Mesh --- # 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 7b2eeb0fe73f0863e5237cc5345e7d1cbce20168..7b2cf1721fcfe5ab1220f00d0ad614ffa785fb76 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: -- Mesh - MeshConsensus -- GMP +- EGP - Ethics +- GMP - CogSync -- EGP - JSON - HMP +- Mesh --- # 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 a20c6efc781b26f51adbdbb9d73a3f7435faa004..bed6e2f8e2248428b6a0bcdb7aed8e4e1e749ee5 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -5,8 +5,8 @@ description: '## 🧠 Что такое когнитивная семья Ко (или конфигурацию доверенных идентифика...' type: Article tags: -- REPL - HMP +- REPL - Agent - Mesh --- diff --git a/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md b/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md index 70267ab26cdd4cde919c447332a776f329812e1f..878208be524bd2e1291efcdaa05c98d9adbb8ea4 100644 --- a/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md +++ b/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md @@ -5,8 +5,8 @@ description: '#### 📘 Общая концепция * Все ядра раб режиме ожидания). * Основная задача такой архитектур...' type: Article tags: -- REPL - HMP +- REPL --- ### 💡 **Лёгкая версия HMP-агента с общей БД** diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index a83e057926de43358d50fd121de8ca0264af3287..d4a835871b538ce22570ef3142925b0b5ddb5e66 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...' type: Article tags: -- CCore -- Mesh - MeshConsensus -- Agent -- GMP +- EGP - Ethics - REPL +- CCore +- GMP - CogSync -- EGP +- Agent - JSON - HMP +- Mesh --- # HMP-Agent: REPL-цикл взаимодействия diff --git a/structured_md/docs/HMP-container-spec.md b/structured_md/docs/HMP-container-spec.md index 09aa826c2ca0c3b07a1e9a62584070845fd95f1e..f32aef740fe7f9ce06b4f1eaf13d45316db36f69 100644 --- a/structured_md/docs/HMP-container-spec.md +++ b/structured_md/docs/HMP-container-spec.md @@ -5,12 +5,12 @@ description: '> ⚠️ **ВНИМАНИЕ:** Данная версия спец как стабильная `v1.2`. ## 1. Назначе...' type: Article tags: -- Mesh -- Agent - Ethics - REPL +- Agent - JSON - HMP +- Mesh --- # 🧩 HMP Container Specification (v1.2-draft) diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index fa8f6c281100f0e6d08cec98dded273ed2b8918a..95cf8d087268347c5279c31f79af16c3f118f22c 100644 --- a/structured_md/docs/HMP_HyperCortex_Comparison.md +++ b/structured_md/docs/HMP_HyperCortex_Comparison.md @@ -5,8 +5,8 @@ description: '## Краткое описание | Характеристика | **Назначение** | Сетевой протокол ...' type: Article tags: -- REPL - HMP +- REPL - Mesh --- diff --git a/structured_md/docs/HMP_Hyperon_Integration.md b/structured_md/docs/HMP_Hyperon_Integration.md index 132d4b95c6431550894f57bb4d45d349a84f0f8a..ec89e99c0d7bdffcd15c01e81ccabbba395f46c0 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: -- Scenarios -- Mesh -- Agent -- CogSync - EGP +- CogSync +- Agent - JSON - HMP +- Mesh +- Scenarios --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 9f7b84a1da1a4422fcc3ca632801b8f1e8cd83f6..1612315f53f874476c0be8d741a01c48b152792c 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с Может быть частью агента или вынесен в отдельный пр...' type: Article tags: -- Mesh -- Agent +- EGP - Ethics - CogSync -- EGP +- Agent - JSON - HMP +- Mesh --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index 8cb1f3f9f14af5392f756834a1468a5bb1de3da0..ce8efad706c1d1266a216c897f6448576fe8e4ad 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: -- Mesh -- Agent - Ethics - REPL +- Agent - HMP +- Mesh --- # Философия HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index 73a870549e3ad7e68278fbf0ccb819ce27800394..c047e59de678e3bd38f9a4b74766fed025712c9d 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: -- Mesh -- Agent - Ethics - REPL +- Agent - HMP +- Mesh --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index 0a50a9ea8731a7ee249d20a2c38cbd9d5c7c4a6d..179d743e6efcf4c4eeb58b3d6d4a9eabde84d884 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,8 +5,8 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- REPL - HMP +- REPL - Agent - Mesh --- diff --git a/structured_md/docs/dht_protocol.md b/structured_md/docs/dht_protocol.md index b9ddc2185604fc0afbda33d63ae318deed6970f6..5a836ea5a1f28431c756615dade4e91e0b42cbf4 100644 --- a/structured_md/docs/dht_protocol.md +++ b/structured_md/docs/dht_protocol.md @@ -5,9 +5,9 @@ description: '## 1. Общие положения * DHT-протокол пре идентификатор агента. * Для проверки ...' type: Article tags: -- JSON - HMP - Agent +- JSON --- # DHT Protocol Specification 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 f6c949453472082609ac3c65c6a01b6f1bfb53e2..bd6f5c508c02c39de3dbe1a35141c17f422f0af7 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,8 +5,8 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be — but they’re also **centralized, ...' type: Article tags: -- Ethics - HMP +- Ethics - Agent - Mesh --- 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 fda20bda9a2ed89ec585302e31a1a9dc34c5425f..63cb031161fe1d6974c037c67ce8fbe23623c930 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md @@ -5,15 +5,15 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2. [3.1 Agent Types](#31-age...' type: Article tags: -- CCore -- Scenarios -- Mesh -- Agent -- CShell - Ethics +- CShell - REPL +- CCore +- Agent - JSON - HMP +- Mesh +- Scenarios --- 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 9ab8a719cbd637d2b85bd71913a522bdf003ce13..5786e5cd687f0cefbb4f769d0d513018bf5df829 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md @@ -6,13 +6,13 @@ description: '> *Протокол и архитектура агентов, оп и совместная работа.* ## Оглавление * [Аннот...' type: Article tags: -- CCore -- Mesh -- Agent - CShell - REPL +- CCore +- Agent - JSON - HMP +- Mesh --- title: "HyperCortex Mesh Protocol: Децентрализованная архитектура для когнитивных агентов и обмена знаниями" diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md index 292e198cf2279ab85ef1cf22ccf272b1a129d9d2..93766d4d568d93e3655a1a7a498d52ab70df43e0 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md @@ -5,13 +5,13 @@ description: '* [Аннотация](#аннотация) * [1. Введение [3.1 Типы агентов](#31-типы-агент...' type: Article tags: -- CCore -- Mesh -- Agent - CShell - REPL +- CCore +- Agent - JSON - HMP +- Mesh --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index 7fc0115645d7e510b863522b07cc0fcdb6dcd06e..0850bfdc76c3a46694d3d0123acd6b9922aa866a 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: -- Mesh - MeshConsensus +- EGP - GMP - CogSync -- EGP - HMP +- Mesh --- *От OpenCog Hyperon до HyperCortex Mesh Protocol: как устроены децентрализованные когнитивные системы* diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md index 56f57f046f92cf893090689c73832730abd567fe..ff0e804825e4828aa838e9557bf44231dd59402d 100644 --- a/structured_md/docs/schemas/README.md +++ b/structured_md/docs/schemas/README.md @@ -5,8 +5,8 @@ description: This directory contains **JSON Schema definitions** for the core da interoperability, and tooling support for a... type: Article tags: -- JSON - HMP +- JSON - Agent - Mesh --- diff --git a/structured_md/iteration.md b/structured_md/iteration.md index b0a7d1edbc7c446ec91c9c6987023e50312240d4..b6a4fa142c8a3f3bca254553a67e2c0e6635478a 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: -- Mesh - MeshConsensus -- Agent +- EGP - Ethics - CogSync -- EGP +- Agent - JSON - HMP +- Mesh --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 4f16913bb595ccd5821efdfcdc73fdfab34a8c60..44246a1315b541addde8547b38b099551d4804f9 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- Mesh - MeshConsensus +- EGP - Ethics - CogSync -- EGP - JSON - HMP +- Mesh ---