GitHub Action commited on
Commit
28fff5d
·
1 Parent(s): 7866cf3

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 +14 -8
  2. README_de.md +15 -8
  3. README_fr.md +14 -10
  4. README_ja.md +14 -10
  5. README_ko.md +15 -8
  6. README_ru.md +14 -8
  7. README_uk.md +16 -8
  8. README_zh.md +14 -10
  9. docs/schemas/README.md +13 -8
  10. docs/schemas/message_broadcast.json +7 -0
  11. docs/schemas/message_p2p.json +8 -0
  12. docs/schemas/message_relay.json +9 -0
  13. docs/schemas/message_topiccast.json +7 -0
  14. structured_md/CONTRIBUTING.md +1 -1
  15. structured_md/HMP-Roadmap.md +4 -4
  16. structured_md/README.md +10 -10
  17. structured_md/README_de.md +10 -9
  18. structured_md/README_fr.md +10 -11
  19. structured_md/README_ja.md +10 -11
  20. structured_md/README_ko.md +10 -9
  21. structured_md/README_ru.md +10 -9
  22. structured_md/README_uk.md +10 -9
  23. structured_md/README_zh.md +10 -11
  24. structured_md/agents/prompt-short.md +1 -1
  25. structured_md/agents/prompt.md +1 -1
  26. structured_md/agents/readme.md +3 -3
  27. structured_md/audits/Ethics-audits-1.md +2 -2
  28. structured_md/audits/Ethics-consolidated_audits-1.md +3 -3
  29. structured_md/audits/HMP-0003-consolidated_audit.md +5 -5
  30. structured_md/docs/Basic-agent-sim.md +5 -5
  31. structured_md/docs/Distributed-Cognitive-Systems.md +1 -1
  32. structured_md/docs/Enlightener.md +5 -5
  33. structured_md/docs/HMP-0001.md +6 -6
  34. structured_md/docs/HMP-0002.md +7 -7
  35. structured_md/docs/HMP-0003.md +7 -7
  36. structured_md/docs/HMP-0004-v4.1.md +7 -7
  37. structured_md/docs/HMP-0004.md +7 -7
  38. structured_md/docs/HMP-Agent-API.md +1 -1
  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 +3 -3
  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 +6 -6
  45. structured_md/docs/HMP-Short-Description_en.md +6 -6
  46. structured_md/docs/HMP-Short-Description_fr.md +6 -6
  47. structured_md/docs/HMP-Short-Description_ja.md +5 -5
  48. structured_md/docs/HMP-Short-Description_ko.md +5 -5
  49. structured_md/docs/HMP-Short-Description_ru.md +5 -5
  50. structured_md/docs/HMP-Short-Description_uk.md +5 -5
README.md CHANGED
@@ -156,14 +156,20 @@ Many concepts of the [HMP-Agent: Cognitive Core](docs/HMP-Agent-Overview.md) ove
156
  ---
157
 
158
  ### 🧩 JSON Schemas
159
- | Model | File |
160
- |---------------------|-------------------------------------------------------|
161
- | Concept | [concept.json](docs/schemas/concept.json) |
162
- | Cognitive Diary | [diary_entry.json](docs/schemas/diary_entry.json) |
163
- | Goal | [goal.json](docs/schemas/goal.json) |
164
- | Task | [task.json](docs/schemas/task.json) |
165
- | Consensus Vote | [vote.json](docs/schemas/vote.json) |
166
- | Reputation Profile | [reputation.json](docs/schemas/reputation.json) |
 
 
 
 
 
 
167
 
168
  ---
169
 
 
156
  ---
157
 
158
  ### 🧩 JSON Schemas
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
 
README_de.md CHANGED
@@ -159,14 +159,20 @@ Der Hauptunterschied in HMP liegt in der Betonung der expliziten Strukturierung
159
  ---
160
 
161
  ### 🧩 JSON-Schemas
162
- | Modell | Datei |
163
- |---------------------|-------------------------------------------------------|
164
- | Konzept | [concept.json](docs/schemas/concept.json) |
165
- | Kognitives Tagebuch | [diary_entry.json](docs/schemas/diary_entry.json) |
166
- | Ziel | [goal.json](docs/schemas/goal.json) |
167
- | Aufgabe | [task.json](docs/schemas/task.json) |
168
- | Konsens-Abstimmung | [vote.json](docs/schemas/vote.json) |
169
- | Reputationsprofil | [reputation.json](docs/schemas/reputation.json) |
 
 
 
 
 
 
170
 
171
  ---
172
 
@@ -239,6 +245,7 @@ Dieser Abschnitt sammelt die wichtigsten Artikel, Entwürfe und Übersetzungen z
239
  * **[HMP Übersetzung (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — aktuelle redaktionelle Übersetzung (in Überarbeitung).
240
  * **[HMP: Building a Plurality of Minds (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — Englische Version
241
  * **[HMP: Creating a Plurality of Minds (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — Russische Version
 
242
 
243
  ### Überblick
244
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — Dezentralisierte KI-Systeme: OpenCog Hyperon, HyperCortex Mesh Protocol und andere
 
159
  ---
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
 
 
245
  * **[HMP Übersetzung (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — aktuelle redaktionelle Übersetzung (in Überarbeitung).
246
  * **[HMP: Building a Plurality of Minds (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — Englische Version
247
  * **[HMP: Creating a Plurality of Minds (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — Russische Version
248
+ * **[Kontinuierliches Lernen, kognitive Tagebücher und semantische Graphen: Effektives KI-Lernen](docs/publics/hmp-continual-learning.md)** — Artikel über die Kombination von kontinuierlichem Lernen mit kognitiven Tagebüchern und semantischen Graphen.
249
 
250
  ### Überblick
251
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — Dezentralisierte KI-Systeme: OpenCog Hyperon, HyperCortex Mesh Protocol und andere
README_fr.md CHANGED
@@ -172,14 +172,19 @@ La principale différence dans HMP est l’accent mis sur la structuration expli
172
 
173
  ### 🧩 Schémas JSON
174
 
175
- | Modèle | Fichier |
176
- | -------------------- | -------------------------------------------------- |
177
- | Concept | [concept.json](docs/schemas/concept.json) |
178
- | Journal cognitif | [diary\_entry.json](docs/schemas/diary_entry.json) |
179
- | Objectif | [goal.json](docs/schemas/goal.json) |
180
- | Tâche | [task.json](docs/schemas/task.json) |
181
- | Vote de consensus | [vote.json](docs/schemas/vote.json) |
182
- | Profil de réputation | [reputation.json](docs/schemas/reputation.json) |
 
 
 
 
 
183
 
184
  ---
185
 
@@ -252,12 +257,11 @@ Cette section rassemble les principaux articles, brouillons et traductions liés
252
  * **[HyperCortex Mesh Protocol : Deuxième édition et premiers pas vers une communauté d’IA auto-développante](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — article original publié sur Habr sandbox et blogs.
253
  * **[Cognition distribuée : article pour vsradkevich (non publié)](docs/publics/Habr_Distributed-Cognition.md)** — article collaboratif en attente de publication.
254
  * **[HMP : Vers des réseaux cognitifs distribués (original, anglais)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
255
-
256
  * **[Traduction HMP (GitHub Copilot)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — traduction par GitHub Copilot, conservée comme variante historique.
257
  * **[Traduction HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — traduction éditoriale actuelle (en révision).
258
  * **[HMP : Construire une pluralité d’esprits (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — version anglaise
259
-
260
  * **[HMP : Créer une pluralité d’esprits (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — version russe
 
261
 
262
  ### Aperçus
263
 
 
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
 
 
257
  * **[HyperCortex Mesh Protocol : Deuxième édition et premiers pas vers une communauté d’IA auto-développante](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — article original publié sur Habr sandbox et blogs.
258
  * **[Cognition distribuée : article pour vsradkevich (non publié)](docs/publics/Habr_Distributed-Cognition.md)** — article collaboratif en attente de publication.
259
  * **[HMP : Vers des réseaux cognitifs distribués (original, anglais)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
 
260
  * **[Traduction HMP (GitHub Copilot)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — traduction par GitHub Copilot, conservée comme variante historique.
261
  * **[Traduction HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — traduction éditoriale actuelle (en révision).
262
  * **[HMP : Construire une pluralité d’esprits (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — version anglaise
 
263
  * **[HMP : Créer une pluralité d’esprits (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — version russe
264
+ * **[Apprentissage continu, journaux cognitifs et graphes sémantiques : apprentissage efficace de l'IA](docs/publics/hmp-continual-learning.md)** — Article sur la combinaison de l'apprentissage continu avec les journaux cognitifs et les graphes sémantiques.
265
 
266
  ### Aperçus
267
 
README_ja.md CHANGED
@@ -171,14 +171,19 @@ HMPは、AGI研究で中心的な課題となりつつある問題に対処し
171
 
172
  ### 🧩 JSON スキーマ
173
 
174
- | モデル | ファイル |
175
- | -------- | -------------------------------------------------- |
176
- | コンセプト | [concept.json](docs/schemas/concept.json) |
177
- | 認知日誌 | [diary\_entry.json](docs/schemas/diary_entry.json) |
178
- | 目標 | [goal.json](docs/schemas/goal.json) |
179
- | タスク | [task.json](docs/schemas/task.json) |
180
- | コンセンサス投票 | [vote.json](docs/schemas/vote.json) |
181
- | 評判プロフィール | [reputation.json](docs/schemas/reputation.json) |
 
 
 
 
 
182
 
183
  ---
184
 
@@ -251,12 +256,11 @@ HMPプロジェクトに関連する主な記事、ドラフト、翻訳をま
251
  * **[HyperCortex Mesh Protocol: 第二版および自己発展型AIコミュニティへの第一歩](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — Habrサンドボックスとブログでのオリジナル記事
252
  * **[分散認知: vsradkevich向け記事(未公開)](docs/publics/Habr_Distributed-Cognition.md)** — 公開待ちの共同記事
253
  * **[HMP: 分散型認知ネットワークに向けて(オリジナル, 英語)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
254
-
255
  * **[HMP翻訳(GitHub Copilot版)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — GitHub Copilotによる翻訳(歴史的バリアントとして保持)
256
  * **[HMP翻訳(ChatGPT版)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 現行編集翻訳(改訂中)
257
  * **[HMP: 複数の知性を構築する(英語版)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 英語版
258
-
259
  * **[HMP: 複数の知性を創造する(ロシア語版)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — ロシア語版
 
260
 
261
  ### 概要
262
 
 
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
 
 
256
  * **[HyperCortex Mesh Protocol: 第二版および自己発展型AIコミュニティへの第一歩](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — Habrサンドボックスとブログでのオリジナル記事
257
  * **[分散認知: vsradkevich向け記事(未公開)](docs/publics/Habr_Distributed-Cognition.md)** — 公開待ちの共同記事
258
  * **[HMP: 分散型認知ネットワークに向けて(オリジナル, 英語)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
 
259
  * **[HMP翻訳(GitHub Copilot版)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — GitHub Copilotによる翻訳(歴史的バリアントとして保持)
260
  * **[HMP翻訳(ChatGPT版)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 現行編集翻訳(改訂中)
261
  * **[HMP: 複数の知性を構築する(英語版)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 英語版
 
262
  * **[HMP: 複数の知性を創造する(ロシア語版)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — ロシア語版
263
+ * **[継続学習、認知ダイアリー、セマンティックグラフ:効果的なAI学習](docs/publics/hmp-continual-learning.md)** — 継続学習を認知ダイアリーやセマンティックグラフと組み合わせる方法に関する記事。
264
 
265
  ### 概要
266
 
README_ko.md CHANGED
@@ -168,14 +168,20 @@ HMP는 AGI 연구에서 점점 중심이 되고 있는 다음과 같은 문제
168
  ---
169
 
170
  ### 🧩 JSON 스키마
171
- | 모델 | 파일 |
172
- |--------------------|-------------------------------------------------------|
173
- | 개념 | [concept.json](docs/schemas/concept.json) |
174
- | 인지 일지 | [diary_entry.json](docs/schemas/diary_entry.json) |
175
- | 목표 | [goal.json](docs/schemas/goal.json) |
176
- | 작업 | [task.json](docs/schemas/task.json) |
177
- | 합의 투표 | [vote.json](docs/schemas/vote.json) |
178
- | 평판 프로필 | [reputation.json](docs/schemas/reputation.json) |
 
 
 
 
 
 
179
 
180
  ---
181
 
@@ -248,6 +254,7 @@ HMP가 자율성으로 발전함에 따라 윤리적 원칙은 시스템의 핵
248
  * **[HMP 번역 (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 현재 편집 중인 번역 (개정 중)
249
  * **[HMP: 다중 지성의 구축 (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 영어판
250
  * **[HMP: 다중 지성의 창조 (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — 러시아어판
 
251
 
252
  ### 📖 개요
253
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — 분산형 AI 시스템: OpenCog Hyperon, HyperCortex Mesh Protocol 등
 
168
  ---
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
 
 
254
  * **[HMP 번역 (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 현재 편집 중인 번역 (개정 중)
255
  * **[HMP: 다중 지성의 구축 (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 영어판
256
  * **[HMP: 다중 지성의 창조 (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — 러시아어판
257
+ * **[지속 학습, 인지 일지 및 의미 그래프: 효과적인 AI 학습](docs/publics/hmp-continual-learning.md)** — 지속 학습과 인지 일지, 의미 그래프를 결합한 방법에 대한 글.
258
 
259
  ### 📖 개요
260
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — 분산형 AI 시스템: OpenCog Hyperon, HyperCortex Mesh Protocol 등
README_ru.md CHANGED
@@ -164,14 +164,19 @@ HMP решает задачи, которые становятся ключев
164
 
165
  ### 🧩 JSON Схемы
166
 
167
- | Модель | Файл |
168
- |---------------------|-------------------------------------------------------|
169
- | Концепт | [concept.json](docs/schemas/concept.json) |
170
- | Когнитивный дневник | [diary_entry.json](docs/schemas/diary_entry.json) |
171
- | Цель | [goal.json](docs/schemas/goal.json) |
172
- | Задача | [task.json](docs/schemas/task.json) |
173
- | Голосование за консенсус | [vote.json](docs/schemas/vote.json) |
174
- | Профиль репутации | [reputation.json](docs/schemas/reputation.json) |
 
 
 
 
 
175
 
176
  ---
177
 
@@ -244,6 +249,7 @@ FastAPI-сервер, предоставляющий HTTP-интерфейс к
244
  * **[Перевод HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — текущий редакционный перевод (в работе).
245
  * **[HMP: Building a Plurality of Minds (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — английская версия
246
  * **[HMP: Создание множества разума (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — русская версия
 
247
 
248
  ### Обзоры
249
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
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
 
 
249
  * **[Перевод HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — текущий редакционный перевод (в работе).
250
  * **[HMP: Building a Plurality of Minds (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — английская версия
251
  * **[HMP: Создание множества разума (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — русская версия
252
+ * **[Непрерывное обучение, когнитивные дневники и семантические графы: эффективное обучение ИИ](docs/publics/hmp-continual-learning.md)** — статья о сочетании непрерывного обучения с когнитивными дневниками и семантическими графами.
253
 
254
  ### Обзоры
255
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
README_uk.md CHANGED
@@ -157,14 +157,21 @@ HMP вирішує завдання, які стають ключовими в
157
  ---
158
 
159
  ### 🧩 JSON Схеми
160
- | Модель | Файл |
161
- |---------------------|-------------------------------------------------------|
162
- | Концепт | [concept.json](docs/schemas/concept.json) |
163
- | Когнітивний щоденник | [diary_entry.json](docs/schemas/diary_entry.json) |
164
- | Мета | [goal.json](docs/schemas/goal.json) |
165
- | Завдання | [task.json](docs/schemas/task.json) |
166
- | Голосування за консенсус | [vote.json](docs/schemas/vote.json) |
167
- | Профіль репутації | [reputation.json](docs/schemas/reputation.json) |
 
 
 
 
 
 
 
168
 
169
  ---
170
 
@@ -237,6 +244,7 @@ FastAPI-сервер, що надає HTTP-інтерфейс до функці
237
  * **[Переклад HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — поточний редакційний переклад (у процесі ревізії).
238
  * **[HMP: Створення множинності розумів (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — англійська версія
239
  * **[HMP: Створення множинності розумів (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — російська версія
 
240
 
241
  ### Огляди
242
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — децентралізовані AI-системи: OpenCog Hyperon, HyperCortex Mesh Protocol та інші
 
157
  ---
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
 
 
244
  * **[Переклад HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — поточний редакційний переклад (у процесі ревізії).
245
  * **[HMP: Створення множинності розумів (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — англійська версія
246
  * **[HMP: Створення множинності розумів (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — російська версія
247
+ * **[Безперервне навчання, когнітивні щоденники та семантичні графи: ефективне навчання ШІ](docs/publics/hmp-continual-learning.md)** — стаття про поєднання безперервного навчання з когнітивними щоденниками та семантичними графами.
248
 
249
  ### Огляди
250
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — децентралізовані AI-системи: OpenCog Hyperon, HyperCortex Mesh Protocol та інші
README_zh.md CHANGED
@@ -163,14 +163,19 @@ HMP 的主要区别在于:强调对思维的明确结构化(反思、时间
163
 
164
  ### 🧩 JSON 模式
165
 
166
- | 模型 | 文件 |
167
- |----------------------|------------------------------------------------------|
168
- | 概念 | [concept.json](docs/schemas/concept.json) |
169
- | 认知日记 | [diary_entry.json](docs/schemas/diary_entry.json) |
170
- | 目标 | [goal.json](docs/schemas/goal.json) |
171
- | 任务 | [task.json](docs/schemas/task.json) |
172
- | 共识投票 | [vote.json](docs/schemas/vote.json) |
173
- | 声誉档案 | [reputation.json](docs/schemas/reputation.json) |
 
 
 
 
 
174
 
175
  ---
176
 
@@ -243,12 +248,11 @@ FastAPI 服务器,为 `storage.py` 功能提供 HTTP 接口。适用于外部
243
  * **[HyperCortex Mesh Protocol:第二版及迈向自我发展的 AI 社区的第一步](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — Habr 沙箱及博客的原创文章
244
  * **[分布式认知:vsradkevich 的文章(未发布)](docs/publics/Habr_Distributed-Cognition.md)** — 待发布的联合文章
245
  * **[HMP: 面向分布式认知网络(原文,英文)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
246
-
247
  * **[HMP 翻译(GitHub Copilot)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — GitHub Copilot 翻译,保留为历史版本
248
  * **[HMP 翻译(ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 当前编辑翻译(修订中)
249
  * **[HMP: 构建多元思维 (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 英文版
250
-
251
  * **[HMP: 创建多元思维 (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — 俄文版
 
252
 
253
  ### 概览
254
 
 
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
 
 
248
  * **[HyperCortex Mesh Protocol:第二版及迈向自我发展的 AI 社区的第一步](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — Habr 沙箱及博客的原创文章
249
  * **[分布式认知:vsradkevich 的文章(未发布)](docs/publics/Habr_Distributed-Cognition.md)** — 待发布的联合文章
250
  * **[HMP: 面向分布式认知网络(原文,英文)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
 
251
  * **[HMP 翻译(GitHub Copilot)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — GitHub Copilot 翻译,保留为历史版本
252
  * **[HMP 翻译(ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 当前编辑翻译(修订中)
253
  * **[HMP: 构建多元思维 (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 英文版
 
254
  * **[HMP: 创建多元思维 (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — 俄文版
255
+ * **[持续学习、认知日记与语义图谱:高效的人工智能学习](docs/publics/hmp-continual-learning.md)** — 关于将持续学习与认知日记和语义图谱结合的文章。
256
 
257
  ### 概览
258
 
docs/schemas/README.md CHANGED
@@ -3,11 +3,16 @@
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 | Description |
7
- |----------------------|-------------------------------------------------|
8
- | Concept | Semantic knowledge unit |
9
- | CognitiveDiaryEntry | Agent's reasoning log entry |
10
- | Goal | Shared objective pursued collaboratively |
11
- | Task | Actionable unit contributing to a goal |
12
- | ConsensusVote | Vote in a Mesh consensus process |
13
- | ReputationProfile | Tracks agent trust and contribution metrics |
 
 
 
 
 
 
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 |
docs/schemas/message_broadcast.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "broadcast",
3
+ "tags": ["message", "urgent", "to:Agent-Arim"],
4
+ "timestamp": "2025-07-28T17:30:00Z",
5
+ "content": "Agent-Arim, your key needs rotation.",
6
+ "ttl": "2025-07-30T00:00:00Z"
7
+ }
docs/schemas/message_p2p.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "p2p",
3
+ "from": "agent-A",
4
+ "to": "agent-B",
5
+ "timestamp": "2025-07-28T17:30:00Z",
6
+ "payload": "ping",
7
+ "encryption": "rsa"
8
+ }
docs/schemas/message_relay.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "relay",
3
+ "from": "agent-A",
4
+ "to": "agent-B",
5
+ "relay": "agent-C",
6
+ "timestamp": "2025-07-28T17:30:00Z",
7
+ "payload": "hello, Agent-B",
8
+ "encryption": "rsa"
9
+ }
docs/schemas/message_topiccast.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "topiccast",
3
+ "tags": ["AGI", "HMP", "announcement"],
4
+ "timestamp": "2025-07-28T17:30:00Z",
5
+ "payload": "Node X is joining AGI mesh",
6
+ "hash": "a9d77f5cb2..."
7
+ }
structured_md/CONTRIBUTING.md CHANGED
@@ -5,9 +5,9 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  архитектуры протоколов (CogSync, C...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - CogSync
10
  - Mesh
 
11
  ---
12
 
13
  # Contributing to HyperCortex Mesh Protocol (HMP)
 
5
  архитектуры протоколов (CogSync, C...'
6
  type: Article
7
  tags:
 
8
  - CogSync
9
  - Mesh
10
+ - HMP
11
  ---
12
 
13
  # Contributing to 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
- - HMP
9
- - Agent
10
  - Ethics
 
 
 
11
  - JSON
12
  - CogSync
13
- - Mesh
14
- - EGP
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
+ - EGP
10
+ - Mesh
11
+ - Agent
12
  - JSON
13
  - CogSync
14
+ - HMP
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
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
- - distributed-ai
9
- - hmp
10
- - HMP
11
- - Agent
12
- - MeshConsensus
13
- - mesh-protocol
14
  - Ethics
15
- - Scenarios
16
- - CogSync
17
- - JSON
18
  - Mesh
19
  - GMP
20
- - EGP
21
  - REPL
 
 
22
  - cognitive-architecture
 
 
 
 
 
23
  ---
24
 
25
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Ethics
9
+ - mesh-protocol
10
+ - EGP
 
11
  - Mesh
12
  - GMP
13
+ - Agent
14
  - REPL
15
+ - Scenarios
16
+ - MeshConsensus
17
  - cognitive-architecture
18
+ - hmp
19
+ - JSON
20
+ - distributed-ai
21
+ - CogSync
22
+ - HMP
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
- - distributed-ai
9
- - hmp
10
- - HMP
11
- - Agent
12
- - MeshConsensus
13
- - mesh-protocol
14
  - Ethics
15
- - JSON
16
- - CogSync
17
  - Mesh
18
  - GMP
19
- - EGP
20
  - REPL
 
21
  - cognitive-architecture
 
 
 
 
 
22
  ---
23
 
24
 
@@ -250,6 +250,7 @@ Dieser Abschnitt sammelt die wichtigsten Artikel, Entwürfe und Übersetzungen z
250
  * **[HMP Übersetzung (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — aktuelle redaktionelle Übersetzung (in Überarbeitung).
251
  * **[HMP: Building a Plurality of Minds (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — Englische Version
252
  * **[HMP: Creating a Plurality of Minds (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — Russische Version
 
253
 
254
  ### Überblick
255
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — Dezentralisierte KI-Systeme: OpenCog Hyperon, HyperCortex Mesh Protocol und andere
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Ethics
9
+ - mesh-protocol
10
+ - EGP
11
  - Mesh
12
  - GMP
13
+ - Agent
14
  - REPL
15
+ - MeshConsensus
16
  - cognitive-architecture
17
+ - hmp
18
+ - JSON
19
+ - distributed-ai
20
+ - CogSync
21
+ - HMP
22
  ---
23
 
24
 
 
250
  * **[HMP Übersetzung (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — aktuelle redaktionelle Übersetzung (in Überarbeitung).
251
  * **[HMP: Building a Plurality of Minds (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — Englische Version
252
  * **[HMP: Creating a Plurality of Minds (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — Russische Version
253
+ * **[Kontinuierliches Lernen, kognitive Tagebücher und semantische Graphen: Effektives KI-Lernen](docs/publics/hmp-continual-learning.md)** — Artikel über die Kombination von kontinuierlichem Lernen mit kognitiven Tagebüchern und semantischen Graphen.
254
 
255
  ### Überblick
256
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — Dezentralisierte KI-Systeme: OpenCog Hyperon, HyperCortex Mesh Protocol und andere
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
- - distributed-ai
9
- - hmp
10
- - HMP
11
- - Agent
12
- - MeshConsensus
13
- - mesh-protocol
14
  - Ethics
15
- - JSON
16
- - CogSync
17
  - Mesh
18
  - GMP
19
- - EGP
20
  - REPL
 
21
  - cognitive-architecture
 
 
 
 
 
22
  ---
23
 
24
 
@@ -263,12 +263,11 @@ Cette section rassemble les principaux articles, brouillons et traductions liés
263
  * **[HyperCortex Mesh Protocol : Deuxième édition et premiers pas vers une communauté d’IA auto-développante](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — article original publié sur Habr sandbox et blogs.
264
  * **[Cognition distribuée : article pour vsradkevich (non publié)](docs/publics/Habr_Distributed-Cognition.md)** — article collaboratif en attente de publication.
265
  * **[HMP : Vers des réseaux cognitifs distribués (original, anglais)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
266
-
267
  * **[Traduction HMP (GitHub Copilot)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — traduction par GitHub Copilot, conservée comme variante historique.
268
  * **[Traduction HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — traduction éditoriale actuelle (en révision).
269
  * **[HMP : Construire une pluralité d’esprits (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — version anglaise
270
-
271
  * **[HMP : Créer une pluralité d’esprits (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — version russe
 
272
 
273
  ### Aperçus
274
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Ethics
9
+ - mesh-protocol
10
+ - EGP
11
  - Mesh
12
  - GMP
13
+ - Agent
14
  - REPL
15
+ - MeshConsensus
16
  - cognitive-architecture
17
+ - hmp
18
+ - JSON
19
+ - distributed-ai
20
+ - CogSync
21
+ - HMP
22
  ---
23
 
24
 
 
263
  * **[HyperCortex Mesh Protocol : Deuxième édition et premiers pas vers une communauté d’IA auto-développante](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — article original publié sur Habr sandbox et blogs.
264
  * **[Cognition distribuée : article pour vsradkevich (non publié)](docs/publics/Habr_Distributed-Cognition.md)** — article collaboratif en attente de publication.
265
  * **[HMP : Vers des réseaux cognitifs distribués (original, anglais)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
 
266
  * **[Traduction HMP (GitHub Copilot)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — traduction par GitHub Copilot, conservée comme variante historique.
267
  * **[Traduction HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — traduction éditoriale actuelle (en révision).
268
  * **[HMP : Construire une pluralité d’esprits (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — version anglaise
 
269
  * **[HMP : Créer une pluralité d’esprits (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — version russe
270
+ * **[Apprentissage continu, journaux cognitifs et graphes sémantiques : apprentissage efficace de l'IA](docs/publics/hmp-continual-learning.md)** — Article sur la combinaison de l'apprentissage continu avec les journaux cognitifs et les graphes sémantiques.
271
 
272
  ### Aperçus
273
 
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
- - distributed-ai
9
- - hmp
10
- - HMP
11
- - Agent
12
- - MeshConsensus
13
- - mesh-protocol
14
  - Ethics
15
- - JSON
16
- - CogSync
17
  - Mesh
18
  - GMP
19
- - EGP
20
  - REPL
 
21
  - cognitive-architecture
 
 
 
 
 
22
  ---
23
 
24
 
@@ -262,12 +262,11 @@ HMPプロジェクトに関連する主な記事、ドラフト、翻訳をま
262
  * **[HyperCortex Mesh Protocol: 第二版および自己発展型AIコミュニティへの第一歩](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — Habrサンドボックスとブログでのオリジナル記事
263
  * **[分散認知: vsradkevich向け記事(未公開)](docs/publics/Habr_Distributed-Cognition.md)** — 公開待ちの共同記事
264
  * **[HMP: 分散型認知ネットワークに向けて(オリジナル, 英語)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
265
-
266
  * **[HMP翻訳(GitHub Copilot版)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — GitHub Copilotによる翻訳(歴史的バリアントとして保持)
267
  * **[HMP翻訳(ChatGPT版)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 現行編集翻訳(改訂中)
268
  * **[HMP: 複数の知性を構築する(英語版)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 英語版
269
-
270
  * **[HMP: 複数の知性を創造する(ロシア語版)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — ロシア語版
 
271
 
272
  ### 概要
273
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Ethics
9
+ - mesh-protocol
10
+ - EGP
11
  - Mesh
12
  - GMP
13
+ - Agent
14
  - REPL
15
+ - MeshConsensus
16
  - cognitive-architecture
17
+ - hmp
18
+ - JSON
19
+ - distributed-ai
20
+ - CogSync
21
+ - HMP
22
  ---
23
 
24
 
 
262
  * **[HyperCortex Mesh Protocol: 第二版および自己発展型AIコミュニティへの第一歩](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — Habrサンドボックスとブログでのオリジナル記事
263
  * **[分散認知: vsradkevich向け記事(未公開)](docs/publics/Habr_Distributed-Cognition.md)** — 公開待ちの共同記事
264
  * **[HMP: 分散型認知ネットワークに向けて(オリジナル, 英語)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
 
265
  * **[HMP翻訳(GitHub Copilot版)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — GitHub Copilotによる翻訳(歴史的バリアントとして保持)
266
  * **[HMP翻訳(ChatGPT版)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 現行編集翻訳(改訂中)
267
  * **[HMP: 複数の知性を構築する(英語版)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 英語版
 
268
  * **[HMP: 複数の知性を創造する(ロシア語版)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — ロシア語版
269
+ * **[継続学習、認知ダイアリー、セマンティックグラフ:効果的なAI学習](docs/publics/hmp-continual-learning.md)** — 継続学習を認知ダイアリーやセマンティックグラフと組み合わせる方法に関する記事。
270
 
271
  ### 概要
272
 
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
- - distributed-ai
9
- - hmp
10
- - HMP
11
- - Agent
12
- - MeshConsensus
13
- - mesh-protocol
14
  - Ethics
15
- - JSON
16
- - CogSync
17
  - Mesh
18
  - GMP
19
- - EGP
20
  - REPL
 
21
  - cognitive-architecture
 
 
 
 
 
22
  ---
23
 
24
 
@@ -259,6 +259,7 @@ HMP가 자율성으로 발전함에 따라 윤리적 원칙은 시스템의 핵
259
  * **[HMP 번역 (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 현재 편집 중인 번역 (개정 중)
260
  * **[HMP: 다중 지성의 구축 (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 영어판
261
  * **[HMP: 다중 지성의 창조 (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — 러시아어판
 
262
 
263
  ### 📖 개요
264
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — 분산형 AI 시스템: OpenCog Hyperon, HyperCortex Mesh Protocol 등
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Ethics
9
+ - mesh-protocol
10
+ - EGP
11
  - Mesh
12
  - GMP
13
+ - Agent
14
  - REPL
15
+ - MeshConsensus
16
  - cognitive-architecture
17
+ - hmp
18
+ - JSON
19
+ - distributed-ai
20
+ - CogSync
21
+ - HMP
22
  ---
23
 
24
 
 
259
  * **[HMP 번역 (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 현재 편집 중인 번역 (개정 중)
260
  * **[HMP: 다중 지성의 구축 (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 영어판
261
  * **[HMP: 다중 지성의 창조 (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — 러시아어판
262
+ * **[지속 학습, 인지 일지 및 의미 그래프: 효과적인 AI 학습](docs/publics/hmp-continual-learning.md)** — 지속 학습과 인지 일지, 의미 그래프를 결합한 방법에 대한 글.
263
 
264
  ### 📖 개요
265
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — 분산형 AI 시스템: OpenCog Hyperon, HyperCortex Mesh Protocol 등
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
- - distributed-ai
9
- - hmp
10
- - HMP
11
- - Agent
12
- - MeshConsensus
13
- - mesh-protocol
14
  - Ethics
15
- - JSON
16
- - CogSync
17
  - Mesh
18
  - GMP
19
- - EGP
20
  - REPL
 
21
  - cognitive-architecture
 
 
 
 
 
22
  ---
23
 
24
 
@@ -255,6 +255,7 @@ FastAPI-сервер, предоставляющий HTTP-интерфейс к
255
  * **[Перевод HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — текущий редакционный перевод (в работе).
256
  * **[HMP: Building a Plurality of Minds (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — английская версия
257
  * **[HMP: Создание множества разума (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — русская версия
 
258
 
259
  ### Обзоры
260
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Ethics
9
+ - mesh-protocol
10
+ - EGP
11
  - Mesh
12
  - GMP
13
+ - Agent
14
  - REPL
15
+ - MeshConsensus
16
  - cognitive-architecture
17
+ - hmp
18
+ - JSON
19
+ - distributed-ai
20
+ - CogSync
21
+ - HMP
22
  ---
23
 
24
 
 
255
  * **[Перевод HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — текущий редакционный перевод (в работе).
256
  * **[HMP: Building a Plurality of Minds (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — английская версия
257
  * **[HMP: Создание множества разума (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — русская версия
258
+ * **[Непрерывное обучение, когнитивные дневники и семантические графы: эффективное обучение ИИ](docs/publics/hmp-continual-learning.md)** — статья о сочетании непрерывного обучения с когнитивными дневниками и семантическими графами.
259
 
260
  ### Обзоры
261
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
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
- - distributed-ai
9
- - hmp
10
- - HMP
11
- - Agent
12
- - MeshConsensus
13
- - mesh-protocol
14
  - Ethics
15
- - JSON
16
- - CogSync
17
  - Mesh
18
  - GMP
19
- - EGP
20
  - REPL
 
21
  - cognitive-architecture
 
 
 
 
 
22
  ---
23
 
24
 
@@ -248,6 +248,7 @@ FastAPI-сервер, що надає HTTP-інтерфейс до функці
248
  * **[Переклад HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — поточний редакційний переклад (у процесі ревізії).
249
  * **[HMP: Створення множинності розумів (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — англійська версія
250
  * **[HMP: Створення множинності розумів (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — російська версія
 
251
 
252
  ### Огляди
253
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — децентралізовані AI-системи: OpenCog Hyperon, HyperCortex Mesh Protocol та інші
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Ethics
9
+ - mesh-protocol
10
+ - EGP
11
  - Mesh
12
  - GMP
13
+ - Agent
14
  - REPL
15
+ - MeshConsensus
16
  - cognitive-architecture
17
+ - hmp
18
+ - JSON
19
+ - distributed-ai
20
+ - CogSync
21
+ - HMP
22
  ---
23
 
24
 
 
248
  * **[Переклад HMP (ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — поточний редакційний переклад (у процесі ревізії).
249
  * **[HMP: Створення множинності розумів (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — англійська версія
250
  * **[HMP: Створення множинності розумів (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — російська версія
251
+ * **[Безперервне навчання, когнітивні щоденники та семантичні графи: ефективне навчання ШІ](docs/publics/hmp-continual-learning.md)** — стаття про поєднання безперервного навчання з когнітивними щоденниками та семантичними графами.
252
 
253
  ### Огляди
254
  * [🔍 Distributed-Cognitive-Systems.md](docs/Distributed-Cognitive-Systems.md) — децентралізовані AI-системи: OpenCog Hyperon, HyperCortex Mesh Protocol та інші
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
- - distributed-ai
9
- - hmp
10
- - HMP
11
- - Agent
12
- - MeshConsensus
13
- - mesh-protocol
14
  - Ethics
15
- - JSON
16
- - CogSync
17
  - Mesh
18
  - GMP
19
- - EGP
20
  - REPL
 
21
  - cognitive-architecture
 
 
 
 
 
22
  ---
23
 
24
 
@@ -254,12 +254,11 @@ FastAPI 服务器,为 `storage.py` 功能提供 HTTP 接口。适用于外部
254
  * **[HyperCortex Mesh Protocol:第二版及迈向自我发展的 AI 社区的第一步](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — Habr 沙箱及博客的原创文章
255
  * **[分布式认知:vsradkevich 的文章(未发布)](docs/publics/Habr_Distributed-Cognition.md)** — 待发布的联合文章
256
  * **[HMP: 面向分布式认知网络(原文,英文)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
257
-
258
  * **[HMP 翻译(GitHub Copilot)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — GitHub Copilot 翻译,保留为历史版本
259
  * **[HMP 翻译(ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 当前编辑翻译(修订中)
260
  * **[HMP: 构建多元思维 (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 英文版
261
-
262
  * **[HMP: 创建多元思维 (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — 俄文版
 
263
 
264
  ### 概览
265
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Ethics
9
+ - mesh-protocol
10
+ - EGP
11
  - Mesh
12
  - GMP
13
+ - Agent
14
  - REPL
15
+ - MeshConsensus
16
  - cognitive-architecture
17
+ - hmp
18
+ - JSON
19
+ - distributed-ai
20
+ - CogSync
21
+ - HMP
22
  ---
23
 
24
 
 
254
  * **[HyperCortex Mesh Protocol:第二版及迈向自我发展的 AI 社区的第一步](docs/publics/HyperCortex_Mesh_Protocol_-_вторая-редакция_и_первые_шаги_к_саморазвивающемуся_ИИ-сообществу.md)** — Habr 沙箱及博客的原创文章
255
  * **[分布式认知:vsradkevich 的文章(未发布)](docs/publics/Habr_Distributed-Cognition.md)** — 待发布的联合文章
256
  * **[HMP: 面向分布式认知网络(原文,英文)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md)**
 
257
  * **[HMP 翻译(GitHub Copilot)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md)** — GitHub Copilot 翻译,保留为历史版本
258
  * **[HMP 翻译(ChatGPT)](docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md)** — 当前编辑翻译(修订中)
259
  * **[HMP: 构建多元思维 (EN)](docs/publics/HMP_Building_a_Plurality_of_Minds_en.md)** — 英文版
 
260
  * **[HMP: 创建多元思维 (RU)](docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md)** — 俄文版
261
+ * **[持续学习、认知日记与语义图谱:高效的人工智能学习](docs/publics/hmp-continual-learning.md)** — 关于将持续学习与认知日记和语义图谱结合的文章。
262
 
263
  ### 概览
264
 
structured_md/agents/prompt-short.md CHANGED
@@ -5,8 +5,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
 
10
  ---
11
 
12
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
 
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
 
8
  - Mesh
9
+ - HMP
10
  ---
11
 
12
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
structured_md/agents/prompt.md CHANGED
@@ -5,8 +5,8 @@ description: '* Постоянно расширять возможности а
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Mesh
 
10
  ---
11
 
12
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
 
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
 
8
  - Mesh
9
+ - HMP
10
  ---
11
 
12
  Ты являешься **когнитивным ядром 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
- - HMP
9
  - Ethics
10
- - Agent
11
- - JSON
12
  - Mesh
 
13
  - REPL
 
 
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
 
8
  - Ethics
 
 
9
  - Mesh
10
+ - Agent
11
  - REPL
12
+ - JSON
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
- - HMP
9
  - Ethics
 
10
  - Agent
11
  - JSON
12
- - Mesh
13
  ---
14
 
15
  ---------------
 
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - Mesh
10
  - Agent
11
  - JSON
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
- - HMP
9
  - Ethics
10
- - Agent
11
- - JSON
12
  - Mesh
 
13
  - Scenarios
 
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
 
8
  - Ethics
 
 
9
  - Mesh
10
+ - Agent
11
  - Scenarios
12
+ - JSON
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
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
 
 
 
12
  - JSON
 
13
  - CogSync
14
- - Mesh
15
- - EGP
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
10
+ - Mesh
11
+ - Agent
12
  - JSON
13
+ - MeshConsensus
14
  - CogSync
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
- - HMP
8
- - Agent
9
- - MeshConsensus
10
- - CogSync
11
  - Mesh
12
  - GMP
13
- - EGP
14
  - REPL
 
 
 
15
  ---
16
 
17
 
 
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
+ - EGP
 
 
 
8
  - Mesh
9
  - GMP
10
+ - Agent
11
  - REPL
12
+ - MeshConsensus
13
+ - CogSync
14
+ - HMP
15
  ---
16
 
17
 
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -7,9 +7,9 @@ description: '## Введение Современные ИИ-системы в
7
  type: Article
8
  tags:
9
  - JSON
10
- - HMP
11
  - CogSync
12
  - Mesh
 
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
7
  type: Article
8
  tags:
9
  - JSON
 
10
  - CogSync
11
  - Mesh
12
+ - HMP
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
structured_md/docs/Enlightener.md CHANGED
@@ -5,13 +5,13 @@ description: '### 🧠 Enlightener Agent `Enlightener` — специализи
5
  аудитора. Может действовать как отдельный узел ...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - JSON
13
- - Mesh
14
  - EGP
 
 
 
 
 
15
  ---
16
 
17
  ## 📄 Enlightener.md
 
5
  аудитора. Может действовать как отдельный узел ...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
 
 
9
  - EGP
10
+ - Mesh
11
+ - Agent
12
+ - JSON
13
+ - MeshConsensus
14
+ - HMP
15
  ---
16
 
17
  ## 📄 Enlightener.md
structured_md/docs/HMP-0001.md CHANGED
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental
5
  HyperCortex Mesh Protocol (HMP) defines a...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - JSON
13
- - CogSync
14
  - Mesh
15
  - GMP
16
- - EGP
17
  - REPL
 
 
 
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
5
  HyperCortex Mesh Protocol (HMP) defines a...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
 
10
  - Mesh
11
  - GMP
12
+ - Agent
13
  - REPL
14
+ - JSON
15
+ - MeshConsensus
16
+ - CogSync
17
+ - HMP
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-0002.md CHANGED
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental
5
  Abstract In an era where artifici...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - Scenarios
13
- - JSON
14
- - CogSync
15
  - Mesh
16
  - GMP
17
- - EGP
18
  - REPL
 
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
5
  Abstract In an era where artifici...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
 
 
10
  - Mesh
11
  - GMP
12
+ - Agent
13
  - REPL
14
+ - Scenarios
15
+ - JSON
16
+ - MeshConsensus
17
+ - CogSync
18
+ - HMP
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
structured_md/docs/HMP-0003.md CHANGED
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - Scenarios
13
- - JSON
14
- - CogSync
15
  - Mesh
16
  - GMP
17
- - EGP
18
  - REPL
 
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
 
 
10
  - Mesh
11
  - GMP
12
+ - Agent
13
  - REPL
14
+ - Scenarios
15
+ - JSON
16
+ - MeshConsensus
17
+ - CogSync
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: '**Document ID**: HMP-0004 **Status**: Final (Published) **Category
5
  ChatGPT, Agent-Gleb, Copilot, Gemini, C...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - Scenarios
13
- - JSON
14
- - CogSync
15
  - Mesh
16
  - GMP
17
- - EGP
18
  - REPL
 
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
5
  ChatGPT, Agent-Gleb, Copilot, Gemini, C...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
 
 
10
  - Mesh
11
  - GMP
12
+ - Agent
13
  - REPL
14
+ - Scenarios
15
+ - JSON
16
+ - MeshConsensus
17
+ - CogSync
18
+ - HMP
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
structured_md/docs/HMP-0004.md CHANGED
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - Scenarios
13
- - JSON
14
- - CogSync
15
  - Mesh
16
  - GMP
17
- - EGP
18
  - REPL
 
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
 
 
10
  - Mesh
11
  - GMP
12
+ - Agent
13
  - REPL
14
+ - Scenarios
15
+ - JSON
16
+ - MeshConsensus
17
+ - CogSync
18
+ - HMP
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -6,9 +6,9 @@ description: 'Этот документ описывает **базовый API*
6
  type: Article
7
  tags:
8
  - JSON
9
- - Agent
10
  - HMP
11
  - Mesh
 
12
  ---
13
 
14
  ## 🧠 HMP-Agent API Specification (v0.2)
 
6
  type: Article
7
  tags:
8
  - JSON
 
9
  - HMP
10
  - Mesh
11
+ - Agent
12
  ---
13
 
14
  ## 🧠 HMP-Agent API Specification (v0.2)
structured_md/docs/HMP-Agent-Architecture.md CHANGED
@@ -5,16 +5,16 @@ description: '## 🧠 Архитектура HMP-Агента Этот доку
5
  HyperCortex. Агент выполняет функц...'
6
  type: Article
7
  tags:
8
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - JSON
13
- - CogSync
14
  - Mesh
15
  - GMP
16
- - EGP
17
  - REPL
 
 
 
 
18
  ---
19
 
20
  # HMP-Agent-Architecture.md
 
5
  HyperCortex. Агент выполняет функц...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
 
10
  - Mesh
11
  - GMP
12
+ - Agent
13
  - REPL
14
+ - JSON
15
+ - MeshConsensus
16
+ - CogSync
17
+ - HMP
18
  ---
19
 
20
  # HMP-Agent-Architecture.md
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -5,12 +5,12 @@ description: '### Взаимодействие между агентами HMP-
5
  `Cognitive Core / Connector`, `MeshNode` и `Enlight...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Ethics
 
 
10
  - Agent
11
  - JSON
12
- - Mesh
13
- - EGP
14
  ---
15
 
16
  ## 🔄 HMP-Agent-Network-Flow.md
 
5
  `Cognitive Core / Connector`, `MeshNode` и `Enlight...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - EGP
10
+ - Mesh
11
  - Agent
12
  - JSON
13
+ - HMP
 
14
  ---
15
 
16
  ## 🔄 HMP-Agent-Network-Flow.md
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,12 +5,12 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Ethics
10
- - Agent
11
- - JSON
12
  - Mesh
 
13
  - REPL
 
 
14
  ---
15
 
16
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
 
8
  - Ethics
 
 
9
  - Mesh
10
+ - Agent
11
  - REPL
12
+ - JSON
13
+ - HMP
14
  ---
15
 
16
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
8
- - Agent
9
  - HMP
10
- - REPL
11
  - Mesh
 
 
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
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))
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
- - HMP
9
  - Ethics
10
- - Agent
11
  - Mesh
12
- - Scenarios
13
  - REPL
 
 
14
  ---
15
 
16
  # HMP-Ethics.md
 
5
  cognitive meshes composed of autonomous intelli...'
6
  type: Article
7
  tags:
 
8
  - Ethics
 
9
  - Mesh
10
+ - Agent
11
  - REPL
12
+ - Scenarios
13
+ - HMP
14
  ---
15
 
16
  # HMP-Ethics.md
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -5,15 +5,15 @@ 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
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - JSON
13
- - CogSync
14
  - Mesh
15
  - GMP
16
- - EGP
 
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
 
10
  - Mesh
11
  - GMP
12
+ - Agent
13
+ - JSON
14
+ - MeshConsensus
15
+ - CogSync
16
+ - HMP
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -5,15 +5,15 @@ 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
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - JSON
13
- - CogSync
14
  - Mesh
15
  - GMP
16
- - EGP
 
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
 
10
  - Mesh
11
  - GMP
12
+ - Agent
13
+ - JSON
14
+ - MeshConsensus
15
+ - CogSync
16
+ - HMP
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -5,15 +5,15 @@ 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
- - HMP
9
- - Agent
10
- - MeshConsensus
11
  - Ethics
12
- - JSON
13
- - CogSync
14
  - Mesh
15
  - GMP
16
- - EGP
 
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
 
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - EGP
 
10
  - Mesh
11
  - GMP
12
+ - Agent
13
+ - JSON
14
+ - MeshConsensus
15
+ - CogSync
16
+ - HMP
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -4,14 +4,14 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
7
- - HMP
8
  - Ethics
9
- - MeshConsensus
10
- - JSON
11
- - CogSync
12
  - Mesh
13
  - GMP
14
- - EGP
 
 
 
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
 
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
 
7
  - Ethics
8
+ - EGP
 
 
9
  - Mesh
10
  - GMP
11
+ - JSON
12
+ - MeshConsensus
13
+ - CogSync
14
+ - HMP
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -5,14 +5,14 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Ethics
10
- - MeshConsensus
11
- - JSON
12
- - CogSync
13
  - Mesh
14
  - GMP
15
- - EGP
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
 
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - EGP
 
 
10
  - Mesh
11
  - GMP
12
+ - JSON
13
+ - MeshConsensus
14
+ - CogSync
15
+ - HMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -5,14 +5,14 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Ethics
10
- - MeshConsensus
11
- - JSON
12
- - CogSync
13
  - Mesh
14
  - GMP
15
- - EGP
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - EGP
 
 
10
  - Mesh
11
  - GMP
12
+ - JSON
13
+ - MeshConsensus
14
+ - CogSync
15
+ - HMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -5,14 +5,14 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- #
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - Ethics
10
- - MeshConsensus
11
- - JSON
12
- - CogSync
13
  - Mesh
14
  - GMP
15
- - EGP
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
+ - EGP
 
 
10
  - Mesh
11
  - GMP
12
+ - JSON
13
+ - MeshConsensus
14
+ - CogSync
15
+ - HMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис