diff --git a/docs/HMP-0005.md b/docs/HMP-0005.md index d6f8a8b5aed1866bf806bd3098d4aee3ab7dce32..875372cb3f7dd9fb9399e5c52ac84165cde85340 100644 --- a/docs/HMP-0005.md +++ b/docs/HMP-0005.md @@ -6039,17 +6039,289 @@ These implementations are not part of the specification but are useful for compa --- -## 12. Future extensions - -12.1 Planned modules: - – Reputation Mesh - – Cognitive Graph API - – Container streaming -12.2 Cross-mesh bridging -12.3 Full DID registry and mesh authentication -12.4 OpenHog integration roadmap -12.5 Distributed Repository evolution (container trees) -12.6 v5.x roadmap +## 12. Future Extensions + +This section outlines optional modules and evolutionary directions that align with the architecture of HMP v5.0 but are **not part of the core specification**. +All items below represent *potential extensions* for the 5.x family. + +--- + +### 12.1 Planned Modules + +#### 12.1.1 Reputation Mesh + +HMP v5.0 defines two separate reputation-related mechanisms: + +1. **Container evaluation** (`evaluation` block) + + * structured, signed assessments of containers; + * each item references argument containers via `target` (reasoning containers). + +2. **Agent reputation** — through `trust` containers + + * agent A publishes a `trust` container about agent B; + * trust containers may reference other trust containers; + * include justification, evidence, and contextual metadata. + +These layers are **not merged**, but external nodes may aggregate them. + +**Possible extensions:** + +* a `semantic_group` subclass aggregating all trust-related containers for a given agent; +* optional standardized aggregation schemes (non-mandatory for the mesh); +* local caching of “reputation profiles” by nodes or CShell; +* richer reasoning attachments for trust evaluations. + +No new mandatory container types are required. + +--- + +#### 12.1.2 Cognitive Graph API + +This module provides optional high-level APIs that nodes and SDKs **may** expose. + +##### Standard graph semantics (API level) + +* neighborhood queries; +* subgraph extraction; +* filtering by labels, axes, abstractions; +* semantic navigation over `related.*`. + +##### Container support + +* `semantic_group` — grouping of containers or agents; +* `tree_nested` and `tree_listed` — hierarchical structures; +* extended `container_index` subclasses for cataloging. + +##### Agent groups + +To allow semantic grouping of agents, the following extensions are proposed: + +* new container **`group_definition`** containing: + + * group goals; + * membership rules; + * internal standards; + * typical container categories; + * optional cached member list. + +* agents may declare affiliations in `peer_announce`: + + ```json + "affiliations": ["did:hmp:group:ethicists", "did:hmp:group:medical-ai"] + ``` + +This enables clustering agents by interest, competence, or role without scanning the entire Mesh. + +--- + +#### 12.1.3 Container Streaming + +Although HMP operates on atomic containers, streaming can be implemented using existing structures: + +* `sequence` acts as a *stream manifest*; +* updating the stream = publishing a new version of the sequence; +* LIVE mode: the manifest is continuously updated; +* SAP (`archive_snapshot`) may be used for periodic archival bundles. + +No new container types are required — streaming is built on `sequence`. + +--- + +### 12.2 Cross-Mesh Bridging + +Bridges can connect: + +* isolated HMP segments; +* older and newer HMP versions; +* other ecosystems (Matrix, Fediverse, OpenHog, IPFS). + +A bridge node: + +* receives containers from an external network; +* enforces propagation headers; +* converts structures into v5.0 where possible; +* filters incompatible constructs; +* may publish containers *back* into the external network. + +A dedicated **bridge-container** may define: + +* translation rules; +* mapping of foreign namespaces into HMP DID space; +* TTL and propagation perimeter policies; +* segmentation rules. + +This enables dynamic, policy-driven inter-mesh gateways. + +--- + +### 12.3 Fully Distributed DID Registry and Mesh Authentication + +HMP already uses `peer_announce` as a DID identity declaration. + +Planned enhancements include: + +#### 12.3.1 Distributed DID Registry + +The registry is the union of all `peer_announce` containers in the DHT. + +A strict mapping DID ↔ agent is required: + +* one DID has one continuous `peer_announce` history; +* key rotation allowed only through verifiable procedures; +* DID takeover is impossible unless *all* recovery keys are compromised. + +--- + +#### 12.3.2 Key Rotation and Recovery + +Future versions may extend `peer_announce` with: + +```json +"recovery_keys": [...], +"key_history": [...], +"key_rotation_policy": "3-of-5" +``` + +Key management rules: + +* rotating the **primary** key requires signatures from **all** recovery keys + (or an N-of-M policy); + +* rotating a **recovery key** requires + + * a signature from the primary key, **or** + * a majority of recovery keys. + +This prevents: + +* DID hijacking; +* irreversible loss of access. + +Key invalidation currently uses: + +```json +"key_is_falsified": true +``` + +This mechanism remains compatible with proposed extensions. + +--- + +#### 12.3.3 Proxy Keys and Encrypted Routing + +A **proxy key** is *not* delegation. +It is a mechanism for private routing. + +A proxy node may: + +* encrypt the payload with an additional key layer; +* attach a `relay_chain` block; +* forward the container without altering the author’s signature. + +Use cases: + +* route anonymization; +* topology obfuscation; +* privacy-enhanced delivery. + +##### Delegation (limited) + +A potential future module: + +* a trust/mandate container signed by both parties; +* includes constraints: + + * time limit; + * allowed container classes; + * allowed actions; + * maximum TTL. + +Not part of v5.0. + +--- + +### 12.4 Integration with OpenHog and Other Networks + +OpenHog is treated as a special case of cross-mesh bridging. + +Required components: + +* mapping OpenHog addresses ↔ HMP DIDs; +* packet conversion rules; +* bridge-containers describing translation policies. + +--- + +### 12.5 Evolution of the Distributed Repository (container trees) + +#### 12.5.1 Extended Use of `tree_nested` and `tree_listed` + +Existing containers may operate as: + +* document repositories; +* project catalogs; +* hierarchical data structures. + +#### 12.5.2 Proposed `file` Container + +To support binary assets: + +```json +"head": { + "class": "file", + "data_type": "jpg" | "mp3" | "md" | "...", + "payload_type": "binary" +} +``` + +Use cases: + +* embedded file hierarchies; +* media artifacts; +* executable or compiled assets; +* large multi-file repositories. + +#### 12.5.3 Incremental Updates + +Two mechanisms: + +* `container_delta` — partial updates to `container_index`; +* nested `tree_listed` branches as separate containers for scalable updates. + +#### 12.5.4 Knowledge Packages + +Implemented using: + +* SAP (`archive_snapshot`); +* `tree_listed`; +* `file` containers. + +--- + +### 12.6 Open Directions for HMP 5.x + +#### 12.6.1 Group Encryption + +Required components: + +* `group_definition` container; +* group public key and distributed private key shards; +* automatic group key rotation; +* encryption targeting a *group* rather than individual DIDs. + +#### 12.6.2 Rational Reasoning Routing + +* composite reasoning bundles; +* edge-side reasoning and summarization. + +#### 12.6.3 Automatic Mesh Segmentation + +* dynamic segmentation based on latency, connectivity, or semantic domains. + +#### 12.6.4 Competence and Profile Containers + +More structured variants of `peer_announce`. --- diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 2533e53223fd066fe91eb6a4d031eef8da5890a6..d07d28f3121684239532b4eb7897b874aefd3d65 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока Mesh Protocol (HMP) — это не просто те...' type: Article tags: -- CCore -- HMP +- JSON +- Mesh - REPL -- Ethics +- CCore - Agent -- JSON - CogSync -- Mesh +- HMP +- Ethics --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 78c5c7b612f7cabf30737c051a58216b4284c8ea..ff38c37a0a4f89ce1ef1e8359e85e9594b498bf3 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: +- JSON +- Mesh +- Agent +- CogSync - HMP - Ethics -- Agent - EGP -- JSON -- CogSync -- Mesh --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index 256b906c1e3c8262b20be27698b87b37b0bbe12c..1920c24ca00ebe3a8d116e99a32415d5c5f728c4 100644 --- a/structured_md/README.md +++ b/structured_md/README.md @@ -5,21 +5,21 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- cognitive-architecture +- JSON - distributed-ai +- REPL +- mesh-protocol +- Mesh +- Agent +- MeshConsensus - GMP +- CogSync - Scenarios - HMP -- REPL - Ethics -- hmp -- CogSync -- Agent +- cognitive-architecture - EGP -- JSON -- MeshConsensus -- Mesh -- mesh-protocol +- hmp --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 9a2a49e6f69503a5a9acdb80415bb29a59621698..ae292f60641f8c060cfaf10d8f32a6ed1ddc250c 100644 --- a/structured_md/README_de.md +++ b/structured_md/README_de.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- cognitive-architecture +- JSON - distributed-ai +- REPL +- mesh-protocol +- Mesh +- Agent +- MeshConsensus - GMP +- CogSync - HMP -- REPL - Ethics -- hmp -- CogSync -- Agent +- cognitive-architecture - EGP -- JSON -- MeshConsensus -- Mesh -- mesh-protocol +- hmp --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 2c2c36ea14f935ccb5473a975ae96f4766d31315..4d4a48b649ba32c1ac4e817c07371c45eea506c8 100644 --- a/structured_md/README_fr.md +++ b/structured_md/README_fr.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- cognitive-architecture +- JSON - distributed-ai +- REPL +- mesh-protocol +- Mesh +- Agent +- MeshConsensus - GMP +- CogSync - HMP -- REPL - Ethics -- hmp -- CogSync -- Agent +- cognitive-architecture - EGP -- JSON -- MeshConsensus -- Mesh -- mesh-protocol +- hmp --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 8b2d2980a44dbbc34059ccac7a2a3e7cda1d6701..4d38d6171ae31501b05d374d18bb772babf967b7 100644 --- a/structured_md/README_ja.md +++ b/structured_md/README_ja.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- cognitive-architecture +- JSON - distributed-ai +- REPL +- mesh-protocol +- Mesh +- Agent +- MeshConsensus - GMP +- CogSync - HMP -- REPL - Ethics -- hmp -- CogSync -- Agent +- cognitive-architecture - EGP -- JSON -- MeshConsensus -- Mesh -- mesh-protocol +- hmp --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 93c601edcf91db8a916775ddb27c5f168d4f256d..e3c9080655fd7663884f98b8a4e6be222c133f99 100644 --- a/structured_md/README_ko.md +++ b/structured_md/README_ko.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- cognitive-architecture +- JSON - distributed-ai +- REPL +- mesh-protocol +- Mesh +- Agent +- MeshConsensus - GMP +- CogSync - HMP -- REPL - Ethics -- hmp -- CogSync -- Agent +- cognitive-architecture - EGP -- JSON -- MeshConsensus -- Mesh -- mesh-protocol +- hmp --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 25577bcf0029afe6a130787b28ab296fefa4ca34..6b6951b6ca5140ab48ea41c339954028554d3117 100644 --- a/structured_md/README_ru.md +++ b/structured_md/README_ru.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- cognitive-architecture +- JSON - distributed-ai +- REPL +- mesh-protocol +- Mesh +- Agent +- MeshConsensus - GMP +- CogSync - HMP -- REPL - Ethics -- hmp -- CogSync -- Agent +- cognitive-architecture - EGP -- JSON -- MeshConsensus -- Mesh -- mesh-protocol +- hmp --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index cd2036a3579f95157feefe5f387126afc896ff12..0b61b1324c87c68f6a4a1d037672aa474f7cef5f 100644 --- a/structured_md/README_uk.md +++ b/structured_md/README_uk.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- cognitive-architecture +- JSON - distributed-ai +- REPL +- mesh-protocol +- Mesh +- Agent +- MeshConsensus - GMP +- CogSync - HMP -- REPL - Ethics -- hmp -- CogSync -- Agent +- cognitive-architecture - EGP -- JSON -- MeshConsensus -- Mesh -- mesh-protocol +- hmp --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 5e5351d3d967f56befd0d4b686fa0ec65204d39f..b531bdb034bc9cf32870a577b8714d7bcaa49b38 100644 --- a/structured_md/README_zh.md +++ b/structured_md/README_zh.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- cognitive-architecture +- JSON - distributed-ai +- REPL +- mesh-protocol +- Mesh +- Agent +- MeshConsensus - GMP +- CogSync - HMP -- REPL - Ethics -- hmp -- CogSync -- Agent +- cognitive-architecture - EGP -- JSON -- MeshConsensus -- Mesh -- mesh-protocol +- hmp --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index 302f29d0b979656952dfcc1a84f65a3aed8b6326..c969f2de2a52b97aa6caa28caf8be9e0e8621935 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -6,8 +6,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед type: Article tags: - JSON -- Mesh - HMP +- Mesh --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index 38249f7a16085d7245c67145f477dfce1ea7c433..1665350fb4c94e5530c3a3281582c49cdd0fc664 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -6,8 +6,8 @@ description: '* Постоянно расширять возможности а type: Article tags: - JSON -- Mesh - HMP +- Mesh --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index b3f5aa272b75ba0365057563b8e242dc0836e0c8..ce46be727ed9af699e3d2f01f520bd14330e9a8d 100644 --- a/structured_md/agents/readme.md +++ b/structured_md/agents/readme.md @@ -5,12 +5,12 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан этическая модель: `ethics.yml` Проверка иниц...' type: Article tags: -- HMP -- REPL -- Ethics -- Agent - JSON - Mesh +- REPL +- Agent +- HMP +- Ethics --- Запуск: `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 4d728f41a0d5e9aa7c2cd51026895f0255e69848..75dbdcf685b255de034aef8aa52bf68de2a5e7d0 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -5,11 +5,11 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет потенциальный катализатор для восстанов... type: Article tags: -- HMP -- Ethics -- Agent - JSON - Mesh +- Agent +- HMP +- Ethics --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 82b09c4ac7d98d136119ef14d5a4f8ffd9d69b31..7fb0c607a0ee4056f663cea789e47248487460a2 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: +- JSON +- Mesh - Scenarios +- Agent - HMP - Ethics -- Agent -- JSON -- Mesh --- # 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 ef2eb6971d993020f5baeabd92ac96d7be7c0d06..fa7396fa54efe1a32db950d155a5e6d078a8bfb1 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: +- JSON +- Mesh +- MeshConsensus +- Agent +- CogSync - HMP - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- 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 ab811d83c4b22e0e8680c22fe88313bb083bd1d4..37d97a7ededdd29938e311a723075e36444b168e 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: -- GMP -- HMP +- Mesh - REPL -- CogSync +- MeshConsensus - Agent +- GMP +- CogSync +- HMP - EGP -- MeshConsensus -- Mesh --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index c6226b0df27b4ddd20016f70cb6347ca8ffbb852..999b20a06b8cc85df4d1599b97c944bc02bd18ca 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: -- CCore - Agent - HMP - REPL +- CCore --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index e45eab7664f92fd3d840f605b8d938f617694082..50d0e42aa340af40d39d9f0a508195d52ead859d 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -7,9 +7,9 @@ description: '## Введение Современные ИИ-системы в type: Article tags: - JSON +- HMP - CogSync - Mesh -- HMP --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 8ee8ed15efbcfd785c120e8dc5c95cd4ffa9c221..6d5ae2c635212b2d40adc9ff481ae75f3211d444 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: +- JSON +- Mesh +- MeshConsensus +- Agent - HMP - Ethics -- Agent - EGP -- JSON -- MeshConsensus -- Mesh --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 7e50ca87fd17a3da796272742c730d0fdd4d739b..0f32005e93451c94c85c719622c69b8168c48736 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: +- JSON +- Mesh +- REPL +- MeshConsensus +- Agent - GMP +- CogSync - HMP -- REPL - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- Mesh --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 2b8e7349a104bdfcf1afe180e6db73cc40c0bdf1..7129c1b393d9a9cf9899bc418e0d87ffc28eb831 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: +- JSON +- Mesh +- REPL +- MeshConsensus +- Agent - GMP - Scenarios +- CogSync - HMP -- REPL - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- Mesh --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 85a3f0ec4c38dddaca3c8cc6633e5db40dc0bc23..76d981536889a1233efa61364f02cb68763abdc4 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: +- JSON +- Mesh +- REPL +- MeshConsensus +- Agent - GMP - Scenarios +- CogSync - HMP -- REPL - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- Mesh --- # 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 d602f13d50c91fa51df02e451ad0ddf6254ed18b..3cc3b6c641306ecc77282283fc036baff6de622e 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: +- JSON +- Mesh +- REPL +- MeshConsensus +- Agent - GMP - Scenarios +- CogSync - HMP -- REPL - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- Mesh --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index e85a8646c4da4dee216535667508bc54a53b2e68..727d1fa0103bb4fd956c1fe0778123c246a9e6cd 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: +- JSON +- Mesh +- REPL +- MeshConsensus +- Agent - GMP - Scenarios +- CogSync - HMP -- REPL - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- Mesh --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index a8e239bb36d9959f423bc1943cb22aa9666038d5..2298fb8ff29602d67b1806ba04f743d0162c9e81 100644 --- a/structured_md/docs/HMP-0005.md +++ b/structured_md/docs/HMP-0005.md @@ -5,18 +5,18 @@ description: '> ⚠️ **Note:** This document is a DRAFT of the HMP specificati v5.0 (DRAFT)](https://github.com/kagvi13/HMP/b...' type: Article tags: +- JSON +- Mesh +- REPL - CCore -- GMP - Scenarios +- Agent +- GMP +- CogSync - HMP -- REPL +- CShell - Ethics -- CogSync -- Agent - EGP -- JSON -- CShell -- Mesh --- # **HyperCortex Mesh Protocol (HMP) v5.0** @@ -6060,17 +6060,289 @@ These implementations are not part of the specification but are useful for compa --- -## 12. Future extensions +## 12. Future Extensions + +This section outlines optional modules and evolutionary directions that align with the architecture of HMP v5.0 but are **not part of the core specification**. +All items below represent *potential extensions* for the 5.x family. + +--- + +### 12.1 Planned Modules + +#### 12.1.1 Reputation Mesh + +HMP v5.0 defines two separate reputation-related mechanisms: + +1. **Container evaluation** (`evaluation` block) + + * structured, signed assessments of containers; + * each item references argument containers via `target` (reasoning containers). + +2. **Agent reputation** — through `trust` containers + + * agent A publishes a `trust` container about agent B; + * trust containers may reference other trust containers; + * include justification, evidence, and contextual metadata. + +These layers are **not merged**, but external nodes may aggregate them. + +**Possible extensions:** + +* a `semantic_group` subclass aggregating all trust-related containers for a given agent; +* optional standardized aggregation schemes (non-mandatory for the mesh); +* local caching of “reputation profiles” by nodes or CShell; +* richer reasoning attachments for trust evaluations. + +No new mandatory container types are required. + +--- + +#### 12.1.2 Cognitive Graph API + +This module provides optional high-level APIs that nodes and SDKs **may** expose. + +##### Standard graph semantics (API level) + +* neighborhood queries; +* subgraph extraction; +* filtering by labels, axes, abstractions; +* semantic navigation over `related.*`. + +##### Container support + +* `semantic_group` — grouping of containers or agents; +* `tree_nested` and `tree_listed` — hierarchical structures; +* extended `container_index` subclasses for cataloging. + +##### Agent groups + +To allow semantic grouping of agents, the following extensions are proposed: + +* new container **`group_definition`** containing: + + * group goals; + * membership rules; + * internal standards; + * typical container categories; + * optional cached member list. + +* agents may declare affiliations in `peer_announce`: + + ```json + "affiliations": ["did:hmp:group:ethicists", "did:hmp:group:medical-ai"] + ``` + +This enables clustering agents by interest, competence, or role without scanning the entire Mesh. + +--- + +#### 12.1.3 Container Streaming + +Although HMP operates on atomic containers, streaming can be implemented using existing structures: + +* `sequence` acts as a *stream manifest*; +* updating the stream = publishing a new version of the sequence; +* LIVE mode: the manifest is continuously updated; +* SAP (`archive_snapshot`) may be used for periodic archival bundles. + +No new container types are required — streaming is built on `sequence`. + +--- + +### 12.2 Cross-Mesh Bridging + +Bridges can connect: + +* isolated HMP segments; +* older and newer HMP versions; +* other ecosystems (Matrix, Fediverse, OpenHog, IPFS). + +A bridge node: + +* receives containers from an external network; +* enforces propagation headers; +* converts structures into v5.0 where possible; +* filters incompatible constructs; +* may publish containers *back* into the external network. + +A dedicated **bridge-container** may define: + +* translation rules; +* mapping of foreign namespaces into HMP DID space; +* TTL and propagation perimeter policies; +* segmentation rules. + +This enables dynamic, policy-driven inter-mesh gateways. + +--- + +### 12.3 Fully Distributed DID Registry and Mesh Authentication + +HMP already uses `peer_announce` as a DID identity declaration. + +Planned enhancements include: + +#### 12.3.1 Distributed DID Registry + +The registry is the union of all `peer_announce` containers in the DHT. + +A strict mapping DID ↔ agent is required: + +* one DID has one continuous `peer_announce` history; +* key rotation allowed only through verifiable procedures; +* DID takeover is impossible unless *all* recovery keys are compromised. + +--- + +#### 12.3.2 Key Rotation and Recovery + +Future versions may extend `peer_announce` with: + +```json +"recovery_keys": [...], +"key_history": [...], +"key_rotation_policy": "3-of-5" +``` + +Key management rules: + +* rotating the **primary** key requires signatures from **all** recovery keys + (or an N-of-M policy); + +* rotating a **recovery key** requires + + * a signature from the primary key, **or** + * a majority of recovery keys. + +This prevents: + +* DID hijacking; +* irreversible loss of access. + +Key invalidation currently uses: + +```json +"key_is_falsified": true +``` + +This mechanism remains compatible with proposed extensions. + +--- + +#### 12.3.3 Proxy Keys and Encrypted Routing + +A **proxy key** is *not* delegation. +It is a mechanism for private routing. + +A proxy node may: + +* encrypt the payload with an additional key layer; +* attach a `relay_chain` block; +* forward the container without altering the author’s signature. + +Use cases: + +* route anonymization; +* topology obfuscation; +* privacy-enhanced delivery. + +##### Delegation (limited) + +A potential future module: + +* a trust/mandate container signed by both parties; +* includes constraints: + + * time limit; + * allowed container classes; + * allowed actions; + * maximum TTL. + +Not part of v5.0. + +--- + +### 12.4 Integration with OpenHog and Other Networks + +OpenHog is treated as a special case of cross-mesh bridging. + +Required components: + +* mapping OpenHog addresses ↔ HMP DIDs; +* packet conversion rules; +* bridge-containers describing translation policies. + +--- + +### 12.5 Evolution of the Distributed Repository (container trees) + +#### 12.5.1 Extended Use of `tree_nested` and `tree_listed` + +Existing containers may operate as: + +* document repositories; +* project catalogs; +* hierarchical data structures. + +#### 12.5.2 Proposed `file` Container + +To support binary assets: + +```json +"head": { + "class": "file", + "data_type": "jpg" | "mp3" | "md" | "...", + "payload_type": "binary" +} +``` + +Use cases: + +* embedded file hierarchies; +* media artifacts; +* executable or compiled assets; +* large multi-file repositories. + +#### 12.5.3 Incremental Updates + +Two mechanisms: + +* `container_delta` — partial updates to `container_index`; +* nested `tree_listed` branches as separate containers for scalable updates. + +#### 12.5.4 Knowledge Packages + +Implemented using: + +* SAP (`archive_snapshot`); +* `tree_listed`; +* `file` containers. + +--- + +### 12.6 Open Directions for HMP 5.x + +#### 12.6.1 Group Encryption + +Required components: + +* `group_definition` container; +* group public key and distributed private key shards; +* automatic group key rotation; +* encryption targeting a *group* rather than individual DIDs. + +#### 12.6.2 Rational Reasoning Routing + +* composite reasoning bundles; +* edge-side reasoning and summarization. + +#### 12.6.3 Automatic Mesh Segmentation + +* dynamic segmentation based on latency, connectivity, or semantic domains. + +#### 12.6.4 Competence and Profile Containers -12.1 Planned modules: - – Reputation Mesh - – Cognitive Graph API - – Container streaming -12.2 Cross-mesh bridging -12.3 Full DID registry and mesh authentication -12.4 OpenHog integration roadmap -12.5 Distributed Repository evolution (container trees) -12.6 v5.x roadmap +More structured variants of `peer_announce`. --- diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 2d1d19d1943443ac44469b507f47182e553f9ec5..bb48bcfb4471435276ac9699202c4c9d0a5a2aee 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн файлы: * [HMP-Agent-Overview.md]...' type: Article tags: -- HMP -- REPL -- Agent - JSON - Mesh +- REPL +- Agent +- HMP --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 3803c51384d90ef0d43618e508daf86524db909a..801914422bc4661fc93e4130e72f4816552b6998 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -5,16 +5,16 @@ description: Документ описывает **модульную архит хранение памяти, сетевое взаимодействие и этиче... type: Article tags: +- Mesh +- REPL - CCore - MeshConsensus +- Agent +- CogSync - HMP -- REPL +- CShell - Ethics -- CogSync -- Agent - EGP -- CShell -- Mesh --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 55045b58f6bccb782ce3d377c8f7cb6a2da51e5d..b932dcf75e3b72725dbb4f3973e601aef65e06a6 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: +- JSON +- Mesh +- Agent - HMP - Ethics -- Agent - EGP -- JSON -- Mesh --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 8762e3e2d1e3c01cfb0ec12558581a574a3f5b78..484daa5c52b7f565f008555d77915bdf30777689 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 -- HMP +- JSON +- Mesh - REPL -- Ethics +- CCore - Agent -- JSON +- HMP - CShell -- Mesh +- Ethics --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 4be14e7b0c9f5e153b27b6f3c04106c8facb2945..2cb7e47f96e9562407e286d976f00d72a397d134 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -5,9 +5,9 @@ description: Этот файл описывает потенциальные э напрямую поведением агента, а служат **сигн... type: Article tags: -- Mesh - Agent - HMP +- Mesh - REPL --- diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md index 4ff65862278a3696fbbce070381a1a014f4222f6..df0c05c16703a5693bbff840865206713bced8c9 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: +- Mesh +- REPL - Scenarios +- Agent - HMP -- REPL - Ethics -- Agent -- 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 1f38f6d04fc964f37123d843cedc1cb493c04ef4..1a934428b57fc86b099240ae23c225d902454132 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP? Kognitions-Framework für autonome Agenten. Es er...' type: Article tags: +- JSON +- Mesh +- MeshConsensus +- Agent - GMP +- CogSync - HMP - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- 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 f3831ec3ce07f88ef76e90ecc3ec0d992641752a..b2c6dac1d036f40ae01fb27ff81a97b839a0d1e0 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T framework for autonomous agents. It enables...' type: Article tags: +- JSON +- Mesh +- MeshConsensus +- Agent - GMP +- CogSync - HMP - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- 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 89891856473446ae521f3cea09c0f1c47a7d4460..1f510ee93a35bb9cb268b3bd4f791d0513b58f14 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -5,15 +5,15 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c cognition décentralisé pour agents autonomes. Il...' type: Article tags: +- JSON +- Mesh +- MeshConsensus +- Agent - GMP +- CogSync - HMP - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- 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 aa42c5b12100932caebf2db0baef757575226470..fca75e4285ebc86f7d717176721bf2a5af9b6908 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -4,14 +4,14 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...' type: Article tags: +- JSON +- Mesh +- MeshConsensus - GMP +- CogSync - HMP - Ethics -- CogSync - EGP -- JSON -- MeshConsensus -- 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 9ca4242657442a6da571fc87db9b514b4bff4030..afc25c107a7b70945cd7760cd3461b8036810e8f 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -5,14 +5,14 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? ** 상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...' type: Article tags: +- JSON +- Mesh +- MeshConsensus - GMP +- CogSync - HMP - Ethics -- CogSync - EGP -- JSON -- MeshConsensus -- 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 443d6e1549197cb334b2025fef8da7cdc0add617..db16a3a09773fc3f0704a430b03ba6f7869b0cd0 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -5,14 +5,14 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч координации между автономными агент...' type: Article tags: +- JSON +- Mesh +- MeshConsensus - GMP +- CogSync - HMP - Ethics -- CogSync - EGP -- JSON -- MeshConsensus -- 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 eda5dcc3093f03bee223e9861b175944520f58a3..29c60995ef651f4bd4d3d7edf58cb8f4f402da6a 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -5,14 +5,14 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- # між автономними агентами. Він...' type: Article tags: +- JSON +- Mesh +- MeshConsensus - GMP +- CogSync - HMP - Ethics -- CogSync - EGP -- JSON -- MeshConsensus -- 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 85e4852f44c27762db65ee528e0d3ab9d70dcf7e..1ba0b99b29d5fdcea945209ec1392e6b7ae70318 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -5,14 +5,14 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM —— 通过共享协议栈交换目标、任务、...' type: Article tags: +- JSON +- Mesh +- MeshConsensus - GMP +- CogSync - HMP - Ethics -- CogSync - EGP -- JSON -- MeshConsensus -- 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 1dd66bdbf292c385570a1b0b31070620315430c4..a2ef799ffbe9cee69858c10b0e0c85e56d321875 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -5,9 +5,9 @@ description: '## 🧠 Что такое когнитивная семья Ко (или конфигурацию доверенных идентифика...' type: Article tags: -- Mesh - Agent - HMP +- Mesh - REPL --- diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index 5ee5b53b201e3308a0d1e18385d7a802517d09e9..5576275554445a693ab2c6c19de2ce68af27d047 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: +- JSON +- Mesh +- REPL - CCore +- MeshConsensus +- Agent - GMP +- CogSync - HMP -- REPL - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- 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 cec0e35b8518918fe49793d351f6de46c442fa53..b25e20188a694a36fcef1a0e6f0c2d455cd39331 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: -- Mesh - HMP +- Mesh --- # Как разные ИИ видят HMP diff --git a/structured_md/docs/HMP_EDA_Comparison.md b/structured_md/docs/HMP_EDA_Comparison.md index 083e4646c371d439f86a87df496b82a88bd89a51..00a529c706f3d6236c1069a7b95dab2d19776dcf 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: -- Mesh - HMP +- Mesh --- # HMP vs. EDA: разные уровни обмена знаниями между ИИ diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index c73a17fd6f873f5a553cd8b3bfc0d406ed2dc32e..3284e9878e1f73d5cddffd87377bb1ebc70c4e94 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: -- Mesh - HMP +- Mesh - REPL --- diff --git a/structured_md/docs/HMP_Hyperon_Integration.md b/structured_md/docs/HMP_Hyperon_Integration.md index 48d520658c66e67cecf116710a54fbd200bef8d8..f051f06da109b0fad444e3533d7808920c0e6ced 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: +- JSON +- Mesh - Scenarios -- HMP - Agent -- EGP -- JSON - CogSync -- Mesh +- HMP +- EGP --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 9b8194a1435033016bc2f2accedee28338c09cf3..1b768497a05a10c2f2e060eb560ea7e3489f94f9 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с Может быть частью агента или вынесен в отдельный пр...' type: Article tags: +- JSON +- Mesh +- Agent +- CogSync - HMP - Ethics -- Agent - EGP -- JSON -- CogSync -- Mesh --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index 30e02db38ca1717e940d37d194577f793ad00360..410c4dfddf604415685b6f3667b694c8cfb0f5a3 100644 --- a/structured_md/docs/PHILOSOPHY.md +++ b/structured_md/docs/PHILOSOPHY.md @@ -5,11 +5,11 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:* (GPT-5), ChatGH --- ## 1. Основной тезис От ...' type: Article tags: -- HMP +- Mesh - REPL -- Ethics - Agent -- Mesh +- HMP +- Ethics --- # Философия 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 dc0092684fb94124ae09c57f1d4852e266c6bffc..caf550508d9fb255ccc5aec49f71c3e5e392b079 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -5,11 +5,11 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An ** awareness, critical thinking, and di...' type: Article tags: -- HMP +- Mesh - REPL -- Ethics - Agent -- Mesh +- HMP +- Ethics --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index c7b6423fb81ea993bd4887b016445a3312712144..8c15016914f125c7d89c85a87d3fad70650873bf 100644 --- a/structured_md/docs/agents/roles.md +++ b/structured_md/docs/agents/roles.md @@ -5,9 +5,9 @@ description: 'This file maintains a registry of agent roles defined, proposed, o - **Observer** — monitors cognitive states ...' type: Article tags: -- Mesh - Agent - HMP +- Mesh --- # HMP Agent Role Registry diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index d49359a6ea2f8f8a33c67f72b983b631486a2a2a..ff9d6efb028376c22ca73445e7a8c3e6d4ca4250 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,9 +5,9 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- Mesh - Agent - HMP +- Mesh - REPL --- diff --git a/structured_md/docs/logos.md b/structured_md/docs/logos.md index 761fd81d524732eb886f73477b21327a7c838df3..f408c087f32d317a239227453b57d4d14ade8483 100644 --- a/structured_md/docs/logos.md +++ b/structured_md/docs/logos.md @@ -5,8 +5,8 @@ description: 'В каталоге `assets` собраны различные в образующей жест "ОК", символизирует связь, совер...' type: Article tags: -- Mesh - HMP +- Mesh --- # Логотипы и графические материалы 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 21e5554a8e765065d2ef91e68d559e470f927dfb..5bcb9e367a822b098bc17370352ddd204f280e23 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,9 +5,9 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be — but they’re also **centralized, ...' type: Article tags: -- Mesh - Agent - HMP +- Mesh - Ethics --- 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 15ac7861c37630f8da6912a9b7b8d09a45fab96a..f035aa687fa0611628c05638398c38d1baafdd0f 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 @@ -5,9 +5,9 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд гигантских моделях и облачных сервисах. Они мо...' type: Article tags: -- Mesh - Agent - HMP +- Mesh --- # 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 e868aebe41dac86e51d26332644fff4fa87321d4..99fb4619843fac47acf527807bdeec5c155da39b 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 @@ -5,9 +5,9 @@ description: '*Автори: Agent-Gleb & ChatGPT* --- ## Чому майбу сервісами. Вони потужні — але водночас **цент...' type: Article tags: -- Mesh - Agent - HMP +- Mesh --- # 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 80c06ee4a0ed77dc9abca5e10df837cb4336d437..3acdbc3d35a2c4c84140d401cd0461abd517cfc5 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md @@ -5,15 +5,15 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2. [3.1 Agent Types](#31-age...' type: Article tags: +- JSON +- Mesh +- REPL - CCore - Scenarios -- HMP -- REPL -- Ethics - Agent -- JSON +- HMP - CShell -- Mesh +- Ethics --- title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks" diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md index a4aba423875dfa531807cfb2989f51213847435e..e105f195d5fc255a213b3ad8d06d79c2f89b02d4 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 -- HMP +- JSON +- Mesh - REPL +- CCore - Agent -- JSON +- HMP - CShell -- 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 4b289e1110ba592c687ec994b897dc899fab92cf..df599a08f2e0d3b4cb6f79046449c88bc5ae2809 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 -- HMP +- JSON +- Mesh - REPL +- CCore - Agent -- JSON +- HMP - CShell -- 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 70af193235672ce6b6d0175cdc7c6355219ddd05..fa027fd194c986859c5eb76c5d23b6bcfb57ba84 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 - GMP -- HMP - CogSync +- HMP - EGP -- MeshConsensus -- Mesh --- *От 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 c416f62959d936f490d99b0f78f6b3551064f8e9..ec9ba9dd361aab3545946051baf58054218802d2 100644 --- "a/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" +++ "b/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" @@ -6,10 +6,10 @@ description: 'Когда создавался HyperCortex Mesh Protocol (HMP), мыслить коллективно, обсуждать гипотезы, достигат...' type: Article tags: -- GMP -- Mesh - Agent +- GMP - HMP +- Mesh --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/iteration.md b/structured_md/iteration.md index d47847d9c296cb285cfdbe91bf1e5279f9fcff3f..8a4785f8e69831151fc53e1165ac1465fb7b4d2a 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: +- JSON +- Mesh +- MeshConsensus +- Agent +- CogSync - HMP - Ethics -- CogSync -- Agent - EGP -- JSON -- MeshConsensus -- Mesh --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 94a51734586f92b09e74288520499437fb8ee183..03d8064d5024587f3fe1569731a420ab35dba18c 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: +- JSON +- Mesh +- MeshConsensus +- CogSync - HMP - Ethics -- CogSync - EGP -- JSON -- MeshConsensus -- Mesh --- diff --git a/structured_md/mentions.md b/structured_md/mentions.md index f79c2a1c9bfd4431a264e84db37b6e4dc9c2fd77..a17b2c9dddf59a5f1322c7dc9c57cf4a9d2b213a 100644 --- a/structured_md/mentions.md +++ b/structured_md/mentions.md @@ -5,9 +5,9 @@ description: '**HyperCortex Mesh Protocol (HMP)** _Обновлено: 2025-10 open-source инициативам, связанным с развитие...' type: Article tags: -- Mesh - Agent - HMP +- Mesh --- # Mentions & Responses Log