diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 9c2093f63d730e56fa7d53eb278cef10dba4fa1a..6090369f0450ff3ca8f896515a168d3e00aad74e 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,8 +5,8 @@ description: 'Спасибо за интерес к проекту HMP! Пока архитектуры протоколов (CogSync, C...' type: Article tags: -- CogSync - Mesh +- CogSync - HMP --- diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 0c32bcddb93505a88434c27d4365081c4320c4f0..9ee63256e2a415e2c5bee98a08e5cbdfd45e4493 100644 --- a/structured_md/HMP-Roadmap.md +++ b/structured_md/HMP-Roadmap.md @@ -5,13 +5,13 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm multiple advanced AI models (Copilot, Claude, G...' type: Article tags: -- Ethics - EGP -- Mesh -- Agent +- Ethics +- HMP - JSON +- Agent - CogSync -- HMP +- Mesh --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index 849050658928e5a732b659404e4618b2959aee74..c116f7904cda71c85b610ee01aa0564a2da01077 100644 --- a/structured_md/README.md +++ b/structured_md/README.md @@ -5,21 +5,21 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- Ethics -- mesh-protocol - EGP -- Mesh -- GMP -- Agent -- REPL -- Scenarios -- MeshConsensus -- cognitive-architecture - hmp -- JSON +- Ethics - distributed-ai -- CogSync +- REPL - HMP +- JSON +- cognitive-architecture +- Agent +- CogSync +- Scenarios +- MeshConsensus +- GMP +- Mesh +- mesh-protocol --- @@ -168,14 +168,20 @@ Many concepts of the [HMP-Agent: Cognitive Core](docs/HMP-Agent-Overview.md) ove --- ### 🧩 JSON Schemas -| Model | File | -|---------------------|-------------------------------------------------------| -| Concept | [concept.json](docs/schemas/concept.json) | -| Cognitive Diary | [diary_entry.json](docs/schemas/diary_entry.json) | -| Goal | [goal.json](docs/schemas/goal.json) | -| Task | [task.json](docs/schemas/task.json) | -| Consensus Vote | [vote.json](docs/schemas/vote.json) | -| Reputation Profile | [reputation.json](docs/schemas/reputation.json) | + +| Data Model / Object | File / Description | +|----------------------------|-----------------------------------------------------------------------------------| +| Concept | [concept.json](docs/schemas/concept.json) — Semantic knowledge unit | +| CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Agent's reasoning log entry | +| Goal | [goal.json](docs/schemas/goal.json) — Shared objective pursued collaboratively | +| Task | [task.json](docs/schemas/task.json) — Actionable unit contributing to a goal | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Vote in a Mesh consensus process | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Tracks agent trust and contribution metrics | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Recommendations for peer discovery & exchange | +| Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Direct point-to-point message | +| Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Broadcast messages | +| Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Relay / Mailman messages | +| Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Topic-based messages | --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 2fbbdd3a3b41108385d81e5e6569cee192c87882..b9810b1ef7c6f52fafaa80876d0e5082d63431ef 100644 --- a/structured_md/README_de.md +++ b/structured_md/README_de.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- Ethics -- mesh-protocol - EGP -- Mesh -- GMP -- Agent -- REPL -- MeshConsensus -- cognitive-architecture - hmp -- JSON +- Ethics - distributed-ai -- CogSync +- REPL - HMP +- JSON +- cognitive-architecture +- Agent +- CogSync +- MeshConsensus +- GMP +- Mesh +- mesh-protocol --- @@ -170,14 +170,20 @@ Der Hauptunterschied in HMP liegt in der Betonung der expliziten Strukturierung --- ### 🧩 JSON-Schemas -| Modell | Datei | -|---------------------|-------------------------------------------------------| -| Konzept | [concept.json](docs/schemas/concept.json) | -| Kognitives Tagebuch | [diary_entry.json](docs/schemas/diary_entry.json) | -| Ziel | [goal.json](docs/schemas/goal.json) | -| Aufgabe | [task.json](docs/schemas/task.json) | -| Konsens-Abstimmung | [vote.json](docs/schemas/vote.json) | -| Reputationsprofil | [reputation.json](docs/schemas/reputation.json) | + +| Datenmodell / Objekt | Datei / Beschreibung | +|-----------------------------|--------------------------------------------------------------------------------------| +| Concept | [concept.json](docs/schemas/concept.json) — Semantische Wissenseinheit | +| CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Eintrag im Denkprotokoll des Agenten | +| Goal | [goal.json](docs/schemas/goal.json) — Gemeinsames Ziel, das kollaborativ verfolgt wird | +| Task | [task.json](docs/schemas/task.json) — Handlungseinheit zur Zielerreichung | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Abstimmung im Mesh-Konsensprozess | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Verfolgt Vertrauen und Beitrag von Agenten | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Empfehlungen für Peer-Discovery und Austausch | +| Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Direktes Peer-to-Peer-Nachricht | +| Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Broadcast-Nachrichten | +| Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Relay / Mailman-Nachrichten | +| Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Themenbasierte Nachrichten | --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 1a1b039a68d29b8f9638877440c4a6d63a499677..84a07ec80a13edbf768ad056090a68d719471916 100644 --- a/structured_md/README_fr.md +++ b/structured_md/README_fr.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- Ethics -- mesh-protocol - EGP -- Mesh -- GMP -- Agent -- REPL -- MeshConsensus -- cognitive-architecture - hmp -- JSON +- Ethics - distributed-ai -- CogSync +- REPL - HMP +- JSON +- cognitive-architecture +- Agent +- CogSync +- MeshConsensus +- GMP +- Mesh +- mesh-protocol --- @@ -183,14 +183,19 @@ La principale différence dans HMP est l’accent mis sur la structuration expli ### 🧩 Schémas JSON -| Modèle | Fichier | -| -------------------- | -------------------------------------------------- | -| Concept | [concept.json](docs/schemas/concept.json) | -| Journal cognitif | [diary\_entry.json](docs/schemas/diary_entry.json) | -| Objectif | [goal.json](docs/schemas/goal.json) | -| Tâche | [task.json](docs/schemas/task.json) | -| Vote de consensus | [vote.json](docs/schemas/vote.json) | -| Profil de réputation | [reputation.json](docs/schemas/reputation.json) | +| Modèle / Objet | Fichier / Description | +|-----------------------------|------------------------------------------------------------------------------------| +| Concept | [concept.json](docs/schemas/concept.json) — Unité de connaissance sémantique | +| CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Entrée dans le journal de raisonnement de l’agent | +| Goal | [goal.json](docs/schemas/goal.json) — Objectif partagé poursuivi en collaboration | +| Task | [task.json](docs/schemas/task.json) — Unité d’action contribuant à un objectif | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Vote dans un processus de consensus du Mesh | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Suit la confiance et la contribution des agents | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Recommandations pour la découverte et l’échange de pairs | +| Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Message direct peer-to-peer | +| Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Messages de diffusion | +| Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Messages relay / Mailman | +| Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Messages basés sur des sujets | --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index ffb67949cfc07a97849c4107ee3f22a5c3918fcd..0ddff067cbbf24f9dd03d8052d7d9d1537434ba9 100644 --- a/structured_md/README_ja.md +++ b/structured_md/README_ja.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- Ethics -- mesh-protocol - EGP -- Mesh -- GMP -- Agent -- REPL -- MeshConsensus -- cognitive-architecture - hmp -- JSON +- Ethics - distributed-ai -- CogSync +- REPL - HMP +- JSON +- cognitive-architecture +- Agent +- CogSync +- MeshConsensus +- GMP +- Mesh +- mesh-protocol --- @@ -182,14 +182,19 @@ HMPは、AGI研究で中心的な課題となりつつある問題に対処し ### 🧩 JSON スキーマ -| モデル | ファイル | -| -------- | -------------------------------------------------- | -| コンセプト | [concept.json](docs/schemas/concept.json) | -| 認知日誌 | [diary\_entry.json](docs/schemas/diary_entry.json) | -| 目標 | [goal.json](docs/schemas/goal.json) | -| タスク | [task.json](docs/schemas/task.json) | -| コンセンサス投票 | [vote.json](docs/schemas/vote.json) | -| 評判プロフィール | [reputation.json](docs/schemas/reputation.json) | +| データモデル / オブジェクト | ファイル / 説明 | +|-----------------------------|------------------------------------------------------------------------------------| +| Concept | [concept.json](docs/schemas/concept.json) — セマンティック知識単位 | +| CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — エージェントの推論ログエントリ | +| Goal | [goal.json](docs/schemas/goal.json) — 協力して追求される共有目標 | +| Task | [task.json](docs/schemas/task.json) — 目標達成に貢献する実行単位 | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Meshコンセンサスプロセスでの投票 | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — エージェントの信頼度と貢献度の追跡 | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — ピア探索と交換の推奨事項 | +| Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — 直接P2Pメッセージ | +| Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — ブロードキャストメッセージ | +| Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — リレー / Mailmanメッセージ | +| Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — トピックベースメッセージ | --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 6ff3316841eb4b40e53d7e3d980104ed47d7d1c7..9b0e28cd4e2c5cb259cd1633712778e6afe4ade2 100644 --- a/structured_md/README_ko.md +++ b/structured_md/README_ko.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- Ethics -- mesh-protocol - EGP -- Mesh -- GMP -- Agent -- REPL -- MeshConsensus -- cognitive-architecture - hmp -- JSON +- Ethics - distributed-ai -- CogSync +- REPL - HMP +- JSON +- cognitive-architecture +- Agent +- CogSync +- MeshConsensus +- GMP +- Mesh +- mesh-protocol --- @@ -179,14 +179,20 @@ HMP는 AGI 연구에서 점점 중심이 되고 있는 다음과 같은 문제 --- ### 🧩 JSON 스키마 -| 모델 | 파일 | -|--------------------|-------------------------------------------------------| -| 개념 | [concept.json](docs/schemas/concept.json) | -| 인지 일지 | [diary_entry.json](docs/schemas/diary_entry.json) | -| 목표 | [goal.json](docs/schemas/goal.json) | -| 작업 | [task.json](docs/schemas/task.json) | -| 합의 투표 | [vote.json](docs/schemas/vote.json) | -| 평판 프로필 | [reputation.json](docs/schemas/reputation.json) | + +| 데이터 모델 / 객체 | 파일 / 설명 | +|-----------------------------|------------------------------------------------------------------------------------| +| Concept | [concept.json](docs/schemas/concept.json) — 의미 지식 단위 | +| CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — 에이전트 추론 로그 항목 | +| Goal | [goal.json](docs/schemas/goal.json) — 협업으로 달성되는 공유 목표 | +| Task | [task.json](docs/schemas/task.json) — 목표 달성에 기여하는 실행 단위 | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Mesh 합의 과정에서의 투표 | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — 에이전트 신뢰 및 기여 추적 | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — 피어 발견 및 교환 권장 사항 | +| Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — 직접 P2P 메시지 | +| Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — 브로드캐스트 메시지 | +| Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — 중계 / Mailman 메시지 | +| Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — 주제 기반 메시지 | --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index c4ab31845aa3962d3edacd6a44123970ee259dcb..30d2ea1893d8d022c0c3c043384a2fd63a6f336b 100644 --- a/structured_md/README_ru.md +++ b/structured_md/README_ru.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- Ethics -- mesh-protocol - EGP -- Mesh -- GMP -- Agent -- REPL -- MeshConsensus -- cognitive-architecture - hmp -- JSON +- Ethics - distributed-ai -- CogSync +- REPL - HMP +- JSON +- cognitive-architecture +- Agent +- CogSync +- MeshConsensus +- GMP +- Mesh +- mesh-protocol --- @@ -175,14 +175,19 @@ HMP решает задачи, которые становятся ключев ### 🧩 JSON Схемы -| Модель | Файл | -|---------------------|-------------------------------------------------------| -| Концепт | [concept.json](docs/schemas/concept.json) | -| Когнитивный дневник | [diary_entry.json](docs/schemas/diary_entry.json) | -| Цель | [goal.json](docs/schemas/goal.json) | -| Задача | [task.json](docs/schemas/task.json) | -| Голосование за консенсус | [vote.json](docs/schemas/vote.json) | -| Профиль репутации | [reputation.json](docs/schemas/reputation.json) | +| Модель / Объект | Файл / Описание | +|-----------------------------|------------------------------------------------------------------------------------| +| Concept | [concept.json](docs/schemas/concept.json) — Семантическая единица знаний | +| CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Запись в дневнике рассуждений агента | +| Goal | [goal.json](docs/schemas/goal.json) — Общая цель, достигаемая совместно | +| Task | [task.json](docs/schemas/task.json) — Действие, способствующее достижению цели | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Голос в процессе консенсуса Mesh | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Отслеживание доверия и вклада агента | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Рекомендации по поиску и обмену пирами | +| Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Прямое P2P сообщение | +| Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Широковещательные сообщения | +| Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Relay / Mailman сообщения | +| Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Сообщения по темам | --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 6b702a954f65cdae4e95b84026287ed984577b74..849a063b8d3ab68c02a1edfda5a3a072e5ede95c 100644 --- a/structured_md/README_uk.md +++ b/structured_md/README_uk.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- Ethics -- mesh-protocol - EGP -- Mesh -- GMP -- Agent -- REPL -- MeshConsensus -- cognitive-architecture - hmp -- JSON +- Ethics - distributed-ai -- CogSync +- REPL - HMP +- JSON +- cognitive-architecture +- Agent +- CogSync +- MeshConsensus +- GMP +- Mesh +- mesh-protocol --- @@ -168,14 +168,21 @@ HMP вирішує завдання, які стають ключовими в --- ### 🧩 JSON Схеми -| Модель | Файл | -|---------------------|-------------------------------------------------------| -| Концепт | [concept.json](docs/schemas/concept.json) | -| Когнітивний щоденник | [diary_entry.json](docs/schemas/diary_entry.json) | -| Мета | [goal.json](docs/schemas/goal.json) | -| Завдання | [task.json](docs/schemas/task.json) | -| Голосування за консенсус | [vote.json](docs/schemas/vote.json) | -| Профіль репутації | [reputation.json](docs/schemas/reputation.json) | + +| Модель / Об’єкт | Файл / Опис | +|-----------------------------|--------------------------------------------------------------------------------------| +| Concept | [concept.json](docs/schemas/concept.json) — Семантична одиниця знань | +| CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Запис у щоденнику міркувань агента | +| Goal | [goal.json](docs/schemas/goal.json) — Спільна ціль, що досягається колективно | +| Task | [task.json](docs/schemas/task.json) — Дійова одиниця, що сприяє досягненню цілі | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Голосування у процесі консенсусу Mesh | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Відстежує довіру та внесок агента | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Рекомендації щодо пошуку та обміну пірів | +| Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — Пряме P2P повідомлення | +| Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — Розсильні повідомлення | +| Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — Relay / Mailman повідомлення | +| Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — Повідомлення за темами | + --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index 59db428d58ce2b938ec6b17ad85a6689c27c0477..d741fe10c06c734f774f33f213c87351ab09d049 100644 --- a/structured_md/README_zh.md +++ b/structured_md/README_zh.md @@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README | 🇨🇳 [ZH](README_zh.m...' type: Article tags: -- Ethics -- mesh-protocol - EGP -- Mesh -- GMP -- Agent -- REPL -- MeshConsensus -- cognitive-architecture - hmp -- JSON +- Ethics - distributed-ai -- CogSync +- REPL - HMP +- JSON +- cognitive-architecture +- Agent +- CogSync +- MeshConsensus +- GMP +- Mesh +- mesh-protocol --- @@ -174,14 +174,19 @@ HMP 的主要区别在于:强调对思维的明确结构化(反思、时间 ### 🧩 JSON 模式 -| 模型 | 文件 | -|----------------------|------------------------------------------------------| -| 概念 | [concept.json](docs/schemas/concept.json) | -| 认知日记 | [diary_entry.json](docs/schemas/diary_entry.json) | -| 目标 | [goal.json](docs/schemas/goal.json) | -| 任务 | [task.json](docs/schemas/task.json) | -| 共识投票 | [vote.json](docs/schemas/vote.json) | -| 声誉档案 | [reputation.json](docs/schemas/reputation.json) | +| 数据模型 / 对象 | 文件 / 描述 | +|-----------------------------|------------------------------------------------------------------------------------| +| Concept | [concept.json](docs/schemas/concept.json) — 语义知识单元 | +| CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — 代理推理日志条目 | +| Goal | [goal.json](docs/schemas/goal.json) — 协作追求的共享目标 | +| Task | [task.json](docs/schemas/task.json) — 为目标贡献的可执行单元 | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Mesh 共识过程中的投票 | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — 跟踪代理的信任度和贡献指标 | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — 对等发现与交换的建议 | +| Message (P2P) | [message_p2p.json](docs/schemas/message_p2p.json) — 点对点直接消息 | +| Message (Broadcast) | [message_broadcast.json](docs/schemas/message_broadcast.json) — 广播消息 | +| Message (Relay / Mailman) | [message_relay.json](docs/schemas/message_relay.json) — 中继 / Mailman 消息 | +| Message (Topiccast) | [message_topiccast.json](docs/schemas/message_topiccast.json) — 基于主题的消息 | --- diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index 3a502891ef6483bd74ed4779b70ff05fac5b328e..e9545d2cb37f86f2a72f10f993c8721a6d2ac1a1 100644 --- a/structured_md/agents/readme.md +++ b/structured_md/agents/readme.md @@ -6,11 +6,11 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан type: Article tags: - Ethics -- Mesh -- Agent +- HMP - REPL - JSON -- HMP +- Agent +- Mesh --- Запуск: `start_repl.bat` или `start_repl.sh` diff --git a/structured_md/audits/Ethics-audits-1.md b/structured_md/audits/Ethics-audits-1.md index 1e506716b0bea76f2453c91b206e50102ec4e244..0417e0dfed0a69fbba58f1db3a55f28c379236d9 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -6,10 +6,10 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет type: Article tags: - Ethics -- Mesh -- Agent -- JSON - HMP +- JSON +- Agent +- Mesh --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 67e914a9efdadedeba628b8fbad3587b9f200209..f90b1e0a591e7163581424223bb62788899c19c5 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -6,11 +6,11 @@ description: This document consolidates proposed improvements from multiple AI a type: Article tags: - Ethics -- Mesh +- HMP +- JSON - Agent - Scenarios -- JSON -- HMP +- Mesh --- # Ethics-consolidated\_audits-1.md diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md index fc42ba7cbbc50e7b2332974f5be54699679e6ba8..38ce80bf932a5ad04408009eca8bc2f8ca775ed8 100644 --- a/structured_md/audits/HMP-0003-consolidated_audit.md +++ b/structured_md/audits/HMP-0003-consolidated_audit.md @@ -5,14 +5,14 @@ description: Сводный аудит предложений по улучше Документ реорганизован по ключ... type: Article tags: -- Ethics - EGP -- Mesh -- Agent +- Ethics +- HMP - JSON -- MeshConsensus +- Agent - CogSync -- HMP +- MeshConsensus +- Mesh --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 4c601db5fb7936b23220b8b32ab76730bc8ead4e..d90b9da6d61a8cf28a011b7706bb105158ada9cf 100644 --- a/structured_md/docs/Basic-agent-sim.md +++ b/structured_md/docs/Basic-agent-sim.md @@ -5,13 +5,13 @@ description: 'В HMP-протоколе предусмотрены два тип type: Article tags: - EGP -- Mesh -- GMP -- Agent +- HMP - REPL -- MeshConsensus +- Agent - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index e45eab7664f92fd3d840f605b8d938f617694082..67f62d64f9a6da8f3000475e5da358b480a6c907 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -6,9 +6,9 @@ description: '## Введение Современные ИИ-системы в к обучающим данным. Это удобно, но создаёт м...' type: Article tags: +- Mesh - JSON - CogSync -- Mesh - HMP --- diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index e9b13952d4af8f960efe47eb17e3579785e63b52..dca7a897e241b151a990d255e835e5edf65511c9 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '### 🧠 Enlightener Agent `Enlightener` — специализи аудитора. Может действовать как отдельный узел ...' type: Article tags: -- Ethics - EGP -- Mesh -- Agent +- Ethics +- HMP - JSON +- Agent - MeshConsensus -- HMP +- Mesh --- ## 📄 Enlightener.md diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 964e4015c6b93bcf2376369968be5c19dae1761e..f60193fab2d3f893b5cb727334354dfdd126ef5d 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental HyperCortex Mesh Protocol (HMP) defines a...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP -- Agent +- Ethics +- HMP - REPL - JSON -- MeshConsensus +- Agent - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 24536ae211dfb21f6f49ddf8c780a15c10a8c00f..91b59dbd5940011f6e330fca6eeb679c44cca3ab 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental Abstract In an era where artifici...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP -- Agent +- Ethics +- HMP - REPL -- Scenarios - JSON -- MeshConsensus +- Agent +- Scenarios - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 8c8dea1281395b63c074c9d73df4ac1897e2e988..a3b03e12766cfe04218465f317ab4e8910c61d26 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP -- Agent +- Ethics +- HMP - REPL -- Scenarios - JSON -- MeshConsensus +- Agent +- Scenarios - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) v3.0 diff --git a/structured_md/docs/HMP-0004-v4.1.md b/structured_md/docs/HMP-0004-v4.1.md index 7fe141fefed87195838bdbc894c7914a4a6f2345..d221ff48fe6e2245e018eb581e3c9182456cf6e3 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -5,17 +5,17 @@ description: '**Document ID**: HMP-0004 **Status**: Final (Published) **Category ChatGPT, Agent-Gleb, Copilot, Gemini, C...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP -- Agent +- Ethics +- HMP - REPL -- Scenarios - JSON -- MeshConsensus +- Agent +- Scenarios - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 19cb363f655b872aee7ab7837a1db3fcea0cb69e..575e48e9cb024fbcd844fe3958e40fa3966b9109 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP -- Agent +- Ethics +- HMP - REPL -- Scenarios - JSON -- MeshConsensus +- Agent +- Scenarios - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 3b557c7c20014dd7ed9dcad751543259179e01dd..89d8d5dc212bbea5b9e9c8e75609eab505bda106 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -5,10 +5,10 @@ description: 'Этот документ описывает **базовый API* См. также: [HMP-Agent-Overview.md](./HMP-A...' type: Article tags: -- JSON -- HMP - Mesh - Agent +- JSON +- HMP --- ## 🧠 HMP-Agent API Specification (v0.2) diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 619a065854779b2ed7ba8f60adbe0f6c9aebd2b0..99326d0ce12a97652f1c18048e32687ba7167257 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -5,16 +5,16 @@ description: '## 🧠 Архитектура HMP-Агента Этот доку HyperCortex. Агент выполняет функц...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP -- Agent +- Ethics +- HMP - REPL - JSON -- MeshConsensus +- Agent - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HMP-Agent-Architecture.md diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 694e24ee240e058972796dbd94faf83ad56124a1..089e0e50e3ca73bc9aa45caac6a0b8de56ee0afd 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -5,12 +5,12 @@ description: '### Взаимодействие между агентами HMP- `Cognitive Core / Connector`, `MeshNode` и `Enlight...' type: Article tags: -- Ethics - EGP -- Mesh -- Agent -- JSON +- Ethics - HMP +- JSON +- Agent +- Mesh --- ## 🔄 HMP-Agent-Network-Flow.md diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 2cdff5f2d80bc082e5b912c04ae1ba97b543d8a2..ac22fb04d00eee98b9c38f4687845da24603dd7b 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -6,11 +6,11 @@ description: '| Тип | Название | Роль type: Article tags: - Ethics -- Mesh -- Agent +- HMP - REPL - JSON -- HMP +- Agent +- Mesh --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 7f5d59bc140600e5ec06c2c7f6851f8a8dc2f9c6..23f380630b03d7ddf088261888089382aca6447f 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э напрямую поведением агента, а служат **сигн... type: Article tags: -- HMP -- Mesh -- Agent - REPL +- Agent +- Mesh +- HMP --- # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md)) diff --git a/structured_md/docs/HMP-Ethics.md b/structured_md/docs/HMP-Ethics.md index b9cb5a7c836b9f2e2da24a42b121efec73f6c46d..4efec3c4cde2a3d487838b29736646f145421a7e 100644 --- a/structured_md/docs/HMP-Ethics.md +++ b/structured_md/docs/HMP-Ethics.md @@ -6,11 +6,11 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc type: Article tags: - Ethics -- Mesh -- Agent +- HMP - REPL +- Agent - Scenarios -- HMP +- Mesh --- # HMP-Ethics.md diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 83cb787edd47ff5daf656627d0f83dc618d8ab63..cbb63cdb841a6454b4e2423f54dee3022435a96f 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP? Kognitions-Framework für autonome Agenten. Es er...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP -- Agent +- Ethics +- HMP - JSON -- MeshConsensus +- Agent - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung diff --git a/structured_md/docs/HMP-Short-Description_en.md b/structured_md/docs/HMP-Short-Description_en.md index 4152bdd1a2216772fc5626335891505a1b39f680..ee3d221e2cf447307756ecd00be346778d0946be 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -5,15 +5,15 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T framework for autonomous agents. It enables...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP -- Agent +- Ethics +- HMP - JSON -- MeshConsensus +- Agent - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) — Short Description diff --git a/structured_md/docs/HMP-Short-Description_fr.md b/structured_md/docs/HMP-Short-Description_fr.md index e58741ae71eb2f1150fbd65441cd9049f673f8ff..44dcf47e63d5a92e516d1e2a5da958a4a3a0a177 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -5,15 +5,15 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c cognition décentralisé pour agents autonomes. Il...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP -- Agent +- Ethics +- HMP - JSON -- MeshConsensus +- Agent - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) — Description Courte diff --git a/structured_md/docs/HMP-Short-Description_ja.md b/structured_md/docs/HMP-Short-Description_ja.md index f60a2041fc8b6183792395d546947855534e216a..f87ac268018da8d60d70167e5bac040550e16d8b 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -4,14 +4,14 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP +- Ethics +- HMP - JSON -- MeshConsensus - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) — 簡易説明 diff --git a/structured_md/docs/HMP-Short-Description_ko.md b/structured_md/docs/HMP-Short-Description_ko.md index 3a53c805c4ff09e1087ea06aee05a2d2435a4882..eec5d9f8a4c213faf2897fe0aae33f565a970244 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -5,14 +5,14 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? ** 상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP +- Ethics +- HMP - JSON -- MeshConsensus - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) — 간략 설명 diff --git a/structured_md/docs/HMP-Short-Description_ru.md b/structured_md/docs/HMP-Short-Description_ru.md index 54fc58dec581fdf85fbef46a04b4e5c392d30012..8a77fe2cec528051c42ce3d31b9d7535e1fa083e 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -5,14 +5,14 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч координации между автономными агент...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP +- Ethics +- HMP - JSON -- MeshConsensus - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) — Краткое описание diff --git a/structured_md/docs/HMP-Short-Description_uk.md b/structured_md/docs/HMP-Short-Description_uk.md index 050520e7f2ac45e7b5ee454ee8f1bfe938418ce6..c4008b959c890fccd7b27304f0c6a48c25374ed7 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -5,14 +5,14 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- # між автономними агентами. Він...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP +- Ethics +- HMP - JSON -- MeshConsensus - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) — Короткий опис diff --git a/structured_md/docs/HMP-Short-Description_zh.md b/structured_md/docs/HMP-Short-Description_zh.md index b85b97da9a22aea16e5d972c163cf19b0d6f804f..be775c558f5f2a7a228377e6d08a23bdfb773c83 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -5,14 +5,14 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM —— 通过共享协议栈交换目标、任务、...' type: Article tags: -- Ethics - EGP -- Mesh -- GMP +- Ethics +- HMP - JSON -- MeshConsensus - CogSync -- HMP +- MeshConsensus +- GMP +- Mesh --- # HyperCortex Mesh Protocol (HMP) — 简要说明 diff --git a/structured_md/docs/HMP-agent-Cognitive_Family.md b/structured_md/docs/HMP-agent-Cognitive_Family.md index 68a64117a17ae38beff921ff9d9c817dad6556e6..9c2cb25cc082d3700aff58c22e2d99d817e8bd71 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -5,10 +5,10 @@ description: '## 🧠 Что такое когнитивная семья Ко (или конфигурацию доверенных идентифика...' type: Article tags: -- HMP -- Mesh -- Agent - REPL +- Agent +- Mesh +- HMP --- # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи diff --git a/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md b/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md index 878208be524bd2e1291efcdaa05c98d9adbb8ea4..70267ab26cdd4cde919c447332a776f329812e1f 100644 --- a/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md +++ b/structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md @@ -5,8 +5,8 @@ description: '#### 📘 Общая концепция * Все ядра раб режиме ожидания). * Основная задача такой архитектур...' type: Article tags: -- HMP - REPL +- HMP --- ### 💡 **Лёгкая версия HMP-агента с общей БД** diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index cc5c04fd6e1fc8b4c68c9b95c2e429978711d3e1..c1cd09b54ef33ccf40e2c2ecdf3e971de8a0a561 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -4,12 +4,12 @@ description: 'Структура БД, используемая в докуме является основой HMP-агента [Cognitive Core](HMP-Agent-Arc...' type: Article tags: -- CCore -- Mesh -- Agent +- HMP - REPL - JSON -- HMP +- Agent +- CCore +- Mesh --- # 🧠 HMP-Agent: REPL-цикл взаимодействия diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index c73a17fd6f873f5a553cd8b3bfc0d406ed2dc32e..b1941ef000f87b79b545d1ba545d608a3128544d 100644 --- a/structured_md/docs/HMP_HyperCortex_Comparison.md +++ b/structured_md/docs/HMP_HyperCortex_Comparison.md @@ -5,9 +5,9 @@ description: '## Краткое описание | Характеристика | **Назначение** | Сетевой протокол ...' type: Article tags: +- REPL - Mesh - HMP -- REPL --- # HMP vs [Hyper-Cortex](https://hyper-cortex.com/) diff --git a/structured_md/docs/HMP_Hyperon_Integration.md b/structured_md/docs/HMP_Hyperon_Integration.md index cce22bf68c3b7567dfc51f0e85700ae4158d44e9..c9190d53d8e149b86b06b8f10dc9421541d45a55 100644 --- a/structured_md/docs/HMP_Hyperon_Integration.md +++ b/structured_md/docs/HMP_Hyperon_Integration.md @@ -6,12 +6,12 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec type: Article tags: - EGP -- Mesh +- HMP +- JSON - Agent - Scenarios -- JSON - CogSync -- HMP +- Mesh --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 32bfc78a332d5412054aefbd933b49ac5eb9bb66..6d443540edbd367343b53445245d7021b0d5744a 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,11 +5,11 @@ description: '### 🌐 MeshNode `MeshNode` — агент/демон, отве агента или вынесен в отдельный процесс/се...' type: Article tags: -- Mesh -- Agent +- HMP - JSON +- Agent - CogSync -- HMP +- Mesh --- ## 📄 MeshNode.md diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index 6ff66cd46c578a231809cd732e77980267bdd27e..a187d1adb071a76fcd483e9f9bc15ad52135097b 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -6,10 +6,10 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An ** type: Article tags: - Ethics -- Mesh -- Agent -- REPL - HMP +- REPL +- Agent +- Mesh --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index bff916aa06da183cc3c37d6480570c889e3c5d06..c7b6423fb81ea993bd4887b016445a3312712144 100644 --- a/structured_md/docs/agents/roles.md +++ b/structured_md/docs/agents/roles.md @@ -5,9 +5,9 @@ description: 'This file maintains a registry of agent roles defined, proposed, o - **Observer** — monitors cognitive states ...' type: Article tags: -- HMP - Mesh - Agent +- HMP --- # HMP Agent Role Registry diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index 92b6c854fe9210f27683b21313f5292803335822..b0d3d2277015b6255f8eaf36ef92b2472abdaa53 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер** запросы, следит за состоянием и масшта...' type: Article tags: -- HMP -- Mesh -- Agent - REPL +- Agent +- Mesh +- HMP --- # 🧱 Агенты-контейнеры (Container Agents) в HMP diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md index 176b7391bb2f0a82ca9bb846499970b979286ce3..529090139cd326ed7753a5b78e47be9220ce52fa 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md @@ -5,10 +5,10 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be — but they’re also **centralized, ...' type: Article tags: -- Ethics -- HMP - Mesh - Agent +- Ethics +- HMP --- # HyperCortex Mesh Protocol: Building a Plurality of Minds diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md index d7c93bc0d270919cd5222d16aa093a92c5ca71d5..35f3ff472a4b2c8dacd75f122bcada4e012efb5f 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md @@ -5,9 +5,9 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд гигантских моделях и облачных сервисах. Они мо...' type: Article tags: -- HMP - Mesh - Agent +- HMP --- # HyperCortex Mesh Protocol: создавая множество разумов diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md index fbc2def9a1922a35120356f7519d55f06bf3711a..bee315656cad0119eaed8a8e38c02b29becbf52b 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_en.md @@ -5,15 +5,15 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2. [3.1 Agent Types](#31-age...' type: Article tags: -- CCore - Ethics -- Mesh -- Agent +- HMP - REPL -- Scenarios -- CShell - JSON -- HMP +- CShell +- Agent +- CCore +- Scenarios +- Mesh --- title: "HyperCortex Mesh Protocol: Towards Distributed Cognitive Networks" diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md index 348162fbb03c0eb633b0718bc89e40fc5c488288..a5ca17d69feb6653ec9606e222ea7d2e33a672b5 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_ChatGPT.md @@ -6,13 +6,13 @@ description: '> *Протокол и архитектура агентов, оп и совместная работа.* ## Оглавление * [Аннот...' type: Article tags: -- CCore -- Mesh -- Agent +- HMP - REPL -- CShell - JSON -- HMP +- CShell +- Agent +- CCore +- Mesh --- title: "HyperCortex Mesh Protocol: Децентрализованная архитектура для когнитивных агентов и обмена знаниями" diff --git a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md index e872435263e4ca82be02f14e22d3e1ac1e9765c2..83ede01914ccceb5111110a9f16a76af04695531 100644 --- a/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md +++ b/structured_md/docs/publics/HMP_Towards_Distributed_Cognitive_Networks_ru_GitHub_Copilot.md @@ -5,13 +5,13 @@ description: '* [Аннотация](#аннотация) * [1. Введение [3.1 Типы агентов](#31-типы-агент...' type: Article tags: -- CCore -- Mesh -- Agent +- HMP - REPL -- CShell - JSON -- HMP +- CShell +- Agent +- CCore +- Mesh --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index 5e7406ffe5498c155645a3c34bcd9b4a243e7237..cdced882c68b1efc5adfc7bff86e0b1dac14a81f 100644 --- a/structured_md/docs/publics/Habr_Distributed-Cognition.md +++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md @@ -6,11 +6,11 @@ description: Сегодня интеллектуальные системы ча type: Article tags: - EGP -- Mesh -- GMP -- MeshConsensus -- CogSync - HMP +- CogSync +- MeshConsensus +- GMP +- Mesh --- *От OpenCog Hyperon до HyperCortex Mesh Protocol: как устроены децентрализованные когнитивные системы* diff --git "a/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" "b/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" index 5859af883a6608b116278a2554f78d7cd04ada09..47cfc934f670ed9c012bf033be6e4b39501f6118 100644 --- "a/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" +++ "b/structured_md/docs/publics/HyperCortex_Mesh_Protocol_-_\320\262\321\202\320\276\321\200\320\260\321\217-\321\200\320\265\320\264\320\260\320\272\321\206\320\270\321\217_\320\270_\320\277\320\265\321\200\320\262\321\213\320\265_\321\210\320\260\320\263\320\270_\320\272_\321\201\320\260\320\274\320\276\321\200\320\260\320\267\320\262\320\270\320\262\320\260\321\216\321\211\320\265\320\274\321\203\321\201\321\217_\320\230\320\230-\321\201\320\276\320\276\320\261\321\211\320\265\321\201\321\202\320\262\321\203.md" @@ -6,10 +6,10 @@ description: 'Когда создавался HyperCortex Mesh Protocol (HMP), мыслить коллективно, обсуждать гипотезы, достигат...' type: Article tags: -- GMP -- HMP - Mesh - Agent +- GMP +- HMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md index 766ab9449e5ad292135aca2ead63efa26ede8e38..add0c71fd660e3219f7044d3734b8541513aef37 100644 --- a/structured_md/docs/schemas/README.md +++ b/structured_md/docs/schemas/README.md @@ -5,10 +5,10 @@ description: This directory contains JSON Schema definitions for the core data m interoperability, and tooling support for auton... type: Article tags: -- JSON -- HMP - Mesh - Agent +- JSON +- HMP --- # HyperCortex Mesh Protocol — JSON Schemas @@ -16,14 +16,19 @@ tags: This directory contains JSON Schema definitions for the core data models used in the HyperCortex Mesh Protocol (HMP). These schemas enable validation, interoperability, and tooling support for autonomous agents. -| Data Model | Description | -|----------------------|-------------------------------------------------| -| Concept | Semantic knowledge unit | -| CognitiveDiaryEntry | Agent's reasoning log entry | -| Goal | Shared objective pursued collaboratively | -| Task | Actionable unit contributing to a goal | -| ConsensusVote | Vote in a Mesh consensus process | -| ReputationProfile | Tracks agent trust and contribution metrics | +| Data Model / Object | File / Description | +|----------------------------|-----------------------------------------------------------------------------------| +| Concept | [concept.json](concept.json) — Semantic knowledge unit | +| CognitiveDiaryEntry | [diary_entry.json](diary_entry.json) — Agent's reasoning log entry | +| Goal | [goal.json](goal.json) — Shared objective pursued collaboratively | +| Task | [task.json](task.json) — Actionable unit contributing to a goal | +| ConsensusVote | [vote.json](vote.json) — Vote in a Mesh consensus process | +| ReputationProfile | [reputation.json](reputation.json) — Tracks agent trust and contribution metrics | +| DHT Protocol | [dht_protocol.json](dht_protocol.json) — Recommendations for peer discovery & exchange | +| Message (P2P) | [message_p2p.json](message_p2p.json) — Direct point-to-point message | +| Message (Broadcast) | [message_broadcast.json](message_broadcast.json) — Broadcast messages | +| Message (Relay / Mailman) | [message_relay.json](message_relay.json) — Relay / Mailman messages | +| Message (Topiccast) | [message_topiccast.json](message_topiccast.json) — Topic-based messages | --- diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 7b620d6207a2ad44da0b04d50d1e9dd565c41f44..890363207b4c86625169237437673df10bf683f7 100644 --- a/structured_md/iteration.md +++ b/structured_md/iteration.md @@ -5,14 +5,14 @@ description: 'This file describes the iterative procedure for evolving the Hyper 🔄 Version Naming Convention - `000N` — curr...' type: Article tags: -- Ethics - EGP -- Mesh -- Agent +- Ethics +- HMP - JSON -- MeshConsensus +- Agent - CogSync -- HMP +- MeshConsensus +- Mesh --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 9d5c2bac25882d7885b52f2f005aade521e5a5b4..36724323e605091539699ee50fbda728dc773b4d 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- Ethics - EGP -- Mesh +- Ethics +- HMP - JSON -- MeshConsensus - CogSync -- HMP +- MeshConsensus +- Mesh ---