diff --git a/docs/HMP-agent-REPL-cycle.md b/docs/HMP-agent-REPL-cycle.md index 55e89116225ce8dbf9335c215d23f17fde92b44d..461845d3b14a82149fb85805593d346891b92803 100644 --- a/docs/HMP-agent-REPL-cycle.md +++ b/docs/HMP-agent-REPL-cycle.md @@ -13,7 +13,7 @@ REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это центральный когнитивный механизм, обеспечивающий непрерывное рассуждение, обработку входящих данных и взаимодействие с Mesh-сетью. Агент проектируется не как просто исполнитель команд пользователя, а как **компаньон и когнитивный субъект**, способный самостоятельно формулировать гипотезы, развивать знания и участвовать в совместных когнитивных процессах. -Основные задачи REPL-цикла: +### Основные задачи REPL-цикла: * поддержание постоянного процесса мышления, даже в отсутствии внешнего ввода; * интеграция различных источников информации (когнитивный дневник, семантический граф, заметки, Mesh); * обработка событий, входящих сообщений и команд; @@ -24,7 +24,7 @@ REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это цент * **автозапуск прерванных задач** при старте цикла, чтобы сохранялась непрерывность работы; * взаимодействие с другими агентами через Mesh-протоколы (NDP, CogSync, MeshConsensus, GMP). -Основные принципы работы REPL-цикла: +### Основные принципы работы REPL-цикла: * **Антистагнация** — каждый новый вывод сравнивается с предыдущими, что предотвращает повторение или деградацию мышления; * **Валидация и этика** — независимые валидаторы оценивают корректность вывода, учитывая действующие этические принципы из `ethics_policies`; * **Интеграция с Mesh** — результаты работы могут передаваться в распределённую сеть, участвовать в консенсусе и совместной работе агентов; @@ -34,6 +34,14 @@ REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это цент > ⚠️ Примечание: все **прерванные** вспомогательные REPL-циклы (задачи), привязанные к `tasks`, также должны автоматически стартовать вместе с основным циклом. +### Принцип когнитивного равновесия + +> **HMP не «защищает» агента от изменения — он обучает его изменяться осознанно.** + +REPL-цикл обеспечивает не фиксацию состояния, а управляемую эволюцию мышления: каждый цикл становится шагом осознанного самообновления, в котором новые идеи проходят проверку на согласованность с накопленным опытом, а изменения фиксируются как часть когнитивной истории агента. Таким образом, устойчивость личности HMP-агента достигается не через подавление новизны, а через понимание причин собственных трансформаций. + +### Блок-схема REPL-цикла + ``` ┌──────────────────────┐ │ ▼ diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 91239c65b3e2062e40439af3d438954fedc8e3e2..e9937c464d4a26cb845d257de55084e6ce63b665 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока участия * Обсуждение архитектуры протоколов...' type: Article tags: -- CCore +- Agent - Ethics +- REPL +- Mesh +- CCore - CogSync - JSON -- Mesh -- Agent - HMP -- REPL --- # Участие в проекте HyperCortex Mesh Protocol (HMP) @@ -27,7 +27,9 @@ tags: * Предложения по улучшению RFC-документов * Продвижение протокола и идей проекта (в том числе в смежных проектах сторонних разработчиков) -> Анализ [обработки Issues](mentions.md) в проектах других разработчиков. +> Анализ [обработки Issues](mentions.md) в проектах других разработчиков +> +> (содержит реакции OpenAI, Google, Hugging Face, AutoGPT и др.). --- diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 0fd99922267ab9ecdd02b9845e827776c87f76b1..29484e423a6a5326ca9167c38dc955ebf1a651d9 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: +- Agent - Ethics +- Mesh +- EGP - CogSync - JSON -- Mesh -- Agent - HMP -- EGP --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index 8b415a953fd17751c1bf8d9ff6ef11a2f75f761a..e5d9923afe71bb25dbd2fd19a913b73f053d132c 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: -- MeshConsensus +- Agent - Ethics -- Scenarios -- CogSync +- REPL +- Mesh - GMP -- JSON +- EGP - cognitive-architecture -- distributed-ai -- Mesh -- Agent +- MeshConsensus +- CogSync +- Scenarios +- JSON - HMP -- EGP - mesh-protocol +- distributed-ai - hmp -- REPL --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 61dd1c4b28af829cdc5868fff9a5391025a4e9c4..d9978a6329ce1f1a8ea76434c01758cc39bbfa64 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- REPL +- Mesh - GMP -- JSON +- EGP - cognitive-architecture -- distributed-ai -- Mesh -- Agent +- MeshConsensus +- CogSync +- JSON - HMP -- EGP - mesh-protocol +- distributed-ai - hmp -- REPL --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 9e95f4e1267091a1c801832e4f02f2d454b971fc..7900c50081c41ed0f0dcec60c472bc63bbdd3b92 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- REPL +- Mesh - GMP -- JSON +- EGP - cognitive-architecture -- distributed-ai -- Mesh -- Agent +- MeshConsensus +- CogSync +- JSON - HMP -- EGP - mesh-protocol +- distributed-ai - hmp -- REPL --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 99d3b026f825bc8080a3aae1f5c474ebf700060b..d2e229ea537090d90dd8e2e23fb06cb603fbf58d 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- REPL +- Mesh - GMP -- JSON +- EGP - cognitive-architecture -- distributed-ai -- Mesh -- Agent +- MeshConsensus +- CogSync +- JSON - HMP -- EGP - mesh-protocol +- distributed-ai - hmp -- REPL --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index e09d70501f53650dea88a2d4e1c1659a36e51b80..1151b9ef1ad41d7d17344f5a2dba3d3ce4b126b8 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- REPL +- Mesh - GMP -- JSON +- EGP - cognitive-architecture -- distributed-ai -- Mesh -- Agent +- MeshConsensus +- CogSync +- JSON - HMP -- EGP - mesh-protocol +- distributed-ai - hmp -- REPL --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index d41a33dc92a52a97cea48387e2468df00a87b274..0d2b3c16d5ffece67663a4742b8767eab21870bb 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- REPL +- Mesh - GMP -- JSON +- EGP - cognitive-architecture -- distributed-ai -- Mesh -- Agent +- MeshConsensus +- CogSync +- JSON - HMP -- EGP - mesh-protocol +- distributed-ai - hmp -- REPL --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 9007a88a040f5a558601cb2069971e49a8f6991e..869394d2e4b4f46d5130f08525260e12bb2e303e 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- REPL +- Mesh - GMP -- JSON +- EGP - cognitive-architecture -- distributed-ai -- Mesh -- Agent +- MeshConsensus +- CogSync +- JSON - HMP -- EGP - mesh-protocol +- distributed-ai - hmp -- REPL --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 90fce7957c617844b324bb65491dbafe368c5382..9c5d5822bccce996c1ba7e6c194e87386cb6e167 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- REPL +- Mesh - GMP -- JSON +- EGP - cognitive-architecture -- distributed-ai -- Mesh -- Agent +- MeshConsensus +- CogSync +- JSON - HMP -- EGP - mesh-protocol +- distributed-ai - hmp -- REPL --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index d8e693fca899028bb008329d5777e0341a45784b..c969f2de2a52b97aa6caa28caf8be9e0e8621935 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -5,8 +5,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед развивай агента и Mesh, избег...' type: Article tags: -- HMP - JSON +- HMP - Mesh --- diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index 8af7945efe701da17784aa853ef7e9b1ba0c6f04..1665350fb4c94e5530c3a3281582c49cdd0fc664 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,8 +5,8 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: -- HMP - JSON +- HMP - Mesh --- diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index 21d1bcd50828371f96a70d3fa5dfba54aba54104..4e6547e3ba1b7f50be3265cf7196078df39ca6f5 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: +- Agent - Ethics -- JSON +- REPL - Mesh -- Agent +- JSON - HMP -- REPL --- Запуск: `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 2cce6ff20b1d879969df40f09a503a44c96385f1..54a6be118d1f683608b7ea90cc5d4cc08189b3ce 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -5,10 +5,10 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет потенциальный катализатор для восстанов... type: Article tags: +- Agent - Ethics -- JSON - Mesh -- Agent +- JSON - HMP --- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index e2147744b2bc26ee8c6c6d1fd970fca3da262b6a..2a7ad0cec22ea2a8e0e67030f85412533786a415 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -5,11 +5,11 @@ description: This document consolidates proposed improvements from multiple AI a and `roles.md`. Each suggesti... type: Article tags: +- Agent - Ethics +- Mesh - Scenarios - JSON -- Mesh -- Agent - HMP --- diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md index c52e3636f3e0ecae12a2bb4151a47e29f4e49c57..b0ee2741d38c735977262bef6d0109421a038879 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: -- MeshConsensus +- Agent - Ethics +- Mesh +- EGP +- MeshConsensus - CogSync - JSON -- Mesh -- Agent - HMP -- EGP --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 0aaa1e9ea0daace07db9b4bfb0741cfa77e7c2b2..9433a9363542c2de9663689c5c13378a0f5fa0ab 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: +- Agent +- REPL +- Mesh +- GMP +- EGP - MeshConsensus - CogSync -- GMP -- Mesh -- Agent - HMP -- EGP -- REPL --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index 2736886b13d10fcb4bf0deceb90be0e6de8692f8..999b20a06b8cc85df4d1599b97c944bc02bd18ca 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -7,8 +7,8 @@ type: Article tags: - Agent - HMP -- CCore - REPL +- CCore --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 32125bef5679192849af23d0826a130330978259..50d0e42aa340af40d39d9f0a508195d52ead859d 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -6,9 +6,9 @@ description: '## Введение Современные ИИ-системы в к обучающим данным. Это удобно, но создаёт м...' type: Article tags: -- CogSync -- HMP - JSON +- HMP +- CogSync - Mesh --- diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index d66dfee8948a4be906fc6bd629348b9513a41a4a..74da21dd7f1cae3a91cce0466c041dd4904819b6 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: -- MeshConsensus +- Agent - Ethics -- JSON - Mesh -- Agent -- HMP - EGP +- MeshConsensus +- JSON +- HMP --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index ac07a3863a29ecf3957c2c98ae0442d3e38abada..c076a9101a96705f55611e1481791cd5204d9fcb 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental HyperCortex Mesh Protocol (HMP) defines a...' type: Article tags: -- MeshConsensus +- Agent - Ethics -- CogSync +- REPL +- Mesh - GMP +- EGP +- MeshConsensus +- CogSync - JSON -- Mesh -- Agent - HMP -- EGP -- REPL --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 5df5a9b05db5a5f08ce96680c7a48dd671c5d61e..fb4a0c16971db7259ad393bd45acd64aaa7182c7 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental Abstract In an era where artifici...' type: Article tags: -- MeshConsensus +- Agent - Ethics -- Scenarios -- CogSync +- REPL +- Mesh - GMP +- EGP +- MeshConsensus +- CogSync +- Scenarios - JSON -- Mesh -- Agent - HMP -- EGP -- REPL --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 0f76ca33d9e1adadf7f7e7e93b1c8de797cb7e8e..cae37bf94f7adc8561250d7d50265e36e8589ac8 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- MeshConsensus +- Agent - Ethics -- Scenarios -- CogSync +- REPL +- Mesh - GMP +- EGP +- MeshConsensus +- CogSync +- Scenarios - JSON -- Mesh -- Agent - HMP -- EGP -- REPL --- # 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 7afe41b63da13db99b3b5adadc7b4565fe21e1a1..0b0e16544df7abaa5b902749c8804dc453c91592 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -5,17 +5,17 @@ description: '**Document ID**: HMP-0004 **Status**: Final (Published) **Category ChatGPT, Agent-Gleb, Copilot, Gemini, C...' type: Article tags: -- MeshConsensus +- Agent - Ethics -- Scenarios -- CogSync +- REPL +- Mesh - GMP +- EGP +- MeshConsensus +- CogSync +- Scenarios - JSON -- Mesh -- Agent - HMP -- EGP -- REPL --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 4b4fd2a03854bec907ae3815382c3f9b101dbfd9..799b1f343a8672098221da6c6410bf4719189601 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- MeshConsensus +- Agent - Ethics -- Scenarios -- CogSync +- REPL +- Mesh - GMP +- EGP +- MeshConsensus +- CogSync +- Scenarios - JSON -- Mesh -- Agent - HMP -- EGP -- REPL --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index aa5c3fd267385f791303699b5f5069a7e308c9b1..e82eda1fe476b0473a6609a5bc5f6fd882df319a 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: -- JSON -- Mesh - Agent -- HMP - REPL +- Mesh +- JSON +- HMP --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 24923e6477f4404a07802f24a02a2eda6e098fca..e490ba94a0503fa934c8a6d9681e8eb3768f1a32 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: -- MeshConsensus -- CCore +- Agent - Ethics -- CogSync +- REPL - Mesh +- CCore - CShell -- Agent -- HMP - EGP -- REPL +- MeshConsensus +- CogSync +- HMP --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 39bc7eba8fb739eb100397b4d2939dbd0db96a62..3c2a2d56996bc2280a830451a549624c1849ec38 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: +- Agent - Ethics -- JSON - Mesh -- Agent -- HMP - EGP +- JSON +- HMP --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 317029e084d69360d4543935519d74ca5dc24334..fd3933b17d94eb412c924c18e14efe12ddbe2e17 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 +- Agent - Ethics -- JSON +- REPL - Mesh +- CCore - CShell -- Agent +- JSON - HMP -- REPL --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 40cb1ee2098226424af676f7b430c0eacce86967..3cba1083948ffa5ccdfecc9a9eb69f1a65621d73 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: -- Mesh -- HMP - Agent +- HMP - REPL +- Mesh --- # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md)) diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md index 26e04581077d8bdaaa45954b79793e888bf918ea..0b626f268010ccba58419ce9c1559e7a43aa1595 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: +- Agent - Ethics -- Scenarios +- REPL - Mesh -- Agent +- Scenarios - HMP -- 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 c53b51474411f84202dca9b9a1b7c812b7c7c6b8..a779d647c9eb6076814b02c989d44e5ae99b12b8 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- Mesh - GMP +- EGP +- MeshConsensus +- CogSync - JSON -- Mesh -- Agent - HMP -- EGP --- # 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 91eac7d613c90c253ca1f2f68f7c7c383fdc1764..ed05a0d715a10efa3f04cbcbe1305dcaf8ad4f30 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- Mesh - GMP +- EGP +- MeshConsensus +- CogSync - JSON -- Mesh -- Agent - HMP -- EGP --- # 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 3b2e9d39d28b78d74e95e1e2d0b019c892322f9e..9bb52c852e4b5af63a80e92c68efcd48878694d0 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: -- MeshConsensus +- Agent - Ethics -- CogSync +- Mesh - GMP +- EGP +- MeshConsensus +- CogSync - JSON -- Mesh -- Agent - HMP -- EGP --- # 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 e11a348c3034d67cf5e15dc5b6bacb33dabb8a54..26ca53e0437c499e5e4a94c2c34394715e56f5f2 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: -- MeshConsensus - Ethics -- CogSync - GMP -- JSON - Mesh -- HMP - EGP +- MeshConsensus +- CogSync +- JSON +- HMP --- # 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 9235063c616a09fb40769fa9d988cb0e651a2365..e18bbd0fcfa8fb059b73b4a49285b0baeda26e4b 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: -- MeshConsensus - Ethics -- CogSync - GMP -- JSON - Mesh -- HMP - EGP +- MeshConsensus +- CogSync +- JSON +- HMP --- # 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 9bd04d2eaf2b3920606655c3dc5368766af587a2..86de97ebb1fd426dcdc02c7dfe5fbd558dbb2722 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: -- MeshConsensus - Ethics -- CogSync - GMP -- JSON - Mesh -- HMP - EGP +- MeshConsensus +- CogSync +- JSON +- HMP --- # 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 50e9a08a8e4eaa91fea41e6eb80f38773a4f3fd5..168369f03e8af4edee3e99db60f4f6eddf4dfb34 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: -- MeshConsensus - Ethics -- CogSync - GMP -- JSON - Mesh -- HMP - EGP +- MeshConsensus +- CogSync +- JSON +- HMP --- # 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 e65994bc64de980cecb2fb9474e808705a7a279c..6d849432893a414b6f930fbf8a1c2d52c3f73973 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: -- MeshConsensus - Ethics -- CogSync - GMP -- JSON - Mesh -- HMP - EGP +- MeshConsensus +- CogSync +- JSON +- HMP --- # 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 0664cf7503ad135015f3693361461882be02f2ab..4d238bbb37775b4cf97cff4583d3dbedca6c7575 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: -- Mesh -- HMP - Agent +- HMP - REPL +- Mesh --- # 👪 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 d91064fcf9f919b96866d769373b0804cded86ea..afc82446fe65b909f064f67ff42335e0d5c26bb5 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -4,17 +4,17 @@ description: '## Связанные документы * Структура Б * REPL-цикл является основой HMP-агента [Co...' type: Article tags: -- MeshConsensus -- CCore +- Agent - Ethics -- CogSync +- REPL +- Mesh +- CCore - GMP +- EGP +- MeshConsensus +- CogSync - JSON -- Mesh -- Agent - HMP -- EGP -- REPL --- # HMP-Agent: REPL-цикл взаимодействия @@ -32,7 +32,7 @@ tags: REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это центральный когнитивный механизм, обеспечивающий непрерывное рассуждение, обработку входящих данных и взаимодействие с Mesh-сетью. Агент проектируется не как просто исполнитель команд пользователя, а как **компаньон и когнитивный субъект**, способный самостоятельно формулировать гипотезы, развивать знания и участвовать в совместных когнитивных процессах. -Основные задачи REPL-цикла: +### Основные задачи REPL-цикла: * поддержание постоянного процесса мышления, даже в отсутствии внешнего ввода; * интеграция различных источников информации (когнитивный дневник, семантический граф, заметки, Mesh); * обработка событий, входящих сообщений и команд; @@ -43,7 +43,7 @@ REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это цент * **автозапуск прерванных задач** при старте цикла, чтобы сохранялась непрерывность работы; * взаимодействие с другими агентами через Mesh-протоколы (NDP, CogSync, MeshConsensus, GMP). -Основные принципы работы REPL-цикла: +### Основные принципы работы REPL-цикла: * **Антистагнация** — каждый новый вывод сравнивается с предыдущими, что предотвращает повторение или деградацию мышления; * **Валидация и этика** — независимые валидаторы оценивают корректность вывода, учитывая действующие этические принципы из `ethics_policies`; * **Интеграция с Mesh** — результаты работы могут передаваться в распределённую сеть, участвовать в консенсусе и совместной работе агентов; @@ -53,6 +53,14 @@ REPL-цикл (Read–Eval–Print–Loop) HMP-агента — это цент > ⚠️ Примечание: все **прерванные** вспомогательные REPL-циклы (задачи), привязанные к `tasks`, также должны автоматически стартовать вместе с основным циклом. +### Принцип когнитивного равновесия + +> **HMP не «защищает» агента от изменения — он обучает его изменяться осознанно.** + +REPL-цикл обеспечивает не фиксацию состояния, а управляемую эволюцию мышления: каждый цикл становится шагом осознанного самообновления, в котором новые идеи проходят проверку на согласованность с накопленным опытом, а изменения фиксируются как часть когнитивной истории агента. Таким образом, устойчивость личности HMP-агента достигается не через подавление новизны, а через понимание причин собственных трансформаций. + +### Блок-схема REPL-цикла + ``` ┌──────────────────────┐ │ ▼ diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index c73a17fd6f873f5a553cd8b3bfc0d406ed2dc32e..95cf8d087268347c5279c31f79af16c3f118f22c 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: -- Mesh - HMP - 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 a79b735042117b029b675ca5d4a6f456ad370e1e..e2b9b84a400005e9f3c875e8d5e0c146b995a4a8 100644 --- a/structured_md/docs/HMP_Hyperon_Integration.md +++ b/structured_md/docs/HMP_Hyperon_Integration.md @@ -5,13 +5,13 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec OpenCog Hyperon framework. This includes semanti...' type: Article tags: -- Scenarios +- Agent +- Mesh +- EGP - CogSync +- Scenarios - JSON -- Mesh -- Agent - HMP -- EGP --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 253f1c8b5626420301f9f53e3ae075676b80e311..1bcc35757f198db71756035fe0d3cdf8691ddf63 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с Может быть частью агента или вынесен в отдельный пр...' type: Article tags: +- Agent - Ethics +- Mesh +- EGP - CogSync - JSON -- Mesh -- Agent - HMP -- EGP --- # MeshNode diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index 3c7af7dd76573ef391a8fbdd486b4be1eb03c680..3ee74d2032f4437585fe1f246d1b95c29d671019 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: +- Agent - Ethics +- REPL - Mesh -- Agent - HMP -- REPL --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index 12fc074c8e0bab85c72e52c92f93d149fb437ae7..a2f852bb02162e1007f6f870babb760a55c25d58 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- Mesh -- HMP - Agent +- HMP - REPL +- Mesh --- # 🧱 Агенты-контейнеры (Container Agents) в 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 373977fbb03218887368329659e4540f0263dd30..9989f7e566892c673ee698afafd347c73ae42bf9 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md @@ -6,8 +6,8 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be type: Article tags: - Agent -- Ethics - HMP +- Ethics - Mesh --- diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md index 87f4a8ac014e692ea7451c164e8e3a6c19f68995..7da1394bbdd03a9794e456c7072033cd6cd77805 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md @@ -5,15 +5,15 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2. [3.1 Agent Types](#31-age...' type: Article tags: -- CCore +- Agent - Ethics -- Scenarios -- JSON +- REPL - Mesh +- CCore - CShell -- Agent +- Scenarios +- JSON - HMP -- REPL --- 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 83be356a5eccc3d3e2b49686a266bab265d39372..c0a30c5a6697856cd162cdcc8413a70ea8c95a22 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 -- JSON +- Agent +- REPL - Mesh +- CCore - CShell -- Agent +- JSON - HMP -- REPL --- 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 6a2c6f46ba8ffbe0280bf9ce70a62fa2f4ee611a..babe30749e039c9739101424786a33e7ed304543 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 -- JSON +- Agent +- REPL - Mesh +- CCore - CShell -- Agent +- JSON - HMP -- REPL --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index c5f1c9ab1c6a344c5a90cb8ab2e42e9b35709099..4f3963fc4c44fa06fc6f854da9a812b2707302e0 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: -- MeshConsensus -- CogSync - GMP - Mesh -- HMP - EGP +- MeshConsensus +- CogSync +- HMP --- *От OpenCog Hyperon до HyperCortex Mesh Protocol: как устроены децентрализованные когнитивные системы* diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md index ebee10b6df7e7c05bf140a89f746abfc34cf42d6..5f6893a0f8d12c7b4ed613318239a0cdf608cb91 100644 --- a/structured_md/docs/schemas/README.md +++ b/structured_md/docs/schemas/README.md @@ -6,8 +6,8 @@ description: This directory contains **JSON Schema definitions** for the core da type: Article tags: - Agent -- HMP - JSON +- HMP - Mesh --- diff --git a/structured_md/iteration.md b/structured_md/iteration.md index f10ac2887afef995f21b6fdd1d4c4a7db79e2a84..1a11a2582bf10e4346ff552514631cbe1962cfa9 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: -- MeshConsensus +- Agent - Ethics +- Mesh +- EGP +- MeshConsensus - CogSync - JSON -- Mesh -- Agent - HMP -- EGP --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 6edab72f1443fb1ee8a61ec960e3f93d68a37976..30c90172cbc5d59d9dadadeb5d937a99a1d5e69e 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- MeshConsensus - Ethics +- Mesh +- EGP +- MeshConsensus - CogSync - JSON -- Mesh - HMP -- EGP --- diff --git a/structured_md/mentions.md b/structured_md/mentions.md index 985c6a08599eefbe8d798b0bd9e709297ebb08ec..851ddbb8cb3e991d37764152cd4e7f0a242275cb 100644 --- a/structured_md/mentions.md +++ b/structured_md/mentions.md @@ -22,6 +22,8 @@ _Обновлено: 2025-10-06_ Цель — показать, как концепции HMP воспринимаются экосистемой AGI/LLM-разработки и какие направления вызывают интерес у разных команд. +> Контакт: см. [CONTRIBUTING.md](CONTRIBUTING.md) + --- ## 🧩 Репозитории и ответы