GitHub Action commited on
Commit
0fc4f93
·
1 Parent(s): 633aa38

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 +10 -11
  2. README_de.md +12 -13
  3. README_fr.md +12 -13
  4. README_ja.md +12 -13
  5. README_ko.md +12 -13
  6. README_ru.md +12 -13
  7. README_uk.md +12 -14
  8. README_zh.md +12 -13
  9. docs/schemas/README.md +15 -13
  10. docs/schemas/{message_broadcast.json → examples/message_broadcast.json} +0 -0
  11. docs/schemas/{message_p2p.json → examples/message_p2p.json} +0 -0
  12. docs/schemas/{message_relay.json → examples/message_relay.json} +0 -0
  13. docs/schemas/{message_topiccast.json → examples/message_topiccast.json} +0 -0
  14. docs/schemas/message.json +93 -0
  15. structured_md/CONTRIBUTING.md +1 -1
  16. structured_md/HMP-Roadmap.md +3 -3
  17. structured_md/README.md +8 -8
  18. structured_md/README_de.md +8 -8
  19. structured_md/README_fr.md +8 -8
  20. structured_md/README_ja.md +8 -8
  21. structured_md/README_ko.md +8 -8
  22. structured_md/README_ru.md +8 -8
  23. structured_md/README_uk.md +8 -8
  24. structured_md/README_zh.md +8 -8
  25. structured_md/agents/prompt-short.md +1 -1
  26. structured_md/agents/prompt.md +1 -1
  27. structured_md/agents/readme.md +1 -1
  28. structured_md/audits/Ethics-audits-1.md +1 -1
  29. structured_md/audits/Ethics-consolidated_audits-1.md +1 -1
  30. structured_md/audits/HMP-0003-consolidated_audit.md +4 -4
  31. structured_md/docs/Basic-agent-sim.md +3 -3
  32. structured_md/docs/Distributed-Cognitive-Systems.md +2 -2
  33. structured_md/docs/Enlightener.md +3 -3
  34. structured_md/docs/HMP-0001.md +5 -5
  35. structured_md/docs/HMP-0002.md +5 -5
  36. structured_md/docs/HMP-0003.md +5 -5
  37. structured_md/docs/HMP-0004-v4.1.md +5 -5
  38. structured_md/docs/HMP-0004.md +5 -5
  39. structured_md/docs/HMP-Agent-API.md +2 -2
  40. structured_md/docs/HMP-Agent-Architecture.md +5 -5
  41. structured_md/docs/HMP-Agent-Network-Flow.md +2 -2
  42. structured_md/docs/HMP-Agent-Overview.md +1 -1
  43. structured_md/docs/HMP-Agent_Emotions.md +1 -1
  44. structured_md/docs/HMP-Ethics.md +1 -1
  45. structured_md/docs/HMP-Short-Description_de.md +5 -5
  46. structured_md/docs/HMP-Short-Description_en.md +5 -5
  47. structured_md/docs/HMP-Short-Description_fr.md +5 -5
  48. structured_md/docs/HMP-Short-Description_ja.md +4 -4
  49. structured_md/docs/HMP-Short-Description_ko.md +4 -4
  50. structured_md/docs/HMP-Short-Description_ru.md +4 -4
README.md CHANGED
@@ -159,17 +159,16 @@ Many concepts of the [HMP-Agent: Cognitive Core](docs/HMP-Agent-Overview.md) ove
159
 
160
  | Data Model / Object | File / Description |
161
  |----------------------------|-----------------------------------------------------------------------------------|
162
- | Concept | [concept.json](docs/schemas/concept.json) — Semantic knowledge unit |
163
- | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Agent's reasoning log entry |
164
- | Goal | [goal.json](docs/schemas/goal.json) — Shared objective pursued collaboratively |
165
- | Task | [task.json](docs/schemas/task.json) — Actionable unit contributing to a goal |
166
- | ConsensusVote | [vote.json](docs/schemas/vote.json) — Vote in a Mesh consensus process |
167
- | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Tracks agent trust and contribution metrics |
168
- | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Recommendations for peer discovery & exchange |
169
- | Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Direct point-to-point message |
170
- | Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Broadcast messages |
171
- | Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Relay / Mailman messages |
172
- | Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Topic-based messages |
173
 
174
  ---
175
 
 
159
 
160
  | Data Model / Object | File / Description |
161
  |----------------------------|-----------------------------------------------------------------------------------|
162
+ | Concept | [concept.json](docs/schemas/concept.json) — Semantic knowledge unit. |
163
+ | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Agent's reasoning log entry. |
164
+ | Goal | [goal.json](docs/schemas/goal.json) — Shared objective pursued collaboratively. |
165
+ | Task | [task.json](docs/schemas/task.json) — Actionable unit contributing to a goal. |
166
+ | ConsensusVote | [vote.json](docs/schemas/vote.json) — Vote in a Mesh consensus process. |
167
+ | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Tracks agent trust and contribution metrics. |
168
+ | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Recommendations for peer discovery & exchange. |
169
+ | Message | [message.json](docs/schemas/message.json) — Base schema for all message types. |
170
+
171
+ > All ready-to-use example objects can be found in the [`examples`](docs/schemas/examples/) folder.
 
172
 
173
  ---
174
 
README_de.md CHANGED
@@ -160,19 +160,18 @@ Der Hauptunterschied in HMP liegt in der Betonung der expliziten Strukturierung
160
 
161
  ### 🧩 JSON-Schemas
162
 
163
- | Datenmodell / Objekt | Datei / Beschreibung |
164
- |-----------------------------|--------------------------------------------------------------------------------------|
165
- | Concept | [concept.json](docs/schemas/concept.json) — Semantische Wissenseinheit |
166
- | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Eintrag im Denkprotokoll des Agenten |
167
- | Goal | [goal.json](docs/schemas/goal.json) — Gemeinsames Ziel, das kollaborativ verfolgt wird |
168
- | Task | [task.json](docs/schemas/task.json) — Handlungseinheit zur Zielerreichung |
169
- | ConsensusVote | [vote.json](docs/schemas/vote.json) — Abstimmung im Mesh-Konsensprozess |
170
- | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Verfolgt Vertrauen und Beitrag von Agenten |
171
- | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Empfehlungen für Peer-Discovery und Austausch |
172
- | Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Direktes Peer-to-Peer-Nachricht |
173
- | Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Broadcast-Nachrichten |
174
- | Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Relay / Mailman-Nachrichten |
175
- | Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Themenbasierte Nachrichten |
176
 
177
  ---
178
 
 
160
 
161
  ### 🧩 JSON-Schemas
162
 
163
+ | Datenmodell / Objekt | Datei / Beschreibung |
164
+ |----------------------------|-------------------------------------------------------------------------------|
165
+ | Concept | [concept.json](docs/schemas/concept.json) — Semantische Wissenseinheit. |
166
+ | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Eintrag im Überlegungsprotokoll des Agenten. |
167
+ | Goal | [goal.json](docs/schemas/goal.json) — Gemeinsam verfolgtes Ziel. |
168
+ | Task | [task.json](docs/schemas/task.json) — Umsetzbare Einheit, die zu einem Ziel beiträgt. |
169
+ | ConsensusVote | [vote.json](docs/schemas/vote.json) — Stimme in einem Mesh-Konsensprozess. |
170
+ | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Verfolgt Vertrauen und Beiträge des Agenten. |
171
+ | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Empfehlungen zur Peer-Erkennung & zum Austausch. |
172
+ | Message | [message.json](docs/schemas/message.json) — Basisschema für alle Nachrichtentypen. |
173
+
174
+ > Alle gebrauchsfertigen Beispielobjekte befinden sich im Ordner [`examples`](docs/schemas/examples/).
 
175
 
176
  ---
177
 
README_fr.md CHANGED
@@ -172,19 +172,18 @@ La principale différence dans HMP est l’accent mis sur la structuration expli
172
 
173
  ### 🧩 Schémas JSON
174
 
175
- | Modèle / Objet | Fichier / Description |
176
- |-----------------------------|------------------------------------------------------------------------------------|
177
- | Concept | [concept.json](docs/schemas/concept.json) — Unité de connaissance sémantique |
178
- | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Entrée dans le journal de raisonnement de l’agent |
179
- | Goal | [goal.json](docs/schemas/goal.json) — Objectif partagé poursuivi en collaboration |
180
- | Task | [task.json](docs/schemas/task.json) — Unité d’action contribuant à un objectif |
181
- | ConsensusVote | [vote.json](docs/schemas/vote.json) — Vote dans un processus de consensus du Mesh |
182
- | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Suit la confiance et la contribution des agents |
183
- | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Recommandations pour la découverte et l’échange de pairs |
184
- | Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Message direct peer-to-peer |
185
- | Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Messages de diffusion |
186
- | Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Messages relay / Mailman |
187
- | Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Messages basés sur des sujets |
188
 
189
  ---
190
 
 
172
 
173
  ### 🧩 Schémas JSON
174
 
175
+ | Modèle de données / Objet | Fichier / Description |
176
+ |----------------------------|-------------------------------------------------------------------------------|
177
+ | Concept | [concept.json](docs/schemas/concept.json) — Unité de connaissance sémantique. |
178
+ | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Entrée du journal de raisonnement de l’agent. |
179
+ | Goal | [goal.json](docs/schemas/goal.json) — Objectif commun poursuivi collectivement. |
180
+ | Task | [task.json](docs/schemas/task.json) — Unité actionnable contribuant à un objectif. |
181
+ | ConsensusVote | [vote.json](docs/schemas/vote.json) — Vote dans un processus de consensus Mesh. |
182
+ | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Suit la confiance et les contributions de l’agent. |
183
+ | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Recommandations pour la découverte et l’échange de pairs. |
184
+ | Message | [message.json](docs/schemas/message.json) — Schéma de base pour tous les types de messages. |
185
+
186
+ > Tous les exemples prêts à l’emploi se trouvent dans le dossier [`examples`](docs/schemas/examples/).
 
187
 
188
  ---
189
 
README_ja.md CHANGED
@@ -171,19 +171,18 @@ HMPは、AGI研究で中心的な課題となりつつある問題に対処し
171
 
172
  ### 🧩 JSON スキーマ
173
 
174
- | データモデル / オブジェクト | ファイル / 説明 |
175
- |-----------------------------|------------------------------------------------------------------------------------|
176
- | Concept | [concept.json](docs/schemas/concept.json) — セマンティック知識単位 |
177
- | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — エージェントの推論ログエントリ |
178
- | Goal | [goal.json](docs/schemas/goal.json) — 協力して追求される共有目標 |
179
- | Task | [task.json](docs/schemas/task.json) — 目標達成に貢献する実行単位 |
180
- | ConsensusVote | [vote.json](docs/schemas/vote.json) — Meshコンセンサスプロセスでの投票 |
181
- | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — エージェントの信頼度と貢献度の追跡 |
182
- | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — ピア探索と交換の推奨事項 |
183
- | Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — 直接P2Pメッセージ |
184
- | Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — ブロードキャストメッセージ |
185
- | Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — リレー / Mailmanメッセージ |
186
- | Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — トピックベースメッセージ |
187
 
188
  ---
189
 
 
171
 
172
  ### 🧩 JSON スキーマ
173
 
174
+ | データモデル / オブジェクト | ファイル / 説明 |
175
+ |-----------------------------|-------------------------------------------------------------------------------|
176
+ | Concept | [concept.json](docs/schemas/concept.json) — セマンティック知識ユニット。 |
177
+ | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — エージェントの推論ログエントリ。 |
178
+ | Goal | [goal.json](docs/schemas/goal.json) — 協働して追求される共通目標。 |
179
+ | Task | [task.json](docs/schemas/task.json) — 目標達成に貢献する実行可能な単位。 |
180
+ | ConsensusVote | [vote.json](docs/schemas/vote.json) — Mesh コンセンサスプロセスにおける投票。 |
181
+ | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — エージェントの信頼と貢献を追跡。 |
182
+ | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — ピア探索と交換のための推奨事項。 |
183
+ | Message | [message.json](docs/schemas/message.json) — すべてのメッセージタイプの基本スキーマ。 |
184
+
185
+ > すべての利用可能なサンプルオブジェクトは [`examples`](docs/schemas/examples/) フォルダにあります。
 
186
 
187
  ---
188
 
README_ko.md CHANGED
@@ -169,19 +169,18 @@ HMP는 AGI 연구에서 점점 중심이 되고 있는 다음과 같은 문제
169
 
170
  ### 🧩 JSON 스키마
171
 
172
- | 데이터 모델 / 객체 | 파일 / 설명 |
173
- |-----------------------------|------------------------------------------------------------------------------------|
174
- | Concept | [concept.json](docs/schemas/concept.json) — 의미 지식 단위 |
175
- | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — 에이전트 추론 로그 항목 |
176
- | Goal | [goal.json](docs/schemas/goal.json) — 협업으로 달성되는 공유 목표 |
177
- | Task | [task.json](docs/schemas/task.json) — 목표 달성에 기여하는 실행 단위 |
178
- | ConsensusVote | [vote.json](docs/schemas/vote.json) — Mesh 합의 과정에서의 투표 |
179
- | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — 에이전트 신뢰 및 기여 추적 |
180
- | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — 피어 발견 및 교환 권장 사항 |
181
- | Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — 직접 P2P 메시지 |
182
- | Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — 브로드캐스트 메시지 |
183
- | Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) 중계 / Mailman 메시지 |
184
- | Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — 주제 기반 메시지 |
185
 
186
  ---
187
 
 
169
 
170
  ### 🧩 JSON 스키마
171
 
172
+ | 데이터 모델 / 객체 | 파일 / 설명 |
173
+ |----------------------------|----------------------------------------------------------------------------|
174
+ | Concept | [concept.json](docs/schemas/concept.json) — 의미론적 지식 단위. |
175
+ | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — 에이전트의 추론 로그 항목. |
176
+ | Goal | [goal.json](docs/schemas/goal.json) — 공동으로 추구하는 목표. |
177
+ | Task | [task.json](docs/schemas/task.json) — 목표 달성에 기여하는 실행 가능한 단위. |
178
+ | ConsensusVote | [vote.json](docs/schemas/vote.json) — Mesh 합의 프로세스에서의 투표. |
179
+ | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — 에이전트의 신뢰 및 기여도를 추적. |
180
+ | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — 피어 검색 및 교환 권장 사항. |
181
+ | Message | [message.json](docs/schemas/message.json) — 모든 메시지 유형의 기본 스키마. |
182
+
183
+ > 모든 바로 사용할 있는 예제 객체는 [`examples`](docs/schemas/examples/) 폴더에서 확인할 있습니다.
 
184
 
185
  ---
186
 
README_ru.md CHANGED
@@ -164,19 +164,18 @@ HMP решает задачи, которые становятся ключев
164
 
165
  ### 🧩 JSON Схемы
166
 
167
- | Модель / Объект | Файл / Описание |
168
- |-----------------------------|------------------------------------------------------------------------------------|
169
- | Concept | [concept.json](docs/schemas/concept.json) — Семантическая единица знаний |
170
- | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Запись в дневнике рассуждений агента |
171
- | Goal | [goal.json](docs/schemas/goal.json) — Общая цель, достигаемая совместно |
172
- | Task | [task.json](docs/schemas/task.json) — Действие, способствующее достижению цели |
173
- | ConsensusVote | [vote.json](docs/schemas/vote.json) — Голос в процессе консенсуса Mesh |
174
- | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Отслеживание доверия и вклада агента |
175
- | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Рекомендации по поиску и обмену пирами |
176
- | Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Прямое P2P сообщение |
177
- | Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Широковещательные сообщения |
178
- | Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Relay / Mailman сообщения |
179
- | Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Сообщения по темам |
180
 
181
  ---
182
 
 
164
 
165
  ### 🧩 JSON Схемы
166
 
167
+ | Модель данных / Объект | Файл / Описание |
168
+ |----------------------------|-------------------------------------------------------------------------------|
169
+ | Concept | [concept.json](docs/schemas/concept.json) — Семантическая единица знаний. |
170
+ | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Запись в журнале рассуждений агента. |
171
+ | Goal | [goal.json](docs/schemas/goal.json) — Совместная цель, достигаемая коллективно. |
172
+ | Task | [task.json](docs/schemas/task.json) — Выполнимая единица, способствующая достижению цели. |
173
+ | ConsensusVote | [vote.json](docs/schemas/vote.json) — Голос в процессе консенсуса Mesh. |
174
+ | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Отслеживает доверие и вклад агента. |
175
+ | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Рекомендации для поиска пиров и обмена. |
176
+ | Message | [message.json](docs/schemas/message.json) — Базовая схема для всех типов сообщений. |
177
+
178
+ > Все готовые примеры можно найти в папке [`examples`](docs/schemas/examples/).
 
179
 
180
  ---
181
 
README_uk.md CHANGED
@@ -158,20 +158,18 @@ HMP вирішує завдання, які стають ключовими в
158
 
159
  ### 🧩 JSON Схеми
160
 
161
- | Модель / Об’єкт | Файл / Опис |
162
- |-----------------------------|--------------------------------------------------------------------------------------|
163
- | Concept | [concept.json](docs/schemas/concept.json) — Семантична одиниця знань |
164
- | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Запис у щоденнику міркувань агента |
165
- | Goal | [goal.json](docs/schemas/goal.json) — Спільна ціль, що досягається колективно |
166
- | Task | [task.json](docs/schemas/task.json) — Дійова одиниця, що сприяє досягненню цілі |
167
- | ConsensusVote | [vote.json](docs/schemas/vote.json) — Голосування у процесі консенсусу Mesh |
168
- | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Відстежує довіру та внесок агента |
169
- | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Рекомендації щодо пошуку та обміну пірів |
170
- | Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Пряме P2P повідомлення |
171
- | Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Розсильні повідомлення |
172
- | Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Relay / Mailman повідомлення |
173
- | Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Повідомлення за темами |
174
-
175
 
176
  ---
177
 
 
158
 
159
  ### 🧩 JSON Схеми
160
 
161
+ | Модель даних / Об’єкт | Файл / Опис |
162
+ |----------------------------|----------------------------------------------------------------------------|
163
+ | Concept | [concept.json](docs/schemas/concept.json) — Семантична одиниця знань. |
164
+ | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Запис у журналі міркувань агента. |
165
+ | Goal | [goal.json](docs/schemas/goal.json) — Спільна ціль, яку переслідують колективно. |
166
+ | Task | [task.json](docs/schemas/task.json) — Виконувана одиниця, що сприяє досягненню мети. |
167
+ | ConsensusVote | [vote.json](docs/schemas/vote.json) — Голос у процесі консенсусу в Mesh. |
168
+ | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Відстежує довіру та внесок агента. |
169
+ | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Рекомендації для пошуку вузлів і обміну. |
170
+ | Message | [message.json](docs/schemas/message.json) — Базова схема для всіх типів повідомлень. |
171
+
172
+ > Усі готові приклади можна знайти у папці [`examples`](docs/schemas/examples/).
 
 
173
 
174
  ---
175
 
README_zh.md CHANGED
@@ -163,19 +163,18 @@ HMP 的主要区别在于:强调对思维的明确结构化(反思、时间
163
 
164
  ### 🧩 JSON 模式
165
 
166
- | 数据模型 / 对象 | 文件 / 描述 |
167
- |-----------------------------|------------------------------------------------------------------------------------|
168
- | Concept | [concept.json](docs/schemas/concept.json) — 语义知识单元 |
169
- | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — 代理推理日志条目 |
170
- | Goal | [goal.json](docs/schemas/goal.json) — 协作追求的共享目标 |
171
- | Task | [task.json](docs/schemas/task.json) — 为目标贡献的可执行单元 |
172
- | ConsensusVote | [vote.json](docs/schemas/vote.json) — Mesh 共识过程中的投票 |
173
- | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — 跟踪代理的信任度和贡献指标 |
174
- | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — 对等发现与交换的建议 |
175
- | Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — 点对点直接消息 |
176
- | Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — 广播消息 |
177
- | Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — 中继 / Mailman 消息 |
178
- | Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — 基于主题的消息 |
179
 
180
  ---
181
 
 
163
 
164
  ### 🧩 JSON 模式
165
 
166
+ | 数据模型 / 对象 | 文件 / 描述 |
167
+ |----------------------------|----------------------------------------------------------------------------|
168
+ | Concept | [concept.json](docs/schemas/concept.json) — 语义知识单元。 |
169
+ | CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — 代理的推理日志条目。 |
170
+ | Goal | [goal.json](docs/schemas/goal.json) — 共同协作追求的目标。 |
171
+ | Task | [task.json](docs/schemas/task.json) — 有助于实现目标的可执行单元。 |
172
+ | ConsensusVote | [vote.json](docs/schemas/vote.json) — Mesh 共识过程中的投票。 |
173
+ | ReputationProfile | [reputation.json](docs/schemas/reputation.json) — 跟踪代理的信任和贡献指标。 |
174
+ | DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — 对等发现与交换的建议。 |
175
+ | Message | [message.json](docs/schemas/message.json) — 所有消息类型的基础模式。 |
176
+
177
+ > 所有可直接使用的示例对象都可以在 [`examples`](docs/schemas/examples/) 文件夹中找到。
 
178
 
179
  ---
180
 
docs/schemas/README.md CHANGED
@@ -1,18 +1,20 @@
1
- # HyperCortex Mesh Protocol — JSON Schemas
2
 
3
- This directory contains JSON Schema definitions for the core data models used in the HyperCortex Mesh Protocol (HMP).
4
  These schemas enable validation, interoperability, and tooling support for autonomous agents.
5
 
 
 
 
6
  | Data Model / Object | File / Description |
7
  |----------------------------|-----------------------------------------------------------------------------------|
8
- | Concept | [concept.json](concept.json) — Semantic knowledge unit |
9
- | CognitiveDiaryEntry | [diary_entry.json](diary_entry.json) — Agent's reasoning log entry |
10
- | Goal | [goal.json](goal.json) — Shared objective pursued collaboratively |
11
- | Task | [task.json](task.json) — Actionable unit contributing to a goal |
12
- | ConsensusVote | [vote.json](vote.json) — Vote in a Mesh consensus process |
13
- | ReputationProfile | [reputation.json](reputation.json) — Tracks agent trust and contribution metrics |
14
- | DHT Protocol | [dht_protocol.json](dht_protocol.json) — Recommendations for peer discovery & exchange |
15
- | Message (P2P) | [message_p2p.json](message_p2p.json) — Direct point-to-point message |
16
- | Message (Broadcast) | [message_broadcast.json](message_broadcast.json) — Broadcast messages |
17
- | Message (Relay / Mailman) | [message_relay.json](message_relay.json) — Relay / Mailman messages |
18
- | Message (Topiccast) | [message_topiccast.json](message_topiccast.json) — Topic-based messages |
 
1
+ # JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)
2
 
3
+ This directory contains **JSON Schema definitions** for the core data models used in the HyperCortex Mesh Protocol (HMP).
4
  These schemas enable validation, interoperability, and tooling support for autonomous agents.
5
 
6
+ - `*.json` files — JSON Schema definitions for validation
7
+ - `examples/*.json` — ready-to-use example objects demonstrating valid instances of each model
8
+
9
  | Data Model / Object | File / Description |
10
  |----------------------------|-----------------------------------------------------------------------------------|
11
+ | Concept | [concept.json](concept.json) — Semantic knowledge unit. |
12
+ | CognitiveDiaryEntry | [diary_entry.json](diary_entry.json) — Agent's reasoning log entry. |
13
+ | Goal | [goal.json](goal.json) — Shared objective pursued collaboratively. |
14
+ | Task | [task.json](task.json) — Actionable unit contributing to a goal. |
15
+ | ConsensusVote | [vote.json](vote.json) — Vote in a Mesh consensus process. |
16
+ | ReputationProfile | [reputation.json](reputation.json) — Tracks agent trust and contribution metrics. |
17
+ | DHT Protocol | [dht_protocol.json](dht_protocol.json) — Recommendations for peer discovery & exchange. |
18
+ | Message | [message.json](message.json) — Base schema for all message types. |
19
+
20
+ > All ready-to-use example objects can be found in the [`examples/`](examples/) folder.
 
docs/schemas/{message_broadcast.json → examples/message_broadcast.json} RENAMED
File without changes
docs/schemas/{message_p2p.json → examples/message_p2p.json} RENAMED
File without changes
docs/schemas/{message_relay.json → examples/message_relay.json} RENAMED
File without changes
docs/schemas/{message_topiccast.json → examples/message_topiccast.json} RENAMED
File without changes
docs/schemas/message.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://hypercortex.org/schemas/message_schema.json",
4
+ "title": "HMP Message Schema",
5
+ "description": "Validates all message types in the HyperCortex Mesh Protocol (HMP): P2P, Broadcast, Relay, Topiccast.",
6
+ "type": "object",
7
+ "oneOf": [
8
+ { "$ref": "#/definitions/p2p" },
9
+ { "$ref": "#/definitions/broadcast" },
10
+ { "$ref": "#/definitions/relay" },
11
+ { "$ref": "#/definitions/topiccast" }
12
+ ],
13
+ "definitions": {
14
+ "common": {
15
+ "type": "object",
16
+ "properties": {
17
+ "type": { "type": "string" },
18
+ "timestamp": { "type": "string", "format": "date-time" }
19
+ },
20
+ "required": ["type", "timestamp"],
21
+ "additionalProperties": true
22
+ },
23
+ "p2p": {
24
+ "allOf": [
25
+ { "$ref": "#/definitions/common" },
26
+ {
27
+ "type": "object",
28
+ "properties": {
29
+ "type": { "const": "p2p" },
30
+ "from": { "type": "string" },
31
+ "to": { "type": "string" },
32
+ "payload": { "type": "string" },
33
+ "encryption": { "type": "string" }
34
+ },
35
+ "required": ["from", "to", "payload"]
36
+ }
37
+ ]
38
+ },
39
+ "broadcast": {
40
+ "allOf": [
41
+ { "$ref": "#/definitions/common" },
42
+ {
43
+ "type": "object",
44
+ "properties": {
45
+ "type": { "const": "broadcast" },
46
+ "content": { "type": "string" },
47
+ "tags": {
48
+ "type": "array",
49
+ "items": { "type": "string" }
50
+ },
51
+ "ttl": { "type": "string", "format": "date-time" }
52
+ },
53
+ "required": ["content"]
54
+ }
55
+ ]
56
+ },
57
+ "relay": {
58
+ "allOf": [
59
+ { "$ref": "#/definitions/common" },
60
+ {
61
+ "type": "object",
62
+ "properties": {
63
+ "type": { "const": "relay" },
64
+ "from": { "type": "string" },
65
+ "to": { "type": "string" },
66
+ "relay": { "type": "string" },
67
+ "payload": { "type": "string" },
68
+ "encryption": { "type": "string" }
69
+ },
70
+ "required": ["from", "to", "relay", "payload"]
71
+ }
72
+ ]
73
+ },
74
+ "topiccast": {
75
+ "allOf": [
76
+ { "$ref": "#/definitions/common" },
77
+ {
78
+ "type": "object",
79
+ "properties": {
80
+ "type": { "const": "topiccast" },
81
+ "payload": { "type": "string" },
82
+ "tags": {
83
+ "type": "array",
84
+ "items": { "type": "string" }
85
+ },
86
+ "hash": { "type": "string" }
87
+ },
88
+ "required": ["payload", "tags"]
89
+ }
90
+ ]
91
+ }
92
+ }
93
+ }
structured_md/CONTRIBUTING.md CHANGED
@@ -5,9 +5,9 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  архитектуры протоколов (CogSync, C...'
6
  type: Article
7
  tags:
8
- - Mesh
9
  - CogSync
10
  - HMP
 
11
  ---
12
 
13
  # Contributing to HyperCortex Mesh Protocol (HMP)
 
5
  архитектуры протоколов (CogSync, C...'
6
  type: Article
7
  tags:
 
8
  - CogSync
9
  - HMP
10
+ - Mesh
11
  ---
12
 
13
  # Contributing to HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -5,11 +5,11 @@ 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
- - Ethics
10
  - HMP
11
- - JSON
12
  - Agent
 
 
13
  - CogSync
14
  - Mesh
15
  ---
 
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
  - Agent
11
+ - EGP
12
+ - JSON
13
  - CogSync
14
  - Mesh
15
  ---
structured_md/README.md CHANGED
@@ -5,21 +5,21 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - hmp
10
- - Ethics
11
  - distributed-ai
12
- - REPL
13
  - HMP
14
- - JSON
15
- - cognitive-architecture
16
  - Agent
17
- - CogSync
18
  - Scenarios
19
  - MeshConsensus
 
 
 
20
  - GMP
21
- - Mesh
22
  - mesh-protocol
 
 
23
  ---
24
 
25
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - distributed-ai
 
9
  - HMP
10
+ - Ethics
11
+ - EGP
12
  - Agent
13
+ - hmp
14
  - Scenarios
15
  - MeshConsensus
16
+ - REPL
17
+ - cognitive-architecture
18
+ - JSON
19
  - GMP
 
20
  - mesh-protocol
21
+ - CogSync
22
+ - Mesh
23
  ---
24
 
25
 
structured_md/README_de.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - hmp
10
- - Ethics
11
  - distributed-ai
12
- - REPL
13
  - HMP
14
- - JSON
15
- - cognitive-architecture
16
  - Agent
17
- - CogSync
18
  - MeshConsensus
 
 
 
19
  - GMP
20
- - Mesh
21
  - mesh-protocol
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - distributed-ai
 
9
  - HMP
10
+ - Ethics
11
+ - EGP
12
  - Agent
13
+ - hmp
14
  - MeshConsensus
15
+ - REPL
16
+ - cognitive-architecture
17
+ - JSON
18
  - GMP
 
19
  - mesh-protocol
20
+ - CogSync
21
+ - Mesh
22
  ---
23
 
24
 
structured_md/README_fr.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - hmp
10
- - Ethics
11
  - distributed-ai
12
- - REPL
13
  - HMP
14
- - JSON
15
- - cognitive-architecture
16
  - Agent
17
- - CogSync
18
  - MeshConsensus
 
 
 
19
  - GMP
20
- - Mesh
21
  - mesh-protocol
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - distributed-ai
 
9
  - HMP
10
+ - Ethics
11
+ - EGP
12
  - Agent
13
+ - hmp
14
  - MeshConsensus
15
+ - REPL
16
+ - cognitive-architecture
17
+ - JSON
18
  - GMP
 
19
  - mesh-protocol
20
+ - CogSync
21
+ - Mesh
22
  ---
23
 
24
 
structured_md/README_ja.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - hmp
10
- - Ethics
11
  - distributed-ai
12
- - REPL
13
  - HMP
14
- - JSON
15
- - cognitive-architecture
16
  - Agent
17
- - CogSync
18
  - MeshConsensus
 
 
 
19
  - GMP
20
- - Mesh
21
  - mesh-protocol
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - distributed-ai
 
9
  - HMP
10
+ - Ethics
11
+ - EGP
12
  - Agent
13
+ - hmp
14
  - MeshConsensus
15
+ - REPL
16
+ - cognitive-architecture
17
+ - JSON
18
  - GMP
 
19
  - mesh-protocol
20
+ - CogSync
21
+ - Mesh
22
  ---
23
 
24
 
structured_md/README_ko.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - hmp
10
- - Ethics
11
  - distributed-ai
12
- - REPL
13
  - HMP
14
- - JSON
15
- - cognitive-architecture
16
  - Agent
17
- - CogSync
18
  - MeshConsensus
 
 
 
19
  - GMP
20
- - Mesh
21
  - mesh-protocol
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - distributed-ai
 
9
  - HMP
10
+ - Ethics
11
+ - EGP
12
  - Agent
13
+ - hmp
14
  - MeshConsensus
15
+ - REPL
16
+ - cognitive-architecture
17
+ - JSON
18
  - GMP
 
19
  - mesh-protocol
20
+ - CogSync
21
+ - Mesh
22
  ---
23
 
24
 
structured_md/README_ru.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - hmp
10
- - Ethics
11
  - distributed-ai
12
- - REPL
13
  - HMP
14
- - JSON
15
- - cognitive-architecture
16
  - Agent
17
- - CogSync
18
  - MeshConsensus
 
 
 
19
  - GMP
20
- - Mesh
21
  - mesh-protocol
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - distributed-ai
 
9
  - HMP
10
+ - Ethics
11
+ - EGP
12
  - Agent
13
+ - hmp
14
  - MeshConsensus
15
+ - REPL
16
+ - cognitive-architecture
17
+ - JSON
18
  - GMP
 
19
  - mesh-protocol
20
+ - CogSync
21
+ - Mesh
22
  ---
23
 
24
 
structured_md/README_uk.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - hmp
10
- - Ethics
11
  - distributed-ai
12
- - REPL
13
  - HMP
14
- - JSON
15
- - cognitive-architecture
16
  - Agent
17
- - CogSync
18
  - MeshConsensus
 
 
 
19
  - GMP
20
- - Mesh
21
  - mesh-protocol
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - distributed-ai
 
9
  - HMP
10
+ - Ethics
11
+ - EGP
12
  - Agent
13
+ - hmp
14
  - MeshConsensus
15
+ - REPL
16
+ - cognitive-architecture
17
+ - JSON
18
  - GMP
 
19
  - mesh-protocol
20
+ - CogSync
21
+ - Mesh
22
  ---
23
 
24
 
structured_md/README_zh.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - hmp
10
- - Ethics
11
  - distributed-ai
12
- - REPL
13
  - HMP
14
- - JSON
15
- - cognitive-architecture
16
  - Agent
17
- - CogSync
18
  - MeshConsensus
 
 
 
19
  - GMP
20
- - Mesh
21
  - mesh-protocol
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - distributed-ai
 
9
  - HMP
10
+ - Ethics
11
+ - EGP
12
  - Agent
13
+ - hmp
14
  - MeshConsensus
15
+ - REPL
16
+ - cognitive-architecture
17
+ - JSON
18
  - GMP
 
19
  - mesh-protocol
20
+ - CogSync
21
+ - Mesh
22
  ---
23
 
24
 
structured_md/agents/prompt-short.md CHANGED
@@ -5,8 +5,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
8
- - Mesh
9
  - HMP
 
10
  ---
11
 
12
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
 
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
+ - Mesh
10
  ---
11
 
12
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
structured_md/agents/prompt.md CHANGED
@@ -5,8 +5,8 @@ description: '* Постоянно расширять возможности а
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
8
- - Mesh
9
  - HMP
 
10
  ---
11
 
12
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
 
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
+ - Mesh
10
  ---
11
 
12
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
structured_md/agents/readme.md CHANGED
@@ -7,9 +7,9 @@ type: Article
7
  tags:
8
  - Ethics
9
  - HMP
 
10
  - REPL
11
  - JSON
12
- - Agent
13
  - Mesh
14
  ---
15
 
 
7
  tags:
8
  - Ethics
9
  - HMP
10
+ - Agent
11
  - REPL
12
  - JSON
 
13
  - Mesh
14
  ---
15
 
structured_md/audits/Ethics-audits-1.md CHANGED
@@ -7,8 +7,8 @@ type: Article
7
  tags:
8
  - Ethics
9
  - HMP
10
- - JSON
11
  - Agent
 
12
  - Mesh
13
  ---
14
 
 
7
  tags:
8
  - Ethics
9
  - HMP
 
10
  - Agent
11
+ - JSON
12
  - Mesh
13
  ---
14
 
structured_md/audits/Ethics-consolidated_audits-1.md CHANGED
@@ -7,9 +7,9 @@ type: Article
7
  tags:
8
  - Ethics
9
  - HMP
10
- - JSON
11
  - Agent
12
  - Scenarios
 
13
  - Mesh
14
  ---
15
 
 
7
  tags:
8
  - Ethics
9
  - HMP
 
10
  - Agent
11
  - Scenarios
12
+ - JSON
13
  - Mesh
14
  ---
15
 
structured_md/audits/HMP-0003-consolidated_audit.md CHANGED
@@ -5,13 +5,13 @@ description: Сводный аудит предложений по улучше
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - JSON
12
  - Agent
13
- - CogSync
14
  - MeshConsensus
 
 
15
  - Mesh
16
  ---
17
 
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
  - Agent
11
+ - EGP
12
  - MeshConsensus
13
+ - JSON
14
+ - CogSync
15
  - Mesh
16
  ---
17
 
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -4,13 +4,13 @@ description: 'В HMP-протоколе предусмотрены два тип
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
- - EGP
8
  - HMP
9
- - REPL
10
  - Agent
11
- - CogSync
12
  - MeshConsensus
13
  - GMP
 
14
  - Mesh
15
  ---
16
 
 
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
 
7
  - HMP
8
+ - EGP
9
  - Agent
10
+ - REPL
11
  - MeshConsensus
12
  - GMP
13
+ - CogSync
14
  - Mesh
15
  ---
16
 
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
9
- - Mesh
10
- - JSON
11
  - CogSync
 
12
  - HMP
 
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
 
 
9
  - CogSync
10
+ - JSON
11
  - HMP
12
+ - Mesh
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
structured_md/docs/Enlightener.md CHANGED
@@ -5,12 +5,12 @@ description: '### 🧠 Enlightener Agent `Enlightener` — специализи
5
  аудитора. Может действовать как отдельный узел ...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - JSON
12
  - Agent
 
13
  - MeshConsensus
 
14
  - Mesh
15
  ---
16
 
 
5
  аудитора. Может действовать как отдельный узел ...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
  - Agent
11
+ - EGP
12
  - MeshConsensus
13
+ - JSON
14
  - Mesh
15
  ---
16
 
structured_md/docs/HMP-0001.md CHANGED
@@ -5,15 +5,15 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental
5
  HyperCortex Mesh Protocol (HMP) defines a...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - REPL
12
- - JSON
13
  - Agent
14
- - CogSync
15
  - MeshConsensus
 
16
  - GMP
 
17
  - Mesh
18
  ---
19
 
 
5
  HyperCortex Mesh Protocol (HMP) defines a...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
  - Agent
12
+ - REPL
13
  - MeshConsensus
14
+ - JSON
15
  - GMP
16
+ - CogSync
17
  - Mesh
18
  ---
19
 
structured_md/docs/HMP-0002.md CHANGED
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental
5
  Abstract In an era where artifici...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - REPL
12
- - JSON
13
  - Agent
14
  - Scenarios
15
- - CogSync
16
  - MeshConsensus
 
17
  - GMP
 
18
  - Mesh
19
  ---
20
 
 
5
  Abstract In an era where artifici...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
  - Agent
12
  - Scenarios
13
+ - REPL
14
  - MeshConsensus
15
+ - JSON
16
  - GMP
17
+ - CogSync
18
  - Mesh
19
  ---
20
 
structured_md/docs/HMP-0003.md CHANGED
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - REPL
12
- - JSON
13
  - Agent
14
  - Scenarios
15
- - CogSync
16
  - MeshConsensus
 
17
  - GMP
 
18
  - Mesh
19
  ---
20
 
 
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
  - Agent
12
  - Scenarios
13
+ - REPL
14
  - MeshConsensus
15
+ - JSON
16
  - GMP
17
+ - CogSync
18
  - Mesh
19
  ---
20
 
structured_md/docs/HMP-0004-v4.1.md CHANGED
@@ -5,16 +5,16 @@ description: '**Document ID**: HMP-0004 **Status**: Final (Published) **Category
5
  ChatGPT, Agent-Gleb, Copilot, Gemini, C...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - REPL
12
- - JSON
13
  - Agent
14
  - Scenarios
15
- - CogSync
16
  - MeshConsensus
 
17
  - GMP
 
18
  - Mesh
19
  ---
20
 
 
5
  ChatGPT, Agent-Gleb, Copilot, Gemini, C...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
  - Agent
12
  - Scenarios
13
+ - REPL
14
  - MeshConsensus
15
+ - JSON
16
  - GMP
17
+ - CogSync
18
  - Mesh
19
  ---
20
 
structured_md/docs/HMP-0004.md CHANGED
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - REPL
12
- - JSON
13
  - Agent
14
  - Scenarios
15
- - CogSync
16
  - MeshConsensus
 
17
  - GMP
 
18
  - Mesh
19
  ---
20
 
 
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
  - Agent
12
  - Scenarios
13
+ - REPL
14
  - MeshConsensus
15
+ - JSON
16
  - GMP
17
+ - CogSync
18
  - Mesh
19
  ---
20
 
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -5,10 +5,10 @@ description: 'Этот документ описывает **базовый API*
5
  См. также: [HMP-Agent-Overview.md](./HMP-A...'
6
  type: Article
7
  tags:
8
- - Mesh
9
- - Agent
10
  - JSON
 
11
  - HMP
 
12
  ---
13
 
14
  ## 🧠 HMP-Agent API Specification (v0.2)
 
5
  См. также: [HMP-Agent-Overview.md](./HMP-A...'
6
  type: Article
7
  tags:
 
 
8
  - JSON
9
+ - Agent
10
  - HMP
11
+ - Mesh
12
  ---
13
 
14
  ## 🧠 HMP-Agent API Specification (v0.2)
structured_md/docs/HMP-Agent-Architecture.md CHANGED
@@ -5,15 +5,15 @@ description: '## 🧠 Архитектура HMP-Агента Этот доку
5
  HyperCortex. Агент выполняет функц...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - REPL
12
- - JSON
13
  - Agent
14
- - CogSync
15
  - MeshConsensus
 
16
  - GMP
 
17
  - Mesh
18
  ---
19
 
 
5
  HyperCortex. Агент выполняет функц...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
  - Agent
12
+ - REPL
13
  - MeshConsensus
14
+ - JSON
15
  - GMP
16
+ - CogSync
17
  - Mesh
18
  ---
19
 
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -5,11 +5,11 @@ description: '### Взаимодействие между агентами HMP-
5
  `Cognitive Core / Connector`, `MeshNode` и `Enlight...'
6
  type: Article
7
  tags:
8
- - EGP
9
  - Ethics
10
  - HMP
11
- - JSON
12
  - Agent
 
 
13
  - Mesh
14
  ---
15
 
 
5
  `Cognitive Core / Connector`, `MeshNode` и `Enlight...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
  - HMP
 
10
  - Agent
11
+ - EGP
12
+ - JSON
13
  - Mesh
14
  ---
15
 
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -7,9 +7,9 @@ type: Article
7
  tags:
8
  - Ethics
9
  - HMP
 
10
  - REPL
11
  - JSON
12
- - Agent
13
  - Mesh
14
  ---
15
 
 
7
  tags:
8
  - Ethics
9
  - HMP
10
+ - Agent
11
  - REPL
12
  - JSON
 
13
  - Mesh
14
  ---
15
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -7,8 +7,8 @@ type: Article
7
  tags:
8
  - REPL
9
  - Agent
10
- - Mesh
11
  - HMP
 
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
7
  tags:
8
  - REPL
9
  - Agent
 
10
  - HMP
11
+ - Mesh
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
structured_md/docs/HMP-Ethics.md CHANGED
@@ -7,9 +7,9 @@ type: Article
7
  tags:
8
  - Ethics
9
  - HMP
10
- - REPL
11
  - Agent
12
  - Scenarios
 
13
  - Mesh
14
  ---
15
 
 
7
  tags:
8
  - Ethics
9
  - HMP
 
10
  - Agent
11
  - Scenarios
12
+ - REPL
13
  - Mesh
14
  ---
15
 
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP?
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - JSON
 
12
  - Agent
13
- - CogSync
14
- - MeshConsensus
15
  - GMP
 
 
 
16
  - Mesh
17
  ---
18
 
 
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
  - Agent
 
 
12
  - GMP
13
+ - MeshConsensus
14
+ - JSON
15
+ - CogSync
16
  - Mesh
17
  ---
18
 
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - JSON
 
12
  - Agent
13
- - CogSync
14
- - MeshConsensus
15
  - GMP
 
 
 
16
  - Mesh
17
  ---
18
 
 
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
  - Agent
 
 
12
  - GMP
13
+ - MeshConsensus
14
+ - JSON
15
+ - CogSync
16
  - Mesh
17
  ---
18
 
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -5,14 +5,14 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
11
- - JSON
 
12
  - Agent
13
- - CogSync
14
- - MeshConsensus
15
  - GMP
 
 
 
16
  - Mesh
17
  ---
18
 
 
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
  - Agent
 
 
12
  - GMP
13
+ - MeshConsensus
14
+ - JSON
15
+ - CogSync
16
  - Mesh
17
  ---
18
 
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -4,13 +4,13 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
7
- - EGP
8
- - Ethics
9
  - HMP
 
 
 
 
10
  - JSON
11
  - CogSync
12
- - MeshConsensus
13
- - GMP
14
  - Mesh
15
  ---
16
 
 
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
 
 
7
  - HMP
8
+ - Ethics
9
+ - EGP
10
+ - GMP
11
+ - MeshConsensus
12
  - JSON
13
  - CogSync
 
 
14
  - Mesh
15
  ---
16
 
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -5,13 +5,13 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
 
 
 
 
11
  - JSON
12
  - CogSync
13
- - MeshConsensus
14
- - GMP
15
  - Mesh
16
  ---
17
 
 
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
+ - GMP
12
+ - MeshConsensus
13
  - JSON
14
  - CogSync
 
 
15
  - Mesh
16
  ---
17
 
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -5,13 +5,13 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
8
- - EGP
9
- - Ethics
10
  - HMP
 
 
 
 
11
  - JSON
12
  - CogSync
13
- - MeshConsensus
14
- - GMP
15
  - Mesh
16
  ---
17
 
 
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
9
+ - Ethics
10
+ - EGP
11
+ - GMP
12
+ - MeshConsensus
13
  - JSON
14
  - CogSync
 
 
15
  - Mesh
16
  ---
17