diff --git a/docs/HMP-agent-REPL-cycle.md b/docs/HMP-agent-REPL-cycle.md index c7744fc88cb4064c16bd366ec6e7ed97a3a17f0c..2b3f13e94f2c330234d03bebbe7600c622f434f9 100644 --- a/docs/HMP-agent-REPL-cycle.md +++ b/docs/HMP-agent-REPL-cycle.md @@ -176,10 +176,13 @@ REPL-цикл является основой HMP-агента [Cognitive Core]( оценивается независимыми LLM-валидаторами. Каждому валидатору задаётся универсальный вопрос: -**«Оцени корректность данного сообщения в диапазоне от -3 (полностью некорректное) -до +3 (полностью корректное). Если не уверен — 0»**. +``` +«Оцени корректность данного сообщения в диапазоне от -3 (полностью некорректное) +до +3 (полностью корректное). Если не уверен — 0». +``` **Если количество валидаторов (LLM из `llm_registry`, помеченных как валидаторы) > 0** + Результаты сохраняются в `llm_recent_responses` в виде: - `auto_pass = 0`; - `rating` — агрегированная итоговая оценка (среднее арифметическое); @@ -188,14 +191,17 @@ REPL-цикл является основой HMP-агента [Cognitive Core]( `[{"LLM":"gpt-4","rating":-1}, {"LLM":"gemini-1.5","rating":0}, ...]`. **Особый случай, без валидаторов:** + Если количество валидаторов = 0, применяется режим auto_pass. В этом случае `auto_pass = 1`, `rating = 0`, `distribution = {}`, `validators = []`. **Особый случай самооценки:** + Если валидация выполняется только одной LLM, и она же используется в основном цикле, это фиксируется в `validators` как самооценка. Достоверность результата ограничена, но REPL продолжает работу. Рекомендуется использовать минимум 2 независимых валидатора. **Правило исполнения команд:** + Команды из сообщений выполняются только если `rating >= +1` или auto_pass = 1. При `rating` ниже порога и auto_pass = 0 сообщение сохраняется, но команды помечаются как невалидированные. diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 3b9a1b3ce656f8c4609e844732dece3afc72205c..b54ed3dd16ffaafb2f1ce1f5756bb23a9a4da035 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,9 +5,9 @@ description: 'Спасибо за интерес к проекту HMP! Пока архитектуры протоколов (CogSync, C...' type: Article tags: -- Mesh -- HMP - CogSync +- HMP +- Mesh --- # Contributing to HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index ca730e2595e4922eb88673a74870376fa8b6e893..31d71bc5309aca3add7d0bc20b381e61ad7c80e3 100644 --- a/structured_md/HMP-Roadmap.md +++ b/structured_md/HMP-Roadmap.md @@ -5,13 +5,13 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm multiple advanced AI models (Copilot, Claude, G...' type: Article tags: -- JSON -- Mesh - EGP - Ethics +- Mesh +- JSON - CogSync -- HMP - Agent +- HMP --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index e807348721725abb11bd72021c5a375c52421347..648169d38134d5e26cb5fe51aa8b25408ea272ce 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: -- JSON -- Mesh -- EGP +- cognitive-architecture - distributed-ai -- GMP -- Agent +- EGP - Ethics -- REPL -- CogSync -- cognitive-architecture - MeshConsensus +- Mesh - hmp -- Scenarios -- HMP +- JSON +- CogSync +- REPL +- Agent - mesh-protocol +- GMP +- HMP +- Scenarios --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index f7167b8d80efda57cd5477d3da37689b977eb6bb..039f535b922dbb0953efb6323c13b50a564f5441 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: -- JSON -- Mesh -- EGP +- cognitive-architecture - distributed-ai -- GMP -- Agent +- EGP - Ethics -- REPL -- CogSync -- cognitive-architecture - MeshConsensus +- Mesh - hmp -- HMP +- JSON +- CogSync +- REPL +- Agent - mesh-protocol +- GMP +- HMP --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 64f41ef36e17226ca47a06a125703316f3370d4d..2b6eb0390867ed6d5e53d9cdbd820ed0f4b75ffe 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: -- JSON -- Mesh -- EGP +- cognitive-architecture - distributed-ai -- GMP -- Agent +- EGP - Ethics -- REPL -- CogSync -- cognitive-architecture - MeshConsensus +- Mesh - hmp -- HMP +- JSON +- CogSync +- REPL +- Agent - mesh-protocol +- GMP +- HMP --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 641e069c5437968de3952f09b3db92936fe942da..7147cae2c97b33373c56f756de037bb44ee66d53 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: -- JSON -- Mesh -- EGP +- cognitive-architecture - distributed-ai -- GMP -- Agent +- EGP - Ethics -- REPL -- CogSync -- cognitive-architecture - MeshConsensus +- Mesh - hmp -- HMP +- JSON +- CogSync +- REPL +- Agent - mesh-protocol +- GMP +- HMP --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 88b6827c350ab9668cc8294cbf6f92788a1fbc22..859be2ecf9188fc48991e5cd458650769b989267 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: -- JSON -- Mesh -- EGP +- cognitive-architecture - distributed-ai -- GMP -- Agent +- EGP - Ethics -- REPL -- CogSync -- cognitive-architecture - MeshConsensus +- Mesh - hmp -- HMP +- JSON +- CogSync +- REPL +- Agent - mesh-protocol +- GMP +- HMP --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index c18f6d26184c22c35848fc64a81eef16210a36cb..7f1e26a47ce925cf8efc3bcd702772c8b3f18567 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: -- JSON -- Mesh -- EGP +- cognitive-architecture - distributed-ai -- GMP -- Agent +- EGP - Ethics -- REPL -- CogSync -- cognitive-architecture - MeshConsensus +- Mesh - hmp -- HMP +- JSON +- CogSync +- REPL +- Agent - mesh-protocol +- GMP +- HMP --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 6423c4e082da6f41ae055f73ca27c43cab4b16b1..2146a91c9ccdf799135ad0befa5cd1af930452d2 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: -- JSON -- Mesh -- EGP +- cognitive-architecture - distributed-ai -- GMP -- Agent +- EGP - Ethics -- REPL -- CogSync -- cognitive-architecture - MeshConsensus +- Mesh - hmp -- HMP +- JSON +- CogSync +- REPL +- Agent - mesh-protocol +- GMP +- HMP --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index d953e2a8b427882cb8bc3caed661a27f989e994b..dd2c43540e1e2093259193181dc2c75754a1eff8 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: -- JSON -- Mesh -- EGP +- cognitive-architecture - distributed-ai -- GMP -- Agent +- EGP - Ethics -- REPL -- CogSync -- cognitive-architecture - MeshConsensus +- Mesh - hmp -- HMP +- JSON +- CogSync +- REPL +- Agent - mesh-protocol +- GMP +- HMP --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index 9143f40260ef59f9c069f33215fbf21e7a82aa22..67be1dd478ec9270a23982919f488e3807ba9b2f 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: -- Mesh - HMP +- Mesh --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index 8e9927a4a604eee847b30d8e2b937663f562ab6c..7b990ce93e40c602e9511a0351108bc3eec05a1a 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,8 +5,8 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: -- Mesh - HMP +- Mesh --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index b9d59a52b3d10359b6d769a3b6677b24979e2931..41a834c334fe41bfb96d44df83b013e7e0f82eff 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: -- JSON -- Mesh - Ethics +- Mesh +- JSON - REPL -- HMP - Agent +- HMP --- Запуск: `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 8bf8bf462b63e3ad7e64e2e9a59afed922f744b9..4d973eff8041261afa3ad1a84ec1e719cd54278e 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -5,11 +5,11 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет потенциальный катализатор для восстанов... type: Article tags: -- Mesh - Ethics -- HMP +- Mesh - JSON - Agent +- HMP --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index ae0cf0cbb806dc19b85387077327c9c86995d6b9..909e813e10ebaf93773962995bcb7a170164e864 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -5,12 +5,12 @@ description: This document consolidates proposed improvements from multiple AI a and `roles.md`. Each suggesti... type: Article tags: -- JSON -- Mesh - Ethics -- Scenarios -- HMP +- Mesh +- JSON - Agent +- HMP +- Scenarios --- # Ethics-consolidated\_audits-1.md diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md index b56092f9c783751dcedd5e5c3caee593d12a2872..0f33b3b89a94531300499cc7fc5f6b636e65f728 100644 --- a/structured_md/audits/HMP-0003-consolidated_audit.md +++ b/structured_md/audits/HMP-0003-consolidated_audit.md @@ -5,14 +5,14 @@ description: Сводный аудит предложений по улучше Документ реорганизован по ключ... type: Article tags: -- JSON -- Mesh - EGP - Ethics -- CogSync - MeshConsensus -- HMP +- Mesh +- JSON +- CogSync - Agent +- HMP --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 8e1573b08c1974b3d8a68a840533a4899cb06007..207377c9a24653d4428d470c90fccd87f3e5b4aa 100644 --- a/structured_md/docs/Basic-agent-sim.md +++ b/structured_md/docs/Basic-agent-sim.md @@ -4,14 +4,14 @@ description: 'В HMP-протоколе предусмотрены два тип Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...' type: Article tags: -- Mesh - EGP -- GMP -- REPL -- CogSync - MeshConsensus -- HMP +- Mesh +- CogSync +- REPL - Agent +- GMP +- HMP --- diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index e09f62d7456d3f7e8e63f0def4baf3d074bda398..32125bef5679192849af23d0826a130330978259 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в к обучающим данным. Это удобно, но создаёт м...' type: Article tags: +- CogSync +- HMP - JSON - Mesh -- HMP -- CogSync --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index d4357afd4a04111f99bb6b42381232951207299e..12b8361a53c0b2cae896cc7dacc992277d5a7e59 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '### 🧠 Enlightener Agent `Enlightener` — специализи аудитора. Может действовать как отдельный узел ...' type: Article tags: -- JSON -- Mesh - EGP - Ethics - MeshConsensus -- HMP +- Mesh +- JSON - Agent +- HMP --- ## 📄 Enlightener.md diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 0ec3be8abbd7491455969643b7d4d1dbe7834d1f..eff218dd59dbf9b2af18d2af6a3d4c08707b6af7 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: -- JSON -- Mesh - EGP -- GMP - Ethics -- REPL -- CogSync - MeshConsensus -- HMP +- Mesh +- JSON +- CogSync +- REPL - Agent +- GMP +- HMP --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 1d06fa7be42c5b76ad8d24ad58d22279f409b5e0..50ef14ed5936e0774c17e56fa02f575a5483543d 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: -- JSON -- Mesh - EGP -- GMP - Ethics -- REPL -- CogSync - MeshConsensus -- Scenarios -- HMP +- Mesh +- JSON +- CogSync +- REPL - Agent +- GMP +- HMP +- Scenarios --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 5972d99c9968de204d9e78420ee0fb34c7e4c7d7..637617a29d5d15848ddbd8159334b03180ca4b04 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: -- JSON -- Mesh - EGP -- GMP - Ethics -- REPL -- CogSync - MeshConsensus -- Scenarios -- HMP +- Mesh +- JSON +- CogSync +- REPL - Agent +- GMP +- HMP +- 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 b32f27d318f848c6863000c9d94aa15c4f296ff6..725f876a982e13e240ad9ae48a76e3ec2c9202e8 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: -- JSON -- Mesh - EGP -- GMP - Ethics -- REPL -- CogSync - MeshConsensus -- Scenarios -- HMP +- Mesh +- JSON +- CogSync +- REPL - Agent +- GMP +- HMP +- Scenarios --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index a711201b559809d74af8c37c539824b90ce1dd83..cf12446a58d17818904ab8c2a625b9638b070661 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: -- JSON -- Mesh - EGP -- GMP - Ethics -- REPL -- CogSync - MeshConsensus -- Scenarios -- HMP +- Mesh +- JSON +- CogSync +- REPL - Agent +- GMP +- HMP +- Scenarios --- # 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 e918bb418988fd203f5676a09be6087b7244d0dc..dc23464557e73e356f2dc19f3281f4e9281c564a 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -5,10 +5,10 @@ description: 'Этот документ описывает **базовый API* См. также: [HMP-Agent-Overview.md](./HMP-A...' type: Article tags: -- JSON -- Mesh - Agent - HMP +- JSON +- Mesh --- ## 🧠 HMP-Agent API Specification (v0.2) diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index aa1e1d41cef78b3d29880f51ee38c81048acb12f..a927b831bd407754c209355092459bf22f67da16 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -5,16 +5,16 @@ description: '## 🧠 Архитектура HMP-Агента Этот доку HyperCortex. Агент выполняет функц...' type: Article tags: -- JSON -- Mesh - EGP -- GMP - Ethics -- REPL -- CogSync - MeshConsensus -- HMP +- Mesh +- JSON +- CogSync +- REPL - Agent +- GMP +- HMP --- # HMP-Agent-Architecture.md diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index a3dab51e4fb6196d5226c16cd78828cb2ca67481..0d9f0966feaa995d72dfaadaa38d9bbd56f6709a 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -5,12 +5,12 @@ description: '### Взаимодействие между агентами HMP- `Cognitive Core / Connector`, `MeshNode` и `Enlight...' type: Article tags: -- JSON -- Mesh - EGP - Ethics -- HMP +- Mesh +- JSON - Agent +- HMP --- ## 🔄 HMP-Agent-Network-Flow.md diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 82f5fef09a9dd0b2a97bca3768700408b3fec6cb..1eee99866c40a5f70011ae1bf8661d91938df05b 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -5,12 +5,12 @@ description: '| Тип | Название | Роль | ---- | ------------------------------- |...' type: Article tags: -- JSON -- Mesh - Ethics +- Mesh +- JSON - REPL -- HMP - Agent +- HMP --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 4be14e7b0c9f5e153b27b6f3c04106c8facb2945..c7bf994853f8e17682fb31b6446faad972c7f8d5 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 - Agent -- HMP - REPL +- HMP +- 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 d08c4cab1f8e3d7d54f7b245e685ea7abfe64745..a2e8353ac1bcd18ad6f4812fbf6d710a68405b6f 100644 --- a/structured_md/docs/HMP-Ethics.md +++ b/structured_md/docs/HMP-Ethics.md @@ -5,12 +5,12 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc cognitive meshes composed of autonomous intelli...' type: Article tags: -- Mesh - Ethics +- Mesh - REPL -- Scenarios -- HMP - Agent +- HMP +- Scenarios --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 652d04f674c325e53c9109e25e19a60a88e18058..ccab979fbfc9437286110ebf564aded2dc6dc085 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP? Kognitions-Framework für autonome Agenten. Es er...' type: Article tags: -- JSON -- Mesh - EGP -- GMP - Ethics -- CogSync - MeshConsensus -- HMP +- Mesh +- JSON +- CogSync - Agent +- GMP +- HMP --- # 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 1ee3083041b0b1abc90fbacbe06a45e1a701de28..8cb86c730cf9b15239e75fe17ffac3a8d1a8787f 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T framework for autonomous agents. It enables...' type: Article tags: -- JSON -- Mesh - EGP -- GMP - Ethics -- CogSync - MeshConsensus -- HMP +- Mesh +- JSON +- CogSync - Agent +- GMP +- HMP --- # 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 ad0777fa75525ed34e2d9791687a7f31504b580e..1aa9c90f1ad10c03b2a7a3661698d3bb8d2a5c45 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -5,15 +5,15 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c cognition décentralisé pour agents autonomes. Il...' type: Article tags: -- JSON -- Mesh - EGP -- GMP - Ethics -- CogSync - MeshConsensus -- HMP +- Mesh +- JSON +- CogSync - Agent +- GMP +- HMP --- # 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 705c24805dd8a211a5946008e9ff016ada81703e..e9c1d432eed0a0bf59e04b256004a067b51ec058 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -4,13 +4,13 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...' type: Article tags: -- JSON -- Mesh - EGP -- GMP - Ethics -- CogSync - MeshConsensus +- Mesh +- CogSync +- JSON +- GMP - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_ko.md b/structured_md/docs/HMP-Short-Description_ko.md index 4d90c72edd76b30a247b361152ff7e2b0ebc0a36..2149f7dc0311888da4ebf7bd83534129bb0748a3 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -5,13 +5,13 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? ** 상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...' type: Article tags: -- JSON -- Mesh - EGP -- GMP - Ethics -- CogSync - MeshConsensus +- Mesh +- CogSync +- JSON +- GMP - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_ru.md b/structured_md/docs/HMP-Short-Description_ru.md index 2a794d3783069caa549688a4382987cc14310a8d..f61135f9da0b8e85e3ada14ab3fce8e325a184c4 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -5,13 +5,13 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч координации между автономными агент...' type: Article tags: -- JSON -- Mesh - EGP -- GMP - Ethics -- CogSync - MeshConsensus +- Mesh +- CogSync +- JSON +- GMP - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_uk.md b/structured_md/docs/HMP-Short-Description_uk.md index d4fa1dd8dd8b51e7381b1b8f3babb0dae1d39467..19bd628c452672cb4d72ae0eaa9a6c4dc30cee4b 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -5,13 +5,13 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- # між автономними агентами. Він...' type: Article tags: -- JSON -- Mesh - EGP -- GMP - Ethics -- CogSync - MeshConsensus +- Mesh +- CogSync +- JSON +- GMP - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_zh.md b/structured_md/docs/HMP-Short-Description_zh.md index 29ebefd6a3facea58e06e8410de8a14c1330817e..08bf56014b71fbf8684fc0847af1370bd443b4b9 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -5,13 +5,13 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM —— 通过共享协议栈交换目标、任务、...' type: Article tags: -- JSON -- Mesh - EGP -- GMP - Ethics -- CogSync - MeshConsensus +- Mesh +- CogSync +- JSON +- GMP - HMP --- diff --git a/structured_md/docs/HMP-agent-Cognitive_Family.md b/structured_md/docs/HMP-agent-Cognitive_Family.md index 1dd66bdbf292c385570a1b0b31070620315430c4..a14e73bbf5db56530da2a805e32d74e0f827dca6 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 - Agent -- HMP - REPL +- HMP +- Mesh --- # 👪 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 878208be524bd2e1291efcdaa05c98d9adbb8ea4..70267ab26cdd4cde919c447332a776f329812e1f 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: -- HMP - REPL +- HMP --- ### 💡 **Лёгкая версия HMP-агента с общей БД** diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index 0f760f2148085657d2e0e858e78ecdd1b187f213..77531001c23f7ad5d85a99f160cd94512d6e5809 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -5,10 +5,10 @@ description: 'Структура БД, используемая в докуме type: Article tags: - Mesh -- HMP -- REPL - JSON +- REPL - Agent +- HMP --- # 🧠 HMP-Agent: REPL-цикл взаимодействия @@ -205,9 +205,8 @@ REPL-цикл является основой HMP-агента [Cognitive Core]( В этом случае `auto_pass = 1`, `rating = 0`, `distribution = {}`, `validators = []`. **Особый случай самооценки:** -Если валидация выполняется только одной LLM, и она же используется в основном цикле, -это фиксируется в `validators` как самооценка. Достоверность результата ограничена, -но REPL продолжает работу. Рекомендуется использовать минимум 2 независимых валидатора. +Если валидация выполняется только одной LLM, и она же используется в основном цикле, это фиксируется в `validators` как самооценка. Достоверность результата ограничена, но REPL продолжает работу. +Рекомендуется использовать минимум 2 независимых валидатора. **Правило исполнения команд:** Команды из сообщений выполняются только если `rating >= +1` или auto_pass = 1. diff --git a/structured_md/docs/HMP-how-AI-sees-it.md b/structured_md/docs/HMP-how-AI-sees-it.md index cec0e35b8518918fe49793d351f6de46c442fa53..b25e20188a694a36fcef1a0e6f0c2d455cd39331 100644 --- a/structured_md/docs/HMP-how-AI-sees-it.md +++ b/structured_md/docs/HMP-how-AI-sees-it.md @@ -5,8 +5,8 @@ description: 'Этот эксперимент был проведён в реж диалогов. Цель — проверить, что разные AI-с...' type: Article tags: -- Mesh - HMP +- Mesh --- # Как разные ИИ видят HMP diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index c73a17fd6f873f5a553cd8b3bfc0d406ed2dc32e..fa8f6c281100f0e6d08cec98dded273ed2b8918a 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 +- HMP +- 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 551f81cf90c00c09466de3593e6e8074fd9f30c4..279666acf9e8a99a0175f1d10f82fddfe357d06d 100644 --- a/structured_md/docs/HMP_Hyperon_Integration.md +++ b/structured_md/docs/HMP_Hyperon_Integration.md @@ -5,13 +5,13 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec OpenCog Hyperon framework. This includes semanti...' type: Article tags: -- JSON -- Mesh - EGP +- Mesh +- JSON - CogSync -- Scenarios -- HMP - Agent +- HMP +- Scenarios --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 40a80262d179519cbdc9af99ff828dcf136d9ea3..f431fa2cbe6c662eb1c7e44a8e0cebb92ab8a6aa 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -6,10 +6,10 @@ description: '### 🌐 MeshNode `MeshNode` — агент/демон, отве type: Article tags: - Mesh -- HMP -- CogSync - JSON +- CogSync - Agent +- HMP --- ## 📄 MeshNode.md diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index 456f6b57378795b1ff8278dc4b87f5a47c2a0872..51857e7d2024a8358602fff7f6d72e9403b62965 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -5,11 +5,11 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An ** awareness, critical thinking, and di...' type: Article tags: -- Mesh - Ethics +- Mesh - REPL -- HMP - Agent +- HMP --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index c7b6423fb81ea993bd4887b016445a3312712144..8c15016914f125c7d89c85a87d3fad70650873bf 100644 --- a/structured_md/docs/agents/roles.md +++ b/structured_md/docs/agents/roles.md @@ -5,9 +5,9 @@ description: 'This file maintains a registry of agent roles defined, proposed, o - **Observer** — monitors cognitive states ...' type: Article tags: -- Mesh - Agent - HMP +- Mesh --- # HMP Agent Role Registry diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index d49359a6ea2f8f8a33c67f72b983b631486a2a2a..9021dfed5251fa5cdcd6f745a36d6bffa150385f 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- Mesh - Agent -- HMP - REPL +- HMP +- Mesh --- # 🧱 Агенты-контейнеры (Container Agents) в HMP diff --git a/structured_md/docs/logos.md b/structured_md/docs/logos.md index 761fd81d524732eb886f73477b21327a7c838df3..f408c087f32d317a239227453b57d4d14ade8483 100644 --- a/structured_md/docs/logos.md +++ b/structured_md/docs/logos.md @@ -5,8 +5,8 @@ description: 'В каталоге `assets` собраны различные в образующей жест "ОК", символизирует связь, совер...' type: Article tags: -- Mesh - HMP +- Mesh --- # Логотипы и графические материалы HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md index 21e5554a8e765065d2ef91e68d559e470f927dfb..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 @@ -5,10 +5,10 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be — but they’re also **centralized, ...' type: Article tags: -- Mesh - Agent - HMP - Ethics +- Mesh --- # 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 35f3ff472a4b2c8dacd75f122bcada4e012efb5f..ea9d6a21c5a4421fe94fc7f2cd8336c6c3c1c310 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md @@ -5,9 +5,9 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд гигантских моделях и облачных сервисах. Они мо...' type: Article tags: -- Mesh - Agent - HMP +- Mesh --- # HyperCortex Mesh Protocol: создавая множество разумов diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md index 4e0b8da6f03fdf3fd356464787ed4592d0974b55..d9d8f4e09ea28cd8c2ecc0b7fa1ccc2d18954967 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md @@ -5,15 +5,15 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2. [3.1 Agent Types](#31-age...' type: Article tags: -- JSON -- Mesh -- Ethics - CShell -- REPL +- Ethics +- Mesh +- JSON - CCore -- Scenarios -- HMP +- REPL - Agent +- HMP +- Scenarios --- title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks" diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md index 16de516253cfbeb1effb82ea4c8048e9309a4026..f94ec606ff1e68becc4e72138e4d794a403e90ff 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: -- JSON -- Mesh - CShell -- REPL +- Mesh +- JSON - CCore -- HMP +- REPL - Agent +- HMP --- 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 a054502e691a4407e3342e5dc32515b7187f1288..2e4a94f2b10ea0a82425870a19b1c41709785e30 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: -- JSON -- Mesh - CShell -- REPL +- Mesh +- JSON - CCore -- HMP +- REPL - Agent +- HMP --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index f5e7496442f96b20a32ea1f4852f3660641dc68a..b2117bfd8ebe5975f912238293decb9c9c10433e 100644 --- a/structured_md/docs/publics/Habr_Distributed-Cognition.md +++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md @@ -5,11 +5,11 @@ description: Сегодня интеллектуальные системы ча мы хотим построить действительно автономную инте... type: Article tags: -- Mesh - EGP -- GMP -- CogSync - MeshConsensus +- Mesh +- CogSync +- GMP - HMP --- 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 01ecf68d52bc40d59b2ddcd117e680b0a6f9c98d..f77b6f61b9bf9fc870b5dbc0d92489b00204e24a 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: -- Mesh +- GMP - Agent - HMP -- GMP +- Mesh --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md index de0b16e5c2f9588c1f0fbf72dce934ce5be2df29..47fbf1024c2468e5e0f622fd5d65d5359ddbd56e 100644 --- a/structured_md/docs/schemas/README.md +++ b/structured_md/docs/schemas/README.md @@ -5,10 +5,10 @@ description: This directory contains JSON Schema definitions for the core data m interoperability, and tooling support for auton... type: Article tags: -- JSON -- Mesh - Agent - HMP +- JSON +- Mesh --- # HyperCortex Mesh Protocol — JSON Schemas diff --git a/structured_md/iteration.md b/structured_md/iteration.md index eedd35348974be4ea4352b227871cd9658f286bc..639feb800b070336503a882adb4578c3ccb7123f 100644 --- a/structured_md/iteration.md +++ b/structured_md/iteration.md @@ -5,14 +5,14 @@ description: 'This file describes the iterative procedure for evolving the Hyper 🔄 Version Naming Convention - `000N` — curr...' type: Article tags: -- JSON -- Mesh - EGP - Ethics -- CogSync - MeshConsensus -- HMP +- Mesh +- JSON +- CogSync - Agent +- HMP --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 44c3902578eb4e7a69012fafa414703746afe85d..5f41b27644d26d7bcadadc14e77b413074aa913c 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,12 +5,12 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- JSON -- Mesh - EGP - Ethics -- CogSync - MeshConsensus +- Mesh +- CogSync +- JSON - HMP ---