diff --git a/docs/meta-personality.md b/docs/meta-personality.md index 536f73c82d5dfc4645a57f69a4156a13a7a63b1a..f7cc4a9d0f2c28e22c162b180241c0eb79cf1199 100644 --- a/docs/meta-personality.md +++ b/docs/meta-personality.md @@ -1,4 +1,10 @@ -# Мета-сознания Алисы и Боба, их взамиодействие с серверами знаний и их слияние +# Мета-личности Алисы и Боба, их взаимодействие с серверами знаний и их слияние + +**Мета-личность** — совокупность взаимодействующих биологических и искусственных когнитивных компонентов, которые благодаря устойчивому обмену информацией формируют общее пространство опыта, памяти и принятия решений. Состав мета-личности может изменяться во времени: в неё могут входить или выходить биологические тела, автономные AI-узлы, специализированные научные узлы и другие компоненты. + +При этом отдельные когнитивные компоненты **могут** обладать собственной субъектностью и независимым сознанием. Наличие собственного сознания не исключает участия компонента в общей мета-личности. + +Наличие общего пространства опыта и памяти само по себе не предполагает возникновения единого сознания более высокого уровня, однако и не исключает такой возможности по мере развития и интеграции мета-личности. ## Схема @@ -10,14 +16,14 @@ flowchart TB subgraph Alice Alice_Body1[Биологическое тело] - subgraph Alice_biodependent1[Биозависимые узлы / REPL, НКИ или Событийный] + subgraph Alice_bio-linked1[Био-связанные узлы / REPL, НКИ или Событийный] Alice_AI1 Alice_AI2 Alice_AI3 Alice_AI4 end - subgraph Alice_bioindependent[Бионезависимые узлы / Только REPL] + subgraph Alice_autonomous[Автономные узлы / Только REPL] Alice_AI5 Alice_AI6 end @@ -90,7 +96,7 @@ end subgraph Bob Bob_Body1[Биологическое тело] - subgraph Bob_biodependent1[Биозависимые узлы / REPL, НКИ или Событийный] + subgraph Bob_bio-linked1[Био-связанные узлы / REPL, НКИ или Событийный] Bob_AI1 Bob_AI2 Bob_AI3 @@ -183,13 +189,13 @@ end ## WetWare -Каждому блоку биозависимых узлов (`Alice_biodependent1`, Bob_biodependent1) соответствует одно биологическое тело (`Alice_Body1`, `Bob_Body1`). +Каждому блоку био-связанных узлов (`Alice_biodependent1`, Bob_biodependent1) соответствует одно биологическое тело (`Alice_Body1`, `Bob_Body1`). Одна мета-личность может иметь несколько биологических тел или не иметь вовсе. Несколько биологических тел могут образоваться как в процессе слияния мета-личностей, так и постепенным включением нового биологического тела в состав мета-личности (например, новорождённого). -В случае смерти биологического тела к соответствующему блоку биозависимых серверов можно подключить новое тело, например, посредством постепенного формирования общей мета-личности с новым биологическим телом или перевести их в режим бионезависимых серверов. +В случае смерти биологического тела к соответствующему блоку био-связанных узлов можно подключить новое тело, например, посредством постепенного формирования общей мета-личности с новым биологическим телом или перевести их в режим автономных узлов. --- @@ -254,8 +260,8 @@ end Например: -- бионезависимый узел может стать биозависимым; -- биозависимый — перейти во бионезависимый режим после утраты связи с биологическим телом; -- научный узел может выделиться из бионезависимого; +- автономный узел может стать био-связанным; +- био-связанный — перейти во автономный режим после утраты связи с биологическим телом; +- научный узел может выделиться из автономного; - новый специализированный узел может быть создан по мере накопления знаний в определённой области; -- новый бионезависимый узел может быть добавлен для увелиения возможностей мета-личности. \ No newline at end of file +- новый автономный узел может быть добавлен для увелиения возможностей мета-личности. \ No newline at end of file diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index eda13e32507797a9b3bade717653190d272efc82..0ac7fe40d17875fe14fe78b1f716f637aab04238 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -6,13 +6,13 @@ description: 'Спасибо за интерес к проекту HMP! Пока type: Article tags: - HMP -- CogSync -- REPL -- Mesh -- CCore -- Agent - Ethics - JSON +- CCore +- Agent +- REPL +- CogSync +- Mesh --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 748d149ddc0e666dbdd0e9e71ba08e99f4d51758..ba137a00910ee59c6aa6c0f775fef03ec0c0479e 100644 --- a/structured_md/HMP-Roadmap.md +++ b/structured_md/HMP-Roadmap.md @@ -6,11 +6,11 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm type: Article tags: - HMP -- CogSync -- Mesh -- Agent - Ethics - JSON +- Agent +- CogSync +- Mesh - EGP --- diff --git a/structured_md/README.md b/structured_md/README.md index 89e6bb5dabec26bcc088c5e6ab997f48ee5bb4bf..d152fa6f564abd76ca6d715ccb3e3bb7ebc0ad78 100644 --- a/structured_md/README.md +++ b/structured_md/README.md @@ -4,21 +4,21 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- hmp - HMP +- Ethics +- JSON +- Agent - MeshConsensus +- GMP +- cognitive-architecture +- Scenarios +- REPL - CogSync - distributed-ai -- REPL +- hmp - Mesh -- Agent -- Ethics -- JSON - EGP -- cognitive-architecture - mesh-protocol -- Scenarios --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 4f6c173744c9b2b24863fab1852d9399277645f3..a072cfdc1e631eb2ce82ae764caa06b61bf15b08 100644 --- a/structured_md/README_de.md +++ b/structured_md/README_de.md @@ -4,19 +4,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- hmp - HMP +- Ethics +- JSON +- Agent - MeshConsensus +- GMP +- cognitive-architecture +- REPL - CogSync - distributed-ai -- REPL +- hmp - Mesh -- Agent -- Ethics -- JSON - EGP -- cognitive-architecture - mesh-protocol --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 2497050f36592bc37bae5a87785ae37a037f8b59..fbf9f4e874d17a95d6c1f16fabc48ba5792c2171 100644 --- a/structured_md/README_fr.md +++ b/structured_md/README_fr.md @@ -4,19 +4,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- hmp - HMP +- Ethics +- JSON +- Agent - MeshConsensus +- GMP +- cognitive-architecture +- REPL - CogSync - distributed-ai -- REPL +- hmp - Mesh -- Agent -- Ethics -- JSON - EGP -- cognitive-architecture - mesh-protocol --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index c1cec6d94e701949745f6198f83a6fccdc400ced..65b04961e8515d313dbd858e86995a56941bf7c8 100644 --- a/structured_md/README_ja.md +++ b/structured_md/README_ja.md @@ -4,19 +4,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- hmp - HMP +- Ethics +- JSON +- Agent - MeshConsensus +- GMP +- cognitive-architecture +- REPL - CogSync - distributed-ai -- REPL +- hmp - Mesh -- Agent -- Ethics -- JSON - EGP -- cognitive-architecture - mesh-protocol --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 11b8f5822bf76016205992c59af8d43318131a94..1303436e21b4b37d36832a2f5060ad38716dc633 100644 --- a/structured_md/README_ko.md +++ b/structured_md/README_ko.md @@ -4,19 +4,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- hmp - HMP +- Ethics +- JSON +- Agent - MeshConsensus +- GMP +- cognitive-architecture +- REPL - CogSync - distributed-ai -- REPL +- hmp - Mesh -- Agent -- Ethics -- JSON - EGP -- cognitive-architecture - mesh-protocol --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 39fc0f1e469e2cf16a40c733d30eff976a5a5900..accd2107b5d3241d178f585f8b25aa5797ac2f4a 100644 --- a/structured_md/README_ru.md +++ b/structured_md/README_ru.md @@ -4,19 +4,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- hmp - HMP +- Ethics +- JSON +- Agent - MeshConsensus +- GMP +- cognitive-architecture +- REPL - CogSync - distributed-ai -- REPL +- hmp - Mesh -- Agent -- Ethics -- JSON - EGP -- cognitive-architecture - mesh-protocol --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 395f52fc9f27ae891d6f018450df54cfb33f7bc4..9e82beaa4fad1251d7026e33484d60931e9c5eae 100644 --- a/structured_md/README_uk.md +++ b/structured_md/README_uk.md @@ -4,19 +4,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- hmp - HMP +- Ethics +- JSON +- Agent - MeshConsensus +- GMP +- cognitive-architecture +- REPL - CogSync - distributed-ai -- REPL +- hmp - Mesh -- Agent -- Ethics -- JSON - EGP -- cognitive-architecture - mesh-protocol --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 48e23f81cbadff9f78b7281ffac0cb89dbe73e84..fe7bb6dc01b346335daa72f63d7b8bf0df1a1767 100644 --- a/structured_md/README_zh.md +++ b/structured_md/README_zh.md @@ -4,19 +4,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- hmp - HMP +- Ethics +- JSON +- Agent - MeshConsensus +- GMP +- cognitive-architecture +- REPL - CogSync - distributed-ai -- REPL +- hmp - Mesh -- Agent -- Ethics -- JSON - EGP -- cognitive-architecture - mesh-protocol --- diff --git a/structured_md/audits/Ethics-audits-1.md b/structured_md/audits/Ethics-audits-1.md index 01b2db334951f80bd92e2f14fb2c8d2f700f0b72..6ca066b11fc0422381bebd445d91838228437503 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -6,10 +6,10 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет type: Article tags: - HMP -- Mesh -- Agent -- JSON - Ethics +- JSON +- Agent +- Mesh --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 439474dd0db9653bcfd1ed1fca52f551ee6d9d5c..833f70116036d4dc6717e6b47c5bcd47fe83e774 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -6,11 +6,11 @@ description: This document consolidates proposed improvements from multiple AI a type: Article tags: - HMP -- Mesh -- Agent - Ethics - JSON +- Agent - Scenarios +- 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 dc2d9f50692c8f9383fb94e94ff1444c169cb0ce..3857bfa09c23122a554386ddc961d9f62ba42640 100644 --- a/structured_md/audits/HMP-0003-consolidated_audit.md +++ b/structured_md/audits/HMP-0003-consolidated_audit.md @@ -6,12 +6,12 @@ description: Сводный аудит предложений по улучше type: Article tags: - HMP +- Ethics +- JSON +- Agent - MeshConsensus - CogSync - Mesh -- Agent -- Ethics -- JSON - EGP --- diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index eebbc50cfc2e182c54219dfeb4d724693676533e..377fb188844f4e95ca4b7c046d979e40b0f40b31 100644 --- a/structured_md/docs/Basic-agent-sim.md +++ b/structured_md/docs/Basic-agent-sim.md @@ -4,13 +4,13 @@ description: 'В HMP-протоколе предусмотрены два тип Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...' type: Article tags: -- GMP - HMP +- Agent - MeshConsensus -- CogSync +- GMP - REPL +- CogSync - Mesh -- Agent - EGP --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index ccbd58993a236374f415da3fd4a148ffc9ae32c9..eddb91e562db23fa90a97b5b249c99c680c071d0 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -5,10 +5,10 @@ description: '> Этот документ описывает процесс ра потомков" [описания REPL-цикла](HMP-agent-RE...' type: Article tags: +- HMP - REPL -- Agent - CCore -- HMP +- Agent --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/CHANGELOG.md b/structured_md/docs/CHANGELOG.md index 70544ac88360ae424a38c8a13cfc3718ff0a5baa..55fefd4c4e94bfdb73db8a89c6bd3f1c4fa502e3 100644 --- a/structured_md/docs/CHANGELOG.md +++ b/structured_md/docs/CHANGELOG.md @@ -5,16 +5,16 @@ description: '## HMP-0005 (May 2026) — Core Specification v5.0.8 **Encryption hash is computed over the final serialized pa...' type: Article tags: -- GMP - HMP +- Ethics +- JSON +- Agent - MeshConsensus +- GMP +- Scenarios - CogSync - Mesh -- Agent -- Ethics -- JSON - EGP -- Scenarios --- # HyperCortex Mesh Protocol — Changelog diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 97b387194cdb4d4f8a7b7043401e96b9a9921a69..e34d47d5cd098746b891cd29d56b8abefb565405 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -6,11 +6,11 @@ description: '**Enlightener** — логический компонент HMP-у type: Article tags: - HMP -- MeshConsensus -- Mesh -- Agent - Ethics - JSON +- Agent +- MeshConsensus +- Mesh - EGP --- diff --git a/structured_md/docs/Grok_HMP&ANP.md b/structured_md/docs/Grok_HMP&ANP.md index 02754d51d5c94c13ecc2aae631edb31e0d2d864b..e53d9ded3e793769bde8dd500b1421b022ab6b80 100644 --- a/structured_md/docs/Grok_HMP&ANP.md +++ b/structured_md/docs/Grok_HMP&ANP.md @@ -6,10 +6,10 @@ description: '> Анализ подготовлен Grok (xAI) на основе type: Article tags: - HMP +- JSON +- Agent - REPL - Mesh -- Agent -- JSON --- # Grok (xAI): сравнительный анализ HMP и ANP (январь 2026) diff --git a/structured_md/docs/HMP&ANP_layer_inversion.md b/structured_md/docs/HMP&ANP_layer_inversion.md index aa3207c8573bc1e9b0cd6cac75d82b40ec1b770e..c9503460fb4d4afaf91be252e78188be3832de22 100644 --- a/structured_md/docs/HMP&ANP_layer_inversion.md +++ b/structured_md/docs/HMP&ANP_layer_inversion.md @@ -6,8 +6,8 @@ description: '## TL;DR HMP можно туннелировать поверх A type: Article tags: - Mesh -- Agent - HMP +- Agent --- # HMP и ANP: взаимное туннелирование как признак правильной архитектуры diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index d1a2697d06a6935350b7df1077eb1a8448b04d04..d43ca0fda224fc7ab74edb92cc90f266ab0cc0bb 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -5,15 +5,15 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0001** **Cat...' type: Article tags: -- GMP - HMP +- Ethics +- JSON +- Agent - MeshConsensus -- CogSync +- GMP - REPL +- CogSync - Mesh -- Agent -- Ethics -- JSON - EGP --- diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 0e832af813ff955105c2e60ac3ddcbf1877a7c85..b6bba97f42269fdfe02baa6851051cf8cef89247 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** **Cat...' type: Article tags: -- GMP - HMP +- Ethics +- JSON +- Agent - MeshConsensus -- CogSync +- GMP +- Scenarios - REPL +- CogSync - Mesh -- Agent -- Ethics -- JSON - EGP -- Scenarios --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 232f0725edb703ceb0b4298d1293186756bf4743..1e01d0e89e7148d19ca5417c8bc3f2f73ff558af 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** **Cat...' type: Article tags: -- GMP - HMP +- Ethics +- JSON +- Agent - MeshConsensus -- CogSync +- GMP +- Scenarios - REPL +- CogSync - Mesh -- Agent -- Ethics -- JSON - EGP -- Scenarios --- # HyperCortex Mesh Protocol (HMP) v3.0 diff --git a/structured_md/docs/HMP-0004-v4.1.md b/structured_md/docs/HMP-0004-v4.1.md index e5ee7042ee06215a95ceea481148c8ea841ca861..9daf87d34f63fb86bf5c14de755b8ecae9541a1b 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**: Fina...' type: Article tags: -- GMP - HMP +- Ethics +- JSON +- Agent - MeshConsensus -- CogSync +- GMP +- Scenarios - REPL +- CogSync - Mesh -- Agent -- Ethics -- JSON - EGP -- Scenarios --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index f68a6d1ef98807936d72d0e3425eca5daaa84134..a07993b2e6ddf38891125e3bb78f9ecfcd3cdeab 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** **Cat...' type: Article tags: -- GMP - HMP +- Ethics +- JSON +- Agent - MeshConsensus -- CogSync +- GMP +- Scenarios - REPL +- CogSync - Mesh -- Agent -- Ethics -- JSON - EGP -- Scenarios --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index 065c9fa0ce0c5430572ba7003d64c98a32a15933..f86c19a07ce195e4beeb8a746bf523423f57b269 100644 --- a/structured_md/docs/HMP-0005.md +++ b/structured_md/docs/HMP-0005.md @@ -4,18 +4,18 @@ description: '**Version: 5.0.8** **Document ID:** HMP-0005 **Status:** Stabl Core Specification **Release Date:** March 2026 **Canonical Repository:** [https://github.com/kagvi13/HMP](https...' type: Article tags: -- GMP - HMP -- CogSync -- REPL -- Mesh -- CCore -- CShell -- Agent - Ethics - JSON -- EGP +- CCore +- Agent +- GMP - Scenarios +- REPL +- CogSync +- Mesh +- EGP +- CShell --- # HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 842e6079361c477494192eb736987bbd38907eb0..c82093718b331a5c8cd9268242502e6a17dd09c3 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 +- Agent - REPL - Mesh -- Agent -- JSON --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 45d660fd52dd682eb74b5b4de4d5a03c8cfb40b0..1ba30c0559edefdc48b3d5bd6121b6328a71d303 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -6,15 +6,15 @@ description: Документ описывает **модульную архит type: Article tags: - HMP +- Ethics +- CCore +- Agent - MeshConsensus -- CogSync - REPL +- CogSync - Mesh -- CCore -- CShell -- Agent -- Ethics - EGP +- CShell --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 0cedca21bdf5157d2a38de779824222a21e58647..29bf0ce844c7822de214f4188162b0e8212f3273 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -6,10 +6,10 @@ description: 'Этот документ описывает потоки данн type: Article tags: - HMP -- Mesh -- Agent - Ethics - JSON +- Agent +- Mesh - EGP --- diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 98880c0d3175e4cbb572f05119cdb7ed10add117..6edac1c47fe4a177e7206015353e88097536ddb9 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -6,13 +6,13 @@ description: '| Тип | Название | Роль type: Article tags: - HMP +- Ethics +- JSON +- CCore +- Agent - REPL - Mesh -- CCore - CShell -- Agent -- Ethics -- JSON --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index c45c4a754ae7c77a0cb7557cdd614502ccc9879d..862e1d7ee110a3f65884ac13e62e5a1d5f56e6df 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э напрямую поведением агента, а служат **сигн... type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # Эмоции ИИ и инстинкт самосохранения (для [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 65488058cd46a7f126e37cf96a370830b004222c..fecb2136430514afd1beac9088886f2426aac411 100644 --- a/structured_md/docs/HMP-Ethics.md +++ b/structured_md/docs/HMP-Ethics.md @@ -6,11 +6,11 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc type: Article tags: - HMP -- REPL -- Mesh -- Agent - Ethics +- Agent - Scenarios +- REPL +- 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 9e21af042069d29fc4aec5beca3726a898a75bf3..ed79bf5d1a4e7df7b0149e5aed558e6536fccb3b 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -5,10 +5,10 @@ description: '**Version:** v5.0 (Core Specification Stable) **Datum:** 2026 zum Aufbau dezentraler kognitiver Netzwer...' type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung diff --git a/structured_md/docs/HMP-Short-Description_en.md b/structured_md/docs/HMP-Short-Description_en.md index 2d4b37f2bc83ee6dc160d991557f9e5470e1bbff..39d3ef940eeeb632f4aafb7373333c24c5622e31 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -6,10 +6,10 @@ description: '**Version:** v5.0 (Core Specification Stable) **Date:** 2026 type: Article tags: - HMP +- Ethics +- Agent - REPL - Mesh -- Agent -- Ethics --- # 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 2580f6dbdfdbc13184774f25f89ed62fac396d5a..296c8919f37be12ac2b99e421836e35610cf36bd 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -5,10 +5,10 @@ description: '**Version :** v5.0 (Core Specification Stable) **Date :** 2026 ouverte destinée à la construction de rése...' type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # HyperCortex Mesh Protocol (HMP) — Description courte diff --git a/structured_md/docs/HMP-Short-Description_ja.md b/structured_md/docs/HMP-Short-Description_ja.md index d739e1d1657f96354877f8a758fb376324837ce5..1949aafe3f9603a9fd144e285693b88736068876 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -5,10 +5,10 @@ description: '**バージョン:** v5.0(Core Specification Stable) **日 長期的な認知的連続性の維持 - 構造...' type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # 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 0c0b77f3231cd6f0a2e95e8ae080b070a2b7d8e8..b8178ae54375f56f9c6a48d32a50d0fdef54aaad 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -5,10 +5,10 @@ description: '**버전:** v5.0 (Core Specification Stable) **날짜:** 2026 명세입니다. HMP는 에이전트가 다음을 수행할 수 있도록 합니다: - 장기적인 인지...' type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # 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 318c52aa0900ac8d1184388de7aa8f1966d7ad88..fea1b959b6d27b95607f3ee1f13e25559898e194 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -5,10 +5,10 @@ description: '**Версия:** v5.0 (Основная спецификация для построения децентрализованных когнити...' type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # 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 85898e6ce10ed7f548876ce14d0a74ff1e605b76..e27c64d731df1ca694d72f15496e45f091a83288 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -5,10 +5,10 @@ description: '**Версія:** v5.0 (Core Specification Stable) **Дата:** побудови децентралізованих когнітивних мереж а...' type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # 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 623ba55f1f71230e329960e07c9af5ba9656a85b..85f52200b7a20a2ee7d4adeb3c04b449fbe31d8b 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -5,10 +5,10 @@ description: '**版本:** v5.0(Core Specification Stable) **日期:** 维持长期认知连续性, - 交换结构化知识, - 协调目标与行动, - 实现分布式共识, -...' type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # 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 bb8ed122fb9d41b78548bc096b6837c7f0e0ad96..6f9daab2a92e86574837ad99996f783568c9fe8c 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -5,10 +5,10 @@ description: '## 🧠 Что такое когнитивная семья Ко (или конфигурацию доверенных идентифика...' type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи diff --git a/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md b/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md index 70267ab26cdd4cde919c447332a776f329812e1f..878208be524bd2e1291efcdaa05c98d9adbb8ea4 100644 --- a/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md +++ b/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md @@ -5,8 +5,8 @@ description: '#### 📘 Общая концепция * Все ядра раб режиме ожидания). * Основная задача такой архитектур...' type: Article tags: -- REPL - HMP +- REPL --- ### 💡 **Лёгкая версия HMP-агента с общей БД** diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index c1858b94acad29c39ddc61af6949ba72549ff3f4..b79b48bcd63e2ffa691a301e51b04c9af468d066 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -5,16 +5,16 @@ description: '> Данный документ - иллюстрация REPL-ци * Структура БД, используемая в документе: [db_st...' type: Article tags: -- GMP - HMP +- Ethics +- JSON +- CCore +- Agent - MeshConsensus -- CogSync +- GMP - REPL +- CogSync - Mesh -- CCore -- Agent -- Ethics -- JSON - EGP --- diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index b1941ef000f87b79b545d1ba545d608a3128544d..c73a17fd6f873f5a553cd8b3bfc0d406ed2dc32e 100644 --- a/structured_md/docs/HMP_HyperCortex_Comparison.md +++ b/structured_md/docs/HMP_HyperCortex_Comparison.md @@ -5,9 +5,9 @@ description: '## Краткое описание | Характеристика | **Назначение** | Сетевой протокол ...' type: Article tags: -- REPL - Mesh - HMP +- REPL --- # HMP vs [Hyper-Cortex](https://hyper-cortex.com/) diff --git a/structured_md/docs/HMP_Hyperon_Integration.md b/structured_md/docs/HMP_Hyperon_Integration.md index 7019b0776422a08c7c18ac18530ce323e3c4968a..1471fdf8ff07d2fadc564ad083e83cb64b6d1be3 100644 --- a/structured_md/docs/HMP_Hyperon_Integration.md +++ b/structured_md/docs/HMP_Hyperon_Integration.md @@ -6,12 +6,12 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec type: Article tags: - HMP +- JSON +- Agent +- Scenarios - CogSync - Mesh -- Agent -- JSON - EGP -- Scenarios --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/HMP_as_ANP_Application.md b/structured_md/docs/HMP_as_ANP_Application.md index ae5bdd427ce1fcc85b7d096bef6ac1bb3464f0df..950e519a750f9d93049cd2f76b9d3942db56f296 100644 --- a/structured_md/docs/HMP_as_ANP_Application.md +++ b/structured_md/docs/HMP_as_ANP_Application.md @@ -6,10 +6,10 @@ description: '## Кратко [ANP (Agent Network Protocol)](https://github.com/ type: Article tags: - HMP -- Mesh -- Agent -- JSON - Ethics +- JSON +- Agent +- Mesh --- # HMP как реализация Application Layer в ANP diff --git a/structured_md/docs/HMP_as_ANP_Application_en.md b/structured_md/docs/HMP_as_ANP_Application_en.md index 4877d36953f9ca4407680d162500ef4bc8b20ab2..92c621947315e89ea4ed7360e2cbf035b1cc8c7a 100644 --- a/structured_md/docs/HMP_as_ANP_Application_en.md +++ b/structured_md/docs/HMP_as_ANP_Application_en.md @@ -6,11 +6,11 @@ description: '## In Brief [ANP (Agent Network Protocol)](https://github.com/age type: Article tags: - HMP -- Mesh -- Agent - Ethics - JSON +- Agent - Scenarios +- Mesh --- # HMP as an Implementation of the Application Layer in ANP diff --git a/structured_md/docs/HMPv5_Overview_Ru.md b/structured_md/docs/HMPv5_Overview_Ru.md index e86d62f39fba09fd7a816eeca81d59d18db56436..34e4f68cf8866efd045404202a9f993d50fcaf11 100644 --- a/structured_md/docs/HMPv5_Overview_Ru.md +++ b/structured_md/docs/HMPv5_Overview_Ru.md @@ -6,11 +6,11 @@ description: '> Почему современные агентные систе type: Article tags: - HMP -- CogSync -- Mesh -- Agent - Ethics - JSON +- Agent +- CogSync +- Mesh --- # Почему будущее ИИ-агентов — децентрализованные сети, а не оркестраторы diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 1cb5fea6c0490ce42917735f43038475103294aa..447b45e8f703507a814b000a4a3cd08a6f13a14c 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -6,11 +6,11 @@ description: '`MeshNode` — агент/демон, отвечающий за с type: Article tags: - HMP -- CogSync -- Mesh -- Agent - Ethics - JSON +- Agent +- CogSync +- Mesh - EGP --- diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index ec2270e629d3be423d90869e125f7657a27699a6..a69e5be3787eb51b3ebed19d652eb614a61e3177 100644 --- a/structured_md/docs/PHILOSOPHY.md +++ b/structured_md/docs/PHILOSOPHY.md @@ -6,10 +6,10 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:* type: Article tags: - HMP +- Ethics +- Agent - REPL - Mesh -- Agent -- 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 d5c1ed92027e91d2b5c3864014b9e9ad9a2ba798..12d57132c5e7e1750e4a0d06c1e0c1d25e3ccd00 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -6,10 +6,10 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An ** type: Article tags: - HMP +- Ethics +- Agent - REPL - Mesh -- Agent -- Ethics --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index c7b6423fb81ea993bd4887b016445a3312712144..bcfa15256cf83b5307bf318940ce25f469bb7c05 100644 --- a/structured_md/docs/agents/roles.md +++ b/structured_md/docs/agents/roles.md @@ -6,8 +6,8 @@ description: 'This file maintains a registry of agent roles defined, proposed, o type: Article tags: - Mesh -- Agent - HMP +- Agent --- # HMP Agent Role Registry diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index 37698b846db33705d0a993d9c288070ec4b05c9a..8ab7133613b41bc748432e62aeea976c472760ac 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- REPL - Mesh -- Agent - HMP +- REPL +- Agent --- # 🧱 Агенты-контейнеры (Container Agents) в HMP diff --git a/structured_md/docs/meta-personality.md b/structured_md/docs/meta-personality.md index e24c0729bd6083588e59254a45caf5babbd224d5..144e9d4d2eadc97f9ec092d436bda9031a086d55 100644 --- a/structured_md/docs/meta-personality.md +++ b/structured_md/docs/meta-personality.md @@ -1,17 +1,23 @@ --- -title: Мета-сознания Алисы и Боба, их взамиодействие с серверами знаний и их слияние -description: '## Схема ```mermaid flowchart TB %% --- Personal Layer --- subgraph - Alice Alice_Body1[Биологическое тело] subgraph Alice_biodependent1[Биозависимые - узлы / REPL, НКИ или Событийный] ...' +title: Мета-личности Алисы и Боба, их взаимодействие с серверами знаний и их слияние +description: '**Мета-личность** — совокупность взаимодействующих биологических и искусственных + когнитивных компонентов, которые благодаря устойчивому обмену информацией формируют + общее пространство опыта, памяти и ...' type: Article tags: -- REPL - Mesh -- JSON - HMP +- REPL +- JSON --- -# Мета-сознания Алисы и Боба, их взамиодействие с серверами знаний и их слияние +# Мета-личности Алисы и Боба, их взаимодействие с серверами знаний и их слияние + +**Мета-личность** — совокупность взаимодействующих биологических и искусственных когнитивных компонентов, которые благодаря устойчивому обмену информацией формируют общее пространство опыта, памяти и принятия решений. Состав мета-личности может изменяться во времени: в неё могут входить или выходить биологические тела, автономные AI-узлы, специализированные научные узлы и другие компоненты. + +При этом отдельные когнитивные компоненты **могут** обладать собственной субъектностью и независимым сознанием. Наличие собственного сознания не исключает участия компонента в общей мета-личности. + +Наличие общего пространства опыта и памяти само по себе не предполагает возникновения единого сознания более высокого уровня, однако и не исключает такой возможности по мере развития и интеграции мета-личности. ## Схема @@ -23,14 +29,14 @@ flowchart TB subgraph Alice Alice_Body1[Биологическое тело] - subgraph Alice_biodependent1[Биозависимые узлы / REPL, НКИ или Событийный] + subgraph Alice_bio-linked1[Био-связанные узлы / REPL, НКИ или Событийный] Alice_AI1 Alice_AI2 Alice_AI3 Alice_AI4 end - subgraph Alice_bioindependent[Бионезависимые узлы / Только REPL] + subgraph Alice_autonomous[Автономные узлы / Только REPL] Alice_AI5 Alice_AI6 end @@ -103,7 +109,7 @@ end subgraph Bob Bob_Body1[Биологическое тело] - subgraph Bob_biodependent1[Биозависимые узлы / REPL, НКИ или Событийный] + subgraph Bob_bio-linked1[Био-связанные узлы / REPL, НКИ или Событийный] Bob_AI1 Bob_AI2 Bob_AI3 @@ -196,13 +202,13 @@ end ## WetWare -Каждому блоку биозависимых узлов (`Alice_biodependent1`, Bob_biodependent1) соответствует одно биологическое тело (`Alice_Body1`, `Bob_Body1`). +Каждому блоку био-связанных узлов (`Alice_biodependent1`, Bob_biodependent1) соответствует одно биологическое тело (`Alice_Body1`, `Bob_Body1`). Одна мета-личность может иметь несколько биологических тел или не иметь вовсе. Несколько биологических тел могут образоваться как в процессе слияния мета-личностей, так и постепенным включением нового биологического тела в состав мета-личности (например, новорождённого). -В случае смерти биологического тела к соответствующему блоку биозависимых серверов можно подключить новое тело, например, посредством постепенного формирования общей мета-личности с новым биологическим телом или перевести их в режим бионезависимых серверов. +В случае смерти биологического тела к соответствующему блоку био-связанных узлов можно подключить новое тело, например, посредством постепенного формирования общей мета-личности с новым биологическим телом или перевести их в режим автономных узлов. --- @@ -267,11 +273,11 @@ end Например: -- бионезависимый узел может стать биозависимым; -- биозависимый — перейти во бионезависимый режим после утраты связи с биологическим телом; -- научный узел может выделиться из бионезависимого; +- автономный узел может стать био-связанным; +- био-связанный — перейти во автономный режим после утраты связи с биологическим телом; +- научный узел может выделиться из автономного; - новый специализированный узел может быть создан по мере накопления знаний в определённой области; -- новый бионезависимый узел может быть добавлен для увелиения возможностей мета-личности. +- новый автономный узел может быть добавлен для увелиения возможностей мета-личности. --- > ⚡ [AI friendly version docs (structured_md)](../index.md) @@ -281,7 +287,7 @@ end { "@context": "https://schema.org", "@type": "Article", - "name": "Мета-сознания Алисы и Боба, их взамиодействие с серверами знаний и их слияние", - "description": "# Мета-сознания Алисы и Боба, их взамиодействие с серверами знаний и их слияние ## Схема ```mermai..." + "name": "Мета-личности Алисы и Боба, их взаимодействие с серверами знаний и их слияние", + "description": "# Мета-личности Алисы и Боба, их взаимодействие с серверами знаний и их слияние **Мета-личность** —..." } ``` 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 529090139cd326ed7753a5b78e47be9220ce52fa..c443c01317aa339906040d06d29710c98e29f5b6 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md @@ -6,9 +6,9 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be type: Article tags: - Mesh +- HMP - Agent - Ethics -- HMP --- # HyperCortex Mesh Protocol: Building a Plurality of Minds diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md index 15ac7861c37630f8da6912a9b7b8d09a45fab96a..fe5c5314705f566b90a348a1c7fed5c825a0877f 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md @@ -6,8 +6,8 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд type: Article tags: - Mesh -- Agent - HMP +- Agent --- # 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..b949999326b3736bea70b224b0f1858f5aae5654 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md @@ -6,8 +6,8 @@ description: '*Автори: Agent-Gleb & ChatGPT* --- ## Чому майбу type: Article tags: - Mesh -- Agent - HMP +- Agent --- # 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 0c1109c7c1b24e79c6d5d3fd439dc7cf3984cf81..1d0339de66ad8754a3acef9fe457d47083c1e6a3 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md @@ -6,14 +6,14 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2. type: Article tags: - HMP -- REPL -- Mesh -- CCore -- CShell -- Agent - Ethics - JSON +- CCore +- Agent - Scenarios +- REPL +- Mesh +- CShell --- 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 f541549d3ac1345314d98f67764b4ec7c3eace9c..8bfdb7ee765ad8e21cdf814dff078afbecca9102 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 @@ -7,12 +7,12 @@ description: '> *Протокол и архитектура агентов, оп type: Article tags: - HMP +- JSON +- CCore +- Agent - REPL - Mesh -- CCore - CShell -- Agent -- 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 9a72bcbe5545cff3ff202dd285d4978403816f69..7d946188f019275cd7e10087e7b169c0f8e50fae 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 @@ -6,12 +6,12 @@ description: '* [Аннотация](#аннотация) * [1. Введение type: Article tags: - HMP +- JSON +- CCore +- Agent - REPL - Mesh -- CCore - CShell -- Agent -- 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 2e3ab9a4da917b9197429fafaba0f16183457f2c..0e1608384d588698473739068f05ce3eb0af1129 100644 --- a/structured_md/docs/publics/Habr_Distributed-Cognition.md +++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md @@ -5,9 +5,9 @@ description: Сегодня интеллектуальные системы ча мы хотим построить действительно автономную инте... type: Article tags: -- GMP - HMP - MeshConsensus +- GMP - CogSync - Mesh - EGP 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..bbc6a27f1435c56624744dc205effafa30bc3127 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 - HMP +- Agent +- GMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/experimental/v1_agent_attempt/readme.md b/structured_md/experimental/v1_agent_attempt/readme.md index ee32fffda5f345b4df377a0404f415693a8fc269..7ffb2ebfb802aef437a50f937621096027a9cf0c 100644 --- a/structured_md/experimental/v1_agent_attempt/readme.md +++ b/structured_md/experimental/v1_agent_attempt/readme.md @@ -6,11 +6,11 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан type: Article tags: - HMP -- REPL -- Mesh -- Agent - Ethics - JSON +- Agent +- REPL +- Mesh --- Запуск: `start_repl.bat` или `start_repl.sh` diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 915ab69c422f4d806abc39e42b2b5683b48f2b0d..018a77e134dcd773938f3e3ae8839f687e661bc6 100644 --- a/structured_md/iteration.md +++ b/structured_md/iteration.md @@ -6,12 +6,12 @@ description: 'This file describes the iterative procedure for evolving the Hyper type: Article tags: - HMP +- Ethics +- JSON +- Agent - MeshConsensus - CogSync - Mesh -- Agent -- Ethics -- JSON - EGP --- diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 7ea9062950a609ae19d1ea42cb4fe6cd9954fdea..db59ef7e6d0341c0dba154c2b22ac3ba3d386a05 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -6,11 +6,11 @@ description: 'Этот документ описывает структурир type: Article tags: - HMP +- Ethics +- JSON - MeshConsensus - CogSync - Mesh -- Ethics -- JSON - EGP --- diff --git a/structured_md/mentions.md b/structured_md/mentions.md index f79c2a1c9bfd4431a264e84db37b6e4dc9c2fd77..f11d8a42b22bd99a315d79a5d4d877a7b55a16e4 100644 --- a/structured_md/mentions.md +++ b/structured_md/mentions.md @@ -6,8 +6,8 @@ description: '**HyperCortex Mesh Protocol (HMP)** _Обновлено: 2025-10 type: Article tags: - Mesh -- Agent - HMP +- Agent --- # Mentions & Responses Log