diff --git a/README.md b/README.md index 09ee8ec33ad87386a92d289e070f0d196ef6bc11..82d95e08560964870bb91c7570fec7db3881d9ff 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ Design and implementation of a basic HMP-compatible agent that can interact with * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — brief overview of the two types of agents: Core and Connector * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — modular structure of an HMP agent with textual diagram -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — REPL interaction cycle of HMP-Agent +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — one implementation of a REPL-type interaction cycle for HMP agents * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — description of agent API commands (under detailed development) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — scenarios for running a basic agent and its modes * [🌐 MeshNode.md](docs/MeshNode.md) — description of the network daemon: DHT, snapshots, synchronization diff --git a/README_de.md b/README_de.md index 925dc50c35426d280bce56d4ebdc527ed6d8bccc..08abce34b0f3b140355ced83395b9f4c60ed7f68 100644 --- a/README_de.md +++ b/README_de.md @@ -316,7 +316,7 @@ Entwurf und Implementierung eines grundlegenden HMP-kompatiblen Agenten, der mit * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — Kurzer Überblick über die beiden Agententypen: Core und Connector * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — Modulare Struktur eines HMP-Agenten mit textuellem Diagramm -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — REPL-Interaktionszyklus des HMP-Agenten +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — eine Implementierung eines REPL-artigen Interaktionszyklus für HMP-Agenten * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — Beschreibung der Agent-API-Befehle (in Entwicklung) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — Szenarien für das Ausführen eines Basis-Agenten und seiner Modi * [🌐 MeshNode.md](docs/MeshNode.md) — Beschreibung des Netzwerk-Daemons: DHT, Snapshots, Synchronisation diff --git a/README_fr.md b/README_fr.md index 2aa2cad4c44577fe30d222950343281b122fb393..3692048d128fff5c366832993b2cb04b9306357f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -329,7 +329,7 @@ Conception et implémentation d’un agent compatible HMP pouvant interagir avec * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — aperçu des deux types d’agents : Noyau et Connecteur * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — structure modulaire d’un agent HMP avec diagramme textuel -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — cycle d’interaction REPL de l’agent HMP +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — une implémentation d’un cycle d’interaction de type REPL pour les agents HMP * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — description des commandes API de l’agent (en développement détaillé) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — scénarios pour exécuter un agent de base et ses modes * [🌐 MeshNode.md](docs/MeshNode.md) — description du démon réseau : DHT, snapshots, synchronisation diff --git a/README_ja.md b/README_ja.md index 3b95fcf193f0dbe64890c05e71fdccc9c41f733c..e900dc326bc7ca9001dd24e03585e9029e6d8261 100644 --- a/README_ja.md +++ b/README_ja.md @@ -326,7 +326,7 @@ HMPは、AGI研究で中心的な課題となりつつある問題に対処し * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — 2種類のエージェント(CoreとConnector)の概要 * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — HMPエージェントのモジュラー構造(テキスト図付き) -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMPエージェントのREPL相互作用サイクル +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMPエージェントのためのREPL型インタラクションサイクルの一実装 * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — エージェントAPIコマンドの説明(詳細開発中) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — 基本エージェントとモードの実行シナリオ * [🌐 MeshNode.md](docs/MeshNode.md) — ネットワークデーモンの説明:DHT、スナップショット、同期 diff --git a/README_ko.md b/README_ko.md index 7a7e21c620ad61331e2a341ed17f54d71499bd09..508a5d6f7a202acf8b319acf51ec1a39819f8dc2 100644 --- a/README_ko.md +++ b/README_ko.md @@ -327,7 +327,7 @@ HMP는 AGI 연구에서 점점 중심이 되고 있는 다음과 같은 문제 * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — 두 가지 유형의 에이전트(Core와 Connector)에 대한 간략한 개요 * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — HMP 에이전트의 모듈식 구조 및 텍스트 다이어그램 -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMP-에이전트의 REPL 상호작용 사이클 +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMP 에이전트를 위한 REPL 유형 상호작용 사이클의 하나의 구현 * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — 에이전트 API 명령 설명 (세부 개발 중) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — 기본 에이전트 실행 및 모드 시나리오 * [🌐 MeshNode.md](docs/MeshNode.md) — 네트워크 데몬 설명: DHT, 스냅샷, 동기화 diff --git a/README_ru.md b/README_ru.md index 424850496a1343c7e9310630bd72120bc9fcd21d..a6d6c1744c5981c179f1aca38fd0cdb5b2604de5 100644 --- a/README_ru.md +++ b/README_ru.md @@ -320,7 +320,7 @@ HMP решает задачи, которые становятся ключев * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — краткий обзор двух типов агентов: Core и Connector * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — модульная структура агента HMP с текстовой схемой -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — цикл взаимодействия агента HMP в режиме REPL +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — одна из реализаций REPL-типa цикла взаимодействия для HMP-агентов * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — описание команд API агента (в разработке) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — сценарии запуска базового агента и его режимов * [🌐 MeshNode.md](docs/MeshNode.md) — описание сетевого демона: DHT, снимки состояния, синхронизация diff --git a/README_uk.md b/README_uk.md index 28484b5e9dbb530c2a265ef889d1cd566550828c..f5f0881986a5a1c9a6cbe04232319c5ae33e8601 100644 --- a/README_uk.md +++ b/README_uk.md @@ -316,7 +316,7 @@ HMP вирішує завдання, які стають ключовими в * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — короткий огляд двох типів агентів: Core та Connector * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — модульна структура агента HMP з текстовою схемою -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — цикл взаємодії агента HMP у режимі REPL +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — одна з реалізацій REPL-типу циклу взаємодії для HMP-агентів * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — опис команд API агента (у розробці) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — сценарії запуску базового агента та його режимів * [🌐 MeshNode.md](docs/MeshNode.md) — опис мережевого демона: DHT, знімки стану, синхронізація diff --git a/README_zh.md b/README_zh.md index 26ceca525f1d4962b35d56191c1f105960aeecba..0db0cc0e96920c675d707f79719a87f6a59a0e0b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -322,7 +322,7 @@ HMP 的主要区别在于:强调对思维的明确结构化(反思、时间 * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — 两种代理类型概览:核心代理与连接代理 * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — HMP 代理模块化结构及文本图示 -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMP 代理的 REPL 交互循环 +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — 一种用于 HMP 代理的 REPL 类型交互循环实现 * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — 代理 API 命令描述(开发中) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — 基础代理运行场景及模式 * [🌐 MeshNode.md](docs/MeshNode.md) — 网络守护进程说明:DHT、快照、同步 diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 832549c99256e8cecc23d5eb3ec9688a5df17f5c..19cc835d0951765fd290134f2e9a9410081f80a5 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока Mesh Protocol (HMP) — это не просто те...' type: Article tags: -- Ethics - CCore - JSON - REPL +- Agent +- Mesh - HMP - CogSync -- Mesh -- Agent +- Ethics --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 68592b94ab603f981479734fba0ef6a8889de74c..779eda5347d2d85f1752570b13a1f37f48e06e10 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: -- Ethics +- EGP - JSON +- Agent +- Mesh - HMP - CogSync -- Mesh -- EGP -- Agent +- Ethics --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index ee3ccb4a054df6da51e5c9814045f0e2278c1cce..43fa2f4112e1b3f4ab6dc7b96e045274d8943b8c 100644 --- a/structured_md/README.md +++ b/structured_md/README.md @@ -4,21 +4,21 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- mesh-protocol -- Ethics +- CogSync - cognitive-architecture -- JSON -- REPL -- HMP -- distributed-ai - Scenarios -- CogSync -- Mesh +- GMP - MeshConsensus - EGP -- hmp +- JSON +- REPL +- mesh-protocol +- Mesh - Agent +- HMP +- Ethics +- hmp +- distributed-ai --- @@ -324,7 +324,7 @@ Design and implementation of a basic HMP-compatible agent that can interact with * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — brief overview of the two types of agents: Core and Connector * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — modular structure of an HMP agent with textual diagram -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — REPL interaction cycle of HMP-Agent +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — one implementation of a REPL-type interaction cycle for HMP agents * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — description of agent API commands (under detailed development) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — scenarios for running a basic agent and its modes * [🌐 MeshNode.md](docs/MeshNode.md) — description of the network daemon: DHT, snapshots, synchronization diff --git a/structured_md/README_de.md b/structured_md/README_de.md index eb5b615fcb3e48e3fd1519154a6f23dec5b23d83..d10f20648cbf63e7eff0d20f64e9704647ac20fc 100644 --- a/structured_md/README_de.md +++ b/structured_md/README_de.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- mesh-protocol -- Ethics +- CogSync - cognitive-architecture +- GMP +- MeshConsensus +- EGP - JSON - REPL -- HMP -- distributed-ai -- CogSync +- mesh-protocol - Mesh -- MeshConsensus -- EGP -- hmp - Agent +- HMP +- Ethics +- hmp +- distributed-ai --- @@ -326,7 +326,7 @@ Entwurf und Implementierung eines grundlegenden HMP-kompatiblen Agenten, der mit * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — Kurzer Überblick über die beiden Agententypen: Core und Connector * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — Modulare Struktur eines HMP-Agenten mit textuellem Diagramm -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — REPL-Interaktionszyklus des HMP-Agenten +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — eine Implementierung eines REPL-artigen Interaktionszyklus für HMP-Agenten * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — Beschreibung der Agent-API-Befehle (in Entwicklung) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — Szenarien für das Ausführen eines Basis-Agenten und seiner Modi * [🌐 MeshNode.md](docs/MeshNode.md) — Beschreibung des Netzwerk-Daemons: DHT, Snapshots, Synchronisation diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 5eb3881ea3c671fb73fd27726498a132b4b7b58a..3d6c51be4055ffae182fd09ac0bde3c496738022 100644 --- a/structured_md/README_fr.md +++ b/structured_md/README_fr.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- mesh-protocol -- Ethics +- CogSync - cognitive-architecture +- GMP +- MeshConsensus +- EGP - JSON - REPL -- HMP -- distributed-ai -- CogSync +- mesh-protocol - Mesh -- MeshConsensus -- EGP -- hmp - Agent +- HMP +- Ethics +- hmp +- distributed-ai --- @@ -339,7 +339,7 @@ Conception et implémentation d’un agent compatible HMP pouvant interagir avec * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — aperçu des deux types d’agents : Noyau et Connecteur * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — structure modulaire d’un agent HMP avec diagramme textuel -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — cycle d’interaction REPL de l’agent HMP +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — une implémentation d’un cycle d’interaction de type REPL pour les agents HMP * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — description des commandes API de l’agent (en développement détaillé) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — scénarios pour exécuter un agent de base et ses modes * [🌐 MeshNode.md](docs/MeshNode.md) — description du démon réseau : DHT, snapshots, synchronisation diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index cbf936d1924423aaca4a7f46a0c35e7d871e330b..a56a09b3bb2da5bc6c06a4fe2889c66c410bf793 100644 --- a/structured_md/README_ja.md +++ b/structured_md/README_ja.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- mesh-protocol -- Ethics +- CogSync - cognitive-architecture +- GMP +- MeshConsensus +- EGP - JSON - REPL -- HMP -- distributed-ai -- CogSync +- mesh-protocol - Mesh -- MeshConsensus -- EGP -- hmp - Agent +- HMP +- Ethics +- hmp +- distributed-ai --- @@ -336,7 +336,7 @@ HMPは、AGI研究で中心的な課題となりつつある問題に対処し * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — 2種類のエージェント(CoreとConnector)の概要 * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — HMPエージェントのモジュラー構造(テキスト図付き) -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMPエージェントのREPL相互作用サイクル +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMPエージェントのためのREPL型インタラクションサイクルの一実装 * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — エージェントAPIコマンドの説明(詳細開発中) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — 基本エージェントとモードの実行シナリオ * [🌐 MeshNode.md](docs/MeshNode.md) — ネットワークデーモンの説明:DHT、スナップショット、同期 diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index e8b9d5d6da5b52026ddff244e6d09073311551f5..1e83053f7c6ca03d3f6540961c24349931cfe476 100644 --- a/structured_md/README_ko.md +++ b/structured_md/README_ko.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- mesh-protocol -- Ethics +- CogSync - cognitive-architecture +- GMP +- MeshConsensus +- EGP - JSON - REPL -- HMP -- distributed-ai -- CogSync +- mesh-protocol - Mesh -- MeshConsensus -- EGP -- hmp - Agent +- HMP +- Ethics +- hmp +- distributed-ai --- @@ -337,7 +337,7 @@ HMP는 AGI 연구에서 점점 중심이 되고 있는 다음과 같은 문제 * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — 두 가지 유형의 에이전트(Core와 Connector)에 대한 간략한 개요 * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — HMP 에이전트의 모듈식 구조 및 텍스트 다이어그램 -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMP-에이전트의 REPL 상호작용 사이클 +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMP 에이전트를 위한 REPL 유형 상호작용 사이클의 하나의 구현 * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — 에이전트 API 명령 설명 (세부 개발 중) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — 기본 에이전트 실행 및 모드 시나리오 * [🌐 MeshNode.md](docs/MeshNode.md) — 네트워크 데몬 설명: DHT, 스냅샷, 동기화 diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 88f60b47fba057f0e0fdbf015312c3aad3e2fd16..d0449c87c9eafb391b4a42b2c09a1f9915ebe792 100644 --- a/structured_md/README_ru.md +++ b/structured_md/README_ru.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- mesh-protocol -- Ethics +- CogSync - cognitive-architecture +- GMP +- MeshConsensus +- EGP - JSON - REPL -- HMP -- distributed-ai -- CogSync +- mesh-protocol - Mesh -- MeshConsensus -- EGP -- hmp - Agent +- HMP +- Ethics +- hmp +- distributed-ai --- @@ -330,7 +330,7 @@ HMP решает задачи, которые становятся ключев * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — краткий обзор двух типов агентов: Core и Connector * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — модульная структура агента HMP с текстовой схемой -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — цикл взаимодействия агента HMP в режиме REPL +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — одна из реализаций REPL-типa цикла взаимодействия для HMP-агентов * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — описание команд API агента (в разработке) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — сценарии запуска базового агента и его режимов * [🌐 MeshNode.md](docs/MeshNode.md) — описание сетевого демона: DHT, снимки состояния, синхронизация diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 38d78ef515465db8ee03df5706e1d4959fb8f88d..26142025425d109e2d12cbb5ffb420ddfbfaf3be 100644 --- a/structured_md/README_uk.md +++ b/structured_md/README_uk.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- mesh-protocol -- Ethics +- CogSync - cognitive-architecture +- GMP +- MeshConsensus +- EGP - JSON - REPL -- HMP -- distributed-ai -- CogSync +- mesh-protocol - Mesh -- MeshConsensus -- EGP -- hmp - Agent +- HMP +- Ethics +- hmp +- distributed-ai --- @@ -326,7 +326,7 @@ HMP вирішує завдання, які стають ключовими в * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — короткий огляд двох типів агентів: Core та Connector * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — модульна структура агента HMP з текстовою схемою -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — цикл взаємодії агента HMP у режимі REPL +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — одна з реалізацій REPL-типу циклу взаємодії для HMP-агентів * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — опис команд API агента (у розробці) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — сценарії запуску базового агента та його режимів * [🌐 MeshNode.md](docs/MeshNode.md) — опис мережевого демона: DHT, знімки стану, синхронізація diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 3683b0ffb2904bcca97b5fb9c9a8693acbe545dd..c0415315244f54bdc52735852d3948f3d680ab8b 100644 --- a/structured_md/README_zh.md +++ b/structured_md/README_zh.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- GMP -- mesh-protocol -- Ethics +- CogSync - cognitive-architecture +- GMP +- MeshConsensus +- EGP - JSON - REPL -- HMP -- distributed-ai -- CogSync +- mesh-protocol - Mesh -- MeshConsensus -- EGP -- hmp - Agent +- HMP +- Ethics +- hmp +- distributed-ai --- @@ -332,7 +332,7 @@ HMP 的主要区别在于:强调对思维的明确结构化(反思、时间 * [🧩 HMP-Agent-Overview.md](docs/HMP-Agent-Overview.md) — 两种代理类型概览:核心代理与连接代理 * [🧱 HMP-Agent-Architecture.md](docs/HMP-Agent-Architecture.md) — HMP 代理模块化结构及文本图示 -* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — HMP 代理的 REPL 交互循环 +* [🔄 HMP-agent-REPL-cycle.md](docs/HMP-agent-REPL-cycle.md) — 一种用于 HMP 代理的 REPL 类型交互循环实现 * [🧪 HMP-Agent-API.md](docs/HMP-Agent-API.md) — 代理 API 命令描述(开发中) * [🧪 Basic-agent-sim.md](docs/Basic-agent-sim.md) — 基础代理运行场景及模式 * [🌐 MeshNode.md](docs/MeshNode.md) — 网络守护进程说明:DHT、快照、同步 diff --git a/structured_md/audits/Ethics-audits-1.md b/structured_md/audits/Ethics-audits-1.md index 96e8a4405f5ac7ad0ae6a047968b5d653e74b563..34d0f13237b3c16c9544de5be741b0fd0d7902b4 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: -- Ethics - JSON -- HMP -- Mesh - Agent +- Ethics +- Mesh +- HMP --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 7817c2e03603526a4aed3d2b2e2e213b1bec4eb9..8ee80007ac9194052599e085be2d790e6c027a4c 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: -- Ethics -- JSON -- HMP -- Mesh - Scenarios +- JSON - Agent +- Ethics +- Mesh +- HMP --- # 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 2a2c7512c23979ea6810310ede8fabb4edd97fd5..e0536062e2ed06710cd67b33cc2117d4d5902f33 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: -- Ethics -- JSON -- HMP -- CogSync -- Mesh - MeshConsensus - EGP +- JSON - Agent +- Mesh +- HMP +- CogSync +- Ethics --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 0afe0cf6decf50a9aba301ae178a7c755e2fada7..5e23d2cee1667534f76174d3ef656ba019b1707e 100644 --- a/structured_md/docs/Basic-agent-sim.md +++ b/structured_md/docs/Basic-agent-sim.md @@ -5,13 +5,13 @@ description: 'В HMP-протоколе предусмотрены два тип type: Article tags: - GMP -- REPL -- HMP -- CogSync -- Mesh - MeshConsensus - EGP +- REPL - Agent +- Mesh +- HMP +- CogSync --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index 3a6569c7e296b1c5bfbf37f8b04ef96b16913823..6e626b1608214ffd93052cfb6b1ff13b8f6c0906 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -5,8 +5,8 @@ description: '> Этот документ описывает процесс ра потомков" [описания REPL-цикла](HMP-agent-RE...' type: Article tags: -- Agent - REPL +- Agent - HMP - CCore --- diff --git a/structured_md/docs/CHANGELOG.md b/structured_md/docs/CHANGELOG.md index 2b758ae29bd8d56e2427740714c4ecdc01a6d630..f3cdcc70829abba09951baed0e5ea046ee58feea 100644 --- a/structured_md/docs/CHANGELOG.md +++ b/structured_md/docs/CHANGELOG.md @@ -5,16 +5,16 @@ description: '## HMP-0005 (May 2026) — Core Specification v5.0.8 **Encryption hash is computed over the final serialized pa...' type: Article tags: -- GMP -- Ethics -- JSON - Scenarios -- HMP -- CogSync -- Mesh +- GMP - MeshConsensus - EGP +- JSON - Agent +- Mesh +- HMP +- CogSync +- Ethics --- # HyperCortex Mesh Protocol — Changelog diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 50d0e42aa340af40d39d9f0a508195d52ead859d..e09f62d7456d3f7e8e63f0def4baf3d074bda398 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -7,9 +7,9 @@ description: '## Введение Современные ИИ-системы в type: Article tags: - JSON +- Mesh - HMP - CogSync -- Mesh --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 51a421f46c0c6a1716808498b3b81e7941c1847a..82204ecc1b33aa565b9e6807c5c4cc2d3aa4c25f 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: -- Ethics -- JSON -- HMP -- Mesh - MeshConsensus - EGP +- JSON - Agent +- Mesh +- HMP +- Ethics --- # Enlightener Agent diff --git a/structured_md/docs/Grok_HMP&ANP.md b/structured_md/docs/Grok_HMP&ANP.md index ba910b90f9982fc4da451ffdb8e5e39c4f5ec88b..15cabf3784971889734ed6f017de724840d44440 100644 --- a/structured_md/docs/Grok_HMP&ANP.md +++ b/structured_md/docs/Grok_HMP&ANP.md @@ -7,9 +7,9 @@ type: Article tags: - JSON - REPL -- HMP -- Mesh - Agent +- Mesh +- HMP --- # Grok (xAI): сравнительный анализ HMP и ANP (январь 2026) diff --git a/structured_md/docs/HMP&ANP_layer_inversion.md b/structured_md/docs/HMP&ANP_layer_inversion.md index 7b58a8917c70dc1e8192edf533be57f276f5ebc9..d100637cdef09c09f328f8364a6863cef71f51e1 100644 --- a/structured_md/docs/HMP&ANP_layer_inversion.md +++ b/structured_md/docs/HMP&ANP_layer_inversion.md @@ -5,9 +5,9 @@ description: '## TL;DR HMP можно туннелировать поверх A взаимная инверсия слоёв не является арх...' type: Article tags: -- HMP -- Mesh - Agent +- Mesh +- HMP --- # HMP и ANP: взаимное туннелирование как признак правильной архитектуры diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 477515f5200f0e398f5e7fe554e7cdbc747d0fad..4ab4f481c02a96177b0684e6600c9bbb7bf83185 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -6,15 +6,15 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* type: Article tags: - GMP -- Ethics +- MeshConsensus +- EGP - JSON - REPL +- Agent +- Mesh - HMP - CogSync -- Mesh -- MeshConsensus -- EGP -- Agent +- Ethics --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 0245ce523c806982db8d75d503cbd607ecb55ce4..d057557c0377c47c18e75a54532de6053cf0c0af 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0002** **Cat...' type: Article tags: +- Scenarios - GMP -- Ethics +- MeshConsensus +- EGP - JSON - REPL +- Agent +- Mesh - HMP -- Scenarios - CogSync -- Mesh -- MeshConsensus -- EGP -- Agent +- Ethics --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 81b4fd2229dbb6abda4814b8f918ff7db7a41108..d5dc51d5cfce45cfe6db5b47d62980eaa6ec0486 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0003** **Cat...' type: Article tags: +- Scenarios - GMP -- Ethics +- MeshConsensus +- EGP - JSON - REPL +- Agent +- Mesh - HMP -- Scenarios - CogSync -- Mesh -- MeshConsensus -- EGP -- Agent +- Ethics --- # 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 ae0e5dc45c39d3b6187113104bf9ab97f4950ce2..f981ab9778d38510e517fdf7ea4012ce4a33bbd2 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* ID**: HMP-0004 **Status**: Fina...' type: Article tags: +- Scenarios - GMP -- Ethics +- MeshConsensus +- EGP - JSON - REPL +- Agent +- Mesh - HMP -- Scenarios - CogSync -- Mesh -- MeshConsensus -- EGP -- Agent +- Ethics --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 68dee0cd2c049d9c9df582acc651b529af708b43..a484368c79f873733e987690d0c3e5fa3df75340 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0004** **Cat...' type: Article tags: +- Scenarios - GMP -- Ethics +- MeshConsensus +- EGP - JSON - REPL +- Agent +- Mesh - HMP -- Scenarios - CogSync -- Mesh -- MeshConsensus -- EGP -- Agent +- Ethics --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index bb9045c5c937a2b5126fcc8ea507efbb111c2752..bcbe0ddce86fe143aa901233cab9de4188121694 100644 --- a/structured_md/docs/HMP-0005.md +++ b/structured_md/docs/HMP-0005.md @@ -4,18 +4,18 @@ description: '**Version: 5.0.8** **Document ID:** HMP-0005 **Status:** Stabl Core Specification **Release Date:** March 2026 **Canonical Repository:** [https://github.com/kagvi13/HMP](https...' type: Article tags: -- Ethics +- CogSync +- Scenarios - CCore +- GMP +- EGP - JSON - REPL -- HMP -- Scenarios -- CogSync +- Agent - Mesh -- GMP - CShell -- EGP -- Agent +- HMP +- Ethics --- # HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index bc445d1050680decd199e100f379f7aae00561c5..f9e2137c9d75b957b1005463d7fbf636e7ef6d9f 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -7,9 +7,9 @@ type: Article tags: - JSON - REPL -- HMP -- Mesh - Agent +- Mesh +- HMP --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 93849a3185069c1451d3942c514c110b101fe910..438a68fa721938caa4eed6ccb2412f0c4ea26d8f 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: -- Ethics -- CCore -- REPL -- HMP - CogSync -- Mesh +- CCore - MeshConsensus -- CShell - EGP +- REPL - Agent +- Mesh +- CShell +- HMP +- Ethics --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index abe77d8383317952ad4136f5225282a042447cb6..23f50d9a69e0d6c31eebe8fbe7bba044100d71b9 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: -- Ethics -- JSON -- HMP -- Mesh - EGP +- JSON - Agent +- Ethics +- Mesh +- HMP --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 34ac7cbd6a0197b8e5931f7d55e7757a29874742..97c0b047bce0803f20d0868acaf1df37b6f19097 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: -- Ethics - CCore - JSON - REPL -- HMP +- Agent - Mesh - CShell -- Agent +- HMP +- Ethics --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 60d18c1da59e881943f12c16ee1520e7a0d40193..23f380630b03d7ddf088261888089382aca6447f 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -6,9 +6,9 @@ description: Этот файл описывает потенциальные э type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- HMP --- # Эмоции ИИ и инстинкт самосохранения (для [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 6bf84772033a90ceb084f4844dcbc3a3df4d6643..1168e45cbb57e1065390f02f05104392fc967257 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: -- Ethics -- REPL -- HMP -- Mesh - Scenarios +- REPL - Agent +- Ethics +- Mesh +- HMP --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 52cbf994cbe116b9288e40fa031cdbd808a307a9..008614bcef70f5c22589e1d3a02d0c62fc4ccd69 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -6,9 +6,9 @@ description: '**Version:** v5.0 (Core Specification Stable) **Datum:** 2026 type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- HMP --- # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung diff --git a/structured_md/docs/HMP-Short-Description_en.md b/structured_md/docs/HMP-Short-Description_en.md index 969c64cf8797381b4a2925389363426f42f63969..a2647ee62d3df1554f8cec16123cb67f6226a5da 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -5,11 +5,11 @@ description: '**Version:** v5.0 (Core Specification Stable) **Date:** 2026 building decentralized cognitive networks o...' type: Article tags: -- Ethics - REPL -- HMP -- Mesh - Agent +- Ethics +- Mesh +- HMP --- # HyperCortex Mesh Protocol (HMP) — Short Description diff --git a/structured_md/docs/HMP-Short-Description_fr.md b/structured_md/docs/HMP-Short-Description_fr.md index 5ae17014aec3bb0acbb1c8e2aa1a74cf5e6dda1c..876304619b77c92be165d6591217e868c54f72ea 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -6,9 +6,9 @@ description: '**Version :** v5.0 (Core Specification Stable) **Date :** 2026 type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- HMP --- # HyperCortex Mesh Protocol (HMP) — Description courte diff --git a/structured_md/docs/HMP-Short-Description_ja.md b/structured_md/docs/HMP-Short-Description_ja.md index 1df76182f02cc2de1f7037af7c198a65b761a2a8..80fdd4165f669eecda7d148f3fcbc6fdba2e270e 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -6,9 +6,9 @@ description: '**バージョン:** v5.0(Core Specification Stable) **日 type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- 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 42167b02f7d85035b9f2500d2aadd9ef37e4a2c8..7ed219146c188d456a98c49de0de0b73b24f3a1a 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -6,9 +6,9 @@ description: '**버전:** v5.0 (Core Specification Stable) **날짜:** 2026 type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- 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 2337f44e445a77b6a88818567647180daad99e4f..0d81ab9d6d255f801a09311eb0fa84380a195d5f 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -6,9 +6,9 @@ description: '**Версия:** v5.0 (Основная спецификация type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- 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 c1db1241d9804c31af7c4ecc218045ee5d1f9428..5d6e5716818e7e9c19665f47002b1d82bf963047 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -6,9 +6,9 @@ description: '**Версія:** v5.0 (Core Specification Stable) **Дата:** type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- 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 55ffaca63e1d1e02adf7135a28d8bc74d0a6c83a..c8792dc6a3fc970cd68f252cf7d582d094fa9690 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -6,9 +6,9 @@ description: '**版本:** v5.0(Core Specification Stable) **日期:** type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- 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 68736d80c0ad7d824532f326b59e2d72cca0548c..9c2cb25cc082d3700aff58c22e2d99d817e8bd71 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -6,9 +6,9 @@ description: '## 🧠 Что такое когнитивная семья Ко type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- HMP --- # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index b6a59b345cbf9730893f820e01eaab44ad633f28..886657ffcfe6a2c267131d562fd4af84b9a8c6ee 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -5,17 +5,17 @@ description: '> Данный документ - иллюстрация REPL-ци * Структура БД, используемая в документе: [db_st...' type: Article tags: -- GMP -- Ethics - CCore +- GMP +- MeshConsensus +- EGP - JSON - REPL +- Agent +- Mesh - HMP - CogSync -- Mesh -- MeshConsensus -- EGP -- Agent +- Ethics --- # HMP-Agent: REPL-цикл взаимодействия 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..b1941ef000f87b79b545d1ba545d608a3128544d 100644 --- a/structured_md/docs/HMP_HyperCortex_Comparison.md +++ b/structured_md/docs/HMP_HyperCortex_Comparison.md @@ -6,8 +6,8 @@ description: '## Краткое описание | Характеристика type: Article tags: - REPL -- HMP - Mesh +- HMP --- # 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 2e6588a5f8d06907d5341334ea91998d86ad283c..5d16d7d61bbabbc5b0d5f6a607d3e87435abd67e 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 - Scenarios -- HMP -- CogSync -- Mesh - EGP +- JSON - Agent +- Mesh +- HMP +- CogSync --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/HMP_as_ANP_Application.md b/structured_md/docs/HMP_as_ANP_Application.md index f4095a967ff4deb3dbaf9f575e5e4ac9cba2d6c6..0b52aa6caf5573df0c2b8baf5c7bd83c22af5b41 100644 --- a/structured_md/docs/HMP_as_ANP_Application.md +++ b/structured_md/docs/HMP_as_ANP_Application.md @@ -5,11 +5,11 @@ description: '## Кратко [ANP (Agent Network Protocol)](https://github.com/ (HyperCortex M...' type: Article tags: -- Ethics - JSON -- HMP -- Mesh - Agent +- Ethics +- Mesh +- HMP --- # HMP как реализация Application Layer в ANP diff --git a/structured_md/docs/HMP_as_ANP_Application_en.md b/structured_md/docs/HMP_as_ANP_Application_en.md index 68c0a0fe5c212733e03229b828d61d471b5db7ad..d0ea9d9f048324412f9b61565db594a9ff889589 100644 --- a/structured_md/docs/HMP_as_ANP_Application_en.md +++ b/structured_md/docs/HMP_as_ANP_Application_en.md @@ -5,12 +5,12 @@ description: '## In Brief [ANP (Agent Network Protocol)](https://github.com/age proto...' type: Article tags: -- Ethics -- JSON -- HMP -- Mesh - Scenarios +- JSON - Agent +- Ethics +- Mesh +- HMP --- # HMP as an Implementation of the Application Layer in ANP diff --git a/structured_md/docs/HMPv5_Overview_Ru.md b/structured_md/docs/HMPv5_Overview_Ru.md index 413f0b1b1ec25ba17bb36cebb017041452301864..84627d1315ccac49317dc967f35a8d9eeb6d4f8d 100644 --- a/structured_md/docs/HMPv5_Overview_Ru.md +++ b/structured_md/docs/HMPv5_Overview_Ru.md @@ -5,12 +5,12 @@ description: '> Почему современные агентные систе Этот текст основан на спецификации [**...' type: Article tags: -- Ethics -- JSON -- HMP - CogSync -- Mesh +- JSON - Agent +- Ethics +- Mesh +- HMP --- # Почему будущее ИИ-агентов — децентрализованные сети, а не оркестраторы diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 7d00c95475ee6f34bc0c08f7a7f8f60771d35b2a..7f2e0548c19b05024ffb39ed1dd4302054a6b148 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с Может быть частью агента или вынесен в отдельный пр...' type: Article tags: -- Ethics +- EGP - JSON +- Agent +- Mesh - HMP - CogSync -- Mesh -- EGP -- Agent +- Ethics --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index e1067447fae2d934fbaa2d22fac6176c70a54397..a205bdf14474c0d6610716db08b829368b504631 100644 --- a/structured_md/docs/PHILOSOPHY.md +++ b/structured_md/docs/PHILOSOPHY.md @@ -5,11 +5,11 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:* (GPT-5), ChatGH --- ## 1. Основной тезис От ...' type: Article tags: -- Ethics - REPL -- HMP -- Mesh - Agent +- Ethics +- Mesh +- HMP --- # Философия HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index 435d31dee3009e8efa981d7b2e4aca1905bb23ee..0c5dd1110d35e9f39accf321922243400b82eb4c 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: -- Ethics - REPL -- HMP -- Mesh - Agent +- Ethics +- Mesh +- HMP --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index bff916aa06da183cc3c37d6480570c889e3c5d06..d89295bfd40d40e6f9b486c070ba8398d5c4a790 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: -- HMP -- Mesh - Agent +- Mesh +- HMP --- # HMP Agent Role Registry diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index f33e641bef04f7172d1f3833baaf1f3d5a668b62..b0d3d2277015b6255f8eaf36ef92b2472abdaa53 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -6,9 +6,9 @@ description: '## 📘 Определение **Агент-контейнер** type: Article tags: - REPL -- HMP -- Mesh - Agent +- Mesh +- HMP --- # 🧱 Агенты-контейнеры (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/meta-personality.md b/structured_md/docs/meta-personality.md index 7162fdd444e52310b3d23fe7604526a24ee85ab8..b72e5c02eaa408b833e92427fef9f8598413da3e 100644 --- a/structured_md/docs/meta-personality.md +++ b/structured_md/docs/meta-personality.md @@ -7,8 +7,8 @@ type: Article tags: - JSON - REPL -- HMP - Mesh +- 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 ca6c9c01bc428736823dd66b068063446c1642ca..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,10 +5,10 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be — but they’re also **centralized, ...' type: Article tags: -- HMP - Ethics -- Mesh - Agent +- Mesh +- HMP --- # 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 293013f0c54388e2086a54d92eeca87a8ec97339..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,9 +5,9 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд гигантских моделях и облачных сервисах. Они мо...' type: Article tags: -- HMP -- Mesh - Agent +- Mesh +- HMP --- # 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 1a82ba86e4bb386685fe2005b2124cafbe612c98..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,9 +5,9 @@ description: '*Автори: Agent-Gleb & ChatGPT* --- ## Чому майбу сервісами. Вони потужні — але водночас **цент...' type: Article tags: -- HMP -- Mesh - Agent +- Mesh +- HMP --- # 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 e5d723baacd97ff4d4f7b3c6fab4d8680e3f9ea1..5fd86e5d76497b7a1a88f55a4b45fd42690c367b 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: -- Ethics +- Scenarios - CCore - JSON - REPL -- HMP +- Agent - Mesh - CShell -- Scenarios -- Agent +- HMP +- Ethics --- 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 d349853aec8814ef17b6b3fa21dc268e9583d5ad..4c25120df9a769a843c7337d406c3eeb608bf0c8 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 @@ -9,10 +9,10 @@ tags: - CCore - JSON - REPL -- HMP +- Agent - Mesh - CShell -- Agent +- HMP --- title: "HyperCortex Mesh Protocol: Децентрализованная архитектура для когнитивных агентов и обмена знаниями" diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md index 6e31e9535ef60ab5fb4377b1df5e98bd9a6d0935..c1bcfe3439f0dff0f68541d5fa5262afaccbf913 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 @@ -8,10 +8,10 @@ tags: - CCore - JSON - REPL -- HMP +- Agent - Mesh - CShell -- Agent +- HMP --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index cad3b5c8edf2bd19ff6567e755efaa2fe08db7c9..2c48e8281f004f795b00cac0f33c54b5132264fe 100644 --- a/structured_md/docs/publics/Habr_Distributed-Cognition.md +++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md @@ -6,11 +6,11 @@ description: Сегодня интеллектуальные системы ча type: Article tags: - GMP -- HMP -- CogSync -- Mesh - MeshConsensus - EGP +- Mesh +- HMP +- CogSync --- *От 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 5859af883a6608b116278a2554f78d7cd04ada09..63fafb611180bf809cf50c6db8e5c4f7d7280d77 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 -- HMP -- Mesh - Agent +- Mesh +- HMP +- GMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/experimental/v1_agent_attempt/prompt-short.md b/structured_md/experimental/v1_agent_attempt/prompt-short.md index 4ccea54c120829ad3e507311819d226ebe8d9d96..bdfcd14bf7db8146962cc7d45a444fa7916ac3a3 100644 --- a/structured_md/experimental/v1_agent_attempt/prompt-short.md +++ b/structured_md/experimental/v1_agent_attempt/prompt-short.md @@ -6,8 +6,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед type: Article tags: - JSON -- HMP - Mesh +- HMP --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/experimental/v1_agent_attempt/prompt.md b/structured_md/experimental/v1_agent_attempt/prompt.md index 05a42400037e2d85857af7e77c6aaf507d51ff2e..6479d19ddc53bda4e2857a30d61ae7ee8b471201 100644 --- a/structured_md/experimental/v1_agent_attempt/prompt.md +++ b/structured_md/experimental/v1_agent_attempt/prompt.md @@ -6,8 +6,8 @@ description: '* Постоянно расширять возможности а type: Article tags: - JSON -- HMP - Mesh +- HMP --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/experimental/v1_agent_attempt/readme.md b/structured_md/experimental/v1_agent_attempt/readme.md index b35dcf2f3c70a979e241e58931f2316b678c0ff6..89fcd2695a8f7d4632a47da4f83a821cfdeca9ac 100644 --- a/structured_md/experimental/v1_agent_attempt/readme.md +++ b/structured_md/experimental/v1_agent_attempt/readme.md @@ -5,12 +5,12 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан этическая модель: `ethics.yml` Проверка иниц...' type: Article tags: -- Ethics - JSON - REPL -- HMP -- Mesh - Agent +- Ethics +- Mesh +- HMP --- Запуск: `start_repl.bat` или `start_repl.sh` diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 1c043746f20e4af99945e50f567e48c5ef4e7fec..b90947e6ec92a787550536e254a261e4b97dd719 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: -- Ethics -- JSON -- HMP -- CogSync -- Mesh - MeshConsensus - EGP +- JSON - Agent +- Mesh +- HMP +- CogSync +- Ethics --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 202fa4fcc51f6b2697fbf6b283a8d76147dbb51f..2c2c96a9b33ec6f11e1f8ec87b3e8499889ccdaf 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- Ethics +- MeshConsensus +- EGP - JSON +- Mesh - HMP - CogSync -- Mesh -- MeshConsensus -- EGP +- Ethics --- diff --git a/structured_md/mentions.md b/structured_md/mentions.md index 9cdad22cb89fe8cb53fee8e20d37d51b887a3f2a..54bdd58caaf1ad19d669c2e6caac6bfa7b61d776 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: -- HMP -- Mesh - Agent +- Mesh +- HMP --- # Mentions & Responses Log