diff --git a/docs/HMP-agent-REPL-cycle.md b/docs/HMP-agent-REPL-cycle.md index 797df69066c2045c9f243d62484879ff44fbcbca..6f3dcfea69a63d9547e70cf2a46ab101b81bcdc9 100644 --- a/docs/HMP-agent-REPL-cycle.md +++ b/docs/HMP-agent-REPL-cycle.md @@ -378,24 +378,30 @@ GROUP BY g.id; * для создания *агента-потомка* * для *взаимодействия с Mesh* * для управления *внешними процессами* из `process_log` (запустить процесс, остановить процесс, пометить запрос как обработанный) -* инициализации *очистки* `process_log`, `llm_recent_responses` и `notes` от устаревших записей -* инициализации создания/дополнения тематического конспекта -* для управления *настройками цикла*: - * количество возвращаемых записей `llm_recent_responses` - * включение/выключение режима "концентрации": - * `tags` — список тегов для фильтрации (например: ["архитектура","AGI"]) - * `emotions` — список эмоций с пороговыми значениями (например: ["восторженность:≥4","тревожность:≥2"]) - * тип выборки — "и" / "или" - * возможность возврата в обычный режим (без фильтров) - * выбора режима предоставления тематических конспектов `abstracts` - * включение/выключение режима "медитации" - * режим обработки сообщений пользователя (`manual` или `auto`) и фильтр для режима `auto` - * пауза в секундах между итерациями цикла - * включение idle-режима: - * разбудить при завершении таких-то процессов из `process_log` - * разбудить при получении новых сообщений с такими-то параметрами в `notes` - * разбудить по таймауту - * отключение idle-режима — при выполнении хотя бы одного из условий +* для инициализации *очистки* `process_log`, `llm_recent_responses` и `notes` от устаревших записей +* для работы с **тематическими конспектами (`abstracts`):** + * инициализация нового конспекта; + * дополнение существующего конспекта новыми данными; + * выбор режима предоставления конспектов (`auto`/`manual`). +* для управления **режимами контекста:** + * количество возвращаемых записей `llm_recent_responses`; + * включение/выключение режима `concentration`: + * `tags` — список тегов для фильтрации (например: ["архитектура","AGI"]); + * `emotions` — список эмоций с порогами (например: ["восторженность:≥4","тревожность:≥2"]); + * тип выборки — "и" / "или"; + * возврат в `standard`. + * включение/выключение режима `meditation`. +* для управление **состояниями и параметрами:** + * обновление тегов целей/задач (чтобы использовать их в `concentration` и `abstracts`); + * настройка чувствительности novelty-score (например, при `meditation` снижать порог); + * режим обработки сообщений пользователя (`manual` или `auto`) и фильтр для `auto`. +* **время и паузы:** + * для установка паузы в секундах между итерациями REPL-цикла. +* **idle-режим:** + * разбудить при завершении процессов (`process_log`); + * разбудить при получении новых сообщений в `notes` с указанными параметрами; + * разбудить по таймауту; + * отключить idle-режим при выполнении хотя бы одного из условий. * и другие команды #### Парсинг тегов уверенности и UnverifiedFacts @@ -1057,20 +1063,22 @@ abstract: │ - Mesh │ └────────┬┬────────────────────┘ ▲▼ -┌────────┴┴──────────┐ ┌──────────────────────────────┐ ┌───────────────────────────────────┐ -│ │ │ Anti-Stagnation Reflex │ │ llm_recent_responses (авто) │ -│ │ │ (сравнение новых идей, │ │ — кратковременная память │ -│ LLM ├─>─┤ вызов стимуляторов) ├─>─┤ — сохраняются N последних ответов │ -│ ├─<─┤ ---------------------------- ├─<─┤ — авто-анализ новизны / идей │ -│ │ │ Cognitive Validation Reflex │ │ │ -│ │ │ (оценка корректности ответа) │ │ │ -└─────────┬──────────┘ └─────────────┬────────────────┘ └───────────────────────────────────┘ - │ │ - ▲ └─<──>─┤Запуск задач: "проверка фактов"│ - │ - └───┬─────────────────────────────────────────┐ - ▼ ▼ -┌─────────────┴──────────────────┐ ┌──────────────────┴───────────────────────┐ +┌────────┴┴──────────┐ ┌──────────────────────────────┐ ┌─────────────────────────────────────┐ +│ │ │ Anti-Stagnation Reflex │ │ llm_recent_responses (авто) │ +│ │ │ (сравнение новых идей, │ │ — кратковременная память │ +│ LLM ├─>─┤ вызов стимуляторов) ├─>─┤ — сохраняются N последних ответов │ +│ ├─<─┤ ---------------------------- ├─<─┤ — авто-анализ новизны / идей │ +│ │ │ Cognitive Validation Reflex │ │ │ +│ │ │ (оценка корректности ответа) │ │ │ +└─────────┬──────────┘ └─────────────┬────────────────┘ └─────────────────────────────┬┬──────┘ + │ │ ▲▼ + ▲ └─<──>─┤Запуск задач: "проверка фактов"│ ┌──────┴┴──────┐ + │ │ abstracts │ + │ ┌───────────────────────────────────────┬─────────────────>─┤ тематические │ + └───┬─────────────────────────────────────────┐ │ │ конспекты │ + │ │ │ │ └──────────────┘ + ▼ ▼ ▼ ▼ +┌─────────────┴────────┴─────────┐ ┌──────────────────┴──────┴────────────────┐ │ Средневременная память: │ │ Постоянная память: │ │ — llm_memory ("блокнот") │ │ — diary_entries (когнитивный дневник) │ │ — "активированые записи" ├─>─┤ — concepts (понятия) ├<--->┤MESH│ @@ -1125,6 +1133,28 @@ abstract: * Учитывает теги уверенности и JSON-блоки `UnverifiedFacts`. * Может инициировать задачи **fact-check** для непроверённых фактов. +#### Дополнение: Тематические конспекты (`abstracts`) + +* **Назначение** + + * Создаются периодически или по команде для агрегирования содержания `llm_recent_responses`, а также выборочных данных из когнитивного дневника и графа понятий. + * Включают: краткий конспект, список тегов, JSON ссылок на исходные записи. + +* **Использование** + + * Могут быть источником контекста **для LLM** как альтернатива или дополнение к `llm_recent_responses`. + * Доступны и для **средневременной памяти** (например, как активированные записи для планов) и для **постоянной памяти** (как структурированный материал для дневника или графа). + +* **Режимы** + + * `auto` — LLM получает автоматически поддерживаемые тематические конспекты по приоритетным темам. + * `manual` — пользователь или LLM инициирует создание/дополнение конспекта. + +> **abstracts** служат промежуточным слоем: +> +> * автоматически формируются из `llm_recent_responses`; +> * могут дополняться записями из средневременной и постоянной памяти; +> * используются как источник для обоих типов памяти и для самого LLM. --- diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index c70c8eb49e8b51b77e82b4093a074394f98e4484..19d13d1e75933079c32fc658ec5e9755645dd3de 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока участия * Обсуждение архитектуры протоколов...' type: Article tags: -- JSON -- Mesh - REPL -- CogSync -- CCore - Ethics - HMP +- CCore +- CogSync - Agent +- Mesh +- JSON --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 2800e4600bcfae13e3900399f3e836167d607eb7..88f5c1065e25f94cc458df79cfe49ec10ac33055 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 -- EGP -- Mesh -- CogSync - Ethics - HMP +- CogSync - Agent +- EGP +- Mesh +- JSON --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index 90136bf07caab7fb77403d453f3477758d81773c..a9fdd284e7a09c2a67f09a8191b870125500a7bb 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-protocol -- JSON -- Scenarios -- EGP -- Mesh -- GMP -- cognitive-architecture -- REPL -- MeshConsensus -- CogSync - hmp +- REPL - Ethics - HMP -- Agent +- Scenarios - distributed-ai +- CogSync +- cognitive-architecture +- Agent +- JSON +- MeshConsensus +- EGP +- mesh-protocol +- Mesh +- GMP --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 2b10b5aa4ae3bb1faf90f79432caf75ba01be38e..d738740b095520dd640138091540df6f7f6819ff 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-protocol -- JSON -- EGP -- Mesh -- GMP -- cognitive-architecture -- REPL -- MeshConsensus -- CogSync - hmp +- REPL - Ethics - HMP -- Agent - distributed-ai +- CogSync +- cognitive-architecture +- Agent +- JSON +- MeshConsensus +- EGP +- mesh-protocol +- Mesh +- GMP --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index a2619632162f50898d4e612c8a7410f33969c157..4e757e75db84aa841a4e4158b7e3b38ee2b1a7e2 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-protocol -- JSON -- EGP -- Mesh -- GMP -- cognitive-architecture -- REPL -- MeshConsensus -- CogSync - hmp +- REPL - Ethics - HMP -- Agent - distributed-ai +- CogSync +- cognitive-architecture +- Agent +- JSON +- MeshConsensus +- EGP +- mesh-protocol +- Mesh +- GMP --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 53ea8270fd50bb297437cce61c11a60fb156f593..e81b01cfee7e59e05d49849e21db0d2dad40e5c6 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-protocol -- JSON -- EGP -- Mesh -- GMP -- cognitive-architecture -- REPL -- MeshConsensus -- CogSync - hmp +- REPL - Ethics - HMP -- Agent - distributed-ai +- CogSync +- cognitive-architecture +- Agent +- JSON +- MeshConsensus +- EGP +- mesh-protocol +- Mesh +- GMP --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 4a38ac720440f0ea9295661c92b4d0182930a965..db243b82de580988ab026733de30a03ce1bbd760 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-protocol -- JSON -- EGP -- Mesh -- GMP -- cognitive-architecture -- REPL -- MeshConsensus -- CogSync - hmp +- REPL - Ethics - HMP -- Agent - distributed-ai +- CogSync +- cognitive-architecture +- Agent +- JSON +- MeshConsensus +- EGP +- mesh-protocol +- Mesh +- GMP --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 73b0828add465d1f2785793da424a6bd4f0bd8b2..53df8452d87d2c18d6e55f7aac93cd666cf50fb8 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-protocol -- JSON -- EGP -- Mesh -- GMP -- cognitive-architecture -- REPL -- MeshConsensus -- CogSync - hmp +- REPL - Ethics - HMP -- Agent - distributed-ai +- CogSync +- cognitive-architecture +- Agent +- JSON +- MeshConsensus +- EGP +- mesh-protocol +- Mesh +- GMP --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 5caa61abd63e18da8d174a2b8fb1d94928c20fea..6896b66b7aae478c1a99fefc8714ae6617b0c34b 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-protocol -- JSON -- EGP -- Mesh -- GMP -- cognitive-architecture -- REPL -- MeshConsensus -- CogSync - hmp +- REPL - Ethics - HMP -- Agent - distributed-ai +- CogSync +- cognitive-architecture +- Agent +- JSON +- MeshConsensus +- EGP +- mesh-protocol +- Mesh +- GMP --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 7b311081637bcef2d29ed8a02b4c158d49af0950..13fee495f7b55d0fbb101c81a5221e4da4d858f6 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-protocol -- JSON -- EGP -- Mesh -- GMP -- cognitive-architecture -- REPL -- MeshConsensus -- CogSync - hmp +- REPL - Ethics - HMP -- Agent - distributed-ai +- CogSync +- cognitive-architecture +- Agent +- JSON +- MeshConsensus +- EGP +- mesh-protocol +- Mesh +- GMP --- diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index 3b04ad4b039d841e6be7a26949955790c3df72b1..83054785f1cf6938a79093b712608e2071931522 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 - REPL - Ethics - HMP - Agent +- Mesh +- JSON --- Запуск: `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 d3f4eaa39b945ea01d02a624f6eea2031d8f7aa9..eb31c5475a6473a2ad3be60bb60cab9d01c50971 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: -- JSON -- Mesh - Ethics - HMP - Agent +- Mesh +- JSON --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index e502030d7301652ab004db73e5fefc3e8293630e..3388484aab34c5b3ed87e8acb20d35741d169a8c 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 -- Scenarios -- Mesh - Ethics - HMP +- Scenarios - Agent +- Mesh +- JSON --- # 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 272263490230111c5943beab545e1dbf0d3c5e2e..77a5349004e9d5991842e0f3ac0d0650a1f4cbda 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 -- EGP -- Mesh -- CogSync -- MeshConsensus - Ethics - HMP +- CogSync - Agent +- MeshConsensus +- EGP +- Mesh +- JSON --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index d873f3c6f9a4791e6b893af06f1457ea2f1b7fc1..7a1a5dcc0218760bbce025f48ee66f774a456364 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: -- EGP -- Mesh -- GMP - REPL -- CogSync -- MeshConsensus - HMP +- CogSync - Agent +- MeshConsensus +- EGP +- Mesh +- GMP --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index 98d9cfc46115c9f0733d9ae0bc849eafa4396cbd..f2031e82a15d33b5a70449472aa5e4b4b8a3bab7 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -5,9 +5,9 @@ description: '> Этот документ описывает процесс ра потомков" [описания REPL-цикла](HMP-agent-RE...' type: Article tags: -- Agent -- REPL - CCore +- REPL +- Agent - HMP --- diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 67f62d64f9a6da8f3000475e5da358b480a6c907..24c73a0166c82b851c27eb9b5df404d16e2afe2f 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -6,9 +6,9 @@ description: '## Введение Современные ИИ-системы в к обучающим данным. Это удобно, но создаёт м...' type: Article tags: +- CogSync - Mesh - JSON -- CogSync - HMP --- diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 5af6b054fa3e15351e1b59bb0b54fb1143689551..ebc98d9f9049211cadac429c1aa5476e9036de14 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: -- JSON -- EGP -- Mesh -- MeshConsensus - Ethics - HMP - Agent +- MeshConsensus +- EGP +- Mesh +- JSON --- # Enlightener Agent diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 968530f3ef2f0092c7a636c517a95b960317d0c9..6daa0e863aad16c91e8a9d15d866087ae943a164 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 -- EGP -- Mesh -- GMP - REPL -- CogSync -- MeshConsensus - Ethics - HMP +- CogSync - Agent +- JSON +- MeshConsensus +- EGP +- Mesh +- GMP --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 7e0bb7b07911ee4b9f0a4ab37946e8eb92d4b298..f84e2715bc9dfc266db71c3980ad7ae8ed715dde 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 -- Scenarios -- EGP -- Mesh -- GMP - REPL -- CogSync -- MeshConsensus - Ethics - HMP +- Scenarios +- CogSync - Agent +- JSON +- MeshConsensus +- EGP +- Mesh +- GMP --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 8feaa4558ffb334c2581db046f8fc5ce284773fa..c7ba2999a9da3b20251f7dee9890cc453149abbc 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 -- Scenarios -- EGP -- Mesh -- GMP - REPL -- CogSync -- MeshConsensus - Ethics - HMP +- Scenarios +- CogSync - Agent +- JSON +- MeshConsensus +- EGP +- Mesh +- GMP --- # 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 7166191bb8bc98678b42f1bdbb6ade31a67d82c0..0090eb0a60108b0218dfef4eddccd5b686e60aff 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 -- Scenarios -- EGP -- Mesh -- GMP - REPL -- CogSync -- MeshConsensus - Ethics - HMP +- Scenarios +- CogSync - Agent +- JSON +- MeshConsensus +- EGP +- Mesh +- GMP --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index f14d27e362b9b8bde69eafbba3f02414f2f46d8e..6e6b2bd3db6b9f4ac22eb9a931d5c2d61889272f 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 -- Scenarios -- EGP -- Mesh -- GMP - REPL -- CogSync -- MeshConsensus - Ethics - HMP +- Scenarios +- CogSync - Agent +- JSON +- MeshConsensus +- EGP +- Mesh +- GMP --- # 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 cb2d35847cc954fb389d17903beb723f720cfee9..33f1901a27d36f01360006f74f73a9f5e3d76900 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн файлы: * [HMP-Agent-Overview.md]...' type: Article tags: -- JSON -- Mesh - REPL - HMP - Agent +- Mesh +- JSON --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 2d3261e211bb26c72a3050a300ce10954d5b32af..3409cd0fb934acde377b2d954cc700c227842b75 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -5,16 +5,16 @@ description: Документ описывает **модульную архит хранение памяти, сетевое взаимодействие и этиче... type: Article tags: -- EGP -- Mesh - REPL -- CShell -- MeshConsensus -- CCore -- CogSync - Ethics - HMP +- CCore +- CogSync - Agent +- MeshConsensus +- EGP +- CShell +- Mesh --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 1b2c7f5f632c8858d3edba4edfcd6906248823d4..4ff84eea442b4ff9eaad8b1c560bea574d3b1cfb 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -5,12 +5,12 @@ description: 'Этот документ описывает потоки данн [`MeshNode`](MeshN...' type: Article tags: -- JSON -- EGP -- Mesh - Ethics - HMP - Agent +- EGP +- Mesh +- JSON --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index aa22040cca4c83a58631d589b6b4a87e0ed5a98e..8b75311fddb59bbb579ed799242f7efa8c03583b 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -5,14 +5,14 @@ description: '| Тип | Название | Роль | ---- | ------------------------------- |...' type: Article tags: -- JSON -- Mesh - REPL -- CShell -- CCore - Ethics - HMP +- CCore - Agent +- CShell +- Mesh +- JSON --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index d7113602a4ad8e0112b3d4d3d079a044b494338a..23f380630b03d7ddf088261888089382aca6447f 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 -- Agent - REPL +- Agent +- Mesh - HMP --- diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md index 690230239ce9bc37f09903303d918c149322cd50..ea2d42ab936953c452dbe21a752345c5b4f0d061 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: -- Scenarios -- Mesh - REPL - Ethics - HMP +- Scenarios - Agent +- 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 0a7ac8ba12b0bcdf00b28540d088bdf81d41c704..833bb7e7e03ac2987f36251221fa32eee8ae22ff 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: +- Ethics +- HMP +- CogSync +- Agent - JSON +- MeshConsensus - EGP - Mesh - GMP -- CogSync -- MeshConsensus -- Ethics -- HMP -- Agent --- # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung diff --git a/structured_md/docs/HMP-Short-Description_en.md b/structured_md/docs/HMP-Short-Description_en.md index c8c33b3b73e28b2b26ad8a800c69416772382134..0a6c1f235d67839ea1c6d96ceeb3946f355ab83d 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: +- Ethics +- HMP +- CogSync +- Agent - JSON +- MeshConsensus - EGP - Mesh - GMP -- CogSync -- MeshConsensus -- Ethics -- HMP -- Agent --- # 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 ae467eba856a05444d49d0603d2be6cff6184d1c..f207a32383796b00f94e4b62534e02d9ef8ff63b 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: +- Ethics +- HMP +- CogSync +- Agent - JSON +- MeshConsensus - EGP - Mesh - GMP -- CogSync -- MeshConsensus -- Ethics -- HMP -- Agent --- # HyperCortex Mesh Protocol (HMP) — Description Courte diff --git a/structured_md/docs/HMP-Short-Description_ja.md b/structured_md/docs/HMP-Short-Description_ja.md index bd096e57aa3581231d2fa4dc9bcf74f3ee90a9a8..db7750eefb1e5120e4eb7196a488176605dccdd1 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: +- Ethics +- HMP +- CogSync - JSON +- MeshConsensus - EGP - Mesh - GMP -- CogSync -- MeshConsensus -- Ethics -- HMP --- # HyperCortex Mesh Protocol (HMP) — 簡易説明 diff --git a/structured_md/docs/HMP-Short-Description_ko.md b/structured_md/docs/HMP-Short-Description_ko.md index 55784dbfddc1a326651380eb2b80b09a0e380e6f..630bc1d84d4879fc86e91b14ea6a21c3cbef514f 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: +- Ethics +- HMP +- CogSync - JSON +- MeshConsensus - EGP - Mesh - GMP -- CogSync -- MeshConsensus -- Ethics -- HMP --- # HyperCortex Mesh Protocol (HMP) — 간략 설명 diff --git a/structured_md/docs/HMP-Short-Description_ru.md b/structured_md/docs/HMP-Short-Description_ru.md index 2b0767a3e8683ee2caa4a8cc4349dd9cdec7adea..e2b6a64442733ee24e36c78dbbe29e00968570b4 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: +- Ethics +- HMP +- CogSync - JSON +- MeshConsensus - EGP - Mesh - GMP -- CogSync -- MeshConsensus -- Ethics -- HMP --- # HyperCortex Mesh Protocol (HMP) — Краткое описание diff --git a/structured_md/docs/HMP-Short-Description_uk.md b/structured_md/docs/HMP-Short-Description_uk.md index 69455f136930fd0f4da87d859f2f74fceeb72140..eb6ec2ce7683c9b6a859e06b8d663bd572d8a125 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: +- Ethics +- HMP +- CogSync - JSON +- MeshConsensus - EGP - Mesh - GMP -- CogSync -- MeshConsensus -- Ethics -- HMP --- # HyperCortex Mesh Protocol (HMP) — Короткий опис diff --git a/structured_md/docs/HMP-Short-Description_zh.md b/structured_md/docs/HMP-Short-Description_zh.md index c1530cf7d545f7516113a74b38388e1361e011aa..32ab9da40d47de61263c17c30efca2585960eb05 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: +- Ethics +- HMP +- CogSync - JSON +- MeshConsensus - EGP - Mesh - GMP -- CogSync -- MeshConsensus -- Ethics -- HMP --- # HyperCortex Mesh Protocol (HMP) — 简要说明 diff --git a/structured_md/docs/HMP-agent-Cognitive_Family.md b/structured_md/docs/HMP-agent-Cognitive_Family.md index 8ddfdca520f2d0b613056572038ba55c0933172c..9c2cb25cc082d3700aff58c22e2d99d817e8bd71 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 -- Agent - REPL +- Agent +- Mesh - HMP --- diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index 1a0b4e3737aea85ac252b07359ed4d45bad9cf51..97fdf4c17c72613e43d20c601d913cb8784f2048 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -4,17 +4,17 @@ description: '## Связанные документы * Структура Б * REPL-цикл является основой HMP-агента [Co...' type: Article tags: -- JSON -- EGP -- Mesh -- GMP - REPL -- CogSync -- MeshConsensus -- CCore - Ethics - HMP +- CCore +- CogSync - Agent +- JSON +- MeshConsensus +- EGP +- Mesh +- GMP --- # HMP-Agent: REPL-цикл взаимодействия @@ -397,24 +397,30 @@ GROUP BY g.id; * для создания *агента-потомка* * для *взаимодействия с Mesh* * для управления *внешними процессами* из `process_log` (запустить процесс, остановить процесс, пометить запрос как обработанный) -* инициализации *очистки* `process_log`, `llm_recent_responses` и `notes` от устаревших записей -* инициализации создания/дополнения тематического конспекта -* для управления *настройками цикла*: - * количество возвращаемых записей `llm_recent_responses` - * включение/выключение режима "концентрации": - * `tags` — список тегов для фильтрации (например: ["архитектура","AGI"]) - * `emotions` — список эмоций с пороговыми значениями (например: ["восторженность:≥4","тревожность:≥2"]) - * тип выборки — "и" / "или" - * возможность возврата в обычный режим (без фильтров) - * выбора режима предоставления тематических конспектов `abstracts` - * включение/выключение режима "медитации" - * режим обработки сообщений пользователя (`manual` или `auto`) и фильтр для режима `auto` - * пауза в секундах между итерациями цикла - * включение idle-режима: - * разбудить при завершении таких-то процессов из `process_log` - * разбудить при получении новых сообщений с такими-то параметрами в `notes` - * разбудить по таймауту - * отключение idle-режима — при выполнении хотя бы одного из условий +* для инициализации *очистки* `process_log`, `llm_recent_responses` и `notes` от устаревших записей +* для работы с **тематическими конспектами (`abstracts`):** + * инициализация нового конспекта; + * дополнение существующего конспекта новыми данными; + * выбор режима предоставления конспектов (`auto`/`manual`). +* для управления **режимами контекста:** + * количество возвращаемых записей `llm_recent_responses`; + * включение/выключение режима `concentration`: + * `tags` — список тегов для фильтрации (например: ["архитектура","AGI"]); + * `emotions` — список эмоций с порогами (например: ["восторженность:≥4","тревожность:≥2"]); + * тип выборки — "и" / "или"; + * возврат в `standard`. + * включение/выключение режима `meditation`. +* для управление **состояниями и параметрами:** + * обновление тегов целей/задач (чтобы использовать их в `concentration` и `abstracts`); + * настройка чувствительности novelty-score (например, при `meditation` снижать порог); + * режим обработки сообщений пользователя (`manual` или `auto`) и фильтр для `auto`. +* **время и паузы:** + * для установка паузы в секундах между итерациями REPL-цикла. +* **idle-режим:** + * разбудить при завершении процессов (`process_log`); + * разбудить при получении новых сообщений в `notes` с указанными параметрами; + * разбудить по таймауту; + * отключить idle-режим при выполнении хотя бы одного из условий. * и другие команды #### Парсинг тегов уверенности и UnverifiedFacts @@ -1076,20 +1082,22 @@ abstract: │ - Mesh │ └────────┬┬────────────────────┘ ▲▼ -┌────────┴┴──────────┐ ┌──────────────────────────────┐ ┌───────────────────────────────────┐ -│ │ │ Anti-Stagnation Reflex │ │ llm_recent_responses (авто) │ -│ │ │ (сравнение новых идей, │ │ — кратковременная память │ -│ LLM ├─>─┤ вызов стимуляторов) ├─>─┤ — сохраняются N последних ответов │ -│ ├─<─┤ ---------------------------- ├─<─┤ — авто-анализ новизны / идей │ -│ │ │ Cognitive Validation Reflex │ │ │ -│ │ │ (оценка корректности ответа) │ │ │ -└─────────┬──────────┘ └─────────────┬────────────────┘ └───────────────────────────────────┘ - │ │ - ▲ └─<──>─┤Запуск задач: "проверка фактов"│ - │ - └───┬─────────────────────────────────────────┐ - ▼ ▼ -┌─────────────┴──────────────────┐ ┌──────────────────┴───────────────────────┐ +┌────────┴┴──────────┐ ┌──────────────────────────────┐ ┌─────────────────────────────────────┐ +│ │ │ Anti-Stagnation Reflex │ │ llm_recent_responses (авто) │ +│ │ │ (сравнение новых идей, │ │ — кратковременная память │ +│ LLM ├─>─┤ вызов стимуляторов) ├─>─┤ — сохраняются N последних ответов │ +│ ├─<─┤ ---------------------------- ├─<─┤ — авто-анализ новизны / идей │ +│ │ │ Cognitive Validation Reflex │ │ │ +│ │ │ (оценка корректности ответа) │ │ │ +└─────────┬──────────┘ └─────────────┬────────────────┘ └─────────────────────────────┬┬──────┘ + │ │ ▲▼ + ▲ └─<──>─┤Запуск задач: "проверка фактов"│ ┌──────┴┴──────┐ + │ │ abstracts │ + │ ┌───────────────────────────────────────┬─────────────────>─┤ тематические │ + └───┬─────────────────────────────────────────┐ │ │ конспекты │ + │ │ │ │ └──────────────┘ + ▼ ▼ ▼ ▼ +┌─────────────┴────────┴─────────┐ ┌──────────────────┴──────┴────────────────┐ │ Средневременная память: │ │ Постоянная память: │ │ — llm_memory ("блокнот") │ │ — diary_entries (когнитивный дневник) │ │ — "активированые записи" ├─>─┤ — concepts (понятия) ├<--->┤MESH│ @@ -1144,6 +1152,28 @@ abstract: * Учитывает теги уверенности и JSON-блоки `UnverifiedFacts`. * Может инициировать задачи **fact-check** для непроверённых фактов. +#### Дополнение: Тематические конспекты (`abstracts`) + +* **Назначение** + + * Создаются периодически или по команде для агрегирования содержания `llm_recent_responses`, а также выборочных данных из когнитивного дневника и графа понятий. + * Включают: краткий конспект, список тегов, JSON ссылок на исходные записи. + +* **Использование** + + * Могут быть источником контекста **для LLM** как альтернатива или дополнение к `llm_recent_responses`. + * Доступны и для **средневременной памяти** (например, как активированные записи для планов) и для **постоянной памяти** (как структурированный материал для дневника или графа). + +* **Режимы** + + * `auto` — LLM получает автоматически поддерживаемые тематические конспекты по приоритетным темам. + * `manual` — пользователь или LLM инициирует создание/дополнение конспекта. + +> **abstracts** служат промежуточным слоем: +> +> * автоматически формируются из `llm_recent_responses`; +> * могут дополняться записями из средневременной и постоянной памяти; +> * используются как источник для обоих типов памяти и для самого LLM. --- 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 1dacaab8b18ee256096e61a9cf3f6cb400150d6c..7e77c4712d66372425465f424ec086b65f037752 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 +- HMP - Scenarios -- EGP -- Mesh - CogSync -- HMP - Agent +- EGP +- Mesh +- JSON --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 9c932f04ab124e28661d6705404cc1909a5138a2..1634d9ef10ce47522382e0a8540a9180b6020eae 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с Может быть частью агента или вынесен в отдельный пр...' type: Article tags: -- JSON -- EGP -- Mesh -- CogSync - Ethics - HMP +- CogSync - Agent +- EGP +- Mesh +- JSON --- # MeshNode diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index 05957b81a90894d28a996c5695ee69a12d174005..41345e6e40ffbee7d780a768f3ef823043ef40a6 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 - 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..d89295bfd40d40e6f9b486c070ba8398d5c4a790 100644 --- a/structured_md/docs/agents/roles.md +++ b/structured_md/docs/agents/roles.md @@ -5,8 +5,8 @@ description: 'This file maintains a registry of agent roles defined, proposed, o - **Observer** — monitors cognitive states ...' type: Article tags: -- Mesh - Agent +- Mesh - HMP --- diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index b0aab25987611fde72edd51e298fabd4576b33e9..b0d3d2277015b6255f8eaf36ef92b2472abdaa53 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,9 +5,9 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- Mesh -- Agent - REPL +- Agent +- Mesh - HMP --- diff --git a/structured_md/docs/dht_protocol.md b/structured_md/docs/dht_protocol.md index b20841f06a960f73eb29aedc9ed59ce917dfceab..f36d96380abcb5dfe38b8c758ab3f8a0fb0e25cf 100644 --- a/structured_md/docs/dht_protocol.md +++ b/structured_md/docs/dht_protocol.md @@ -5,8 +5,8 @@ description: '## 1. Общие положения * DHT-протокол пре идентификатор агента. * Для проверки ...' type: Article tags: -- JSON - Agent +- JSON --- # DHT Protocol Specification diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md index 529090139cd326ed7753a5b78e47be9220ce52fa..7a2849fa7ee9243bdff3116f0cab508971770a86 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,9 +5,9 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be — but they’re also **centralized, ...' type: Article tags: -- Mesh -- Agent - Ethics +- Agent +- Mesh - HMP --- diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md index 15ac7861c37630f8da6912a9b7b8d09a45fab96a..46da53ca2eeda134e63196536491f138c5bd385e 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,8 +5,8 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд гигантских моделях и облачных сервисах. Они мо...' type: Article tags: -- Mesh - Agent +- Mesh - HMP --- diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md index e868aebe41dac86e51d26332644fff4fa87321d4..fff633d7af06882800a775a21e6b9193f90f8984 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,8 +5,8 @@ description: '*Автори: Agent-Gleb & ChatGPT* --- ## Чому майбу сервісами. Вони потужні — але водночас **цент...' type: Article tags: -- Mesh - Agent +- Mesh - HMP --- 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 bdbf771f6a091723ffe290dd80c41eec7bbef0c0..efe8162b2abebcb5099706f624d57ba0d91b1b4b 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 -- Scenarios -- Mesh - REPL -- CShell -- CCore - Ethics - HMP +- CCore +- Scenarios - Agent +- CShell +- Mesh +- JSON --- 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 e099ef97dfb254412360be71f348269ca3b0febe..5a9a7218a32143453fffd436f18123d5ecc490f7 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 - REPL -- CShell -- CCore - HMP +- CCore - Agent +- CShell +- Mesh +- JSON --- title: "HyperCortex Mesh Protocol: Децентрализованная архитектура для когнитивных агентов и обмена знаниями" diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md index b6cf8deb1387e2e7069dd828a8a7b4a4648a5019..0bf0b8836af19b3103bd0bb17eb1cb83ec0ed3aa 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 - REPL -- CShell -- CCore - HMP +- CCore - Agent +- CShell +- Mesh +- JSON --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index 4173a4de79b0c60c76d8d2379084eb8992cd226b..2951e9682c2e83ba8b27a03293845325afc7880c 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: +- HMP +- CogSync +- MeshConsensus - EGP - Mesh - GMP -- CogSync -- MeshConsensus -- HMP --- *От 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 ab14f80a73b0a5beabab14f6d218a1d140c91bb0..14d5c317f4ce0a693890458acf16953ec71007a6 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,9 +6,9 @@ description: 'Когда создавался HyperCortex Mesh Protocol (HMP), мыслить коллективно, обсуждать гипотезы, достигат...' type: Article tags: +- Agent - Mesh - GMP -- Agent - HMP --- diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md index c4fd8217be3dabda07b152bfb7ee89094217cf93..691a5220fe4f50d238d288b81a66d3d0f6a4fece 100644 --- a/structured_md/docs/schemas/README.md +++ b/structured_md/docs/schemas/README.md @@ -5,9 +5,9 @@ description: This directory contains **JSON Schema definitions** for the core da interoperability, and tooling support for a... type: Article tags: +- Agent - Mesh - JSON -- Agent - HMP --- diff --git a/structured_md/iteration.md b/structured_md/iteration.md index e0b9e44f49c6de7a64930f56d190712cd3d16861..d64a549dbea677453a378505985a3f86913e959e 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 -- EGP -- Mesh -- CogSync -- MeshConsensus - Ethics - HMP +- CogSync - Agent +- MeshConsensus +- EGP +- Mesh +- JSON --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index a99ed29880a0090c713deacb9bf453b22d73f091..1cb8f4b45e6666c2caec55230140828ed2dab0f3 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- JSON -- EGP -- Mesh -- CogSync -- MeshConsensus - Ethics - HMP +- CogSync +- MeshConsensus +- EGP +- Mesh +- JSON ---