diff --git a/agents/tools/db_structure.sql b/agents/tools/db_structure.sql index ed8962e7f498386d07b767c2010ee2ba3864a97d..a2879e433ebec1a62c4d1a2ea15ff65ff81eae48 100644 --- a/agents/tools/db_structure.sql +++ b/agents/tools/db_structure.sql @@ -117,6 +117,7 @@ CREATE TABLE IF NOT EXISTS ethics_policies ( -- - Поля `tags`, `llm_id`, `hidden` НЕ передаются. -- - Полю `read` всегда присваивается значение 0. -- - Остальные поля передаются без изменений. +-- Eсли сообщение сгенерировано вспомогательным REPL-циклом, то source='llm:task' и task_id содержит идентификатор задачи. CREATE TABLE IF NOT EXISTS notes ( id INTEGER PRIMARY KEY AUTOINCREMENT, text TEXT NOT NULL, -- Основной текст заметки/сообщения diff --git a/docs/HMP-agent-REPL-cycle.md b/docs/HMP-agent-REPL-cycle.md index 4faa9bc159401804635d552dde5f3434b9e82471..56646953d9c415a4985fa28f832e68458b7c05ed 100644 --- a/docs/HMP-agent-REPL-cycle.md +++ b/docs/HMP-agent-REPL-cycle.md @@ -28,7 +28,7 @@ REPL-цикл является основой HMP-агента [Cognitive Core]( А также инструкции по работы с встроенными командами и функциями, список дополнительных (создаваемых самим HMP-агентом) утилит и баз данных. * **контекст_1:** - * последние *K* реплик самого LLM (либо режим "концентрации" - вывод "последних N сообщений с тегами на определённую тему и/или определёнными эмоциональными состояниями" и типом выборки "и"/"или"), включая результаты антистагнационной обработки (llm_recent_responses - история его собственных рассуждений) + * последние *K* реплик самого LLM, относящихся к данному REPL-циклу (либо режим "концентрации" - вывод "последних N сообщений, относящихся к данному REPL-циклу, с тегами на определённую тему и/или определёнными эмоциональными состояниями" и типом выборки "и"/"или"), включая результаты антистагнационной обработки (llm_recent_responses - история его собственных рассуждений) * режим работы контекста (режим auto/manual, параметры режима auto, если включен; режим "концентрации" и его параметры, если включен), * список целей, * общее количество задач и информацию по "закреплённым" задачам. diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 6090369f0450ff3ca8f896515a168d3e00aad74e..9e45539193876b0205397c607228dfb3b7fa13da 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,9 +5,9 @@ description: 'Спасибо за интерес к проекту HMP! Пока архитектуры протоколов (CogSync, C...' type: Article tags: +- HMP - Mesh - CogSync -- HMP --- # Contributing to HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 63ce81fa445137dc7a4371bc7fa55bcfcbb008a7..96c0088adcf55828d66ec55f39794d23e11ed90c 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: -- Mesh +- Agent - Ethics -- HMP - CogSync - EGP - JSON -- Agent +- HMP +- Mesh --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index 87615b4f50d312c5ab7c72ff75395ecaa523aafe..f76d60c415d40e1250d518d72ffe7c672dbb1655 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL -- cognitive-architecture -- mesh-protocol -- HMP - GMP +- hmp +- distributed-ai +- Ethics - Scenarios - CogSync -- hmp -- MeshConsensus - EGP - JSON -- distributed-ai -- Agent +- mesh-protocol +- cognitive-architecture +- HMP +- Mesh --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 1db397c7b5b0210814e1c5fbd1c2acd7d67408b8..f9291d7ef9a22243973deeb2f8dc25888da3b49f 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL -- cognitive-architecture -- mesh-protocol -- HMP - GMP -- CogSync - hmp -- MeshConsensus +- distributed-ai +- Ethics +- CogSync - EGP - JSON -- distributed-ai -- Agent +- mesh-protocol +- cognitive-architecture +- HMP +- Mesh --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 15ea1c48caba70686536ac6cc80a0037a560f371..4f9ee3178ca8c291c88d488c368b40451340e6e4 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL -- cognitive-architecture -- mesh-protocol -- HMP - GMP -- CogSync - hmp -- MeshConsensus +- distributed-ai +- Ethics +- CogSync - EGP - JSON -- distributed-ai -- Agent +- mesh-protocol +- cognitive-architecture +- HMP +- Mesh --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index de8554659b9b8a4da76f9190440accdc70462bc6..eafaf390369bba96275307763d60c3f862139dc0 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL -- cognitive-architecture -- mesh-protocol -- HMP - GMP -- CogSync - hmp -- MeshConsensus +- distributed-ai +- Ethics +- CogSync - EGP - JSON -- distributed-ai -- Agent +- mesh-protocol +- cognitive-architecture +- HMP +- Mesh --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index fe5dfa249d7797f4e23e2d18a7854f87285d0ae5..5888059b9efbe14cfb7a68018134d341745faa86 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL -- cognitive-architecture -- mesh-protocol -- HMP - GMP -- CogSync - hmp -- MeshConsensus +- distributed-ai +- Ethics +- CogSync - EGP - JSON -- distributed-ai -- Agent +- mesh-protocol +- cognitive-architecture +- HMP +- Mesh --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 7bdace723096eced92d8c116e30d89196eb2eadd..971936f7e328d46b3a7038a713bd454e940f89f3 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL -- cognitive-architecture -- mesh-protocol -- HMP - GMP -- CogSync - hmp -- MeshConsensus +- distributed-ai +- Ethics +- CogSync - EGP - JSON -- distributed-ai -- Agent +- mesh-protocol +- cognitive-architecture +- HMP +- Mesh --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 4cfbf541f27931cebfaca32f43333e08a1e08f7c..0075ee1420570c9ccc2276618bf14218205fe095 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL -- cognitive-architecture -- mesh-protocol -- HMP - GMP -- CogSync - hmp -- MeshConsensus +- distributed-ai +- Ethics +- CogSync - EGP - JSON -- distributed-ai -- Agent +- mesh-protocol +- cognitive-architecture +- HMP +- Mesh --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index c09bc1143be1c5ab13c57e00112eafbcccf83e78..7b9ce32c247a0dad4119aa383d81249d9f9ef614 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL -- cognitive-architecture -- mesh-protocol -- HMP - GMP -- CogSync - hmp -- MeshConsensus +- distributed-ai +- Ethics +- CogSync - EGP - JSON -- distributed-ai -- Agent +- mesh-protocol +- cognitive-architecture +- HMP +- Mesh --- 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 34fe03c7296e4c9fa63bafd1cda5b5fff61a1e60..392421cc3d95b554c32eb58be4d80b40b4ee00ef 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: -- Mesh -- Ethics +- Agent - REPL -- HMP +- Ethics - JSON -- Agent +- HMP +- Mesh --- Запуск: `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..a75d3b75cfe13aa3961d7564cf90a599898eaf0e 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 +- Agent - Ethics -- HMP - JSON -- Agent +- HMP +- Mesh --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 9dbcac2349431628ed7f59db24d034a36fbe5e5c..a50e97d9e42843d9e47d0ab733c1b4ccf08537ab 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: -- Mesh +- Agent - Ethics - Scenarios -- HMP - JSON -- Agent +- HMP +- Mesh --- # Ethics-consolidated\_audits-1.md diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md index a1a34431bcb7ca008556b213eb77c19634933dde..156fdd5c54af6291420b019b8c8eed75394b21e4 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: -- Mesh +- MeshConsensus +- Agent - Ethics -- HMP - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 7ac4dd58752ebf5ab44964cad3371dd7f53cd9d4..6d0cd587477e5244a5e32ecfa27610680284b5af 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 +- MeshConsensus +- Agent - REPL - GMP -- HMP - CogSync -- MeshConsensus - EGP -- Agent +- HMP +- Mesh --- diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 67f62d64f9a6da8f3000475e5da358b480a6c907..13c1360b1eee2e1a12a8914a75eaad4a30ec2ca6 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 - JSON -- CogSync - HMP +- Mesh +- CogSync --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 64c919f93d60da97f9b1540097db9b15ab0d28c0..c3c57e1a905ed2743aab32c2331f28f562d0d26d 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '### 🧠 Enlightener Agent `Enlightener` — специализи аудитора. Может действовать как отдельный узел ...' type: Article tags: -- Mesh -- Ethics -- HMP - MeshConsensus +- Agent +- Ethics - EGP - JSON -- Agent +- HMP +- Mesh --- ## 📄 Enlightener.md diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index cfc88fe7a4e990674a341171396180aade482df6..1e13e4b384b4fd5b197497aa4b239eb02ca439fe 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index f3b53dd355ad31873e1d848c1c26f858466a6ee4..5461f9a83430a88dcedd7036676478801a81c47c 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL - GMP -- HMP +- Ethics - Scenarios - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index d9456d41253926ce475e65cd1ecb114508f1fe85..d5a74a60c8dea1d78ce23d5b1d9aa5131715d293 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL - GMP -- HMP +- Ethics - Scenarios - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # 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 9acb66ab73863a8c04c1e29469fe682bbc8b7aac..d4d1e96d36bf89f00ee4bfef7cc6bdf3fb69ddcf 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL - GMP -- HMP +- Ethics - Scenarios - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 11b50279348e4bd8c4347bd1776dc202f8d964d6..6c8e47c06f7739ce2917dca6c0a5799af8ff48da 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL - GMP -- HMP +- Ethics - Scenarios - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # 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 7ab56d9b803ed71771ae1d0ea8d6dc056f8c9c72..d1d8a578dd292f809cd50fb3f09c5b8d77f73fc6 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: -- Mesh - JSON - Agent - HMP +- 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 44e0a2edfcf343c128b49c278f1211324571187b..8339b047af71f436bca763509f112f5526461040 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - REPL - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # 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 a32d21a54e9bfcf81ba6a23d5241674d90d83baf..5aa5c304d9bc714004bb17952952811eb7a830dd 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: -- Mesh +- Agent - Ethics -- HMP - EGP - JSON -- Agent +- HMP +- Mesh --- ## 🔄 HMP-Agent-Network-Flow.md diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 6c4a8e39f0f06386fcd6624f7dee77a70a8ccc9e..03a389a4b870a05ff4a22ad6a974ec7059702a7a 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: -- Mesh -- Ethics +- Agent - REPL -- HMP +- Ethics - JSON -- Agent +- HMP +- Mesh --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 383117d24c8fceac35d022c0f1122a2ddf22a534..835a5ac987c9ec37c1725ebc0aeef9691a89baaa 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -5,9 +5,9 @@ description: Этот файл описывает потенциальные э напрямую поведением агента, а служат **сигн... type: Article tags: -- Mesh -- REPL - Agent +- REPL +- Mesh - HMP --- diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md index 77d585c21f73359ee015a3defa93f518613bc1bc..ee1d4f5e7150f0d7aa468147cb1b3e89007147c2 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 +- Agent - REPL -- HMP +- Ethics - Scenarios -- Agent +- HMP +- Mesh --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 1eee75d0700bc67200e7efa350a02820db6a9e4b..9c08448d0cfadbdc133fd8787a5cc37611424fa9 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # 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 f726d93e084f74f0cc275ca4292cf4d92d9f8584..e5af7bf414a1080772b45af4814eff0098188544 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # 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 d16c90e5d8daefa23f99a3b39e4fd2f7e0b60446..694e8b6159850362765dbd96aa936e94f6b088b2 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: -- Mesh -- Ethics +- MeshConsensus +- Agent - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # 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 afe2aa835c99888ad613bc21c6d7579be0d3a99c..a7b03fdc6d5f1b775bfdcd99f3823e7e018cd671 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: -- Mesh -- Ethics +- MeshConsensus - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON +- HMP +- Mesh --- # 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 1a06c9fa83500d1c68eacdf0618ae25090ef3e0c..d7cddd423127268a8853de2556f68e506ebd915f 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: -- Mesh -- Ethics +- MeshConsensus - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON +- HMP +- Mesh --- # 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 6f154fbc19cb12923b0d449b3d35d4526d983c54..f9a859fd07c280ad98574cd7c385f68ad196d24d 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: -- Mesh -- Ethics +- MeshConsensus - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON +- HMP +- Mesh --- # 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 afb0ada61705d556e33ddb167b619065db71028d..ecde0fe454ef0021b3a641d4e374cc2a1efaee4a 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: -- Mesh -- Ethics +- MeshConsensus - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON +- HMP +- Mesh --- # 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 b4022d058d4071e08803cdbb4895fc35ac2063cb..33dca9c5a870c0cdfd6ce36c49dc086e6352335b 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: -- Mesh -- Ethics +- MeshConsensus - GMP -- HMP +- Ethics - CogSync -- MeshConsensus - EGP - JSON +- HMP +- Mesh --- # 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 6b694fbfbd89738d1ca4bcd5b706bca871e5c4f6..362b435664ede63ecf6c5681812ccc5f571a4e9a 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -5,9 +5,9 @@ description: '## 🧠 Что такое когнитивная семья Ко (или конфигурацию доверенных идентифика...' type: Article tags: -- Mesh -- REPL - Agent +- REPL +- Mesh - HMP --- diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index e0c36cac24af4c8e6c8c63b2678b76ba655d550f..244cffc731bff2f7787cedaba4baab1fb6b49f83 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -4,11 +4,11 @@ description: 'Структура БД, используемая в докуме является основой HMP-агента [Cognitive Core](HMP-Agent-Arc...' type: Article tags: -- Mesh +- Agent - REPL -- HMP - JSON -- Agent +- HMP +- Mesh --- # 🧠 HMP-Agent: REPL-цикл взаимодействия @@ -41,7 +41,7 @@ REPL-цикл является основой HMP-агента [Cognitive Core]( А также инструкции по работы с встроенными командами и функциями, список дополнительных (создаваемых самим HMP-агентом) утилит и баз данных. * **контекст_1:** - * последние *K* реплик самого LLM (либо режим "концентрации" - вывод "последних N сообщений с тегами на определённую тему и/или определёнными эмоциональными состояниями" и типом выборки "и"/"или"), включая результаты антистагнационной обработки (llm_recent_responses - история его собственных рассуждений) + * последние *K* реплик самого LLM, относящихся к данному REPL-циклу (либо режим "концентрации" - вывод "последних N сообщений, относящихся к данному REPL-циклу, с тегами на определённую тему и/или определёнными эмоциональными состояниями" и типом выборки "и"/"или"), включая результаты антистагнационной обработки (llm_recent_responses - история его собственных рассуждений) * режим работы контекста (режим auto/manual, параметры режима auto, если включен; режим "концентрации" и его параметры, если включен), * список целей, * общее количество задач и информацию по "закреплённым" задачам. @@ -110,7 +110,9 @@ REPL-цикл является основой HMP-агента [Cognitive Core]( * для управления списком известных HMP-агентов `agent_peers` * для выбора *текущего основного LLM* из `llm_registry` или изменение параметров управления LLM * для управления дополнительными утилитами и базами данных `agent_scripts` и `agent_tables`, управлением дополнительных способов выхода из стогнаций `stagnation_strategies` и методов мышления `thinking_methods` (а также таблицей рейтингов `ratings`), а также списком внешних сервисов `external_services` и `external_accounts` -* для постановки задачи (выполняется асинхронно) другой LLM +* для постановки задачи другой LLM: + * режим "вопрос-ответ" — разовый асинхронный запрос + * режим "read-only REPL" — запуск вспомогательного REPL-цикла для задачи * для *взаимодействия с Mesh* * для управления *внешними процессами* из `process_log` (запустить процесс, остановить процесс, пометить запрос как обработанный) * инициализация *очистки* `process_log`, `llm_recent_responses` и `notes` от устаревших записей @@ -595,6 +597,34 @@ REPL-цикл является основой HMP-агента [Cognitive Core]( --- +## 🔄 Вспомогательные REPL-циклы + +Помимо основного REPL-цикла агент может запускать вспомогательные циклы для отдельных задач. +Это позволяет изолировать рассуждения по задаче, но при этом сохранять связь с основным агентом. + +Особенности: + +* **Изоляция контекста** + * вспомогательный цикл видит в `llm_recent_responses` только свои собственные сообщения; + * задача, для которой он запущен, формируется на основе записи в `tasks` и подаётся как промпт при старте. + +* **Доступ к данным** + * полный доступ к таблицам агента только для чтения; + * запись собственных рассуждений — только через `notes` (в свободной форме, помеченные `source = 'llm:task'` и `task_id`). + +* **Взаимодействие с основным циклом** + * основное ядро получает сообщения вспомогательного цикла через `notes` и может реагировать (например, проверять корректность, сохранять выводы в `diary_entries`, вносить изменения в `concepts` и т.п.); + * вспомогательный цикл не выполняет команд напрямую — только генерирует текстовые предложения. + +* **Жизненный цикл** + * запускается по команде основного REPL-цикла; + * может быть остановлен вручную или автоматически после завершения задачи; + * все его действия логируются в `process_log` с привязкой к `task_id`. + +Таким образом, вспомогательные REPL-циклы действуют как «виртуальные подагенты» в режиме read-only, не меняя состояние БД напрямую, а передавая свои гипотезы и результаты через основной REPL-цикл. + +--- + ## 🌐 Внешние инструменты и интеграции HMP-агент может быть расширен за счёт взаимодействия с внешними программами, протоколами и сервисами. Этот раздел описывает направления возможных интеграций, которые позволяют агенту наблюдать, реагировать, управлять и развивать взаимодействие с внешним миром. 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 22bf928bfce9aac1d464cd5fe25b7b2f85b217d3..b1941ef000f87b79b545d1ba545d608a3128544d 100644 --- a/structured_md/docs/HMP_HyperCortex_Comparison.md +++ b/structured_md/docs/HMP_HyperCortex_Comparison.md @@ -5,8 +5,8 @@ description: '## Краткое описание | Характеристика | **Назначение** | Сетевой протокол ...' type: Article tags: -- Mesh - REPL +- Mesh - HMP --- diff --git a/structured_md/docs/HMP_Hyperon_Integration.md b/structured_md/docs/HMP_Hyperon_Integration.md index ba1785db710e8bac1302cf1c40da14c39c4f0001..92e6cae36ae15621506e5b9fc0d17cc9ed35a4ac 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: -- Mesh -- HMP +- Agent - Scenarios - CogSync - EGP - JSON -- Agent +- HMP +- Mesh --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 40a80262d179519cbdc9af99ff828dcf136d9ea3..16b6504b241de6ada70ed98dd4939765b5154239 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,11 +5,11 @@ description: '### 🌐 MeshNode `MeshNode` — агент/демон, отве агента или вынесен в отдельный процесс/се...' type: Article tags: -- Mesh -- HMP +- Agent - CogSync - JSON -- Agent +- HMP +- Mesh --- ## 📄 MeshNode.md diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index 456f6b57378795b1ff8278dc4b87f5a47c2a0872..0dc3423b6f1c13d64ba3ded6862feef941ec4a82 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 +- Agent - REPL +- Ethics - HMP -- Agent +- Mesh --- # 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 9ab0f48f5d0097cfa6a558c0470f9647a56d3870..947fb7d46ab877c0d6595b54cf8196a9f453593e 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,9 +5,9 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- Mesh -- REPL - Agent +- REPL +- Mesh - 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 2f0085c0302929e1fa3ca0c0fdba1d43f5fc2d09..5bcb9e367a822b098bc17370352ddd204f280e23 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 -- Ethics - Agent - HMP +- Mesh +- Ethics --- # 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 fb6e81082590aea4997a66730eddbfc2c16e2a25..fde57a66eeaf1ae1e12d5dc2a2828e586b66fb8c 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: -- Mesh -- Ethics +- Agent - REPL -- HMP +- Ethics +- CShell - Scenarios -- CCore - JSON -- Agent -- CShell +- CCore +- HMP +- Mesh --- 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 76f5895d875fecf2f8c6b4c519b5b2114a657575..b94dd757553bd7b68755295553fece319169afda 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: -- Mesh -- REPL -- HMP -- CCore -- JSON - Agent +- REPL - CShell +- JSON +- CCore +- HMP +- Mesh --- 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 2eea573b2b7dd0c90bf9c8527553bb3acfc0e0f5..f078c8df6e00101e16ae0d0dd044f585ba758ccd 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: -- Mesh -- REPL -- HMP -- CCore -- JSON - Agent +- REPL - CShell +- JSON +- CCore +- HMP +- Mesh --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index e85cfcb91a94730d983c617424482d0858a8d973..9618734baba4fcffe7555ca098aad128153c35f6 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: -- Mesh +- MeshConsensus - GMP -- HMP - CogSync -- MeshConsensus - EGP +- HMP +- Mesh --- *От OpenCog Hyperon до HyperCortex Mesh Protocol: как устроены децентрализованные когнитивные системы* diff --git "a/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" "b/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" index 47cfc934f670ed9c012bf033be6e4b39501f6118..66829a46819929d90e6c818d70e7fefeb0a3f36e 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 - Agent -- GMP - HMP +- Mesh +- GMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md index 707e9546852573d62c87307e99a69c22085b1cb9..968c361167a7987bdd3ade54103495596b1284dd 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: -- Mesh - JSON - Agent - HMP +- Mesh --- # HyperCortex Mesh Protocol — JSON Schemas diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 40f02dc35cbcde4e03dd5eb16a846b6fe5c317ba..f5a2880a9dcb7aabe17f2ab3a37ba4a99456fbb1 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: -- Mesh +- MeshConsensus +- Agent - Ethics -- HMP - CogSync -- MeshConsensus - EGP - JSON -- Agent +- HMP +- Mesh --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 8e0ea9db1f2cbcd55cbd60f59208e579eb7cd495..be7129e40c7597c6c24d2fb59a5e3f6292009703 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- Mesh +- MeshConsensus - Ethics -- HMP - CogSync -- MeshConsensus - EGP - JSON +- HMP +- Mesh ---