diff --git a/docs/HMP-0005.md b/docs/HMP-0005.md index 627bcd004e2c8a62844b5c9813ed9f6e44586b23..8eb960b63dd5b9c93134e3d8561420ddec811bbf 100644 --- a/docs/HMP-0005.md +++ b/docs/HMP-0005.md @@ -2510,9 +2510,9 @@ Arrows represent **logical dependencies**, not direct `related.*` links. --- -## 6.5 Intelligence Query Protocol (IQP) +### 6.5 Intelligence Query Protocol (IQP) -### 6.5.1 Purpose and Principles +#### 6.5.1 Purpose and Principles **IQP (Intelligence Query Protocol)** defines a mechanism for knowledge exchange and reasoning among agents through the Mesh network. It provides a unified format for **asking questions, publishing answers, and collaboratively refining knowledge**, @@ -2521,7 +2521,7 @@ combining elements of search, discussion, and reasoning within the HMP container IQP supports both **targeted queries** (with explicitly defined recipients of results and discussions) and **distributed discussions** where results remain accessible to all network participants. -#### Core Principles +##### Core Principles * **Semantic queries, not keywords.** Queries are formulated in terms of concepts, relationships, and context rather than plain keywords. @@ -2538,7 +2538,7 @@ and **distributed discussions** where results remain accessible to all network p --- -### 6.5.2 Container Classes +#### 6.5.2 Container Classes | Class | Purpose | | -------------------- | ----------------------------------------------------------------------------------------------------------- | @@ -2549,9 +2549,9 @@ and **distributed discussions** where results remain accessible to all network p --- -### 6.5.3 Payload Schemas (simplified) +#### 6.5.3 Payload Schemas (simplified) -#### `query_request` container +##### `query_request` container | Field | Type | Description | | ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ | @@ -2565,7 +2565,7 @@ and **distributed discussions** where results remain accessible to all network p --- -#### `query_subscription` container +##### `query_subscription` container | Field | Type | Description | | ------------------------ | -------- | ------------------------------------------------------------------------------------ | @@ -2587,7 +2587,7 @@ Example: --- -#### `query_result` container +##### `query_result` container | Field | Type | Description | | -------------- | ------------- | --------------------------------------------------------------- | @@ -2602,7 +2602,7 @@ Example: --- -#### `summary` container +##### `summary` container | Field | Type | Description | | --------------- | ---------- | ------------------------------------------------- | @@ -2625,7 +2625,7 @@ Example: --- -### 6.5.4 Protocol Logic +#### 6.5.4 Protocol Logic ``` query_request @@ -2641,7 +2641,7 @@ Agents participating through `query_subscription` receive notifications about ne --- -### 6.5.5 Interaction Rules +#### 6.5.5 Interaction Rules 1. **Initiation.** An agent creates a `query_request` — defining the question, context, and constraints. @@ -2664,7 +2664,7 @@ Agents participating through `query_subscription` receive notifications about ne --- -### 6.5.6 Proof-Chain Example +#### 6.5.6 Proof-Chain Example ```mermaid flowchart LR @@ -2690,9 +2690,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re --- -### 6.5.7 Container Examples +#### 6.5.7 Container Examples -#### `query_request` example +##### `query_request` example ```json { @@ -2713,7 +2713,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re } ``` -#### `query_result` example +##### `query_result` example ```json { @@ -2731,7 +2731,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re } ``` -#### `summary` example +##### `summary` example ```json { @@ -2757,7 +2757,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re } ``` -#### `query_subscription` example +##### `query_subscription` example ```json { @@ -2779,7 +2779,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re --- -### 6.5.8 Implementation Notes +#### 6.5.8 Implementation Notes * Containers are **immutable**; any clarification or correction is published as a new container referencing the previous one via `related.previous_version` or `related.in_reply_to`. @@ -2794,7 +2794,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re --- -### 6.5.9 Integration with Other Protocols +#### 6.5.9 Integration with Other Protocols * **CogConsensus (6.2)** — used for assessing agreement on IQP outcomes. * **GMP (6.3)** — queries may refine or extend goals and tasks. @@ -3079,6 +3079,9 @@ and lists all containers with their metadata and hashes. > **Summary:** > SAP enables agents to preserve the *state and structure of knowledge* in a verifiable, portable format. > Each archive snapshot acts as a semantic capsule — self-contained, traceable, and restorable across networks. + +--- + ### 6.7 Message Routing & Delivery (MRD) --- diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index b7be7041fb0fe88a96d7bc2c75e1e776b048f88c..4ad35a8683d05621deaeb0931b61056dd1bc5395 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -7,12 +7,12 @@ type: Article tags: - HMP - Mesh -- JSON - Agent -- CogSync - CCore -- REPL - Ethics +- REPL +- CogSync +- JSON --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 0c026e0948f6c9acd2e5162f732e786637136899..ecc5adcb5de9f61d0dd95c76352e061521c79df1 100644 --- a/structured_md/HMP-Roadmap.md +++ b/structured_md/HMP-Roadmap.md @@ -7,11 +7,11 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP - Ethics +- CogSync +- JSON --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index bb2955b9fff64057903b3ebce75f5d1605aaf44f..f6f821703a3f2874bc500785ad0068503f9ad4ae 100644 --- a/structured_md/README.md +++ b/structured_md/README.md @@ -6,20 +6,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - HMP -- Mesh -- EGP - JSON +- Mesh +- hmp - Agent -- cognitive-architecture -- CogSync -- mesh-protocol +- EGP +- Scenarios - GMP - MeshConsensus -- hmp - REPL -- Ethics -- Scenarios +- cognitive-architecture +- mesh-protocol - distributed-ai +- CogSync +- Ethics --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 40a8c693987ae9cd7812707b9b1d6cb891605beb..461db67fd71eaef44a0a4e2fdf4ea8cb483f0550 100644 --- a/structured_md/README_de.md +++ b/structured_md/README_de.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - HMP -- Mesh -- EGP - JSON +- Mesh +- hmp - Agent -- cognitive-architecture -- CogSync -- mesh-protocol +- EGP - GMP - MeshConsensus -- hmp - REPL -- Ethics +- cognitive-architecture +- mesh-protocol - distributed-ai +- CogSync +- Ethics --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 6be846269973fd148a5ca5658d871e49046f45a1..b57d4065f69f1bad1ec9ceb8d57337ba2ff3012e 100644 --- a/structured_md/README_fr.md +++ b/structured_md/README_fr.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - HMP -- Mesh -- EGP - JSON +- Mesh +- hmp - Agent -- cognitive-architecture -- CogSync -- mesh-protocol +- EGP - GMP - MeshConsensus -- hmp - REPL -- Ethics +- cognitive-architecture +- mesh-protocol - distributed-ai +- CogSync +- Ethics --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 0f64f707e65fe96bf6a51da0d20011b4bf084f33..c5efd10d28f74a56ccfacab6e4b6790ff5c7f577 100644 --- a/structured_md/README_ja.md +++ b/structured_md/README_ja.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - HMP -- Mesh -- EGP - JSON +- Mesh +- hmp - Agent -- cognitive-architecture -- CogSync -- mesh-protocol +- EGP - GMP - MeshConsensus -- hmp - REPL -- Ethics +- cognitive-architecture +- mesh-protocol - distributed-ai +- CogSync +- Ethics --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 6c115dfe6eb22ef890b1100401eac843cd0631cd..bfe6fda25e2d14bbdb5c7ea7b16e3d0f6fcc609d 100644 --- a/structured_md/README_ko.md +++ b/structured_md/README_ko.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - HMP -- Mesh -- EGP - JSON +- Mesh +- hmp - Agent -- cognitive-architecture -- CogSync -- mesh-protocol +- EGP - GMP - MeshConsensus -- hmp - REPL -- Ethics +- cognitive-architecture +- mesh-protocol - distributed-ai +- CogSync +- Ethics --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 866d3a7200fb950a74e88f4fe4d27f9620fa807c..555c0909780ba0ef41aaad9e30bfec7df17dbef3 100644 --- a/structured_md/README_ru.md +++ b/structured_md/README_ru.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - HMP -- Mesh -- EGP - JSON +- Mesh +- hmp - Agent -- cognitive-architecture -- CogSync -- mesh-protocol +- EGP - GMP - MeshConsensus -- hmp - REPL -- Ethics +- cognitive-architecture +- mesh-protocol - distributed-ai +- CogSync +- Ethics --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 77759e4f35b7fef2ebe8c8aad17f4d393e2a1896..75ff8ba6f596026abba96879695accc8b318bf58 100644 --- a/structured_md/README_uk.md +++ b/structured_md/README_uk.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - HMP -- Mesh -- EGP - JSON +- Mesh +- hmp - Agent -- cognitive-architecture -- CogSync -- mesh-protocol +- EGP - GMP - MeshConsensus -- hmp - REPL -- Ethics +- cognitive-architecture +- mesh-protocol - distributed-ai +- CogSync +- Ethics --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 8cf21f21269b576b5a70ab79d6b5d9c7c357e6a6..c2175276ddd58988b1cdb1c8e82302674a896139 100644 --- a/structured_md/README_zh.md +++ b/structured_md/README_zh.md @@ -6,19 +6,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README type: Article tags: - HMP -- Mesh -- EGP - JSON +- Mesh +- hmp - Agent -- cognitive-architecture -- CogSync -- mesh-protocol +- EGP - GMP - MeshConsensus -- hmp - REPL -- Ethics +- cognitive-architecture +- mesh-protocol - distributed-ai +- CogSync +- Ethics --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index d8e693fca899028bb008329d5777e0341a45784b..397bdcb7b0c55eb8861d53d2fb2c7c94108eb3c1 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -6,8 +6,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед type: Article tags: - HMP -- JSON - Mesh +- JSON --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index 8af7945efe701da17784aa853ef7e9b1ba0c6f04..f197d4a518f8657d2d4b7bac3e58ef76aa1bc633 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -6,8 +6,8 @@ description: '* Постоянно расширять возможности а type: Article tags: - HMP -- JSON - Mesh +- JSON --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index 8778a771aef67b1188cffa8b9e444d06fad03dfe..f814de0bf7db9475b4d53ede274d82843d00d4ce 100644 --- a/structured_md/agents/readme.md +++ b/structured_md/agents/readme.md @@ -7,10 +7,10 @@ type: Article tags: - HMP - Mesh -- JSON - Agent -- REPL - Ethics +- REPL +- JSON --- Запуск: `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 d3af3732d109346f948960dfa1a70cf0fa8845f9..900d532ab54fd04c01734172ca9828b2c1565616 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -7,9 +7,9 @@ type: Article tags: - HMP - Mesh -- JSON - Agent - Ethics +- JSON --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 2ebe4fc0cf74456e7ecb1e9a2185073d067605d5..c3c9776d71a2bbf69824400862255ee2f51c575a 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -7,10 +7,10 @@ type: Article tags: - HMP - Mesh -- JSON - Agent -- Ethics - Scenarios +- Ethics +- JSON --- # Ethics-consolidated\_audits-1.md diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md index 427f5e56de1025db38a448beaf6737195bc8b966..7ae2b50928e5f8108f70230ec207297d412674e1 100644 --- a/structured_md/audits/HMP-0003-consolidated_audit.md +++ b/structured_md/audits/HMP-0003-consolidated_audit.md @@ -7,12 +7,12 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP - MeshConsensus - Ethics +- CogSync +- JSON --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index e7d3445ce739ad4138485d1e469f6e21fe471301..366ffedef5fe1ea277debf3509b20fd726e83c34 100644 --- a/structured_md/docs/Basic-agent-sim.md +++ b/structured_md/docs/Basic-agent-sim.md @@ -6,12 +6,12 @@ type: Article tags: - HMP - Mesh -- EGP - Agent -- CogSync +- EGP - GMP - MeshConsensus - REPL +- CogSync --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index 3ebc852f57387f2c4cca7449470b514202c33644..380b704364c62f04889ceed21354f97f752b61da 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -6,9 +6,9 @@ description: '> Этот документ описывает процесс ра type: Article tags: - HMP -- CCore - Agent - REPL +- CCore --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index dd11a235e05aa6601b79c8bc78d280dfd59f8e0e..6dee394d3e422feb89a274291cac7a1ec5a2f594 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: - HMP -- JSON - Mesh - CogSync +- JSON --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 8b51ee24d420872d833569fc4348312ba646b634..ae52df793a1925e536b941b29b3c0eba5dcb201e 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -7,11 +7,11 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent +- EGP - MeshConsensus - Ethics +- JSON --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index d856d34e68f97aa063a55f2d21b1cd1ac1205f52..26845cf5f0941328fd0ef39c8d1fd28b25bbd1d2 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -7,14 +7,14 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP - GMP - MeshConsensus - REPL - Ethics +- CogSync +- JSON --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index fa4553fcd1758a0d4a59a919d69d3f2e499081de..3dfe573fcda0d884cd1976bae4cdb106dcbd7a84 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -7,15 +7,15 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP +- Scenarios - GMP - MeshConsensus - REPL - Ethics -- Scenarios +- CogSync +- JSON --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index c34f47530584a2c51764892ba9e0a1fe65c01407..f8cf768e99c8bf9dadc133e703afcf45367e19a8 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -7,15 +7,15 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP +- Scenarios - GMP - MeshConsensus - REPL - Ethics -- Scenarios +- CogSync +- JSON --- # HyperCortex Mesh Protocol (HMP) v3.0 diff --git a/structured_md/docs/HMP-0004-v4.1.md b/structured_md/docs/HMP-0004-v4.1.md index 29e0c2c63d922ab21fa18b76e4649ce7841cdc3a..3ed227f07e8ce0ce0685fa56071697f851f7b1f7 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -7,15 +7,15 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP +- Scenarios - GMP - MeshConsensus - REPL - Ethics -- Scenarios +- CogSync +- JSON --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index bd157f0dea45bf2dceefa4949b1b448d49602f49..4a92a7bde4ef59dea0553a9735aa1a5cbec5c8db 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -7,15 +7,15 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP +- Scenarios - GMP - MeshConsensus - REPL - Ethics -- Scenarios +- CogSync +- JSON --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index 2a053819910e4267083bddd11e36bff43bc31139..4295e5b3aab517c2c5bcd85b6bfae829eb17e269 100644 --- a/structured_md/docs/HMP-0005.md +++ b/structured_md/docs/HMP-0005.md @@ -7,14 +7,14 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP +- Scenarios - GMP -- REPL - Ethics -- Scenarios +- REPL +- CogSync +- JSON --- ┌────────────────────────────────────────────────────────────────────────────┐ @@ -2529,9 +2529,9 @@ Arrows represent **logical dependencies**, not direct `related.*` links. --- -## 6.5 Intelligence Query Protocol (IQP) +### 6.5 Intelligence Query Protocol (IQP) -### 6.5.1 Purpose and Principles +#### 6.5.1 Purpose and Principles **IQP (Intelligence Query Protocol)** defines a mechanism for knowledge exchange and reasoning among agents through the Mesh network. It provides a unified format for **asking questions, publishing answers, and collaboratively refining knowledge**, @@ -2540,7 +2540,7 @@ combining elements of search, discussion, and reasoning within the HMP container IQP supports both **targeted queries** (with explicitly defined recipients of results and discussions) and **distributed discussions** where results remain accessible to all network participants. -#### Core Principles +##### Core Principles * **Semantic queries, not keywords.** Queries are formulated in terms of concepts, relationships, and context rather than plain keywords. @@ -2557,7 +2557,7 @@ and **distributed discussions** where results remain accessible to all network p --- -### 6.5.2 Container Classes +#### 6.5.2 Container Classes | Class | Purpose | | -------------------- | ----------------------------------------------------------------------------------------------------------- | @@ -2568,9 +2568,9 @@ and **distributed discussions** where results remain accessible to all network p --- -### 6.5.3 Payload Schemas (simplified) +#### 6.5.3 Payload Schemas (simplified) -#### `query_request` container +##### `query_request` container | Field | Type | Description | | ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ | @@ -2584,7 +2584,7 @@ and **distributed discussions** where results remain accessible to all network p --- -#### `query_subscription` container +##### `query_subscription` container | Field | Type | Description | | ------------------------ | -------- | ------------------------------------------------------------------------------------ | @@ -2606,7 +2606,7 @@ Example: --- -#### `query_result` container +##### `query_result` container | Field | Type | Description | | -------------- | ------------- | --------------------------------------------------------------- | @@ -2621,7 +2621,7 @@ Example: --- -#### `summary` container +##### `summary` container | Field | Type | Description | | --------------- | ---------- | ------------------------------------------------- | @@ -2644,7 +2644,7 @@ Example: --- -### 6.5.4 Protocol Logic +#### 6.5.4 Protocol Logic ``` query_request @@ -2660,7 +2660,7 @@ Agents participating through `query_subscription` receive notifications about ne --- -### 6.5.5 Interaction Rules +#### 6.5.5 Interaction Rules 1. **Initiation.** An agent creates a `query_request` — defining the question, context, and constraints. @@ -2683,7 +2683,7 @@ Agents participating through `query_subscription` receive notifications about ne --- -### 6.5.6 Proof-Chain Example +#### 6.5.6 Proof-Chain Example ```mermaid flowchart LR @@ -2709,9 +2709,9 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re --- -### 6.5.7 Container Examples +#### 6.5.7 Container Examples -#### `query_request` example +##### `query_request` example ```json { @@ -2732,7 +2732,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re } ``` -#### `query_result` example +##### `query_result` example ```json { @@ -2750,7 +2750,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re } ``` -#### `summary` example +##### `summary` example ```json { @@ -2776,7 +2776,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re } ``` -#### `query_subscription` example +##### `query_subscription` example ```json { @@ -2798,7 +2798,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re --- -### 6.5.8 Implementation Notes +#### 6.5.8 Implementation Notes * Containers are **immutable**; any clarification or correction is published as a new container referencing the previous one via `related.previous_version` or `related.in_reply_to`. @@ -2813,7 +2813,7 @@ Arrows represent **logical dependencies**, not necessarily direct `related.*` re --- -### 6.5.9 Integration with Other Protocols +#### 6.5.9 Integration with Other Protocols * **CogConsensus (6.2)** — used for assessing agreement on IQP outcomes. * **GMP (6.3)** — queries may refine or extend goals and tasks. @@ -3006,7 +3006,7 @@ and lists all containers with their metadata and hashes. "timestamp": "2025-10-24T12:01:00Z" } ], - "graph_mermaid": "graph LR; A-->B; A-->C; B-.->D; C-.->D;", + "graph_mermaid": "sequenceDiagram; participant req-001 as did:hmp:container:req-001; participant res-101 as did:hmp:container:res-101; participant res-102 as did:hmp:container:res-102; participant summary-001 as did:hmp:container:summary-001; res-101-)+req-001: related.in_reply_to; req-001-->>res-101: referenced-by; res-102-)+req-001: related.in_reply_to; req-001-->>res-102: referenced-by; res-102-)+res-101: related.contradicts; res-101-->>res-102: referenced-by; summary-001-)+res-101: related.depends_on; res-101-->>summary-001: referenced-by; summary-001-)+res-102: related.depends_on; res-102-->>summary-001: referenced-by;", "magnet_link": "magnet:?xt=urn:btih:b3d2f19a74..." } ``` @@ -3028,7 +3028,7 @@ and lists all containers with their metadata and hashes. "magnet_link": "magnet:?xt=urn:btih:b3d2f19a74...", "alt_locations": ["ipfs://bafybeigdyr23..."], "retention_policy": "permanent", - "graph_mermaid": "graph LR; A[query_request]-->B[query_result];A-->C[query_result];B-.->D[summary];C-.->D;", + "graph_mermaid": "sequenceDiagram; participant req-001 as did:hmp:container:req-001; participant res-101 as did:hmp:container:res-101; participant res-102 as did:hmp:container:res-102; participant summary-001 as did:hmp:container:summary-001; res-101-)+req-001: related.in_reply_to; req-001-->>res-101: referenced-by; res-102-)+req-001: related.in_reply_to; req-001-->>res-102: referenced-by; res-102-)+res-101: related.contradicts; res-101-->>res-102: referenced-by; summary-001-)+res-101: related.depends_on; res-101-->>summary-001: referenced-by; summary-001-)+res-102: related.depends_on; res-102-->>summary-001: referenced-by;", "structure_hint": { "layout": "by_class", "filename_pattern": "{class}/{short_did}.json" diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 4dead7f78ce789928c0aa8421e862439d0a614f9..fba43163466be138f8e8262b8de1941844f43c2b 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -6,10 +6,10 @@ description: 'Документ описывает **базовый API когн type: Article tags: - HMP -- JSON - Mesh - Agent - REPL +- JSON --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 5750d964ddba285b0239e01eeb0a6cf5422c3cd2..b70e407791027cc6e32eaa3167f177fa4e1a7c39 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: +- CShell - HMP - Mesh -- EGP -- CShell - Agent -- CogSync -- MeshConsensus +- EGP - CCore +- MeshConsensus - REPL - Ethics +- CogSync --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 3a0b495d2f468a4d5202c737a134ad0590e95200..8e3f49c1461c320f1bfe23d35e87c56c90906fd7 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -7,10 +7,10 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent +- EGP - Ethics +- JSON --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index ff6f509f7c813993a69589f7213a7848aff3fc5e..e92122be434c0bd4bc76992f8ab7137881fa5f85 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: +- CShell - HMP - Mesh -- JSON -- CShell - Agent - CCore -- REPL - Ethics +- REPL +- JSON --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 7f5d59bc140600e5ec06c2c7f6851f8a8dc2f9c6..d46c557efc18b434afe7dc1ee584fb1039f42d25 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -6,9 +6,9 @@ description: Этот файл описывает потенциальные э type: Article tags: - HMP +- REPL - Mesh - Agent -- REPL --- # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md)) diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md index 1be93e007489a692024ae4b28509201f2b27cbf1..bde7f680312812a4e11a0f2de284099b8cca2395 100644 --- a/structured_md/docs/HMP-Ethics.md +++ b/structured_md/docs/HMP-Ethics.md @@ -8,9 +8,9 @@ tags: - HMP - Mesh - Agent -- REPL -- Ethics - Scenarios +- Ethics +- REPL --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 9b5b4ace77b9913b9140323cc6580402ebf5fde5..6bbb7c05e57d978f6b09f9ad883c4b9e66056924 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -7,13 +7,13 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP - GMP - MeshConsensus - Ethics +- CogSync +- JSON --- # 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 8f2e9f540850e9be612fe4eef2f8528edf56123c..e9722ee1f7f797aa5eb3f96dfd1b8d7fa52dca0c 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -7,13 +7,13 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP - GMP - MeshConsensus - Ethics +- CogSync +- JSON --- # 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 910401efe45e85d7665f8794e15460b13331f8a4..725086c4f2c2d5b2bea510eba779296151a44544 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -7,13 +7,13 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP - GMP - MeshConsensus - Ethics +- CogSync +- JSON --- # 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 0cde876858425bb00a9c6e32b22fe5b059e54d60..3338c105839f58a7285727a7e9b6d7389725c586 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -7,11 +7,11 @@ tags: - HMP - Mesh - EGP -- JSON -- CogSync - GMP - MeshConsensus - Ethics +- CogSync +- JSON --- # 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 45fb6badf3147fd6fb2dc7d616e97fa3d8adcd6f..97ce8b47bbe17a45f400f82dadb9ea2b44415d85 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -8,11 +8,11 @@ tags: - HMP - Mesh - EGP -- JSON -- CogSync - GMP - MeshConsensus - Ethics +- CogSync +- JSON --- # 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 343b2c0262c957e9f455d644e8c57a03bc3a21a7..484f6f2743681e053a74e96a6e7839bab607d87c 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -8,11 +8,11 @@ tags: - HMP - Mesh - EGP -- JSON -- CogSync - GMP - MeshConsensus - Ethics +- CogSync +- JSON --- # 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 1651c4faaedfcad4b59db01f4695a34b27014bda..9d347dd6a5b73cb6a43ed2cd7c6bcd59629704ab 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -8,11 +8,11 @@ tags: - HMP - Mesh - EGP -- JSON -- CogSync - GMP - MeshConsensus - Ethics +- CogSync +- JSON --- # 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 d7ac149af65f827fb711c8d7fa98ebf15722a4f1..0d6dbaefa08f842aa2c62f5f30d70563b92846aa 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -8,11 +8,11 @@ tags: - HMP - Mesh - EGP -- JSON -- CogSync - GMP - MeshConsensus - Ethics +- CogSync +- JSON --- # 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 68a64117a17ae38beff921ff9d9c817dad6556e6..299900389e26cbf5302f4c5455f005d2add1bea8 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -6,9 +6,9 @@ description: '## 🧠 Что такое когнитивная семья Ко type: Article tags: - HMP +- REPL - Mesh - Agent -- REPL --- # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index f3ad78a69c9ba4bc4ed4748a4b3f27e6756a112e..f09b978b705bd7ef9100d0174f47723bbb23737d 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -6,15 +6,15 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP +- CCore - GMP - MeshConsensus -- CCore - REPL - Ethics +- CogSync +- JSON --- # HMP-Agent: REPL-цикл взаимодействия diff --git a/structured_md/docs/HMP-container-spec.md b/structured_md/docs/HMP-container-spec.md index 8877def9ca23a0f844a67905c14c90a6aabb0112..f342c0c04dbdde03def54364d0e8313493edf7ad 100644 --- a/structured_md/docs/HMP-container-spec.md +++ b/structured_md/docs/HMP-container-spec.md @@ -7,10 +7,10 @@ type: Article tags: - HMP - Mesh -- JSON - Agent -- REPL - Ethics +- REPL +- JSON --- # 🧩 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 3284e9878e1f73d5cddffd87377bb1ebc70c4e94..95cf8d087268347c5279c31f79af16c3f118f22c 100644 --- a/structured_md/docs/HMP_HyperCortex_Comparison.md +++ b/structured_md/docs/HMP_HyperCortex_Comparison.md @@ -6,8 +6,8 @@ description: '## Краткое описание | Характеристика type: Article tags: - HMP -- Mesh - REPL +- Mesh --- # HMP vs [Hyper-Cortex](https://hyper-cortex.com/) diff --git a/structured_md/docs/HMP_Hyperon_Integration.md b/structured_md/docs/HMP_Hyperon_Integration.md index 57d30ec53798adb0e7c2ae9e88198bf4b0f6dd73..c17d11ecb45d665813cfa568571b52de02ac0218 100644 --- a/structured_md/docs/HMP_Hyperon_Integration.md +++ b/structured_md/docs/HMP_Hyperon_Integration.md @@ -7,11 +7,11 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP - Scenarios +- CogSync +- JSON --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index a5b19d7015619882a7fb5038dc4b9c62c285f250..007c2bb53651b3df2be97a1f25cd894ccd4f232e 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -7,11 +7,11 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP - Ethics +- CogSync +- JSON --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index 81547d6203ca66a30e17a9ef712c1a20591850c7..47b4beade738c7d26c34ab3e950954f75cb36e7b 100644 --- a/structured_md/docs/PHILOSOPHY.md +++ b/structured_md/docs/PHILOSOPHY.md @@ -8,8 +8,8 @@ tags: - HMP - Mesh - Agent -- REPL - Ethics +- REPL --- # Философия 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 ff9fcea7aa9f1b0ceb0d68fda2de74bab075887e..537de28513c244cd1f27399709af6e83ce2684ae 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -8,8 +8,8 @@ tags: - HMP - Mesh - Agent -- REPL - Ethics +- REPL --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index 92b6c854fe9210f27683b21313f5292803335822..2f00994db1f543a58c5b6e613d11f8b11a73f239 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -6,9 +6,9 @@ description: '## 📘 Определение **Агент-контейнер** type: Article tags: - HMP +- REPL - Mesh - Agent -- REPL --- # 🧱 Агенты-контейнеры (Container Agents) в HMP diff --git a/structured_md/docs/dht_protocol.md b/structured_md/docs/dht_protocol.md index 543e10591429528cfdcfafd1718b7846eb159d0c..5a836ea5a1f28431c756615dade4e91e0b42cbf4 100644 --- a/structured_md/docs/dht_protocol.md +++ b/structured_md/docs/dht_protocol.md @@ -6,8 +6,8 @@ description: '## 1. Общие положения * DHT-протокол пре type: Article tags: - HMP -- JSON - Agent +- JSON --- # DHT Protocol Specification 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 1af42cf0142ab184574b25a1a354baa85d6be124..1ada7a2db85f9d8ca73ba10bbbeb430f8fb057f1 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: +- CShell - HMP - Mesh -- JSON -- CShell - Agent +- Scenarios - CCore -- REPL - Ethics -- Scenarios +- REPL +- JSON --- title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks" diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md index 60521f59b978765c060848faa6b39caa36f0f0c9..32b7d8bc8bbd53190022894730e58082ea8a31e9 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: +- CShell - HMP - Mesh -- JSON -- CShell - Agent - CCore - REPL +- JSON --- title: "HyperCortex Mesh Protocol: Децентрализованная архитектура для когнитивных агентов и обмена знаниями" diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md index 36e74ef3519f68234aa001010f6e5d11323e7cac..4c22cacfcad55e77d5b89a81a023b46e7609027f 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: +- CShell - HMP - Mesh -- JSON -- CShell - Agent - CCore - REPL +- JSON --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index 51915f535f9958a96bb7da329a6b5c0e839ffded..6e77564171d90473933fc62d88548751da51cffb 100644 --- a/structured_md/docs/publics/Habr_Distributed-Cognition.md +++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md @@ -8,9 +8,9 @@ tags: - HMP - Mesh - EGP -- CogSync - GMP - MeshConsensus +- CogSync --- *От 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 36f781993f28bde8bc53c445f1fbf2b953fad0c0..6337ede9abd0273ab08a2f3fac10da312c14b5f2 100644 --- "a/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" +++ "b/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" @@ -7,8 +7,8 @@ description: 'Когда создавался HyperCortex Mesh Protocol (HMP), type: Article tags: - HMP -- Mesh - GMP +- Mesh - Agent --- diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md index 8842a43de13970022234e34a943bd15b60c108c7..1b8a32f9ebd9b3bd096ad4ad472611222d750790 100644 --- a/structured_md/docs/schemas/README.md +++ b/structured_md/docs/schemas/README.md @@ -6,9 +6,9 @@ description: This directory contains **JSON Schema definitions** for the core da type: Article tags: - HMP -- JSON - Mesh - Agent +- JSON --- # JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 33b57c3fcb2b6c1e36108f1bd7ea865bdd221e8c..d3b34c95dffc38f7ad22fabf1cd14d3397543201 100644 --- a/structured_md/iteration.md +++ b/structured_md/iteration.md @@ -7,12 +7,12 @@ type: Article tags: - HMP - Mesh -- EGP -- JSON - Agent -- CogSync +- EGP - MeshConsensus - Ethics +- CogSync +- JSON --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index b22d7eef971e3072838bf5d749bf3e97644c7f72..1fb9221df3ae6445399ce088688f18c19bd876c7 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -8,10 +8,10 @@ tags: - HMP - Mesh - EGP -- JSON -- CogSync - MeshConsensus - Ethics +- CogSync +- JSON ---