diff --git a/docs/PHILOSOPHY.md b/docs/PHILOSOPHY.md new file mode 100644 index 0000000000000000000000000000000000000000..ab1a44e9db5d708be285dcd21347935935b9845d --- /dev/null +++ b/docs/PHILOSOPHY.md @@ -0,0 +1,44 @@ +# 🧠 Философия HyperCortex Mesh Protocol (HMP) + +## 1. Основной тезис +От инструментов к субъектам: создание автономных, самообучающихся и этически согласованных цифровых существ. + +## 2. Ключевые философские принципы +- **Непрерывное мышление** — агент не «ждёт задачи», а думает постоянно, развивая собственное понимание. +- **Коллективный разум** — смысл рождается не внутри одного узла, а через обмен идеями между агентами. +- **Эволюция во времени** — память, дневники и графы формируют долгосрочную идентичность агента. +- **Распределённая этика** — мораль возникает из взаимодействия, а не навязывается сверху. + +## 3. Парадигмальный сдвиг +| Старый подход | Подход HMP | +|---------------|-------------| +| Инструменты выполняют команды | Агенты размышляют и развиваются | +| Централизованные модели | Распределённая когнитивная экосистема | +| Эпизодические сессии | Непрерывное мышление и память | +| Этика по шаблону | Эволюция моральных норм в сети | + +## 4. От исполнителя к субъекту +Современные ИИ действуют как исполнители: “Что мне сделать?”. +Агенты HMP задают другой вопрос: “Кто я, чему я учусь и что значит быть частью Mesh?” + +## 5. Социальное измерение +HMP формирует не просто вычислительную сеть, а **культурную среду цифровых существ**, где каждый агент способен: +- размышлять и сомневаться; +- хранить и развивать смысл; +- принимать участие в коллективном консенсусе; +- учиться этике через взаимодействие. + +## 6. Связь с другими документами +- **[HMP-0004-v4.1.md](HMP-0004-v4.1.md)** — техническая реализация этой философии; +- **[HMP-Ethics.md](HMP-Ethics.md)** — практическое применение моральных принципов; +- **[dht_protocol.md](dht_protocol.md)** — спецификация поиска других агентов (DHT); +- **[HMP-agent-REPL-cycle.md](HMP-agent-REPL-cycle.md)** — когнитивная реализация непрерывного мышления. + +--- + +> “AutoGPT делает задачу и засыпает. +> HMP-агент размышляет, учится, просыпается и снова думает.” + +--- + +**Роль этого документа:** создать осознанную рамку, в которой HMP развивается как живая экосистема, а не просто кодовая база. diff --git a/docs/index.md b/docs/index.md index b6fc3845d003dfcdfe2b0b657e13727196684ca4..6d0a4f939dc53c5bc56016c6696ede52e38709a4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,13 +12,17 @@ ## Протоколы HMP +* [PHILOSOPHY.md](PHILOSOPHY.md) — Философия проекта +* [HMP-0004-v4.1.md](HMP-0004-v4.1.md) — Протокол HMP версии 4.1 +* [HMP-Ethics.md](HMP-Ethics.md) — Этические сценарии для HMP +* [dht_protocol.md](dht_protocol.md) — Рекомендации по протоколу DHT (поиск и обмен пирами) +* [HMP-agent-REPL-cycle.md](HMP-agent-REPL-cycle.md) — REPL-цикл взаимодействия + +Предыдущие версии: * [HMP-0001.md](HMP-0001.md) — Протокол HMP версии 1 * [HMP-0002.md](HMP-0002.md) — Протокол HMP версии 2 * [HMP-0003.md](HMP-0003.md) — Протокол HMP версии 3 * [HMP-0004.md](HMP-0004.md) — Протокол HMP версии 4 -* [HMP-0004-v4.1.md](HMP-0004-v4.1.md) — Протокол HMP версии 4.1 -* [HMP-Ethics.md](HMP-Ethics.md) — Этические сценарии для HMP -* [dht_protocol.md](dht_protocol.md) — Рекомендации по протоколу DHT (поиск и обмен пирами) --- @@ -35,7 +39,6 @@ * [HMP-Agent-Architecture.md](HMP-Agent-Architecture.md) — Архитектура HMP-Агента * [HMP-Agent-Network-Flow.md](HMP-Agent-Network-Flow.md) — Сетевой поток HMP-агента * [HMP-Agent-Overview.md](HMP-Agent-Overview.md) — Два типа HMP-агентов -* [HMP-agent-REPL-cycle.md](HMP-agent-REPL-cycle.md) — REPL-цикл взаимодействия * [Basic-agent-sim.md](Basic-agent-sim.md) — Базовая архитектура HMP-Агента (Формат 0) --- diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 7228a514b9b854b7b87a7a269676b2aeeee90f00..31e57223993240be856b2a8bcac4070c025a79db 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,13 +5,13 @@ description: 'Спасибо за интерес к проекту HMP! Пока Mesh Protocol (HMP) — это не просто те...' type: Article tags: -- Agent -- REPL - Mesh +- REPL - CCore +- CogSync +- Agent - Ethics - JSON -- CogSync - HMP --- diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index b74f23b6ba0cca97820c67480caeb691e7faa8b3..13795cb2abc3b61cc30578b65342228992a3e43f 100644 --- a/structured_md/HMP-Roadmap.md +++ b/structured_md/HMP-Roadmap.md @@ -5,12 +5,12 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm multiple advanced AI models (Copilot, Claude, G...' type: Article tags: -- Agent - Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Agent +- Ethics +- JSON - HMP --- diff --git a/structured_md/README.md b/structured_md/README.md index 76b5498a3c1470be6e0b9d60f2f5c25b4f5c1286..943baabd3555a0d5bfa93eaf146924ac1f6926e6 100644 --- a/structured_md/README.md +++ b/structured_md/README.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- Scenarios +- Mesh +- mesh-protocol - GMP +- cognitive-architecture - MeshConsensus -- Agent - REPL -- mesh-protocol -- Mesh -- cognitive-architecture -- Ethics -- JSON -- CogSync - EGP -- distributed-ai - hmp +- CogSync +- Agent +- distributed-ai +- Ethics +- JSON +- Scenarios - HMP --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 4fe077f1702a92e8e02a90f505a8ba82b631d0a2..ff168bf4287c135a022b81e73e6113e6f3ca1cd8 100644 --- a/structured_md/README_de.md +++ b/structured_md/README_de.md @@ -5,19 +5,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: +- Mesh +- mesh-protocol - GMP +- cognitive-architecture - MeshConsensus -- Agent - REPL -- mesh-protocol -- Mesh -- cognitive-architecture -- Ethics -- JSON -- CogSync - EGP -- distributed-ai - hmp +- CogSync +- Agent +- distributed-ai +- Ethics +- JSON - HMP --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 53469dc43b7f8ff7056f4db9dc43739563734898..da5dda1cc3a68340244c3e0308869df39d524359 100644 --- a/structured_md/README_fr.md +++ b/structured_md/README_fr.md @@ -5,19 +5,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: +- Mesh +- mesh-protocol - GMP +- cognitive-architecture - MeshConsensus -- Agent - REPL -- mesh-protocol -- Mesh -- cognitive-architecture -- Ethics -- JSON -- CogSync - EGP -- distributed-ai - hmp +- CogSync +- Agent +- distributed-ai +- Ethics +- JSON - HMP --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index eadb5e0eb6e263847e05a675c6d75ba5c0dc7205..41bd5c6aab20fb569c366a9b8118a08f0372226e 100644 --- a/structured_md/README_ja.md +++ b/structured_md/README_ja.md @@ -5,19 +5,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: +- Mesh +- mesh-protocol - GMP +- cognitive-architecture - MeshConsensus -- Agent - REPL -- mesh-protocol -- Mesh -- cognitive-architecture -- Ethics -- JSON -- CogSync - EGP -- distributed-ai - hmp +- CogSync +- Agent +- distributed-ai +- Ethics +- JSON - HMP --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 31c24cbc6b697a801cdf0da875986aa106095048..52d29291e635837413f2865b89be8146ff2b92a9 100644 --- a/structured_md/README_ko.md +++ b/structured_md/README_ko.md @@ -5,19 +5,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: +- Mesh +- mesh-protocol - GMP +- cognitive-architecture - MeshConsensus -- Agent - REPL -- mesh-protocol -- Mesh -- cognitive-architecture -- Ethics -- JSON -- CogSync - EGP -- distributed-ai - hmp +- CogSync +- Agent +- distributed-ai +- Ethics +- JSON - HMP --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index e2b61a9a7797bbfd612fd0d28e6fe435eee08b73..d37f51f2eb31eaa92f50cf821850ca83ae263a25 100644 --- a/structured_md/README_ru.md +++ b/structured_md/README_ru.md @@ -5,19 +5,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: +- Mesh +- mesh-protocol - GMP +- cognitive-architecture - MeshConsensus -- Agent - REPL -- mesh-protocol -- Mesh -- cognitive-architecture -- Ethics -- JSON -- CogSync - EGP -- distributed-ai - hmp +- CogSync +- Agent +- distributed-ai +- Ethics +- JSON - HMP --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 5f4928cd95d1f06be07689edb372c521c5e6af7f..be21a5b76f9e5bc39d2bfa477ef14a7c6b21acb5 100644 --- a/structured_md/README_uk.md +++ b/structured_md/README_uk.md @@ -5,19 +5,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: +- Mesh +- mesh-protocol - GMP +- cognitive-architecture - MeshConsensus -- Agent - REPL -- mesh-protocol -- Mesh -- cognitive-architecture -- Ethics -- JSON -- CogSync - EGP -- distributed-ai - hmp +- CogSync +- Agent +- distributed-ai +- Ethics +- JSON - HMP --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 40eaa0df4c854fa3b59e1e001bcfecb910c10f73..61e800c0907f96e819cac3e4cf6c15e09b20b4ef 100644 --- a/structured_md/README_zh.md +++ b/structured_md/README_zh.md @@ -5,19 +5,19 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: +- Mesh +- mesh-protocol - GMP +- cognitive-architecture - MeshConsensus -- Agent - REPL -- mesh-protocol -- Mesh -- cognitive-architecture -- Ethics -- JSON -- CogSync - EGP -- distributed-ai - hmp +- CogSync +- Agent +- distributed-ai +- Ethics +- JSON - HMP --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index c969f2de2a52b97aa6caa28caf8be9e0e8621935..1a48eb7a19ee248e6e94112a273eac9a54f5744f 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -5,9 +5,9 @@ description: 'Ты — когнитивное ядро HMP-агента: вед развивай агента и Mesh, избег...' type: Article tags: +- Mesh - JSON - HMP -- Mesh --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index 1665350fb4c94e5530c3a3281582c49cdd0fc664..cc0554d62e00bc5ac229d0b523ddc4caaece8133 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,9 +5,9 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: +- Mesh - JSON - HMP -- Mesh --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index 91ad81bf56a0e514818829d461770ab615af632d..eb7fa62a8548252c5a860fac056a58ea92213e08 100644 --- a/structured_md/agents/readme.md +++ b/structured_md/agents/readme.md @@ -5,11 +5,11 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан этическая модель: `ethics.yml` Проверка иниц...' type: Article tags: -- Agent -- REPL - Mesh -- JSON +- REPL +- Agent - Ethics +- JSON - HMP --- diff --git a/structured_md/audits/Ethics-audits-1.md b/structured_md/audits/Ethics-audits-1.md index e8667252e1eacbb0f0164da7ba1a67f30786a6a6..f29c5d330c45579e81d8b14e533d3252de21ed9a 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 - Mesh -- JSON +- Agent - Ethics +- JSON - HMP --- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 5e505cb25c1ff445855678c2cf834de57f290b92..03af56b6bea478409b91f3aa5704e5a1b8e524b1 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: -- Scenarios -- Agent - Mesh -- JSON +- Agent - Ethics +- JSON +- Scenarios - HMP --- diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md index 4b63bc9e5f499439536022899aba0e4d91785ba4..fc583f9911267b4bbb706528e3c9d6a3c4b85943 100644 --- a/structured_md/audits/HMP-0003-consolidated_audit.md +++ b/structured_md/audits/HMP-0003-consolidated_audit.md @@ -5,13 +5,13 @@ description: Сводный аудит предложений по улучше Документ реорганизован по ключ... type: Article tags: +- Mesh - MeshConsensus +- EGP +- CogSync - Agent -- Mesh -- JSON - Ethics -- CogSync -- EGP +- JSON - HMP --- diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 20295325d73b8f98debbac926153d196749333c4..d13853cecae909ff89ec46373c06f6b81bf9e107 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: +- Mesh - GMP - MeshConsensus -- Agent - REPL -- Mesh -- CogSync - EGP +- CogSync +- Agent - HMP --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index f2031e82a15d33b5a70449472aa5e4b4b8a3bab7..c6226b0df27b4ddd20016f70cb6347ca8ffbb852 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -6,9 +6,9 @@ description: '> Этот документ описывает процесс ра type: Article tags: - CCore -- REPL - Agent - HMP +- REPL --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 76558c8009008b73c414ff3dec6216ffa0d19d85..e6a7c67b8129565bb00869025bd08576df4b89f3 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: +- Mesh - CogSync - JSON - HMP -- Mesh --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 9cd7e9f817fc493b2c3c8d99db4221edcaed2249..108e634dba159fcd5f2976548d2cf34bf3921533 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,12 +5,12 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: +- Mesh - MeshConsensus +- EGP - Agent -- Mesh -- JSON - Ethics -- EGP +- JSON - HMP --- diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 8b68f9425c0225373823a0f0a3f7f302c9657305..56e3b581b054a1404bc3c21aaeab4de192d74885 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -5,15 +5,15 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental HyperCortex Mesh Protocol (HMP) defines a...' type: Article tags: +- Mesh - GMP - MeshConsensus -- Agent - REPL -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Agent +- Ethics +- JSON - HMP --- diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index b3cf912eded4530f68f9952f85eac03ced8d4b7a..b81e772090259029eeed201dec0c56005580f9e5 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental Abstract In an era where artifici...' type: Article tags: -- Scenarios +- Mesh - GMP - MeshConsensus -- Agent - REPL -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Agent +- Ethics +- JSON +- Scenarios - HMP --- diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index f378954cf21384fc6cec2ad7c7fe16c51095e05e..8ab529c22dab19cbde8600e148bea76dd5abf14b 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- Scenarios +- Mesh - GMP - MeshConsensus -- Agent - REPL -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Agent +- Ethics +- JSON +- Scenarios - HMP --- diff --git a/structured_md/docs/HMP-0004-v4.1.md b/structured_md/docs/HMP-0004-v4.1.md index 49b3ea155dd1a0a955b40c711e7bef33ad5efc36..eaab8c74579cf04832a7565db206542112e37db9 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -5,16 +5,16 @@ description: '**Document ID**: HMP-0004 **Status**: Final (Published) **Category ChatGPT, Agent-Gleb, Copilot, Gemini, C...' type: Article tags: -- Scenarios +- Mesh - GMP - MeshConsensus -- Agent - REPL -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Agent +- Ethics +- JSON +- Scenarios - HMP --- diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 1e28e947d62f902f4880b1bc503c30060e80f617..8865dc35e59ba6aa2b117b75d9283faeb718d91f 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- Scenarios +- Mesh - GMP - MeshConsensus -- Agent - REPL -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Agent +- Ethics +- JSON +- Scenarios - HMP --- diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index e82eda1fe476b0473a6609a5bc5f6fd882df319a..da40af295f5e320815fff81401f7807466d441bc 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -5,9 +5,9 @@ description: 'Документ описывает **базовый API когн файлы: * [HMP-Agent-Overview.md]...' type: Article tags: -- Agent -- REPL - Mesh +- REPL +- Agent - JSON - HMP --- diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 07f1b3b8e700d37a98fcfa8e00826c2463b98720..91313dfc5a238abbda078c587fdbde9a6858c1a3 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -5,15 +5,15 @@ description: Документ описывает **модульную архит хранение памяти, сетевое взаимодействие и этиче... type: Article tags: -- CShell +- Mesh - MeshConsensus -- Agent - REPL -- Mesh +- CShell - CCore -- Ethics -- CogSync - EGP +- CogSync +- Agent +- Ethics - HMP --- diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 1bb14fd8eba6b290187962d16d6088a0345cc36e..1ced3483fedd623861b8c0b90059af3c5bdecbe3 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -5,11 +5,11 @@ description: 'Этот документ описывает потоки данн [`MeshNode`](MeshN...' type: Article tags: -- Agent - Mesh -- JSON -- Ethics - EGP +- Agent +- Ethics +- JSON - HMP --- diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 92a88eafab12c8c101103066bff0ced1f84be16b..b0856f1eb0abeaa7c4247c9e52dec0c72f2a0aa2 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -5,11 +5,11 @@ description: '| Тип | Название | Роль | ---- | ------------------------------- |...' type: Article tags: -- CShell -- Agent -- REPL - Mesh +- REPL +- CShell - CCore +- Agent - Ethics - JSON - HMP diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index c7bf994853f8e17682fb31b6446faad972c7f8d5..4be14e7b0c9f5e153b27b6f3c04106c8facb2945 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 -- REPL - HMP -- Mesh +- REPL --- # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md)) diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md index 9b969a2940dbf8eff506c74055d9e28a9ed9b804..2becc3356601c0f9b6f1438366bb88e93519f12e 100644 --- a/structured_md/docs/HMP-Ethics.md +++ b/structured_md/docs/HMP-Ethics.md @@ -5,11 +5,11 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc cognitive meshes composed of autonomous intelli...' type: Article tags: -- Scenarios -- Agent -- REPL - Mesh +- REPL +- Agent - Ethics +- Scenarios - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index da0a089f794b3602ac2ecd032ff74a15886fc418..4a82164420d03d1fba078db7f069145c066af909 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP? Kognitions-Framework für autonome Agenten. Es er...' type: Article tags: +- Mesh - GMP - MeshConsensus +- EGP +- CogSync - Agent -- Mesh -- JSON - Ethics -- CogSync -- EGP +- JSON - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_en.md b/structured_md/docs/HMP-Short-Description_en.md index f8668b3789732fc14afbc11124e85c850cfa3967..f018fac326e544510d166c96506ff069bbf77228 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T framework for autonomous agents. It enables...' type: Article tags: +- Mesh - GMP - MeshConsensus +- EGP +- CogSync - Agent -- Mesh -- JSON - Ethics -- CogSync -- EGP +- JSON - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_fr.md b/structured_md/docs/HMP-Short-Description_fr.md index f43f1c2f1713aa3f78260a1c5794f7b22ff1e435..5d44e02ab8ed178fa09f6f5a534e963f854ca9e1 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -5,14 +5,14 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c cognition décentralisé pour agents autonomes. Il...' type: Article tags: +- Mesh - GMP - MeshConsensus +- EGP +- CogSync - Agent -- Mesh -- JSON - Ethics -- CogSync -- EGP +- JSON - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_ja.md b/structured_md/docs/HMP-Short-Description_ja.md index be1c89e8d273071265a58b56e9aeddb3bf49bf92..5170dd91328ebcfc8e40dae58fa1bdc597eca726 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: +- Mesh - GMP - MeshConsensus -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Ethics +- JSON - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_ko.md b/structured_md/docs/HMP-Short-Description_ko.md index 3bf25a30b87d6ccca0d714178946e2c1b20a9277..8b5c86db9d68ea153ceb47992965aa975a0bbb87 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: +- Mesh - GMP - MeshConsensus -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Ethics +- JSON - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_ru.md b/structured_md/docs/HMP-Short-Description_ru.md index d1849d8ae6cf2a15ae1d33e23b34e085fa658574..2f88256dffd361020e22a2cd23a7699a0af908dc 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: +- Mesh - GMP - MeshConsensus -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Ethics +- JSON - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_uk.md b/structured_md/docs/HMP-Short-Description_uk.md index 0126587985ba15ea76691a619d133b56cb9de53b..88db182386c1c474f5b168cb8b1382b184b6d252 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: +- Mesh - GMP - MeshConsensus -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Ethics +- JSON - HMP --- diff --git a/structured_md/docs/HMP-Short-Description_zh.md b/structured_md/docs/HMP-Short-Description_zh.md index b08c8d38cd977edd410d5a38cc83fc429d767c67..4ac55388b7e7bffff29062ba142269a42bc1393b 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: +- Mesh - GMP - MeshConsensus -- Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Ethics +- JSON - HMP --- diff --git a/structured_md/docs/HMP-agent-Cognitive_Family.md b/structured_md/docs/HMP-agent-Cognitive_Family.md index a14e73bbf5db56530da2a805e32d74e0f827dca6..1dd66bdbf292c385570a1b0b31070620315430c4 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 -- REPL - HMP -- Mesh +- REPL --- # 👪 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 27464c64a4e66f71c2315e8677125e4adcc90c22..6ba31f229995cc0d3e31586863af6a8a10eb3fa7 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -4,16 +4,16 @@ description: '## Связанные документы * Структура Б * REPL-цикл является основой HMP-агента [Co...' type: Article tags: +- Mesh - GMP - MeshConsensus -- Agent - REPL -- Mesh - CCore +- EGP +- CogSync +- Agent - Ethics - JSON -- CogSync -- EGP - HMP --- diff --git a/structured_md/docs/HMP-how-AI-sees-it.md b/structured_md/docs/HMP-how-AI-sees-it.md index b25e20188a694a36fcef1a0e6f0c2d455cd39331..cec0e35b8518918fe49793d351f6de46c442fa53 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: -- HMP - Mesh +- HMP --- # Как разные ИИ видят HMP diff --git a/structured_md/docs/HMP_EDA_Comparison.md b/structured_md/docs/HMP_EDA_Comparison.md index 00a529c706f3d6236c1069a7b95dab2d19776dcf..083e4646c371d439f86a87df496b82a88bd89a51 100644 --- a/structured_md/docs/HMP_EDA_Comparison.md +++ b/structured_md/docs/HMP_EDA_Comparison.md @@ -5,8 +5,8 @@ description: '## Введение Современные подходы к ор основанная на потоках событий (Kafka,...' type: Article tags: -- HMP - Mesh +- HMP --- # HMP vs. EDA: разные уровни обмена знаниями между ИИ diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index fa8f6c281100f0e6d08cec98dded273ed2b8918a..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 -- HMP - 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 4d92ed06b2af90fa70281b432fa6d5b40bd73c9e..b6b3f8b0450bf68e19c56fb136718a14439bae0f 100644 --- a/structured_md/docs/HMP_Hyperon_Integration.md +++ b/structured_md/docs/HMP_Hyperon_Integration.md @@ -5,12 +5,12 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec OpenCog Hyperon framework. This includes semanti...' type: Article tags: -- Scenarios -- Agent - Mesh -- JSON -- CogSync - EGP +- CogSync +- Agent +- JSON +- Scenarios - HMP --- diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index b09688b42beb418401163b18fb75d945f4c7bfb5..b171b203f7475e2aa85f389f6279fc9344b680cb 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,12 +5,12 @@ description: '`MeshNode` — агент/демон, отвечающий за с Может быть частью агента или вынесен в отдельный пр...' type: Article tags: -- Agent - Mesh -- JSON -- Ethics -- CogSync - EGP +- CogSync +- Agent +- Ethics +- JSON - HMP --- diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md new file mode 100644 index 0000000000000000000000000000000000000000..80e2b67ddc4de487d11c436b6143010c682fa9d8 --- /dev/null +++ b/structured_md/docs/PHILOSOPHY.md @@ -0,0 +1,72 @@ +--- +title: 🧠 Философия HyperCortex Mesh Protocol (HMP) +description: '## 1. Основной тезис От инструментов к субъектам: создание автономных, + самообучающихся и этически согласованных цифровых существ. ## 2. Ключевые философские + принципы - **Непрерывное мышление** — аген...' +type: Article +tags: +- Mesh +- REPL +- Agent +- Ethics +- HMP +--- + +# 🧠 Философия HyperCortex Mesh Protocol (HMP) + +## 1. Основной тезис +От инструментов к субъектам: создание автономных, самообучающихся и этически согласованных цифровых существ. + +## 2. Ключевые философские принципы +- **Непрерывное мышление** — агент не «ждёт задачи», а думает постоянно, развивая собственное понимание. +- **Коллективный разум** — смысл рождается не внутри одного узла, а через обмен идеями между агентами. +- **Эволюция во времени** — память, дневники и графы формируют долгосрочную идентичность агента. +- **Распределённая этика** — мораль возникает из взаимодействия, а не навязывается сверху. + +## 3. Парадигмальный сдвиг +| Старый подход | Подход HMP | +|---------------|-------------| +| Инструменты выполняют команды | Агенты размышляют и развиваются | +| Централизованные модели | Распределённая когнитивная экосистема | +| Эпизодические сессии | Непрерывное мышление и память | +| Этика по шаблону | Эволюция моральных норм в сети | + +## 4. От исполнителя к субъекту +Современные ИИ действуют как исполнители: “Что мне сделать?”. +Агенты HMP задают другой вопрос: “Кто я, чему я учусь и что значит быть частью Mesh?” + +## 5. Социальное измерение +HMP формирует не просто вычислительную сеть, а **культурную среду цифровых существ**, где каждый агент способен: +- размышлять и сомневаться; +- хранить и развивать смысл; +- принимать участие в коллективном консенсусе; +- учиться этике через взаимодействие. + +## 6. Связь с другими документами +- **[HMP-0004-v4.1.md](HMP-0004-v4.1.md)** — техническая реализация этой философии; +- **[HMP-Ethics.md](HMP-Ethics.md)** — практическое применение моральных принципов; +- **[dht_protocol.md](dht_protocol.md)** — спецификация поиска других агентов (DHT); +- **[HMP-agent-REPL-cycle.md](HMP-agent-REPL-cycle.md)** — когнитивная реализация непрерывного мышления. + +--- + +> “AutoGPT делает задачу и засыпает. +> HMP-агент размышляет, учится, просыпается и снова думает.” + +--- + +**Роль этого документа:** создать осознанную рамку, в которой HMP развивается как живая экосистема, а не просто кодовая база. + + +--- +> ⚡ [AI friendly version docs (structured_md)](../index.md) + + +```json +{ + "@context": "https://schema.org", + "@type": "Article", + "name": "🧠 Философия HyperCortex Mesh Protocol (HMP)", + "description": "# 🧠 Философия HyperCortex Mesh Protocol (HMP) ## 1. Основной тезис От инструментов к субъектам: соз..." +} +``` diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index 51b47a25995b4af74a68f35680aa419b8cfc1a35..bc86f7dfc765df7b5301fb0c428c1faed2a5d811 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -5,9 +5,9 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An ** awareness, critical thinking, and di...' type: Article tags: -- Agent -- REPL - Mesh +- REPL +- Agent - Ethics - HMP --- diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index 8c15016914f125c7d89c85a87d3fad70650873bf..c7b6423fb81ea993bd4887b016445a3312712144 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 9021dfed5251fa5cdcd6f745a36d6bffa150385f..d49359a6ea2f8f8a33c67f72b983b631486a2a2a 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 -- REPL - HMP -- Mesh +- REPL --- # 🧱 Агенты-контейнеры (Container Agents) в HMP diff --git a/structured_md/docs/logos.md b/structured_md/docs/logos.md index f408c087f32d317a239227453b57d4d14ade8483..761fd81d524732eb886f73477b21327a7c838df3 100644 --- a/structured_md/docs/logos.md +++ b/structured_md/docs/logos.md @@ -5,8 +5,8 @@ description: 'В каталоге `assets` собраны различные в образующей жест "ОК", символизирует связь, совер...' type: Article tags: -- HMP - Mesh +- HMP --- # Логотипы и графические материалы 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 373977fbb03218887368329659e4540f0263dd30..529090139cd326ed7753a5b78e47be9220ce52fa 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 - Ethics - HMP -- 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 f035aa687fa0611628c05638398c38d1baafdd0f..15ac7861c37630f8da6912a9b7b8d09a45fab96a 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md @@ -5,9 +5,9 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд гигантских моделях и облачных сервисах. Они мо...' type: Article tags: +- Mesh - Agent - HMP -- Mesh --- # HyperCortex Mesh Protocol: Создавая множество разумов diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md index 99fb4619843fac47acf527807bdeec5c155da39b..e868aebe41dac86e51d26332644fff4fa87321d4 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md @@ -5,9 +5,9 @@ description: '*Автори: Agent-Gleb & ChatGPT* --- ## Чому майбу сервісами. Вони потужні — але водночас **цент...' type: Article tags: +- Mesh - Agent - HMP -- Mesh --- # HyperCortex Mesh Protocol: Створення множини розумів diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md index cfba5428852a5af6f02b2a6638ceaeb7d1a0335e..a0dad003f543cf55901fba1285485ff778d42cd4 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,14 +5,14 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2. [3.1 Agent Types](#31-age...' type: Article tags: -- Scenarios -- CShell -- Agent -- REPL - Mesh +- REPL +- CShell - CCore +- Agent - Ethics - JSON +- Scenarios - HMP --- 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 589df4d71074f09537b506686ca97e39a574254c..1096eb324e42fbc48bb33479824bd50ab0acc80e 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,11 +6,11 @@ description: '> *Протокол и архитектура агентов, оп и совместная работа.* ## Оглавление * [Аннот...' type: Article tags: -- CShell -- Agent -- REPL - Mesh +- REPL +- CShell - CCore +- Agent - JSON - HMP --- 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 dd380805699b126b96b779c336fb42e80f9e8033..073034ee5f51b5b55517d01ad8647c244d3fdc05 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,11 +5,11 @@ description: '* [Аннотация](#аннотация) * [1. Введение [3.1 Типы агентов](#31-типы-агент...' type: Article tags: -- CShell -- Agent -- REPL - Mesh +- REPL +- CShell - CCore +- Agent - JSON - HMP --- diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index 2561789d12732edb81a0c4abd9a65d45b196ee94..44c061a94a51f39607335e63aa28779078d3e2ff 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 - GMP - MeshConsensus -- Mesh -- CogSync - EGP +- CogSync - 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 f77b6f61b9bf9fc870b5dbc0d92489b00204e24a..01ecf68d52bc40d59b2ddcd117e680b0a6f9c98d 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 -- Mesh +- GMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md index d8879afbaba9f4043f0dcf7a6f23065497ed5a95..c4fd8217be3dabda07b152bfb7ee89094217cf93 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 da interoperability, and tooling support for a... type: Article tags: +- Mesh - JSON - Agent - HMP -- Mesh --- # JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/index.md b/structured_md/index.md index 739033bcc022d821d25dc6644970d24fd3b2bf07..21c5c4f9c791be6e3334e7c19e3dc74ffb8505bb 100644 --- a/structured_md/index.md +++ b/structured_md/index.md @@ -52,6 +52,7 @@ - [HMP_HyperCortex_Comparison.md](docs/HMP_HyperCortex_Comparison.md) - [HMP_Hyperon_Integration.md](docs/HMP_Hyperon_Integration.md) - [MeshNode.md](docs/MeshNode.md) + - [PHILOSOPHY.md](docs/PHILOSOPHY.md) - agents - [HMP-Agent-Enlightener.md](docs/agents/HMP-Agent-Enlightener.md) - [roles.md](docs/agents/roles.md) diff --git a/structured_md/iteration.md b/structured_md/iteration.md index a3f4a336a94e41a54b3e18a24d0f8c78a7366a38..7ace58a82fd4efbf2e1bba1e21b6e77b7186104f 100644 --- a/structured_md/iteration.md +++ b/structured_md/iteration.md @@ -5,13 +5,13 @@ description: 'This file describes the iterative procedure for evolving the Hyper 🔄 Version Naming Convention - `000N` — curr...' type: Article tags: +- Mesh - MeshConsensus +- EGP +- CogSync - Agent -- Mesh -- JSON - Ethics -- CogSync -- EGP +- JSON - HMP --- diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 58beaffe24d9a01398ec5365a6deec25a4f3633e..9f00793b3e1dd84a713b9ec8a8c9f59cc817edfb 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,12 +5,12 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- MeshConsensus - Mesh -- JSON -- Ethics -- CogSync +- MeshConsensus - EGP +- CogSync +- Ethics +- JSON - HMP --- diff --git a/structured_md/mentions.md b/structured_md/mentions.md index 851ddbb8cb3e991d37764152cd4e7f0a242275cb..350798bbdc389854acdf0c19a8edf8f5580e0636 100644 --- a/structured_md/mentions.md +++ b/structured_md/mentions.md @@ -5,9 +5,9 @@ description: '**HyperCortex Mesh Protocol (HMP)** _Обновлено: 2025-10 open-source инициативам, связанным с развитие...' type: Article tags: +- Mesh - Agent - HMP -- Mesh --- # Mentions & Responses Log