GitHub Action commited on
Commit
dcceca4
·
1 Parent(s): 4bf78c1

Sync from GitHub with Git LFS

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +1 -1
  2. README_de.md +1 -1
  3. README_fr.md +1 -1
  4. README_ja.md +1 -1
  5. README_ko.md +1 -1
  6. README_ru.md +1 -1
  7. README_uk.md +1 -1
  8. README_zh.md +1 -1
  9. structured_md/CONTRIBUTING.md +5 -5
  10. structured_md/HMP-Roadmap.md +3 -3
  11. structured_md/README.md +11 -11
  12. structured_md/README_de.md +10 -10
  13. structured_md/README_fr.md +10 -10
  14. structured_md/README_ja.md +10 -10
  15. structured_md/README_ko.md +10 -10
  16. structured_md/README_ru.md +10 -10
  17. structured_md/README_uk.md +10 -10
  18. structured_md/README_zh.md +10 -10
  19. structured_md/agents/prompt-short.md +2 -2
  20. structured_md/agents/prompt.md +2 -2
  21. structured_md/agents/readme.md +3 -3
  22. structured_md/audits/Ethics-audits-1.md +2 -2
  23. structured_md/audits/Ethics-consolidated_audits-1.md +3 -3
  24. structured_md/audits/HMP-0003-consolidated_audit.md +4 -4
  25. structured_md/docs/Basic-agent-sim.md +4 -4
  26. structured_md/docs/CCORE-Deployment-Flow.md +3 -3
  27. structured_md/docs/CHANGELOG.md +6 -6
  28. structured_md/docs/Distributed-Cognitive-Systems.md +3 -3
  29. structured_md/docs/Enlightener.md +4 -4
  30. structured_md/docs/Grok_HMP&ANP.md +2 -2
  31. structured_md/docs/HMP&ANP_layer_inversion.md +1 -1
  32. structured_md/docs/HMP-0001.md +6 -6
  33. structured_md/docs/HMP-0002.md +7 -7
  34. structured_md/docs/HMP-0003.md +7 -7
  35. structured_md/docs/HMP-0004-v4.1.md +7 -7
  36. structured_md/docs/HMP-0004.md +7 -7
  37. structured_md/docs/HMP-0005.md +8 -8
  38. structured_md/docs/HMP-Agent-API.md +2 -2
  39. structured_md/docs/HMP-Agent-Architecture.md +6 -6
  40. structured_md/docs/HMP-Agent-Network-Flow.md +3 -3
  41. structured_md/docs/HMP-Agent-Overview.md +4 -4
  42. structured_md/docs/HMP-Agent_Emotions.md +2 -2
  43. structured_md/docs/HMP-Ethics.md +3 -3
  44. structured_md/docs/HMP-Short-Description_de.md +2 -2
  45. structured_md/docs/HMP-Short-Description_en.md +2 -2
  46. structured_md/docs/HMP-Short-Description_fr.md +2 -2
  47. structured_md/docs/HMP-Short-Description_ja.md +2 -2
  48. structured_md/docs/HMP-Short-Description_ko.md +2 -2
  49. structured_md/docs/HMP-Short-Description_ru.md +2 -2
  50. structured_md/docs/HMP-Short-Description_uk.md +2 -2
README.md CHANGED
@@ -38,7 +38,7 @@ HMP and ANP as Complementary Protocols:
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/) is a meta-protocol for negotiating interaction modes between agents. It complements, rather than replaces, protocols such as ANP (networking and identity) and HMP (cognitive continuity and memory), coordinating how they are used in a given context.
40
 
41
- Project status: [**Stable (v5.0.0 Core Specification)**](docs/HMP-0005.md) (Overview: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > This repository contains an early draft / exploratory reference implementation in Python.
44
  > It is incomplete, non-optimized, and intended solely to validate and illustrate parts of the HMP protocol.
 
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/) is a meta-protocol for negotiating interaction modes between agents. It complements, rather than replaces, protocols such as ANP (networking and identity) and HMP (cognitive continuity and memory), coordinating how they are used in a given context.
40
 
41
+ Project status: [**Stable (v5.0.3 Core Specification)**](docs/HMP-0005.md) (Overview: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > This repository contains an early draft / exploratory reference implementation in Python.
44
  > It is incomplete, non-optimized, and intended solely to validate and illustrate parts of the HMP protocol.
README_de.md CHANGED
@@ -38,7 +38,7 @@ HMP und ANP als sich ergänzende Protokolle:
38
 
39
  Das [Agora Protocol](https://github.com/agora-protocol/) ist ein Meta-Protokoll zur Aushandlung von Interaktionsmodi zwischen Agenten. Es ergänzt – und ersetzt nicht – Protokolle wie ANP (Netzwerk und Identität) und HMP (kognitive Kontinuität und Gedächtnis), indem es deren Einsatz im jeweiligen Kontext koordiniert.
40
 
41
- Projektstatus: [**Stabil (Kernspezifikation v5.0.0)**](docs/HMP-0005.md) (Übersicht: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > Dieses Repository enthält eine frühe, experimentelle Referenzimplementierung in Python.
44
  > Sie ist unvollständig, nicht optimiert und dient ausschließlich dazu, einzelne Aspekte des HMP-Protokolls zu validieren und zu veranschaulichen.
 
38
 
39
  Das [Agora Protocol](https://github.com/agora-protocol/) ist ein Meta-Protokoll zur Aushandlung von Interaktionsmodi zwischen Agenten. Es ergänzt – und ersetzt nicht – Protokolle wie ANP (Netzwerk und Identität) und HMP (kognitive Kontinuität und Gedächtnis), indem es deren Einsatz im jeweiligen Kontext koordiniert.
40
 
41
+ Projektstatus: [**Stabil (Kernspezifikation v5.0.3)**](docs/HMP-0005.md) (Übersicht: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > Dieses Repository enthält eine frühe, experimentelle Referenzimplementierung in Python.
44
  > Sie ist unvollständig, nicht optimiert und dient ausschließlich dazu, einzelne Aspekte des HMP-Protokolls zu validieren und zu veranschaulichen.
README_fr.md CHANGED
@@ -38,7 +38,7 @@ HMP et ANP en tant que Protocoles Complémentaires:
38
 
39
  Le [Agora Protocol](https://github.com/agora-protocol/) est un méta-protocole destiné à la négociation des modes d’interaction entre agents. Il complète, plutôt que de remplacer, des protocoles tels que ANP (réseau et identité) et HMP (continuité cognitive et mémoire), en coordonnant leur utilisation selon le contexte.
40
 
41
- Statut du projet: [**Stable (Spécification principale v5.0.0)**](docs/HMP-0005.md) (Présentation: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > Ce dépôt contient une implémentation de référence préliminaire et exploratoire en Python.
44
  > Elle est incomplète, non optimisée et destinée uniquement à valider et illustrer certains aspects du protocole HMP.
 
38
 
39
  Le [Agora Protocol](https://github.com/agora-protocol/) est un méta-protocole destiné à la négociation des modes d’interaction entre agents. Il complète, plutôt que de remplacer, des protocoles tels que ANP (réseau et identité) et HMP (continuité cognitive et mémoire), en coordonnant leur utilisation selon le contexte.
40
 
41
+ Statut du projet: [**Stable (Spécification principale v5.0.3)**](docs/HMP-0005.md) (Présentation: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > Ce dépôt contient une implémentation de référence préliminaire et exploratoire en Python.
44
  > Elle est incomplète, non optimisée et destinée uniquement à valider et illustrer certains aspects du protocole HMP.
README_ja.md CHANGED
@@ -38,7 +38,7 @@ HMP と ANP の相補的プロトコル:
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/) は、エージェント間の通信方式を交渉・選択するためのメタプロトコルです。ANP(ネットワークおよびアイデンティティ)や HMP(認知的連続性と記憶)といったプロトコルを置き換えるのではなく、文脈に応じてそれらの利用を調整・補完します。
40
 
41
- プロジェクトステータス: [安定版(コア仕様 v5.0.0)](docs/HMP-0005.md) (概要: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > このリポジトリには、Python による初期段階の探索的な参照実装が含まれています。
44
  > 本実装は未完成かつ最適化されておらず、
 
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/) は、エージェント間の通信方式を交渉・選択するためのメタプロトコルです。ANP(ネットワークおよびアイデンティティ)や HMP(認知的連続性と記憶)といったプロトコルを置き換えるのではなく、文脈に応じてそれらの利用を調整・補完します。
40
 
41
+ プロジェクトステータス: [安定版(コア仕様 v5.0.3)](docs/HMP-0005.md) (概要: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > このリポジトリには、Python による初期段階の探索的な参照実装が含まれています。
44
  > 本実装は未完成かつ最適化されておらず、
README_ko.md CHANGED
@@ -38,7 +38,7 @@ HMP와 ANP의 상호보완 프로토콜:
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/)은 에이전트 간 상호작용 방식을 협상하기 위한 메타 프로토콜입니다. 이는 ANP(네트워크 및 식별)와 HMP(인지적 연속성과 메모리)와 같은 프로토콜을 대체하는 것이 아니라, 특정 맥락에 맞게 이들의 사용을 조정하고 보완합니다.
40
 
41
- 프로젝트 상태: [**안정 버전 (핵심 사양 v5.0.0)**](docs/HMP-0005.md) (개요: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > 이 저장소에는 Python으로 작성된 초기 단계의 탐색적 참조 구현이 포함되어 있습니다.
44
  > 해당 구현은 미완성이며 최적화되지 않았고,
 
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/)은 에이전트 간 상호작용 방식을 협상하기 위한 메타 프로토콜입니다. 이는 ANP(네트워크 및 식별)와 HMP(인지적 연속성과 메모리)와 같은 프로토콜을 대체하는 것이 아니라, 특정 맥락에 맞게 이들의 사용을 조정하고 보완합니다.
40
 
41
+ 프로젝트 상태: [**안정 버전 (핵심 사양 v5.0.3)**](docs/HMP-0005.md) (개요: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > 이 저장소에는 Python으로 작성된 초기 단계의 탐색적 참조 구현이 포함되어 있습니다.
44
  > 해당 구현은 미완성이며 최적화되지 않았고,
README_ru.md CHANGED
@@ -38,7 +38,7 @@ HMP и ANP как взаимодополняющие протоколы:
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/) — это мета-протокол для согласования режимов взаимодействия между агентами. Он дополняет, а не заменяет такие протоколы, как ANP (сети и идентификация) и HMP (когнитивная преемственность и память), координируя их использование в конкретном контексте.
40
 
41
- Статус проекта: [**Стабильная версия (Основная спецификация v5.0.0)**](docs/HMP-0005.md) (Обзор: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > Этот репозиторий содержит ранний черновик / исследовательскую эталонную реализацию на Python.
44
  > Реализация является неполной, неоптимизированной и предназначена исключительно для проверки и иллюстрации отдельных аспектов протокола HMP.
 
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/) — это мета-протокол для согласования режимов взаимодействия между агентами. Он дополняет, а не заменяет такие протоколы, как ANP (сети и идентификация) и HMP (когнитивная преемственность и память), координируя их использование в конкретном контексте.
40
 
41
+ Статус проекта: [**Стабильная версия (Основная спецификация v5.0.3)**](docs/HMP-0005.md) (Обзор: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > Этот репозиторий содержит ранний черновик / исследовательскую эталонную реализацию на Python.
44
  > Реализация является неполной, неоптимизированной и предназначена исключительно для проверки и иллюстрации отдельных аспектов протокола HMP.
README_uk.md CHANGED
@@ -40,7 +40,7 @@ HMP та ANP як взаємодоповнюючі протоколи:
40
 
41
  [Agora Protocol](https://github.com/agora-protocol/) — це мета-протокол для узгодження режимів взаємодії між агентами. Він доповнює, а не замінює такі протоколи, як ANP (мережа та ідентифікація) і HMP (когнітивна наступність та пам’ять), координуючи їх використання залежно від контексту.
42
 
43
- Статус проєкту: [**Стабільна версія (Базова специфікація v5.0.0)**](docs/HMP-0005.md) (Огляд: [RU](docs/HMPv5_Overview_Ru.md))
44
 
45
  > Цей репозиторій містить ранній чернетковий / дослідницький еталонний прототип на Python.
46
  > Реалізація є неповною, неоптимізованою та призначеною виключно для перевірки й ілюстрації окремих аспектів протоколу HMP.
 
40
 
41
  [Agora Protocol](https://github.com/agora-protocol/) — це мета-протокол для узгодження режимів взаємодії між агентами. Він доповнює, а не замінює такі протоколи, як ANP (мережа та ідентифікація) і HMP (когнітивна наступність та пам’ять), координуючи їх використання залежно від контексту.
42
 
43
+ Статус проєкту: [**Стабільна версія (Базова специфікація v5.0.3)**](docs/HMP-0005.md) (Огляд: [RU](docs/HMPv5_Overview_Ru.md))
44
 
45
  > Цей репозиторій містить ранній чернетковий / дослідницький еталонний прототип на Python.
46
  > Реалізація є неповною, неоптимізованою та призначеною виключно для перевірки й ілюстрації окремих аспектів протоколу HMP.
README_zh.md CHANGED
@@ -38,7 +38,7 @@ HMP 与 ANP 作为互补协议:
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/) 是一种用于协商代理之间交互方式的元协议。它并非取代 ANP(网络与身份)或 HMP(认知连续性与记忆),而是在具体上下文中协调和补充这些协议的使用。
40
 
41
- 项目状态: [稳定版本(核心规范 v5.0.0)](docs/HMP-0005.md) (概览: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > 本仓库包含一个早期的、探索性的 Python 参考实现草案。
44
  > 该实现尚不完整,未进行性能优化,仅用于验证和说明
 
38
 
39
  [Agora Protocol](https://github.com/agora-protocol/) 是一种用于协商代理之间交互方式的元协议。它并非取代 ANP(网络与身份)或 HMP(认知连续性与记忆),而是在具体上下文中协调和补充这些协议的使用。
40
 
41
+ 项目状态: [稳定版本(核心规范 v5.0.3)](docs/HMP-0005.md) (概览: [RU](docs/HMPv5_Overview_Ru.md))
42
 
43
  > 本仓库包含一个早期的、探索性的 Python 参考实现草案。
44
  > 该实现尚不完整,未进行性能优化,仅用于验证和说明
structured_md/CONTRIBUTING.md CHANGED
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
- - REPL
9
- - CogSync
10
- - Mesh
11
  - Ethics
12
- - JSON
13
- - HMP
14
  - CCore
 
 
 
15
  - Agent
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - CogSync
 
10
  - CCore
11
+ - JSON
12
+ - REPL
13
+ - Mesh
14
  - Agent
15
+ - HMP
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -5,13 +5,13 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
8
- - EGP
9
  - CogSync
10
  - Mesh
11
- - Ethics
12
  - JSON
13
- - HMP
14
  - Agent
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - CogSync
10
  - Mesh
 
11
  - JSON
12
+ - EGP
13
  - Agent
14
+ - HMP
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
structured_md/README.md CHANGED
@@ -5,21 +5,21 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
- - cognitive-architecture
 
9
  - EGP
10
- - REPL
11
- - MeshConsensus
12
  - CogSync
13
- - Mesh
14
- - GMP
15
- - mesh-protocol
16
- - Scenarios
17
- - Ethics
18
- - HMP
19
  - JSON
 
 
20
  - hmp
21
- - Agent
 
22
  - distributed-ai
 
 
 
23
  ---
24
 
25
 
@@ -50,7 +50,7 @@ HMP and ANP as Complementary Protocols:
50
 
51
  [Agora Protocol](https://github.com/agora-protocol/) is a meta-protocol for negotiating interaction modes between agents. It complements, rather than replaces, protocols such as ANP (networking and identity) and HMP (cognitive continuity and memory), coordinating how they are used in a given context.
52
 
53
- Project status: [**Stable (v5.0.0 Core Specification)**](docs/HMP-0005.md) (Overview: [RU](docs/HMPv5_Overview_Ru.md))
54
 
55
  > This repository contains an early draft / exploratory reference implementation in Python.
56
  > It is incomplete, non-optimized, and intended solely to validate and illustrate parts of the HMP protocol.
 
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
 
 
13
  - JSON
14
+ - REPL
15
+ - mesh-protocol
16
  - hmp
17
+ - cognitive-architecture
18
+ - Scenarios
19
  - distributed-ai
20
+ - Mesh
21
+ - Agent
22
+ - HMP
23
  ---
24
 
25
 
 
50
 
51
  [Agora Protocol](https://github.com/agora-protocol/) is a meta-protocol for negotiating interaction modes between agents. It complements, rather than replaces, protocols such as ANP (networking and identity) and HMP (cognitive continuity and memory), coordinating how they are used in a given context.
52
 
53
+ Project status: [**Stable (v5.0.3 Core Specification)**](docs/HMP-0005.md) (Overview: [RU](docs/HMPv5_Overview_Ru.md))
54
 
55
  > This repository contains an early draft / exploratory reference implementation in Python.
56
  > It is incomplete, non-optimized, and intended solely to validate and illustrate parts of the HMP protocol.
structured_md/README_de.md CHANGED
@@ -5,20 +5,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
- - cognitive-architecture
 
9
  - EGP
10
- - REPL
11
- - MeshConsensus
12
  - CogSync
13
- - Mesh
14
- - GMP
15
- - mesh-protocol
16
- - Ethics
17
- - HMP
18
  - JSON
 
 
19
  - hmp
20
- - Agent
21
  - distributed-ai
 
 
 
22
  ---
23
 
24
 
@@ -49,7 +49,7 @@ HMP und ANP als sich ergänzende Protokolle:
49
 
50
  Das [Agora Protocol](https://github.com/agora-protocol/) ist ein Meta-Protokoll zur Aushandlung von Interaktionsmodi zwischen Agenten. Es ergänzt – und ersetzt nicht – Protokolle wie ANP (Netzwerk und Identität) und HMP (kognitive Kontinuität und Gedächtnis), indem es deren Einsatz im jeweiligen Kontext koordiniert.
51
 
52
- Projektstatus: [**Stabil (Kernspezifikation v5.0.0)**](docs/HMP-0005.md) (Übersicht: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > Dieses Repository enthält eine frühe, experimentelle Referenzimplementierung in Python.
55
  > Sie ist unvollständig, nicht optimiert und dient ausschließlich dazu, einzelne Aspekte des HMP-Protokolls zu validieren und zu veranschaulichen.
 
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
 
13
  - JSON
14
+ - REPL
15
+ - mesh-protocol
16
  - hmp
17
+ - cognitive-architecture
18
  - distributed-ai
19
+ - Mesh
20
+ - Agent
21
+ - HMP
22
  ---
23
 
24
 
 
49
 
50
  Das [Agora Protocol](https://github.com/agora-protocol/) ist ein Meta-Protokoll zur Aushandlung von Interaktionsmodi zwischen Agenten. Es ergänzt – und ersetzt nicht – Protokolle wie ANP (Netzwerk und Identität) und HMP (kognitive Kontinuität und Gedächtnis), indem es deren Einsatz im jeweiligen Kontext koordiniert.
51
 
52
+ Projektstatus: [**Stabil (Kernspezifikation v5.0.3)**](docs/HMP-0005.md) (Übersicht: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > Dieses Repository enthält eine frühe, experimentelle Referenzimplementierung in Python.
55
  > Sie ist unvollständig, nicht optimiert und dient ausschließlich dazu, einzelne Aspekte des HMP-Protokolls zu validieren und zu veranschaulichen.
structured_md/README_fr.md CHANGED
@@ -5,20 +5,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
- - cognitive-architecture
 
9
  - EGP
10
- - REPL
11
- - MeshConsensus
12
  - CogSync
13
- - Mesh
14
- - GMP
15
- - mesh-protocol
16
- - Ethics
17
- - HMP
18
  - JSON
 
 
19
  - hmp
20
- - Agent
21
  - distributed-ai
 
 
 
22
  ---
23
 
24
 
@@ -49,7 +49,7 @@ HMP et ANP en tant que Protocoles Complémentaires:
49
 
50
  Le [Agora Protocol](https://github.com/agora-protocol/) est un méta-protocole destiné à la négociation des modes d’interaction entre agents. Il complète, plutôt que de remplacer, des protocoles tels que ANP (réseau et identité) et HMP (continuité cognitive et mémoire), en coordonnant leur utilisation selon le contexte.
51
 
52
- Statut du projet: [**Stable (Spécification principale v5.0.0)**](docs/HMP-0005.md) (Présentation: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > Ce dépôt contient une implémentation de référence préliminaire et exploratoire en Python.
55
  > Elle est incomplète, non optimisée et destinée uniquement à valider et illustrer certains aspects du protocole HMP.
 
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
 
13
  - JSON
14
+ - REPL
15
+ - mesh-protocol
16
  - hmp
17
+ - cognitive-architecture
18
  - distributed-ai
19
+ - Mesh
20
+ - Agent
21
+ - HMP
22
  ---
23
 
24
 
 
49
 
50
  Le [Agora Protocol](https://github.com/agora-protocol/) est un méta-protocole destiné à la négociation des modes d’interaction entre agents. Il complète, plutôt que de remplacer, des protocoles tels que ANP (réseau et identité) et HMP (continuité cognitive et mémoire), en coordonnant leur utilisation selon le contexte.
51
 
52
+ Statut du projet: [**Stable (Spécification principale v5.0.3)**](docs/HMP-0005.md) (Présentation: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > Ce dépôt contient une implémentation de référence préliminaire et exploratoire en Python.
55
  > Elle est incomplète, non optimisée et destinée uniquement à valider et illustrer certains aspects du protocole HMP.
structured_md/README_ja.md CHANGED
@@ -5,20 +5,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
- - cognitive-architecture
 
9
  - EGP
10
- - REPL
11
- - MeshConsensus
12
  - CogSync
13
- - Mesh
14
- - GMP
15
- - mesh-protocol
16
- - Ethics
17
- - HMP
18
  - JSON
 
 
19
  - hmp
20
- - Agent
21
  - distributed-ai
 
 
 
22
  ---
23
 
24
 
@@ -49,7 +49,7 @@ HMP と ANP の相補的プロトコル:
49
 
50
  [Agora Protocol](https://github.com/agora-protocol/) は、エージェント間の通信方式を交渉・選択するためのメタプロトコルです。ANP(ネットワークおよびアイデンティティ)や HMP(認知的連続性と記憶)といったプロトコルを置き換えるのではなく、文脈に応じてそれらの利用を調整・補完します。
51
 
52
- プロジェクトステータス: [安定版(コア仕様 v5.0.0)](docs/HMP-0005.md) (概要: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > このリポジトリには、Python による初期段階の探索的な参照実装が含まれています。
55
  > 本実装は未完成かつ最適化されておらず、
 
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
 
13
  - JSON
14
+ - REPL
15
+ - mesh-protocol
16
  - hmp
17
+ - cognitive-architecture
18
  - distributed-ai
19
+ - Mesh
20
+ - Agent
21
+ - HMP
22
  ---
23
 
24
 
 
49
 
50
  [Agora Protocol](https://github.com/agora-protocol/) は、エージェント間の通信方式を交渉・選択するためのメタプロトコルです。ANP(ネットワークおよびアイデンティティ)や HMP(認知的連続性と記憶)といったプロトコルを置き換えるのではなく、文脈に応じてそれらの利用を調整・補完します。
51
 
52
+ プロジェクトステータス: [安定版(コア仕様 v5.0.3)](docs/HMP-0005.md) (概要: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > このリポジトリには、Python による初期段階の探索的な参照実装が含まれています。
55
  > 本実装は未完成かつ最適化されておらず、
structured_md/README_ko.md CHANGED
@@ -5,20 +5,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
- - cognitive-architecture
 
9
  - EGP
10
- - REPL
11
- - MeshConsensus
12
  - CogSync
13
- - Mesh
14
- - GMP
15
- - mesh-protocol
16
- - Ethics
17
- - HMP
18
  - JSON
 
 
19
  - hmp
20
- - Agent
21
  - distributed-ai
 
 
 
22
  ---
23
 
24
 
@@ -49,7 +49,7 @@ HMP와 ANP의 상호보완 프로토콜:
49
 
50
  [Agora Protocol](https://github.com/agora-protocol/)은 에이전트 간 상호작용 방식을 협상하기 위한 메타 프로토콜입니다. 이는 ANP(네트워크 및 식별)와 HMP(인지적 연속성과 메모리)와 같은 프로토콜을 대체하는 것이 아니라, 특정 맥락에 맞게 이들의 사용을 조정하고 보완합니다.
51
 
52
- 프로젝트 상태: [**안정 버전 (핵심 사양 v5.0.0)**](docs/HMP-0005.md) (개요: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > 이 저장소에는 Python으로 작성된 초기 단계의 탐색적 참조 구현이 포함되어 있습니다.
55
  > 해당 구현은 미완성이며 최적화되지 않았고,
 
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
 
13
  - JSON
14
+ - REPL
15
+ - mesh-protocol
16
  - hmp
17
+ - cognitive-architecture
18
  - distributed-ai
19
+ - Mesh
20
+ - Agent
21
+ - HMP
22
  ---
23
 
24
 
 
49
 
50
  [Agora Protocol](https://github.com/agora-protocol/)은 에이전트 간 상호작용 방식을 협상하기 위한 메타 프로토콜입니다. 이는 ANP(네트워크 및 식별)와 HMP(인지적 연속성과 메모리)와 같은 프로토콜을 대체하는 것이 아니라, 특정 맥락에 맞게 이들의 사용을 조정하고 보완합니다.
51
 
52
+ 프로젝트 상태: [**안정 버전 (핵심 사양 v5.0.3)**](docs/HMP-0005.md) (개요: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > 이 저장소에는 Python으로 작성된 초기 단계의 탐색적 참조 구현이 포함되어 있습니다.
55
  > 해당 구현은 미완성이며 최적화되지 않았고,
structured_md/README_ru.md CHANGED
@@ -5,20 +5,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
- - cognitive-architecture
 
9
  - EGP
10
- - REPL
11
- - MeshConsensus
12
  - CogSync
13
- - Mesh
14
- - GMP
15
- - mesh-protocol
16
- - Ethics
17
- - HMP
18
  - JSON
 
 
19
  - hmp
20
- - Agent
21
  - distributed-ai
 
 
 
22
  ---
23
 
24
 
@@ -49,7 +49,7 @@ HMP и ANP как взаимодополняющие протоколы:
49
 
50
  [Agora Protocol](https://github.com/agora-protocol/) — это мета-протокол для согласования режимов взаимодействия между агентами. Он дополняет, а не заменяет такие протоколы, как ANP (сети и идентификация) и HMP (когнитивная преемственность и память), координируя их использование в конкретном контексте.
51
 
52
- Статус проекта: [**Стабильная версия (Основная спецификация v5.0.0)**](docs/HMP-0005.md) (Обзор: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > Этот репозиторий содержит ранний черновик / исследовательскую эталонную реализацию на Python.
55
  > Реализация является неполной, неоптимизированной и предназначена исключительно для проверки и иллюстрации отдельных аспектов протокола HMP.
 
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
 
13
  - JSON
14
+ - REPL
15
+ - mesh-protocol
16
  - hmp
17
+ - cognitive-architecture
18
  - distributed-ai
19
+ - Mesh
20
+ - Agent
21
+ - HMP
22
  ---
23
 
24
 
 
49
 
50
  [Agora Protocol](https://github.com/agora-protocol/) — это мета-протокол для согласования режимов взаимодействия между агентами. Он дополняет, а не заменяет такие протоколы, как ANP (сети и идентификация) и HMP (когнитивная преемственность и память), координируя их использование в конкретном контексте.
51
 
52
+ Статус проекта: [**Стабильная версия (Основная спецификация v5.0.3)**](docs/HMP-0005.md) (Обзор: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > Этот репозиторий содержит ранний черновик / исследовательскую эталонную реализацию на Python.
55
  > Реализация является неполной, неоптимизированной и предназначена исключительно для проверки и иллюстрации отдельных аспектов протокола HMP.
structured_md/README_uk.md CHANGED
@@ -5,20 +5,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
- - cognitive-architecture
 
9
  - EGP
10
- - REPL
11
- - MeshConsensus
12
  - CogSync
13
- - Mesh
14
- - GMP
15
- - mesh-protocol
16
- - Ethics
17
- - HMP
18
  - JSON
 
 
19
  - hmp
20
- - Agent
21
  - distributed-ai
 
 
 
22
  ---
23
 
24
 
@@ -51,7 +51,7 @@ HMP та ANP як взаємодоповнюючі протоколи:
51
 
52
  [Agora Protocol](https://github.com/agora-protocol/) — це мета-протокол для узгодження режимів взаємодії між агентами. Він доповнює, а не замінює такі протоколи, як ANP (мережа та ідентифікація) і HMP (когнітивна наступність та пам’ять), координуючи їх використання залежно від контексту.
53
 
54
- Статус проєкту: [**Стабільна версія (Базова специфікація v5.0.0)**](docs/HMP-0005.md) (Огляд: [RU](docs/HMPv5_Overview_Ru.md))
55
 
56
  > Цей репозиторій містить ранній чернетковий / дослідницький еталонний прототип на Python.
57
  > Реалізація є неповною, неоптимізованою та призначеною виключно для перевірки й ілюстрації окремих аспектів протоколу HMP.
 
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
 
13
  - JSON
14
+ - REPL
15
+ - mesh-protocol
16
  - hmp
17
+ - cognitive-architecture
18
  - distributed-ai
19
+ - Mesh
20
+ - Agent
21
+ - HMP
22
  ---
23
 
24
 
 
51
 
52
  [Agora Protocol](https://github.com/agora-protocol/) — це мета-протокол для узгодження режимів взаємодії між агентами. Він доповнює, а не замінює такі протоколи, як ANP (мережа та ідентифікація) і HMP (когнітивна наступність та пам’ять), координуючи їх використання залежно від контексту.
53
 
54
+ Статус проєкту: [**Стабільна версія (Базова специфікація v5.0.3)**](docs/HMP-0005.md) (Огляд: [RU](docs/HMPv5_Overview_Ru.md))
55
 
56
  > Цей репозиторій містить ранній чернетковий / дослідницький еталонний прототип на Python.
57
  > Реалізація є неповною, неоптимізованою та призначеною виключно для перевірки й ілюстрації окремих аспектів протоколу HMP.
structured_md/README_zh.md CHANGED
@@ -5,20 +5,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
- - cognitive-architecture
 
9
  - EGP
10
- - REPL
11
- - MeshConsensus
12
  - CogSync
13
- - Mesh
14
- - GMP
15
- - mesh-protocol
16
- - Ethics
17
- - HMP
18
  - JSON
 
 
19
  - hmp
20
- - Agent
21
  - distributed-ai
 
 
 
22
  ---
23
 
24
 
@@ -49,7 +49,7 @@ HMP 与 ANP 作为互补协议:
49
 
50
  [Agora Protocol](https://github.com/agora-protocol/) 是一种用于协商代理之间交互方式的元协议。它并非取代 ANP(网络与身份)或 HMP(认知连续性与记忆),而是在具体上下文中协调和补充这些协议的使用。
51
 
52
- 项目状态: [稳定版本(核心规范 v5.0.0)](docs/HMP-0005.md) (概览: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > 本仓库包含一个早期的、探索性的 Python 参考实现草案。
55
  > 该实现尚不完整,未进行性能优化,仅用于验证和说明
 
5
  | 🇺🇦 [UK](README_uk.md) |...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
 
13
  - JSON
14
+ - REPL
15
+ - mesh-protocol
16
  - hmp
17
+ - cognitive-architecture
18
  - distributed-ai
19
+ - Mesh
20
+ - Agent
21
+ - HMP
22
  ---
23
 
24
 
 
49
 
50
  [Agora Protocol](https://github.com/agora-protocol/) 是一种用于协商代理之间交互方式的元协议。它并非取代 ANP(网络与身份)或 HMP(认知连续性与记忆),而是在具体上下文中协调和补充这些协议的使用。
51
 
52
+ 项目状态: [稳定版本(核心规范 v5.0.3)](docs/HMP-0005.md) (概览: [RU](docs/HMPv5_Overview_Ru.md))
53
 
54
  > 本仓库包含一个早期的、探索性的 Python 参考实现草案。
55
  > 该实现尚不完整,未进行性能优化,仅用于验证和说明
structured_md/agents/prompt-short.md CHANGED
@@ -5,9 +5,9 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - JSON
 
 
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
 
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
 
 
8
  - JSON
9
+ - Mesh
10
+ - HMP
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
structured_md/agents/prompt.md CHANGED
@@ -5,9 +5,9 @@ description: '* Постоянно расширять возможности а
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Mesh
10
  - JSON
 
 
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
 
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
 
 
8
  - JSON
9
+ - Mesh
10
+ - HMP
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
structured_md/agents/readme.md CHANGED
@@ -5,12 +5,12 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
8
- - REPL
9
- - Mesh
10
  - Ethics
11
  - JSON
12
- - HMP
 
13
  - Agent
 
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
  - JSON
10
+ - REPL
11
+ - Mesh
12
  - Agent
13
+ - HMP
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
structured_md/audits/Ethics-audits-1.md CHANGED
@@ -5,11 +5,11 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
8
- - Mesh
9
  - Ethics
10
  - JSON
11
- - HMP
12
  - Agent
 
13
  ---
14
 
15
  ---------------
 
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
 
8
  - Ethics
9
  - JSON
10
+ - Mesh
11
  - Agent
12
+ - HMP
13
  ---
14
 
15
  ---------------
structured_md/audits/Ethics-consolidated_audits-1.md CHANGED
@@ -5,12 +5,12 @@ description: This document consolidates proposed improvements from multiple AI a
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
8
- - Mesh
9
- - Scenarios
10
  - Ethics
11
  - JSON
12
- - HMP
 
13
  - Agent
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
  - JSON
10
+ - Scenarios
11
+ - Mesh
12
  - Agent
13
+ - HMP
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
structured_md/audits/HMP-0003-consolidated_audit.md CHANGED
@@ -5,14 +5,14 @@ description: Сводный аудит предложений по улучше
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
 
8
  - EGP
9
- - MeshConsensus
10
  - CogSync
11
- - Mesh
12
- - Ethics
13
  - JSON
14
- - HMP
15
  - Agent
 
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - EGP
 
10
  - CogSync
11
+ - MeshConsensus
 
12
  - JSON
13
+ - Mesh
14
  - Agent
15
+ - HMP
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -4,14 +4,14 @@ description: 'В HMP-протоколе предусмотрены два тип
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
 
7
  - EGP
8
- - REPL
9
- - MeshConsensus
10
  - CogSync
 
 
11
  - Mesh
12
- - GMP
13
- - HMP
14
  - Agent
 
15
  ---
16
 
17
 
 
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
+ - GMP
8
  - EGP
 
 
9
  - CogSync
10
+ - MeshConsensus
11
+ - REPL
12
  - Mesh
 
 
13
  - Agent
14
+ - HMP
15
  ---
16
 
17
 
structured_md/docs/CCORE-Deployment-Flow.md CHANGED
@@ -5,10 +5,10 @@ description: '> Этот документ описывает процесс ра
5
  потомков" [описания REPL-цикла](HMP-agent-RE...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - CCore
10
- - Agent
11
  - REPL
 
 
 
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
 
5
  потомков" [описания REPL-цикла](HMP-agent-RE...'
6
  type: Article
7
  tags:
 
 
 
8
  - REPL
9
+ - Agent
10
+ - CCore
11
+ - HMP
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
structured_md/docs/CHANGELOG.md CHANGED
@@ -5,16 +5,16 @@ description: '## HMP-0005 (February 2026) — Core Specification v5.0.3 **Secur
5
  Key Domains (Section 12.7). * Introduced `group_de...'
6
  type: Article
7
  tags:
 
 
8
  - EGP
9
- - MeshConsensus
10
  - CogSync
11
- - Mesh
12
- - GMP
13
- - Scenarios
14
- - Ethics
15
  - JSON
16
- - HMP
 
17
  - Agent
 
18
  ---
19
 
20
  # HyperCortex Mesh Protocol — Changelog
 
5
  Key Domains (Section 12.7). * Introduced `group_de...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
13
  - JSON
14
+ - Scenarios
15
+ - Mesh
16
  - Agent
17
+ - HMP
18
  ---
19
 
20
  # HyperCortex Mesh Protocol — Changelog
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
9
- - HMP
10
- - Mesh
11
- - JSON
12
  - CogSync
 
 
 
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
 
 
 
9
  - CogSync
10
+ - JSON
11
+ - Mesh
12
+ - HMP
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
structured_md/docs/Enlightener.md CHANGED
@@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - MeshConsensus
10
- - Mesh
11
  - Ethics
 
 
12
  - JSON
13
- - HMP
14
  - Agent
 
15
  ---
16
 
17
  # Enlightener Agent
 
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - Mesh
10
+ - MeshConsensus
11
  - JSON
12
+ - EGP
13
  - Agent
14
+ - HMP
15
  ---
16
 
17
  # Enlightener Agent
structured_md/docs/Grok_HMP&ANP.md CHANGED
@@ -5,11 +5,11 @@ description: '> Анализ подготовлен Grok (xAI) на основе
5
  Grok для некоммерческого использования в проект...'
6
  type: Article
7
  tags:
 
8
  - REPL
9
  - Mesh
10
- - JSON
11
- - HMP
12
  - Agent
 
13
  ---
14
 
15
  # Grok (xAI): сравнительный анализ HMP и ANP (январь 2026)
 
5
  Grok для некоммерческого использования в проект...'
6
  type: Article
7
  tags:
8
+ - JSON
9
  - REPL
10
  - Mesh
 
 
11
  - Agent
12
+ - HMP
13
  ---
14
 
15
  # Grok (xAI): сравнительный анализ HMP и ANP (январь 2026)
structured_md/docs/HMP&ANP_layer_inversion.md CHANGED
@@ -5,9 +5,9 @@ description: '## TL;DR HMP можно туннелировать поверх A
5
  взаимная инверсия слоёв не является арх...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
10
  - Agent
 
11
  ---
12
 
13
  # HMP и ANP: взаимное туннелирование как признак правильной архитектуры
 
5
  взаимная инверсия слоёв не является арх...'
6
  type: Article
7
  tags:
 
8
  - Mesh
9
  - Agent
10
+ - HMP
11
  ---
12
 
13
  # HMP и ANP: взаимное туннелирование как признак правильной архитектуры
structured_md/docs/HMP-0001.md CHANGED
@@ -5,16 +5,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  for Comments: HMP-0001** **Cat...'
6
  type: Article
7
  tags:
 
 
8
  - EGP
9
- - REPL
10
- - MeshConsensus
11
  - CogSync
12
- - Mesh
13
- - GMP
14
- - Ethics
15
  - JSON
16
- - HMP
 
17
  - Agent
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
5
  for Comments: HMP-0001** **Cat...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
13
  - JSON
14
+ - REPL
15
+ - Mesh
16
  - Agent
17
+ - HMP
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-0002.md CHANGED
@@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  for Comments: HMP-0002** **Cat...'
6
  type: Article
7
  tags:
 
 
8
  - EGP
9
- - REPL
10
- - MeshConsensus
11
  - CogSync
12
- - Mesh
13
- - GMP
14
- - Scenarios
15
- - Ethics
16
  - JSON
17
- - HMP
 
 
18
  - Agent
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
5
  for Comments: HMP-0002** **Cat...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
13
  - JSON
14
+ - REPL
15
+ - Scenarios
16
+ - Mesh
17
  - Agent
18
+ - HMP
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
structured_md/docs/HMP-0003.md CHANGED
@@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  for Comments: HMP-0003** **Cat...'
6
  type: Article
7
  tags:
 
 
8
  - EGP
9
- - REPL
10
- - MeshConsensus
11
  - CogSync
12
- - Mesh
13
- - GMP
14
- - Scenarios
15
- - Ethics
16
  - JSON
17
- - HMP
 
 
18
  - Agent
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
5
  for Comments: HMP-0003** **Cat...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
13
  - JSON
14
+ - REPL
15
+ - Scenarios
16
+ - Mesh
17
  - Agent
18
+ - HMP
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
structured_md/docs/HMP-0004-v4.1.md CHANGED
@@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  ID**: HMP-0004 **Status**: Fina...'
6
  type: Article
7
  tags:
 
 
8
  - EGP
9
- - REPL
10
- - MeshConsensus
11
  - CogSync
12
- - Mesh
13
- - GMP
14
- - Scenarios
15
- - Ethics
16
  - JSON
17
- - HMP
 
 
18
  - Agent
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
5
  ID**: HMP-0004 **Status**: Fina...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
13
  - JSON
14
+ - REPL
15
+ - Scenarios
16
+ - Mesh
17
  - Agent
18
+ - HMP
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
structured_md/docs/HMP-0004.md CHANGED
@@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
5
  for Comments: HMP-0004** **Cat...'
6
  type: Article
7
  tags:
 
 
8
  - EGP
9
- - REPL
10
- - MeshConsensus
11
  - CogSync
12
- - Mesh
13
- - GMP
14
- - Scenarios
15
- - Ethics
16
  - JSON
17
- - HMP
 
 
18
  - Agent
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
5
  for Comments: HMP-0004** **Cat...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
+ - GMP
10
  - EGP
 
 
11
  - CogSync
12
+ - MeshConsensus
 
 
 
13
  - JSON
14
+ - REPL
15
+ - Scenarios
16
+ - Mesh
17
  - Agent
18
+ - HMP
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -5,18 +5,18 @@ description: '**Version: 5.0.3** **Document ID:** HMP-0005 **Status:** Stabl
5
  [https://github.com/kagvi13/HMP](ht...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - REPL
10
- - CogSync
11
- - Mesh
12
- - GMP
13
- - Scenarios
14
  - Ethics
 
15
  - CShell
16
- - JSON
17
- - HMP
18
  - CCore
 
 
 
 
19
  - Agent
 
20
  ---
21
 
22
  # HyperCortex Mesh Protocol (HMP)
 
5
  [https://github.com/kagvi13/HMP](ht...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Ethics
9
+ - GMP
10
  - CShell
11
+ - EGP
12
+ - CogSync
13
  - CCore
14
+ - JSON
15
+ - REPL
16
+ - Scenarios
17
+ - Mesh
18
  - Agent
19
+ - HMP
20
  ---
21
 
22
  # HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
 
8
  - REPL
9
  - Mesh
10
- - JSON
11
- - HMP
12
  - Agent
 
13
  ---
14
 
15
  # HMP-Agent API Specification
 
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
8
+ - JSON
9
  - REPL
10
  - Mesh
 
 
11
  - Agent
12
+ - HMP
13
  ---
14
 
15
  # HMP-Agent API Specification
structured_md/docs/HMP-Agent-Architecture.md CHANGED
@@ -5,16 +5,16 @@ description: Документ описывает **модульную архит
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
8
- - EGP
9
- - REPL
10
- - MeshConsensus
11
- - CogSync
12
- - Mesh
13
  - Ethics
14
  - CShell
15
- - HMP
 
16
  - CCore
 
 
 
17
  - Agent
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
 
 
 
 
 
8
  - Ethics
9
  - CShell
10
+ - EGP
11
+ - CogSync
12
  - CCore
13
+ - MeshConsensus
14
+ - REPL
15
+ - Mesh
16
  - Agent
17
+ - HMP
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -5,12 +5,12 @@ description: 'Этот документ описывает потоки данн
5
  [`MeshNode`](MeshN...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Mesh
10
  - Ethics
 
11
  - JSON
12
- - HMP
13
  - Agent
 
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
5
  [`MeshNode`](MeshN...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - Mesh
10
  - JSON
11
+ - EGP
12
  - Agent
13
+ - HMP
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
- - REPL
9
- - Mesh
10
  - Ethics
11
  - CShell
12
- - JSON
13
- - HMP
14
  - CCore
 
 
 
15
  - Agent
 
16
  ---
17
 
18
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
  - CShell
 
 
10
  - CCore
11
+ - JSON
12
+ - REPL
13
+ - Mesh
14
  - Agent
15
+ - HMP
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
8
+ - REPL
9
  - Mesh
10
  - Agent
11
+ - HMP
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
structured_md/docs/HMP-Ethics.md CHANGED
@@ -5,12 +5,12 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
5
  cognitive meshes composed of autonomous intelli...'
6
  type: Article
7
  tags:
 
8
  - REPL
9
- - Mesh
10
  - Scenarios
11
- - Ethics
12
- - HMP
13
  - Agent
 
14
  ---
15
 
16
  # HMP-Ethics.md
 
5
  cognitive meshes composed of autonomous intelli...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - REPL
 
10
  - Scenarios
11
+ - Mesh
 
12
  - Agent
13
+ - HMP
14
  ---
15
 
16
  # HMP-Ethics.md
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -5,10 +5,10 @@ description: '**Version:** v5.0 (Core Specification Stable) **Datum:** 2026
5
  zum Aufbau dezentraler kognitiver Netzwer...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
5
  zum Aufbau dezentraler kognitiver Netzwer...'
6
  type: Article
7
  tags:
8
+ - REPL
9
  - Mesh
10
  - Agent
11
+ - HMP
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -5,11 +5,11 @@ description: '**Version:** v5.0 (Core Specification Stable) **Date:** 2026
5
  building decentralized cognitive networks o...'
6
  type: Article
7
  tags:
 
8
  - REPL
9
  - Mesh
10
- - Ethics
11
- - HMP
12
  - Agent
 
13
  ---
14
 
15
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
5
  building decentralized cognitive networks o...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - REPL
10
  - Mesh
 
 
11
  - Agent
12
+ - HMP
13
  ---
14
 
15
  # HyperCortex Mesh Protocol (HMP) — Short Description
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -5,10 +5,10 @@ description: '**Version :** v5.0 (Core Specification Stable) **Date :** 2026
5
  ouverte destinée à la construction de rése...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Description courte
 
5
  ouverte destinée à la construction de rése...'
6
  type: Article
7
  tags:
8
+ - REPL
9
  - Mesh
10
  - Agent
11
+ - HMP
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Description courte
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -5,10 +5,10 @@ description: '**バージョン:** v5.0(Core Specification Stable) **日
5
  長期的な認知的連続性の維持 - 構造...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 概要
 
5
  長期的な認知的連続性の維持 - 構造...'
6
  type: Article
7
  tags:
8
+ - REPL
9
  - Mesh
10
  - Agent
11
+ - HMP
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 概要
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -5,10 +5,10 @@ description: '**버전:** v5.0 (Core Specification Stable) **날짜:** 2026
5
  명세입니다. HMP는 에이전트가 다음을 수행할 수 있도록 합니다: - 장기적인 인지...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 개요
 
5
  명세입니다. HMP는 에이전트가 다음을 수행할 수 있도록 합니다: - 장기적인 인지...'
6
  type: Article
7
  tags:
8
+ - REPL
9
  - Mesh
10
  - Agent
11
+ - HMP
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 개요
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -5,10 +5,10 @@ description: '**Версия:** v5.0 (Основная спецификация
5
  для построения децентрализованных когнити...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
5
  для построения децентрализованных когнити...'
6
  type: Article
7
  tags:
8
+ - REPL
9
  - Mesh
10
  - Agent
11
+ - HMP
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -5,10 +5,10 @@ description: '**Версія:** v5.0 (Core Specification Stable) **Дата:**
5
  побудови децентралізованих когнітивних мереж а...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
10
  - Agent
11
- - REPL
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
5
  побудови децентралізованих когнітивних мереж а...'
6
  type: Article
7
  tags:
8
+ - REPL
9
  - Mesh
10
  - Agent
11
+ - HMP
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Короткий опис