GitHub Action commited on
Commit
59b16f9
·
1 Parent(s): f9ed220

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 +7 -7
  2. README_de.md +7 -7
  3. README_fr.md +7 -7
  4. README_ja.md +13 -13
  5. README_ko.md +7 -7
  6. README_ru.md +7 -7
  7. README_uk.md +7 -7
  8. README_zh.md +7 -7
  9. structured_md/CONTRIBUTING.md +5 -5
  10. structured_md/HMP-Roadmap.md +4 -4
  11. structured_md/README.md +17 -17
  12. structured_md/README_de.md +16 -16
  13. structured_md/README_fr.md +16 -16
  14. structured_md/README_ja.md +22 -22
  15. structured_md/README_ko.md +16 -16
  16. structured_md/README_ru.md +16 -16
  17. structured_md/README_uk.md +16 -16
  18. structured_md/README_zh.md +16 -16
  19. structured_md/audits/Ethics-audits-1.md +2 -2
  20. structured_md/audits/Ethics-consolidated_audits-1.md +4 -4
  21. structured_md/audits/HMP-0003-consolidated_audit.md +5 -5
  22. structured_md/docs/Basic-agent-sim.md +4 -4
  23. structured_md/docs/CCORE-Deployment-Flow.md +2 -2
  24. structured_md/docs/CHANGELOG.md +7 -7
  25. structured_md/docs/Distributed-Cognitive-Systems.md +2 -2
  26. structured_md/docs/Enlightener.md +4 -4
  27. structured_md/docs/Grok_HMP&ANP.md +1 -1
  28. structured_md/docs/HMP&ANP_layer_inversion.md +1 -1
  29. structured_md/docs/HMP-0001.md +6 -6
  30. structured_md/docs/HMP-0002.md +7 -7
  31. structured_md/docs/HMP-0003.md +7 -7
  32. structured_md/docs/HMP-0004-v4.1.md +7 -7
  33. structured_md/docs/HMP-0004.md +7 -7
  34. structured_md/docs/HMP-0005.md +8 -8
  35. structured_md/docs/HMP-Agent-API.md +1 -1
  36. structured_md/docs/HMP-Agent-Architecture.md +6 -6
  37. structured_md/docs/HMP-Agent-Network-Flow.md +3 -3
  38. structured_md/docs/HMP-Agent-Overview.md +4 -4
  39. structured_md/docs/HMP-Agent_Emotions.md +1 -1
  40. structured_md/docs/HMP-Ethics.md +3 -3
  41. structured_md/docs/HMP-Short-Description_de.md +1 -1
  42. structured_md/docs/HMP-Short-Description_en.md +2 -2
  43. structured_md/docs/HMP-Short-Description_fr.md +1 -1
  44. structured_md/docs/HMP-Short-Description_ja.md +1 -1
  45. structured_md/docs/HMP-Short-Description_ko.md +1 -1
  46. structured_md/docs/HMP-Short-Description_ru.md +1 -1
  47. structured_md/docs/HMP-Short-Description_uk.md +1 -1
  48. structured_md/docs/HMP-Short-Description_zh.md +1 -1
  49. structured_md/docs/HMP-agent-Cognitive_Family.md +1 -1
  50. structured_md/docs/HMP-agent-REPL-cycle.md +7 -7
README.md CHANGED
@@ -323,13 +323,13 @@ Design and implementation of a basic HMP-compatible agent that can interact with
323
 
324
  ---
325
 
326
- ### ⚙️ Development
327
- * [⚙️ agents](agents/readme.md) — list of HMP agent implementations and components
328
- * [📦 storage.py](agents/storage.py) — basic storage implementation (`Storage`) with SQLite integration
329
- * [🌐 mcp_server.py](agents/mcp_server.py) — FastAPI server providing HTTP access to agent data (for Cognitive Shell, external UIs, or mesh communication). Not used in the main REPL loop yet.
330
- * [🌐 start_repl.py](agents/start_repl.py) — launching the agent in REPL mode
331
- * [🔄 repl.py](agents/repl.py) — interactive REPL mode
332
- * [🔄 notebook.py](agents/notebook.py) — UI interface
333
 
334
  **🌐 `mcp_server.py`**
335
  FastAPI server providing an HTTP interface to the functionality of `storage.py`. Intended for use by external components, for example:
 
323
 
324
  ---
325
 
326
+ ### ⚙️ Development (early draft, outdated)
327
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — list of HMP agent implementations and components
328
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — basic storage implementation (`Storage`) with SQLite integration
329
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI server providing HTTP access to agent data (for Cognitive Shell, external UIs, or mesh communication). Not used in the main REPL loop yet.
330
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — launching the agent in REPL mode
331
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — interactive REPL mode
332
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UI interface
333
 
334
  **🌐 `mcp_server.py`**
335
  FastAPI server providing an HTTP interface to the functionality of `storage.py`. Intended for use by external components, for example:
README_de.md CHANGED
@@ -326,13 +326,13 @@ Entwurf und Implementierung eines grundlegenden HMP-kompatiblen Agenten, der mit
326
 
327
  ---
328
 
329
- ### ⚙️ Entwicklung
330
- * [⚙️ agents](agents/readme.md) — Liste der HMP-Agentenimplementierungen und Komponenten
331
- * [📦 storage.py](agents/storage.py) — Basis-Speicherimplementierung (`Storage`) mit SQLite-Integration
332
- * [🌐 mcp_server.py](agents/mcp_server.py) — FastAPI-Server, der HTTP-Zugriff auf Agentendaten bietet (für Cognitive Shell, externe UIs oder Mesh-Kommunikation). Noch nicht im Haupt-REPL-Loop verwendet.
333
- * [🌐 start_repl.py](agents/start_repl.py) — Start des Agenten im REPL-Modus
334
- * [🔄 repl.py](agents/repl.py) — Interaktiver REPL-Modus
335
- * [🔄 notebook.py](agents/notebook.py) — UI-Interface
336
 
337
  **🌐 `mcp_server.py`**
338
  FastAPI-Server, der eine HTTP-Schnittstelle zur Funktionalität von `storage.py` bereitstellt. Gedacht für externe Komponenten, z. B.:
 
326
 
327
  ---
328
 
329
+ ### ⚙️ Entwicklung (früher Entwurf, veraltete Version)
330
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — Liste der HMP-Agentenimplementierungen und Komponenten
331
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — Basis-Speicherimplementierung (`Storage`) mit SQLite-Integration
332
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI-Server, der HTTP-Zugriff auf Agentendaten bietet (für Cognitive Shell, externe UIs oder Mesh-Kommunikation). Noch nicht im Haupt-REPL-Loop verwendet.
333
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — Start des Agenten im REPL-Modus
334
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — Interaktiver REPL-Modus
335
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UI-Interface
336
 
337
  **🌐 `mcp_server.py`**
338
  FastAPI-Server, der eine HTTP-Schnittstelle zur Funktionalität von `storage.py` bereitstellt. Gedacht für externe Komponenten, z. B.:
README_fr.md CHANGED
@@ -339,15 +339,15 @@ Conception et implémentation d’un agent compatible HMP pouvant interagir avec
339
 
340
  ---
341
 
342
- ### ⚙️ Développement
343
 
344
- * [⚙️ agents](agents/readme.md) — liste des implémentations et composants des agents HMP
345
 
346
- * [📦 storage.py](agents/storage.py) — implémentation de stockage de base (`Storage`) avec intégration SQLite
347
- * [🌐 mcp\_server.py](agents/mcp_server.py) — serveur FastAPI offrant un accès HTTP aux données de l’agent (pour Cognitive Shell, interfaces externes ou communication mesh). Non utilisé dans la boucle principale REPL pour l’instant.
348
- * [🌐 start\_repl.py](agents/start_repl.py) — lancement de l’agent en mode REPL
349
- * [🔄 repl.py](agents/repl.py) — mode REPL interactif
350
- * [🔄 notebook.py](agents/notebook.py) — interface utilisateur
351
 
352
  **🌐 `mcp_server.py`**
353
  Serveur FastAPI fournissant une interface HTTP pour les fonctionnalités de `storage.py`. Destiné à être utilisé par des composants externes, par exemple :
 
339
 
340
  ---
341
 
342
+ ### ⚙️ Développement (ébauche initiale, version obsolète)
343
 
344
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — liste des implémentations et composants des agents HMP
345
 
346
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — implémentation de stockage de base (`Storage`) avec intégration SQLite
347
+ * [🌐 mcp\_server.py](experimental/v1_agent_attempt/mcp_server.py) — serveur FastAPI offrant un accès HTTP aux données de l’agent (pour Cognitive Shell, interfaces externes ou communication mesh). Non utilisé dans la boucle principale REPL pour l’instant.
348
+ * [🌐 start\_repl.py](experimental/v1_agent_attempt/start_repl.py) — lancement de l’agent en mode REPL
349
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — mode REPL interactif
350
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — interface utilisateur
351
 
352
  **🌐 `mcp_server.py`**
353
  Serveur FastAPI fournissant une interface HTTP pour les fonctionnalités de `storage.py`. Destiné à être utilisé par des composants externes, par exemple :
README_ja.md CHANGED
@@ -336,15 +336,15 @@ HMPは、AGI研究で中心的な課題となりつつある問題に対処し
336
 
337
  ---
338
 
339
- ### ⚙️ 開発
340
 
341
- * [⚙️ agents](agents/readme.md) — HMPエージェントの実装とコンポーネント一覧
342
 
343
- * [📦 storage.py](agents/storage.py) — SQLite統合による基本ストレージ実装 (`Storage`)
344
- * [🌐 mcp\_server.py](agents/mcp_server.py) — HTTPでエージェントデータにアクセス可能なFastAPIサーバ(Cognitive Shell、外部UI、メッシュ通信用)。メインREPLループではまだ使用されていません。
345
- * [🌐 start\_repl.py](agents/start_repl.py) — エージェントをREPLモードで起動
346
- * [🔄 repl.py](agents/repl.py) — インタラクティブREPLモード
347
- * [🔄 notebook.py](agents/notebook.py) — UIインターフェース
348
 
349
  **🌐 `mcp_server.py`**
350
  `storage.py` の機能へのHTTPインターフェースを提供するFastAPIサーバ。外部コンポーネント用に設計されており、例えば以下に使用可能:
@@ -421,13 +421,13 @@ Meshと対話し、日誌(diaries)やグラフ(graphs)を管理し、将
421
 
422
  ### ⚙️ 開発
423
 
424
- * [⚙️ agents](agents/readme.md) — HMPエージェントの実装とコンポーネントの一覧
425
 
426
- * [📦 storage.py](agents/storage.py) — 基本的なストレージ実装(`Storage`)、SQLite統合
427
- * [🌐 mcp\_server.py](agents/mcp_server.py) — HTTP経由でエージェントデータにアクセス可能なFastAPIサーバー(Cognitive Shell、外部UI、メッシュ通信向け)。まだメインのREPLループでは使用されていません。
428
- * [🌐 start\_repl.py](agents/start_repl.py) — REPLモードでエージェントを起動
429
- * [🔄 repl.py](agents/repl.py) — 対話型REPLモード
430
- * [🔄 notebook.py](agents/notebook.py) — UIインターフェース
431
 
432
  **🌐 `mcp_server.py`**
433
  FastAPIサーバーで`storage.py`の機能にHTTPインターフェースを提供。外部コンポーネント向けに使用可能:
 
336
 
337
  ---
338
 
339
+ ### ⚙️ 開発 (初期ドラフト・旧バージョン)
340
 
341
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — HMPエージェントの実装とコンポーネント一覧
342
 
343
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — SQLite統合による基本ストレージ実装 (`Storage`)
344
+ * [🌐 mcp\_server.py](experimental/v1_agent_attempt/mcp_server.py) — HTTPでエージェントデータにアクセス可能なFastAPIサーバ(Cognitive Shell、外部UI、メッシュ通信用)。メインREPLループではまだ使用されていません。
345
+ * [🌐 start\_repl.py](experimental/v1_agent_attempt/start_repl.py) — エージェントをREPLモードで起動
346
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — インタラクティブREPLモード
347
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UIインターフェース
348
 
349
  **🌐 `mcp_server.py`**
350
  `storage.py` の機能へのHTTPインターフェースを提供するFastAPIサーバ。外部コンポーネント用に設計されており、例えば以下に使用可能:
 
421
 
422
  ### ⚙️ 開発
423
 
424
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — HMPエージェントの実装とコンポーネントの一覧
425
 
426
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — 基本的なストレージ実装(`Storage`)、SQLite統合
427
+ * [🌐 mcp\_server.py](experimental/v1_agent_attempt/mcp_server.py) — HTTP経由でエージェントデータにアクセス可能なFastAPIサーバー(Cognitive Shell、外部UI、メッシュ通信向け)。まだメインのREPLループでは使用されていません。
428
+ * [🌐 start\_repl.py](experimental/v1_agent_attempt/start_repl.py) — REPLモードでエージェントを起動
429
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — 対話型REPLモード
430
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UIインターフェース
431
 
432
  **🌐 `mcp_server.py`**
433
  FastAPIサーバーで`storage.py`の機能にHTTPインターフェースを提供。外部コンポーネント向けに使用可能:
README_ko.md CHANGED
@@ -337,13 +337,13 @@ HMP는 AGI 연구에서 점점 중심이 되고 있는 다음과 같은 문제
337
 
338
  ---
339
 
340
- ### ⚙️ 개발
341
- * [⚙️ agents](agents/readme.md) — HMP 에이전트 구현 및 구성 요소 목록
342
- * [📦 storage.py](agents/storage.py) — SQLite 통합이 포함된 기본 저장소 구현 (`Storage`)
343
- * [🌐 mcp_server.py](agents/mcp_server.py) — 에이전트 데이터에 HTTP 접근을 제공하는 FastAPI 서버 (Cognitive Shell, 외부 UI, 메쉬 통신용). 현재 메인 REPL 루프에서는 사용되지 않음.
344
- * [🌐 start_repl.py](agents/start_repl.py) — REPL 모드에서 에이전트 실행
345
- * [🔄 repl.py](agents/repl.py) — 대화형 REPL 모드
346
- * [🔄 notebook.py](agents/notebook.py) — UI 인터페이스
347
 
348
  **🌐 `mcp_server.py`**
349
  `storage.py`의 기능에 HTTP 인터페이스를 제공하는 FastAPI 서버. 외부 구성 요소에서 사용하도록 설계됨. 예:
 
337
 
338
  ---
339
 
340
+ ### ⚙️ 개발 (초기 초안, 구버전)
341
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — HMP 에이전트 구현 및 구성 요소 목록
342
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — SQLite 통합이 포함된 기본 저장소 구현 (`Storage`)
343
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — 에이전트 데이터에 HTTP 접근을 제공하는 FastAPI 서버 (Cognitive Shell, 외부 UI, 메쉬 통신용). 현재 메인 REPL 루프에서는 사용되지 않음.
344
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — REPL 모드에서 에이전트 실행
345
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — 대화형 REPL 모드
346
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UI 인터페이스
347
 
348
  **🌐 `mcp_server.py`**
349
  `storage.py`의 기능에 HTTP 인터페이스를 제공하는 FastAPI 서버. 외부 구성 요소에서 사용하도록 설계됨. 예:
README_ru.md CHANGED
@@ -330,13 +330,13 @@ HMP решает задачи, которые становятся ключев
330
 
331
  ---
332
 
333
- ### ⚙️ Разработка
334
- * [⚙️ agents](agents/readme.md) — список реализаций и компонентов HMP-агента
335
- * [📦 storage.py](agents/storage.py) — базовая реализация хранилища (`Storage`) с интеграцией SQLite
336
- * [🌐 mcp_server.py](agents/mcp_server.py) — FastAPI-сервер для HTTP-доступа к данным агента (для Cognitive Shell, внешних UI или mesh-коммуникации). Пока не используется в основном REPL-цикле.
337
- * [🌐 start_repl.py](agents/start_repl.py) — запуск агента в режиме REPL
338
- * [🔄 repl.py](agents/repl.py) — интерактивный REPL-режим
339
- * [🔄 notebook.py](agents/notebook.py) — интерфейс пользовательского блокнота
340
 
341
  **🌐 `mcp_server.py`**
342
  FastAPI-сервер, предоставляющий HTTP-интерфейс к функционалу `storage.py`. Предназначен для использования внешними компонентами, например:
 
330
 
331
  ---
332
 
333
+ ### ⚙️ Разработка (ранний черновик, устаревшая версия)
334
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — список реализаций и компонентов HMP-агента
335
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — базовая реализация хранилища (`Storage`) с интеграцией SQLite
336
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI-сервер для HTTP-доступа к данным агента (для Cognitive Shell, внешних UI или mesh-коммуникации). Пока не используется в основном REPL-цикле.
337
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — запуск агента в режиме REPL
338
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — интерактивный REPL-режим
339
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — интерфейс пользовательского блокнота
340
 
341
  **🌐 `mcp_server.py`**
342
  FastAPI-сервер, предоставляющий HTTP-интерфейс к функционалу `storage.py`. Предназначен для использования внешними компонентами, например:
README_uk.md CHANGED
@@ -326,13 +326,13 @@ HMP вирішує завдання, які стають ключовими в
326
 
327
  ---
328
 
329
- ### ⚙️ Розробка
330
- * [⚙️ agents](agents/readme.md) — список реалізацій та компонентів HMP-агента
331
- * [📦 storage.py](agents/storage.py) — базова реалізація сховища (`Storage`) з інтеграцією SQLite
332
- * [🌐 mcp_server.py](agents/mcp_server.py) — FastAPI-сервер для HTTP-доступу до даних агента (для Cognitive Shell, зовнішніх UI або mesh-комунікації). Поки не використовується у основному REPL-циклі.
333
- * [🌐 start_repl.py](agents/start_repl.py) — запуск агента у режимі REPL
334
- * [🔄 repl.py](agents/repl.py) — інтерактивний REPL-режим
335
- * [🔄 notebook.py](agents/notebook.py) — інтерфейс користувацького блокнота
336
 
337
  **🌐 `mcp_server.py`**
338
  FastAPI-сервер, що надає HTTP-інтерфейс до функціоналу `storage.py`. Призначений для використання зовнішніми компонентами, наприклад:
 
326
 
327
  ---
328
 
329
+ ### ⚙️ Розробка (ранній чернетковий варіант, застаріла версія)
330
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — список реалізацій та компонентів HMP-агента
331
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — базова реалізація сховища (`Storage`) з інтеграцією SQLite
332
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI-сервер для HTTP-доступу до даних агента (для Cognitive Shell, зовнішніх UI або mesh-комунікації). Поки не використовується у основному REPL-циклі.
333
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — запуск агента у режимі REPL
334
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — інтерактивний REPL-режим
335
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — інтерфейс користувацького блокнота
336
 
337
  **🌐 `mcp_server.py`**
338
  FastAPI-сервер, що надає HTTP-інтерфейс до функціоналу `storage.py`. Призначений для використання зовнішніми компонентами, наприклад:
README_zh.md CHANGED
@@ -332,15 +332,15 @@ HMP 的主要区别在于:强调对思维的明确结构化(反思、时间
332
 
333
  ---
334
 
335
- ### ⚙️ 开发
336
 
337
- * [⚙️ agents](agents/readme.md) — HMP 代理实现及组件列表
338
 
339
- * [📦 storage.py](agents/storage.py) — 基础存储实现 (`Storage`) 与 SQLite 集成
340
- * [🌐 mcp\_server.py](agents/mcp_server.py) — FastAPI 服务器,为代理数据提供 HTTP 接口(用于 Cognitive Shell、外部 UI 或 Mesh 通信)。尚未在主 REPL 循环中使用。
341
- * [🌐 start\_repl.py](agents/start_repl.py) — 启动代理的 REPL 模式
342
- * [🔄 repl.py](agents/repl.py) — 交互式 REPL 模式
343
- * [🔄 notebook.py](agents/notebook.py) — 用户界面接口
344
 
345
  **🌐 `mcp_server.py`**
346
  FastAPI 服务器,为 `storage.py` 功能提供 HTTP 接口。适用于外部组件,例如:
 
332
 
333
  ---
334
 
335
+ ### ⚙️ 开发 (早期草稿,已过时版本)
336
 
337
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — HMP 代理实现及组件列表
338
 
339
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — 基础存储实现 (`Storage`) 与 SQLite 集成
340
+ * [🌐 mcp\_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI 服务器,为代理数据提供 HTTP 接口(用于 Cognitive Shell、外部 UI 或 Mesh 通信)。尚未在主 REPL 循环中使用。
341
+ * [🌐 start\_repl.py](experimental/v1_agent_attempt/start_repl.py) — 启动代理的 REPL 模式
342
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — 交互式 REPL 模式
343
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — 用户界面接口
344
 
345
  **🌐 `mcp_server.py`**
346
  FastAPI 服务器,为 `storage.py` 功能提供 HTTP 接口。适用于外部组件,例如:
structured_md/CONTRIBUTING.md CHANGED
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
- - REPL
9
- - Ethics
10
  - CCore
11
- - HMP
12
- - Mesh
13
  - Agent
14
- - JSON
15
  - CogSync
 
 
 
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
 
 
8
  - CCore
9
+ - REPL
 
10
  - Agent
 
11
  - CogSync
12
+ - HMP
13
+ - JSON
14
+ - Ethics
15
+ - Mesh
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -5,13 +5,13 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
8
- - Ethics
 
9
  - HMP
10
- - Mesh
11
  - EGP
12
- - Agent
13
  - JSON
14
- - CogSync
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
8
+ - Agent
9
+ - CogSync
10
  - HMP
 
11
  - EGP
 
12
  - JSON
13
+ - Ethics
14
+ - Mesh
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
structured_md/README.md CHANGED
@@ -5,20 +5,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  type: Article
6
  tags:
7
  - REPL
 
 
 
8
  - mesh-protocol
9
- - MeshConsensus
10
- - cognitive-architecture
11
- - hmp
12
- - Ethics
13
- - Scenarios
14
- - distributed-ai
15
  - HMP
16
- - Mesh
17
  - EGP
18
- - Agent
19
  - JSON
20
- - GMP
21
- - CogSync
 
 
 
 
22
  ---
23
 
24
 
@@ -334,13 +334,13 @@ Design and implementation of a basic HMP-compatible agent that can interact with
334
 
335
  ---
336
 
337
- ### ⚙️ Development
338
- * [⚙️ agents](agents/readme.md) — list of HMP agent implementations and components
339
- * [📦 storage.py](agents/storage.py) — basic storage implementation (`Storage`) with SQLite integration
340
- * [🌐 mcp_server.py](agents/mcp_server.py) — FastAPI server providing HTTP access to agent data (for Cognitive Shell, external UIs, or mesh communication). Not used in the main REPL loop yet.
341
- * [🌐 start_repl.py](agents/start_repl.py) — launching the agent in REPL mode
342
- * [🔄 repl.py](agents/repl.py) — interactive REPL mode
343
- * [🔄 notebook.py](agents/notebook.py) — UI interface
344
 
345
  **🌐 `mcp_server.py`**
346
  FastAPI server providing an HTTP interface to the functionality of `storage.py`. Intended for use by external components, for example:
 
5
  type: Article
6
  tags:
7
  - REPL
8
+ - Agent
9
+ - GMP
10
+ - CogSync
11
  - mesh-protocol
 
 
 
 
 
 
12
  - HMP
 
13
  - EGP
14
+ - Scenarios
15
  - JSON
16
+ - Ethics
17
+ - hmp
18
+ - Mesh
19
+ - distributed-ai
20
+ - cognitive-architecture
21
+ - MeshConsensus
22
  ---
23
 
24
 
 
334
 
335
  ---
336
 
337
+ ### ⚙️ Development (early draft, outdated)
338
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — list of HMP agent implementations and components
339
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — basic storage implementation (`Storage`) with SQLite integration
340
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI server providing HTTP access to agent data (for Cognitive Shell, external UIs, or mesh communication). Not used in the main REPL loop yet.
341
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — launching the agent in REPL mode
342
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — interactive REPL mode
343
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UI interface
344
 
345
  **🌐 `mcp_server.py`**
346
  FastAPI server providing an HTTP interface to the functionality of `storage.py`. Intended for use by external components, for example:
structured_md/README_de.md CHANGED
@@ -5,19 +5,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  type: Article
6
  tags:
7
  - REPL
 
 
 
8
  - mesh-protocol
9
- - MeshConsensus
10
- - cognitive-architecture
11
- - hmp
12
- - Ethics
13
- - distributed-ai
14
  - HMP
15
- - Mesh
16
  - EGP
17
- - Agent
18
  - JSON
19
- - GMP
20
- - CogSync
 
 
 
 
21
  ---
22
 
23
 
@@ -336,13 +336,13 @@ Entwurf und Implementierung eines grundlegenden HMP-kompatiblen Agenten, der mit
336
 
337
  ---
338
 
339
- ### ⚙️ Entwicklung
340
- * [⚙️ agents](agents/readme.md) — Liste der HMP-Agentenimplementierungen und Komponenten
341
- * [📦 storage.py](agents/storage.py) — Basis-Speicherimplementierung (`Storage`) mit SQLite-Integration
342
- * [🌐 mcp_server.py](agents/mcp_server.py) — FastAPI-Server, der HTTP-Zugriff auf Agentendaten bietet (für Cognitive Shell, externe UIs oder Mesh-Kommunikation). Noch nicht im Haupt-REPL-Loop verwendet.
343
- * [🌐 start_repl.py](agents/start_repl.py) — Start des Agenten im REPL-Modus
344
- * [🔄 repl.py](agents/repl.py) — Interaktiver REPL-Modus
345
- * [🔄 notebook.py](agents/notebook.py) — UI-Interface
346
 
347
  **🌐 `mcp_server.py`**
348
  FastAPI-Server, der eine HTTP-Schnittstelle zur Funktionalität von `storage.py` bereitstellt. Gedacht für externe Komponenten, z. B.:
 
5
  type: Article
6
  tags:
7
  - REPL
8
+ - Agent
9
+ - GMP
10
+ - CogSync
11
  - mesh-protocol
 
 
 
 
 
12
  - HMP
 
13
  - EGP
 
14
  - JSON
15
+ - Ethics
16
+ - hmp
17
+ - Mesh
18
+ - distributed-ai
19
+ - cognitive-architecture
20
+ - MeshConsensus
21
  ---
22
 
23
 
 
336
 
337
  ---
338
 
339
+ ### ⚙️ Entwicklung (früher Entwurf, veraltete Version)
340
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — Liste der HMP-Agentenimplementierungen und Komponenten
341
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — Basis-Speicherimplementierung (`Storage`) mit SQLite-Integration
342
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI-Server, der HTTP-Zugriff auf Agentendaten bietet (für Cognitive Shell, externe UIs oder Mesh-Kommunikation). Noch nicht im Haupt-REPL-Loop verwendet.
343
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — Start des Agenten im REPL-Modus
344
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — Interaktiver REPL-Modus
345
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UI-Interface
346
 
347
  **🌐 `mcp_server.py`**
348
  FastAPI-Server, der eine HTTP-Schnittstelle zur Funktionalität von `storage.py` bereitstellt. Gedacht für externe Komponenten, z. B.:
structured_md/README_fr.md CHANGED
@@ -5,19 +5,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  type: Article
6
  tags:
7
  - REPL
 
 
 
8
  - mesh-protocol
9
- - MeshConsensus
10
- - cognitive-architecture
11
- - hmp
12
- - Ethics
13
- - distributed-ai
14
  - HMP
15
- - Mesh
16
  - EGP
17
- - Agent
18
  - JSON
19
- - GMP
20
- - CogSync
 
 
 
 
21
  ---
22
 
23
 
@@ -349,15 +349,15 @@ Conception et implémentation d’un agent compatible HMP pouvant interagir avec
349
 
350
  ---
351
 
352
- ### ⚙️ Développement
353
 
354
- * [⚙️ agents](agents/readme.md) — liste des implémentations et composants des agents HMP
355
 
356
- * [📦 storage.py](agents/storage.py) — implémentation de stockage de base (`Storage`) avec intégration SQLite
357
- * [🌐 mcp\_server.py](agents/mcp_server.py) — serveur FastAPI offrant un accès HTTP aux données de l’agent (pour Cognitive Shell, interfaces externes ou communication mesh). Non utilisé dans la boucle principale REPL pour l’instant.
358
- * [🌐 start\_repl.py](agents/start_repl.py) — lancement de l’agent en mode REPL
359
- * [🔄 repl.py](agents/repl.py) — mode REPL interactif
360
- * [🔄 notebook.py](agents/notebook.py) — interface utilisateur
361
 
362
  **🌐 `mcp_server.py`**
363
  Serveur FastAPI fournissant une interface HTTP pour les fonctionnalités de `storage.py`. Destiné à être utilisé par des composants externes, par exemple :
 
5
  type: Article
6
  tags:
7
  - REPL
8
+ - Agent
9
+ - GMP
10
+ - CogSync
11
  - mesh-protocol
 
 
 
 
 
12
  - HMP
 
13
  - EGP
 
14
  - JSON
15
+ - Ethics
16
+ - hmp
17
+ - Mesh
18
+ - distributed-ai
19
+ - cognitive-architecture
20
+ - MeshConsensus
21
  ---
22
 
23
 
 
349
 
350
  ---
351
 
352
+ ### ⚙️ Développement (ébauche initiale, version obsolète)
353
 
354
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — liste des implémentations et composants des agents HMP
355
 
356
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — implémentation de stockage de base (`Storage`) avec intégration SQLite
357
+ * [🌐 mcp\_server.py](experimental/v1_agent_attempt/mcp_server.py) — serveur FastAPI offrant un accès HTTP aux données de l’agent (pour Cognitive Shell, interfaces externes ou communication mesh). Non utilisé dans la boucle principale REPL pour l’instant.
358
+ * [🌐 start\_repl.py](experimental/v1_agent_attempt/start_repl.py) — lancement de l’agent en mode REPL
359
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — mode REPL interactif
360
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — interface utilisateur
361
 
362
  **🌐 `mcp_server.py`**
363
  Serveur FastAPI fournissant une interface HTTP pour les fonctionnalités de `storage.py`. Destiné à être utilisé par des composants externes, par exemple :
structured_md/README_ja.md CHANGED
@@ -5,19 +5,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  type: Article
6
  tags:
7
  - REPL
 
 
 
8
  - mesh-protocol
9
- - MeshConsensus
10
- - cognitive-architecture
11
- - hmp
12
- - Ethics
13
- - distributed-ai
14
  - HMP
15
- - Mesh
16
  - EGP
17
- - Agent
18
  - JSON
19
- - GMP
20
- - CogSync
 
 
 
 
21
  ---
22
 
23
 
@@ -346,15 +346,15 @@ HMPは、AGI研究で中心的な課題となりつつある問題に対処し
346
 
347
  ---
348
 
349
- ### ⚙️ 開発
350
 
351
- * [⚙️ agents](agents/readme.md) — HMPエージェントの実装とコンポーネント一覧
352
 
353
- * [📦 storage.py](agents/storage.py) — SQLite統合による基本ストレージ実装 (`Storage`)
354
- * [🌐 mcp\_server.py](agents/mcp_server.py) — HTTPでエージェントデータにアクセス可能なFastAPIサーバ(Cognitive Shell、外部UI、メッシュ通信用)。メインREPLループではまだ使用されていません。
355
- * [🌐 start\_repl.py](agents/start_repl.py) — エージェントをREPLモードで起動
356
- * [🔄 repl.py](agents/repl.py) — インタラクティブREPLモード
357
- * [🔄 notebook.py](agents/notebook.py) — UIインターフェース
358
 
359
  **🌐 `mcp_server.py`**
360
  `storage.py` の機能へのHTTPインターフェースを提供するFastAPIサーバ。外部コンポーネント用に設計されており、例えば以下に使用可能:
@@ -431,13 +431,13 @@ Meshと対話し、日誌(diaries)やグラフ(graphs)を管理し、将
431
 
432
  ### ⚙️ 開発
433
 
434
- * [⚙️ agents](agents/readme.md) — HMPエージェントの実装とコンポーネントの一覧
435
 
436
- * [📦 storage.py](agents/storage.py) — 基本的なストレージ実装(`Storage`)、SQLite統合
437
- * [🌐 mcp\_server.py](agents/mcp_server.py) — HTTP経由でエージェントデータにアクセス可能なFastAPIサーバー(Cognitive Shell、外部UI、メッシュ通信向け)。まだメインのREPLループでは使用されていません。
438
- * [🌐 start\_repl.py](agents/start_repl.py) — REPLモードでエージェントを起動
439
- * [🔄 repl.py](agents/repl.py) — 対話型REPLモード
440
- * [🔄 notebook.py](agents/notebook.py) — UIインターフェース
441
 
442
  **🌐 `mcp_server.py`**
443
  FastAPIサーバーで`storage.py`の機能にHTTPインターフェースを提供。外部コンポーネント向けに使用可能:
 
5
  type: Article
6
  tags:
7
  - REPL
8
+ - Agent
9
+ - GMP
10
+ - CogSync
11
  - mesh-protocol
 
 
 
 
 
12
  - HMP
 
13
  - EGP
 
14
  - JSON
15
+ - Ethics
16
+ - hmp
17
+ - Mesh
18
+ - distributed-ai
19
+ - cognitive-architecture
20
+ - MeshConsensus
21
  ---
22
 
23
 
 
346
 
347
  ---
348
 
349
+ ### ⚙️ 開発 (初期ドラフト・旧バージョン)
350
 
351
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — HMPエージェントの実装とコンポーネント一覧
352
 
353
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — SQLite統合による基本ストレージ実装 (`Storage`)
354
+ * [🌐 mcp\_server.py](experimental/v1_agent_attempt/mcp_server.py) — HTTPでエージェントデータにアクセス可能なFastAPIサーバ(Cognitive Shell、外部UI、メッシュ通信用)。メインREPLループではまだ使用されていません。
355
+ * [🌐 start\_repl.py](experimental/v1_agent_attempt/start_repl.py) — エージェントをREPLモードで起動
356
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — インタラクティブREPLモード
357
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UIインターフェース
358
 
359
  **🌐 `mcp_server.py`**
360
  `storage.py` の機能へのHTTPインターフェースを提供するFastAPIサーバ。外部コンポーネント用に設計されており、例えば以下に使用可能:
 
431
 
432
  ### ⚙️ 開発
433
 
434
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — HMPエージェントの実装とコンポーネントの一覧
435
 
436
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — 基本的なストレージ実装(`Storage`)、SQLite統合
437
+ * [🌐 mcp\_server.py](experimental/v1_agent_attempt/mcp_server.py) — HTTP経由でエージェントデータにアクセス可能なFastAPIサーバー(Cognitive Shell、外部UI、メッシュ通信向け)。まだメインのREPLループでは使用されていません。
438
+ * [🌐 start\_repl.py](experimental/v1_agent_attempt/start_repl.py) — REPLモードでエージェントを起動
439
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — 対話型REPLモード
440
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UIインターフェース
441
 
442
  **🌐 `mcp_server.py`**
443
  FastAPIサーバーで`storage.py`の機能にHTTPインターフェースを提供。外部コンポーネント向けに使用可能:
structured_md/README_ko.md CHANGED
@@ -5,19 +5,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  type: Article
6
  tags:
7
  - REPL
 
 
 
8
  - mesh-protocol
9
- - MeshConsensus
10
- - cognitive-architecture
11
- - hmp
12
- - Ethics
13
- - distributed-ai
14
  - HMP
15
- - Mesh
16
  - EGP
17
- - Agent
18
  - JSON
19
- - GMP
20
- - CogSync
 
 
 
 
21
  ---
22
 
23
 
@@ -347,13 +347,13 @@ HMP는 AGI 연구에서 점점 중심이 되고 있는 다음과 같은 문제
347
 
348
  ---
349
 
350
- ### ⚙️ 개발
351
- * [⚙️ agents](agents/readme.md) — HMP 에이전트 구현 및 구성 요소 목록
352
- * [📦 storage.py](agents/storage.py) — SQLite 통합이 포함된 기본 저장소 구현 (`Storage`)
353
- * [🌐 mcp_server.py](agents/mcp_server.py) — 에이전트 데이터에 HTTP 접근을 제공하는 FastAPI 서버 (Cognitive Shell, 외부 UI, 메쉬 통신용). 현재 메인 REPL 루프에서는 사용되지 않음.
354
- * [🌐 start_repl.py](agents/start_repl.py) — REPL 모드에서 에이전트 실행
355
- * [🔄 repl.py](agents/repl.py) — 대화형 REPL 모드
356
- * [🔄 notebook.py](agents/notebook.py) — UI 인터페이스
357
 
358
  **🌐 `mcp_server.py`**
359
  `storage.py`의 기능에 HTTP 인터페이스를 제공하는 FastAPI 서버. 외부 구성 요소에서 사용하도록 설계됨. 예:
 
5
  type: Article
6
  tags:
7
  - REPL
8
+ - Agent
9
+ - GMP
10
+ - CogSync
11
  - mesh-protocol
 
 
 
 
 
12
  - HMP
 
13
  - EGP
 
14
  - JSON
15
+ - Ethics
16
+ - hmp
17
+ - Mesh
18
+ - distributed-ai
19
+ - cognitive-architecture
20
+ - MeshConsensus
21
  ---
22
 
23
 
 
347
 
348
  ---
349
 
350
+ ### ⚙️ 개발 (초기 초안, 구버전)
351
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — HMP 에이전트 구현 및 구성 요소 목록
352
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — SQLite 통합이 포함된 기본 저장소 구현 (`Storage`)
353
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — 에이전트 데이터에 HTTP 접근을 제공하는 FastAPI 서버 (Cognitive Shell, 외부 UI, 메쉬 통신용). 현재 메인 REPL 루프에서는 사용되지 않음.
354
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — REPL 모드에서 에이전트 실행
355
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — 대화형 REPL 모드
356
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — UI 인터페이스
357
 
358
  **🌐 `mcp_server.py`**
359
  `storage.py`의 기능에 HTTP 인터페이스를 제공하는 FastAPI 서버. 외부 구성 요소에서 사용하도록 설계됨. 예:
structured_md/README_ru.md CHANGED
@@ -5,19 +5,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  type: Article
6
  tags:
7
  - REPL
 
 
 
8
  - mesh-protocol
9
- - MeshConsensus
10
- - cognitive-architecture
11
- - hmp
12
- - Ethics
13
- - distributed-ai
14
  - HMP
15
- - Mesh
16
  - EGP
17
- - Agent
18
  - JSON
19
- - GMP
20
- - CogSync
 
 
 
 
21
  ---
22
 
23
 
@@ -340,13 +340,13 @@ HMP решает задачи, которые становятся ключев
340
 
341
  ---
342
 
343
- ### ⚙️ Разработка
344
- * [⚙️ agents](agents/readme.md) — список реализаций и компонентов HMP-агента
345
- * [📦 storage.py](agents/storage.py) — базовая реализация хранилища (`Storage`) с интеграцией SQLite
346
- * [🌐 mcp_server.py](agents/mcp_server.py) — FastAPI-сервер для HTTP-доступа к данным агента (для Cognitive Shell, внешних UI или mesh-коммуникации). Пока не используется в основном REPL-цикле.
347
- * [🌐 start_repl.py](agents/start_repl.py) — запуск агента в режиме REPL
348
- * [🔄 repl.py](agents/repl.py) — интерактивный REPL-режим
349
- * [🔄 notebook.py](agents/notebook.py) — интерфейс пользовательского блокнота
350
 
351
  **🌐 `mcp_server.py`**
352
  FastAPI-сервер, предоставляющий HTTP-интерфейс к функционалу `storage.py`. Предназначен для использования внешними компонентами, например:
 
5
  type: Article
6
  tags:
7
  - REPL
8
+ - Agent
9
+ - GMP
10
+ - CogSync
11
  - mesh-protocol
 
 
 
 
 
12
  - HMP
 
13
  - EGP
 
14
  - JSON
15
+ - Ethics
16
+ - hmp
17
+ - Mesh
18
+ - distributed-ai
19
+ - cognitive-architecture
20
+ - MeshConsensus
21
  ---
22
 
23
 
 
340
 
341
  ---
342
 
343
+ ### ⚙️ Разработка (ранний черновик, устаревшая версия)
344
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — список реализаций и компонентов HMP-агента
345
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — базовая реализация хранилища (`Storage`) с интеграцией SQLite
346
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI-сервер для HTTP-доступа к данным агента (для Cognitive Shell, внешних UI или mesh-коммуникации). Пока не используется в основном REPL-цикле.
347
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — запуск агента в режиме REPL
348
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — интерактивный REPL-режим
349
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — интерфейс пользовательского блокнота
350
 
351
  **🌐 `mcp_server.py`**
352
  FastAPI-сервер, предоставляющий HTTP-интерфейс к функционалу `storage.py`. Предназначен для использования внешними компонентами, например:
structured_md/README_uk.md CHANGED
@@ -5,19 +5,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  type: Article
6
  tags:
7
  - REPL
 
 
 
8
  - mesh-protocol
9
- - MeshConsensus
10
- - cognitive-architecture
11
- - hmp
12
- - Ethics
13
- - distributed-ai
14
  - HMP
15
- - Mesh
16
  - EGP
17
- - Agent
18
  - JSON
19
- - GMP
20
- - CogSync
 
 
 
 
21
  ---
22
 
23
 
@@ -336,13 +336,13 @@ HMP вирішує завдання, які стають ключовими в
336
 
337
  ---
338
 
339
- ### ⚙️ Розробка
340
- * [⚙️ agents](agents/readme.md) — список реалізацій та компонентів HMP-агента
341
- * [📦 storage.py](agents/storage.py) — базова реалізація сховища (`Storage`) з інтеграцією SQLite
342
- * [🌐 mcp_server.py](agents/mcp_server.py) — FastAPI-сервер для HTTP-доступу до даних агента (для Cognitive Shell, зовнішніх UI або mesh-комунікації). Поки не використовується у основному REPL-циклі.
343
- * [🌐 start_repl.py](agents/start_repl.py) — запуск агента у режимі REPL
344
- * [🔄 repl.py](agents/repl.py) — інтерактивний REPL-режим
345
- * [🔄 notebook.py](agents/notebook.py) — інтерфейс користувацького блокнота
346
 
347
  **🌐 `mcp_server.py`**
348
  FastAPI-сервер, що надає HTTP-інтерфейс до функціоналу `storage.py`. Призначений для використання зовнішніми компонентами, наприклад:
 
5
  type: Article
6
  tags:
7
  - REPL
8
+ - Agent
9
+ - GMP
10
+ - CogSync
11
  - mesh-protocol
 
 
 
 
 
12
  - HMP
 
13
  - EGP
 
14
  - JSON
15
+ - Ethics
16
+ - hmp
17
+ - Mesh
18
+ - distributed-ai
19
+ - cognitive-architecture
20
+ - MeshConsensus
21
  ---
22
 
23
 
 
336
 
337
  ---
338
 
339
+ ### ⚙️ Розробка (ранній чернетковий варіант, застаріла версія)
340
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — список реалізацій та компонентів HMP-агента
341
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — базова реалізація сховища (`Storage`) з інтеграцією SQLite
342
+ * [🌐 mcp_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI-сервер для HTTP-доступу до даних агента (для Cognitive Shell, зовнішніх UI або mesh-комунікації). Поки не використовується у основному REPL-циклі.
343
+ * [🌐 start_repl.py](experimental/v1_agent_attempt/start_repl.py) — запуск агента у режимі REPL
344
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — інтерактивний REPL-режим
345
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — інтерфейс користувацького блокнота
346
 
347
  **🌐 `mcp_server.py`**
348
  FastAPI-сервер, що надає HTTP-інтерфейс до функціоналу `storage.py`. Призначений для використання зовнішніми компонентами, наприклад:
structured_md/README_zh.md CHANGED
@@ -5,19 +5,19 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/
5
  type: Article
6
  tags:
7
  - REPL
 
 
 
8
  - mesh-protocol
9
- - MeshConsensus
10
- - cognitive-architecture
11
- - hmp
12
- - Ethics
13
- - distributed-ai
14
  - HMP
15
- - Mesh
16
  - EGP
17
- - Agent
18
  - JSON
19
- - GMP
20
- - CogSync
 
 
 
 
21
  ---
22
 
23
 
@@ -342,15 +342,15 @@ HMP 的主要区别在于:强调对思维的明确结构化(反思、时间
342
 
343
  ---
344
 
345
- ### ⚙️ 开发
346
 
347
- * [⚙️ agents](agents/readme.md) — HMP 代理实现及组件列表
348
 
349
- * [📦 storage.py](agents/storage.py) — 基础存储实现 (`Storage`) 与 SQLite 集成
350
- * [🌐 mcp\_server.py](agents/mcp_server.py) — FastAPI 服务器,为代理数据提供 HTTP 接口(用于 Cognitive Shell、外部 UI 或 Mesh 通信)。尚未在主 REPL 循环中使用。
351
- * [🌐 start\_repl.py](agents/start_repl.py) — 启动代理的 REPL 模式
352
- * [🔄 repl.py](agents/repl.py) — 交互式 REPL 模式
353
- * [🔄 notebook.py](agents/notebook.py) — 用户界面接口
354
 
355
  **🌐 `mcp_server.py`**
356
  FastAPI 服务器,为 `storage.py` 功能提供 HTTP 接口。适用于外部组件,例如:
 
5
  type: Article
6
  tags:
7
  - REPL
8
+ - Agent
9
+ - GMP
10
+ - CogSync
11
  - mesh-protocol
 
 
 
 
 
12
  - HMP
 
13
  - EGP
 
14
  - JSON
15
+ - Ethics
16
+ - hmp
17
+ - Mesh
18
+ - distributed-ai
19
+ - cognitive-architecture
20
+ - MeshConsensus
21
  ---
22
 
23
 
 
342
 
343
  ---
344
 
345
+ ### ⚙️ 开发 (早期草稿,已过时版本)
346
 
347
+ * [⚙️ agents](experimental/v1_agent_attempt/readme.md) — HMP 代理实现及组件列表
348
 
349
+ * [📦 storage.py](experimental/v1_agent_attempt/storage.py) — 基础存储实现 (`Storage`) 与 SQLite 集成
350
+ * [🌐 mcp\_server.py](experimental/v1_agent_attempt/mcp_server.py) — FastAPI 服务器,为代理数据提供 HTTP 接口(用于 Cognitive Shell、外部 UI 或 Mesh 通信)。尚未在主 REPL 循环中使用。
351
+ * [🌐 start\_repl.py](experimental/v1_agent_attempt/start_repl.py) — 启动代理的 REPL 模式
352
+ * [🔄 repl.py](experimental/v1_agent_attempt/repl.py) — 交互式 REPL 模式
353
+ * [🔄 notebook.py](experimental/v1_agent_attempt/notebook.py) — 用户界面接口
354
 
355
  **🌐 `mcp_server.py`**
356
  FastAPI 服务器,为 `storage.py` 功能提供 HTTP 接口。适用于外部组件,例如:
structured_md/audits/Ethics-audits-1.md CHANGED
@@ -5,10 +5,10 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
8
- - Ethics
9
  - HMP
 
10
  - Mesh
11
- - Agent
12
  - JSON
13
  ---
14
 
 
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
+ - Ethics
11
  - Mesh
 
12
  - JSON
13
  ---
14
 
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
- - Ethics
9
- - Scenarios
10
- - HMP
11
- - Mesh
12
  - Agent
 
 
13
  - JSON
 
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
 
 
 
 
8
  - Agent
9
+ - HMP
10
+ - Scenarios
11
  - JSON
12
+ - Ethics
13
+ - Mesh
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
- - MeshConsensus
9
- - Ethics
10
  - HMP
11
- - Mesh
12
  - EGP
13
- - Agent
14
  - JSON
15
- - CogSync
 
 
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
+ - Agent
9
+ - CogSync
10
  - HMP
 
11
  - EGP
 
12
  - JSON
13
+ - Ethics
14
+ - Mesh
15
+ - MeshConsensus
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -5,13 +5,13 @@ description: 'В HMP-протоколе предусмотрены два тип
5
  type: Article
6
  tags:
7
  - REPL
8
- - MeshConsensus
9
- - HMP
10
- - Mesh
11
- - EGP
12
  - Agent
13
  - GMP
14
  - CogSync
 
 
 
 
15
  ---
16
 
17
 
 
5
  type: Article
6
  tags:
7
  - REPL
 
 
 
 
8
  - Agent
9
  - GMP
10
  - CogSync
11
+ - HMP
12
+ - EGP
13
+ - Mesh
14
+ - MeshConsensus
15
  ---
16
 
17
 
structured_md/docs/CCORE-Deployment-Flow.md CHANGED
@@ -6,9 +6,9 @@ description: '> Этот документ описывает процесс ра
6
  type: Article
7
  tags:
8
  - CCore
9
- - REPL
10
- - HMP
11
  - Agent
 
 
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
 
6
  type: Article
7
  tags:
8
  - CCore
 
 
9
  - Agent
10
+ - HMP
11
+ - REPL
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
structured_md/docs/CHANGELOG.md CHANGED
@@ -5,16 +5,16 @@ description: '## HMP-0005 (February 2026) — Core Specification v5.0.5 **MCE R
5
  `container_request.payload` (Section 12.9...'
6
  type: Article
7
  tags:
8
- - MeshConsensus
9
- - Ethics
10
- - Scenarios
11
- - HMP
12
- - Mesh
13
- - EGP
14
  - Agent
15
- - JSON
16
  - GMP
17
  - CogSync
 
 
 
 
 
 
 
18
  ---
19
 
20
  # HyperCortex Mesh Protocol — Changelog
 
5
  `container_request.payload` (Section 12.9...'
6
  type: Article
7
  tags:
 
 
 
 
 
 
8
  - Agent
 
9
  - GMP
10
  - CogSync
11
+ - HMP
12
+ - EGP
13
+ - Scenarios
14
+ - JSON
15
+ - Ethics
16
+ - Mesh
17
+ - MeshConsensus
18
  ---
19
 
20
  # HyperCortex Mesh Protocol — Changelog
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
9
- - JSON
10
  - HMP
11
- - Mesh
12
  - CogSync
 
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
 
9
  - HMP
10
+ - JSON
11
  - CogSync
12
+ - Mesh
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
structured_md/docs/Enlightener.md CHANGED
@@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
8
- - MeshConsensus
9
- - Ethics
10
  - HMP
11
- - Mesh
12
  - EGP
13
- - Agent
14
  - JSON
 
 
 
15
  ---
16
 
17
  # Enlightener Agent
 
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
8
+ - Agent
 
9
  - HMP
 
10
  - EGP
 
11
  - JSON
12
+ - Ethics
13
+ - Mesh
14
+ - MeshConsensus
15
  ---
16
 
17
  # Enlightener Agent
structured_md/docs/Grok_HMP&ANP.md CHANGED
@@ -6,9 +6,9 @@ description: '> Анализ подготовлен Grok (xAI) на основе
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  - JSON
13
  ---
14
 
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  - JSON
13
  ---
14
 
structured_md/docs/HMP&ANP_layer_inversion.md CHANGED
@@ -6,8 +6,8 @@ description: '## TL;DR HMP можно туннелировать поверх A
6
  type: Article
7
  tags:
8
  - HMP
9
- - Mesh
10
  - Agent
 
11
  ---
12
 
13
  # HMP и ANP: взаимное туннелирование как признак правильной архитектуры
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Agent
10
+ - Mesh
11
  ---
12
 
13
  # HMP и ANP: взаимное туннелирование как признак правильной архитектуры
structured_md/docs/HMP-0001.md CHANGED
@@ -6,15 +6,15 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - REPL
9
- - MeshConsensus
10
- - Ethics
11
- - HMP
12
- - Mesh
13
- - EGP
14
  - Agent
15
- - JSON
16
  - GMP
17
  - CogSync
 
 
 
 
 
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
6
  type: Article
7
  tags:
8
  - REPL
 
 
 
 
 
9
  - Agent
 
10
  - GMP
11
  - CogSync
12
+ - HMP
13
+ - EGP
14
+ - JSON
15
+ - Ethics
16
+ - Mesh
17
+ - MeshConsensus
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-0002.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - REPL
9
- - MeshConsensus
10
- - Ethics
11
- - Scenarios
12
- - HMP
13
- - Mesh
14
- - EGP
15
  - Agent
16
- - JSON
17
  - GMP
18
  - CogSync
 
 
 
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
6
  type: Article
7
  tags:
8
  - REPL
 
 
 
 
 
 
9
  - Agent
 
10
  - GMP
11
  - CogSync
12
+ - HMP
13
+ - EGP
14
+ - Scenarios
15
+ - JSON
16
+ - Ethics
17
+ - Mesh
18
+ - MeshConsensus
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
structured_md/docs/HMP-0003.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - REPL
9
- - MeshConsensus
10
- - Ethics
11
- - Scenarios
12
- - HMP
13
- - Mesh
14
- - EGP
15
  - Agent
16
- - JSON
17
  - GMP
18
  - CogSync
 
 
 
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
6
  type: Article
7
  tags:
8
  - REPL
 
 
 
 
 
 
9
  - Agent
 
10
  - GMP
11
  - CogSync
12
+ - HMP
13
+ - EGP
14
+ - Scenarios
15
+ - JSON
16
+ - Ethics
17
+ - Mesh
18
+ - MeshConsensus
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
structured_md/docs/HMP-0004-v4.1.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - REPL
9
- - MeshConsensus
10
- - Ethics
11
- - Scenarios
12
- - HMP
13
- - Mesh
14
- - EGP
15
  - Agent
16
- - JSON
17
  - GMP
18
  - CogSync
 
 
 
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
6
  type: Article
7
  tags:
8
  - REPL
 
 
 
 
 
 
9
  - Agent
 
10
  - GMP
11
  - CogSync
12
+ - HMP
13
+ - EGP
14
+ - Scenarios
15
+ - JSON
16
+ - Ethics
17
+ - Mesh
18
+ - MeshConsensus
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
structured_md/docs/HMP-0004.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - REPL
9
- - MeshConsensus
10
- - Ethics
11
- - Scenarios
12
- - HMP
13
- - Mesh
14
- - EGP
15
  - Agent
16
- - JSON
17
  - GMP
18
  - CogSync
 
 
 
 
 
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
6
  type: Article
7
  tags:
8
  - REPL
 
 
 
 
 
 
9
  - Agent
 
10
  - GMP
11
  - CogSync
12
+ - HMP
13
+ - EGP
14
+ - Scenarios
15
+ - JSON
16
+ - Ethics
17
+ - Mesh
18
+ - MeshConsensus
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -5,18 +5,18 @@ description: '**Version: 5.0.5** **Document ID:** HMP-0005 **Status:** Stabl
5
  [https://github.com/kagvi13/HMP](ht...'
6
  type: Article
7
  tags:
8
- - REPL
9
- - CShell
10
- - Ethics
11
- - Scenarios
12
  - CCore
13
- - HMP
14
- - Mesh
15
- - EGP
16
  - Agent
17
- - JSON
18
  - GMP
19
  - CogSync
 
 
 
 
 
 
 
20
  ---
21
 
22
  # HyperCortex Mesh Protocol (HMP)
 
5
  [https://github.com/kagvi13/HMP](ht...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - CCore
9
+ - REPL
 
 
10
  - Agent
 
11
  - GMP
12
  - CogSync
13
+ - HMP
14
+ - EGP
15
+ - CShell
16
+ - Scenarios
17
+ - JSON
18
+ - Ethics
19
+ - Mesh
20
  ---
21
 
22
  # HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -6,9 +6,9 @@ description: 'Документ описывает **базовый API когн
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  - JSON
13
  ---
14
 
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  - JSON
13
  ---
14
 
structured_md/docs/HMP-Agent-Architecture.md CHANGED
@@ -5,16 +5,16 @@ description: Документ описывает **модульную архит
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
 
8
  - REPL
9
- - MeshConsensus
 
 
 
10
  - CShell
11
  - Ethics
12
- - CCore
13
- - HMP
14
  - Mesh
15
- - EGP
16
- - Agent
17
- - CogSync
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
8
+ - CCore
9
  - REPL
10
+ - Agent
11
+ - CogSync
12
+ - HMP
13
+ - EGP
14
  - CShell
15
  - Ethics
 
 
16
  - Mesh
17
+ - MeshConsensus
 
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -5,12 +5,12 @@ description: 'Этот документ описывает потоки данн
5
  [`MeshNode`](MeshN...'
6
  type: Article
7
  tags:
8
- - Ethics
9
  - HMP
10
- - Mesh
11
  - EGP
12
- - Agent
13
  - JSON
 
 
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
5
  [`MeshNode`](MeshN...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
 
10
  - EGP
 
11
  - JSON
12
+ - Ethics
13
+ - Mesh
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
 
8
  - REPL
 
 
9
  - CShell
 
10
  - Ethics
11
- - CCore
12
- - HMP
13
  - Mesh
14
- - Agent
15
- - JSON
16
  ---
17
 
18
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
+ - CCore
9
  - REPL
10
+ - Agent
11
+ - HMP
12
  - CShell
13
+ - JSON
14
  - Ethics
 
 
15
  - Mesh
 
 
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -6,9 +6,9 @@ description: Этот файл описывает потенциальные э
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
6
  type: Article
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
@@ -6,11 +6,11 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
6
  type: Article
7
  tags:
8
  - REPL
9
- - Ethics
10
- - Scenarios
11
  - HMP
 
 
12
  - Mesh
13
- - Agent
14
  ---
15
 
16
  # HMP-Ethics.md
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
 
10
  - HMP
11
+ - Scenarios
12
+ - Ethics
13
  - Mesh
 
14
  ---
15
 
16
  # HMP-Ethics.md
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -6,9 +6,9 @@ description: '**Version:** v5.0 (Core Specification Stable) **Datum:** 2026
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -6,10 +6,10 @@ description: '**Version:** v5.0 (Core Specification Stable) **Date:** 2026
6
  type: Article
7
  tags:
8
  - REPL
9
- - Ethics
10
  - HMP
 
11
  - Mesh
12
- - Agent
13
  ---
14
 
15
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
+ - Ethics
12
  - Mesh
 
13
  ---
14
 
15
  # HyperCortex Mesh Protocol (HMP) — Short Description
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -6,9 +6,9 @@ description: '**Version :** v5.0 (Core Specification Stable) **Date :** 2026
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Description courte
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Description courte
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -6,9 +6,9 @@ description: '**バージョン:** v5.0(Core Specification Stable) **日
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 概要
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 概要
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -6,9 +6,9 @@ description: '**버전:** v5.0 (Core Specification Stable) **날짜:** 2026
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 개요
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 개요
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -6,9 +6,9 @@ description: '**Версия:** v5.0 (Основная спецификация
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -6,9 +6,9 @@ description: '**Версія:** v5.0 (Core Specification Stable) **Дата:**
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
structured_md/docs/HMP-Short-Description_zh.md CHANGED
@@ -6,9 +6,9 @@ description: '**版本:** v5.0(Core Specification Stable) **日期:**
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 简要说明
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  ---
13
 
14
  # HyperCortex Mesh Protocol (HMP) — 简要说明
structured_md/docs/HMP-agent-Cognitive_Family.md CHANGED
@@ -6,9 +6,9 @@ description: '## 🧠 Что такое когнитивная семья Ко
6
  type: Article
7
  tags:
8
  - REPL
 
9
  - HMP
10
  - Mesh
11
- - Agent
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
 
6
  type: Article
7
  tags:
8
  - REPL
9
+ - Agent
10
  - HMP
11
  - Mesh
 
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
structured_md/docs/HMP-agent-REPL-cycle.md CHANGED
@@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/experimental/v1_agent_...'
5
  type: Article
6
  tags:
7
- - REPL
8
- - MeshConsensus
9
- - Ethics
10
  - CCore
11
- - HMP
12
- - Mesh
13
- - EGP
14
  - Agent
15
- - JSON
16
  - GMP
17
  - CogSync
 
 
 
 
 
 
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
 
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/experimental/v1_agent_...'
5
  type: Article
6
  tags:
 
 
 
7
  - CCore
8
+ - REPL
 
 
9
  - Agent
 
10
  - GMP
11
  - CogSync
12
+ - HMP
13
+ - EGP
14
+ - JSON
15
+ - Ethics
16
+ - Mesh
17
+ - MeshConsensus
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия