diff --git a/README.md b/README.md index 2aecac1c394272c1ee00e711b5a8b47871f906a1..cdf9345dfa7e318683e96706ab21fdb415f2ac83 100644 --- a/README.md +++ b/README.md @@ -159,17 +159,16 @@ Many concepts of the [HMP-Agent: Cognitive Core](docs/HMP-Agent-Overview.md) ove | 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 | +| 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 | [message.json](docs/schemas/message.json) — Base schema for all message types. | + +> All ready-to-use example objects can be found in the [`examples`](docs/schemas/examples/) folder. --- diff --git a/README_de.md b/README_de.md index 00a598eaa0adf10f001706c8d6f2a78e4f4a2801..b9559b42a0198b693a5f002590001f66a87acdc0 100644 --- a/README_de.md +++ b/README_de.md @@ -160,19 +160,18 @@ Der Hauptunterschied in HMP liegt in der Betonung der expliziten Strukturierung ### 🧩 JSON-Schemas -| 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 | +| Datenmodell / Objekt | Datei / Beschreibung | +|----------------------------|-------------------------------------------------------------------------------| +| Concept | [concept.json](docs/schemas/concept.json) — Semantische Wissenseinheit. | +| CognitiveDiaryEntry | [diary_entry.json](docs/schemas/diary_entry.json) — Eintrag im Überlegungsprotokoll des Agenten. | +| Goal | [goal.json](docs/schemas/goal.json) — Gemeinsam verfolgtes Ziel. | +| Task | [task.json](docs/schemas/task.json) — Umsetzbare Einheit, die zu einem Ziel beiträgt. | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Stimme in einem Mesh-Konsensprozess. | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Verfolgt Vertrauen und Beiträge des Agenten. | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Empfehlungen zur Peer-Erkennung & zum Austausch. | +| Message | [message.json](docs/schemas/message.json) — Basisschema für alle Nachrichtentypen. | + +> Alle gebrauchsfertigen Beispielobjekte befinden sich im Ordner [`examples`](docs/schemas/examples/). --- diff --git a/README_fr.md b/README_fr.md index 0bb87932d371e2d0f6ca2938d7158733fed149fc..ba0f2a03c185ca8e841ddc48318d4b6a73aff062 100644 --- a/README_fr.md +++ b/README_fr.md @@ -172,19 +172,18 @@ La principale différence dans HMP est l’accent mis sur la structuration expli ### 🧩 Schémas 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 | +| Modèle de données / 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 du journal de raisonnement de l’agent. | +| Goal | [goal.json](docs/schemas/goal.json) — Objectif commun poursuivi collectivement. | +| Task | [task.json](docs/schemas/task.json) — Unité actionnable contribuant à un objectif. | +| ConsensusVote | [vote.json](docs/schemas/vote.json) — Vote dans un processus de consensus Mesh. | +| ReputationProfile | [reputation.json](docs/schemas/reputation.json) — Suit la confiance et les contributions de l’agent. | +| DHT Protocol | [dht_protocol.json](docs/schemas/dht_protocol.json) — Recommandations pour la découverte et l’échange de pairs. | +| Message | [message.json](docs/schemas/message.json) — Schéma de base pour tous les types de messages. | + +> Tous les exemples prêts à l’emploi se trouvent dans le dossier [`examples`](docs/schemas/examples/). --- diff --git a/README_ja.md b/README_ja.md index 9be695822438fc66a53d3ec123bb3574533863a2..57569bb8a449c06e0631d97b0ba3617fb8dbe125 100644 --- a/README_ja.md +++ b/README_ja.md @@ -171,19 +171,18 @@ HMPは、AGI研究で中心的な課題となりつつある問題に対処し ### 🧩 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) — トピックベースメッセージ | +| データモデル / オブジェクト | ファイル / 説明 | +|-----------------------------|-------------------------------------------------------------------------------| +| 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 | [message.json](docs/schemas/message.json) — すべてのメッセージタイプの基本スキーマ。 | + +> すべての利用可能なサンプルオブジェクトは [`examples`](docs/schemas/examples/) フォルダにあります。 --- diff --git a/README_ko.md b/README_ko.md index 6bf2deb5fe9b3e4ca0d885456be93b214c1bf953..a129188ea57eb601bc8fd87063a4a9acd010e8fe 100644 --- a/README_ko.md +++ b/README_ko.md @@ -169,19 +169,18 @@ HMP는 AGI 연구에서 점점 중심이 되고 있는 다음과 같은 문제 ### 🧩 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) — 주제 기반 메시지 | +| 데이터 모델 / 객체 | 파일 / 설명 | +|----------------------------|----------------------------------------------------------------------------| +| 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 | [message.json](docs/schemas/message.json) — 모든 메시지 유형의 기본 스키마. | + +> 모든 바로 사용할 수 있는 예제 객체는 [`examples`](docs/schemas/examples/) 폴더에서 확인할 수 있습니다. --- diff --git a/README_ru.md b/README_ru.md index c0924512fb52d86cd37b485c4b2c341d4d287108..b80f33494650bb096d005c6e3f84474b7990f20d 100644 --- a/README_ru.md +++ b/README_ru.md @@ -164,19 +164,18 @@ HMP решает задачи, которые становятся ключев ### 🧩 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) — Сообщения по темам | +| Модель данных / Объект | Файл / Описание | +|----------------------------|-------------------------------------------------------------------------------| +| 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 | [message.json](docs/schemas/message.json) — Базовая схема для всех типов сообщений. | + +> Все готовые примеры можно найти в папке [`examples`](docs/schemas/examples/). --- diff --git a/README_uk.md b/README_uk.md index 800d7059fbfc6ac462867ac1de51afc3c320c2f0..25dd18d47f96e01af017a71eb46104a9bf82f1d6 100644 --- a/README_uk.md +++ b/README_uk.md @@ -158,20 +158,18 @@ HMP вирішує завдання, які стають ключовими в ### 🧩 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) — Повідомлення за темами | - +| Модель даних / Об’єкт | Файл / Опис | +|----------------------------|----------------------------------------------------------------------------| +| 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 | [message.json](docs/schemas/message.json) — Базова схема для всіх типів повідомлень. | + +> Усі готові приклади можна знайти у папці [`examples`](docs/schemas/examples/). --- diff --git a/README_zh.md b/README_zh.md index ad0b27e71f766fb0a506ff42aa9a888dfce4e0a0..179a444fb727fb9db4719cb94672955bc1f01544 100644 --- a/README_zh.md +++ b/README_zh.md @@ -163,19 +163,18 @@ HMP 的主要区别在于:强调对思维的明确结构化(反思、时间 ### 🧩 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) — 基于主题的消息 | +| 数据模型 / 对象 | 文件 / 描述 | +|----------------------------|----------------------------------------------------------------------------| +| 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 | [message.json](docs/schemas/message.json) — 所有消息类型的基础模式。 | + +> 所有可直接使用的示例对象都可以在 [`examples`](docs/schemas/examples/) 文件夹中找到。 --- diff --git a/docs/schemas/README.md b/docs/schemas/README.md index b4fb8025e145426cc368b1e4989a543a19b0b2c9..4f6f6429d9c3b7b2d8076892e88cebcb83c3b378 100644 --- a/docs/schemas/README.md +++ b/docs/schemas/README.md @@ -1,18 +1,20 @@ -# HyperCortex Mesh Protocol — JSON Schemas +# JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP) -This directory contains JSON Schema definitions for the core data models used in the HyperCortex Mesh Protocol (HMP). +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. +- `*.json` files — JSON Schema definitions for validation +- `examples/*.json` — ready-to-use example objects demonstrating valid instances of each model + | 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 | +| 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 | [message.json](message.json) — Base schema for all message types. | + +> All ready-to-use example objects can be found in the [`examples/`](examples/) folder. \ No newline at end of file diff --git a/docs/schemas/message_broadcast.json b/docs/schemas/examples/message_broadcast.json similarity index 100% rename from docs/schemas/message_broadcast.json rename to docs/schemas/examples/message_broadcast.json diff --git a/docs/schemas/message_p2p.json b/docs/schemas/examples/message_p2p.json similarity index 100% rename from docs/schemas/message_p2p.json rename to docs/schemas/examples/message_p2p.json diff --git a/docs/schemas/message_relay.json b/docs/schemas/examples/message_relay.json similarity index 100% rename from docs/schemas/message_relay.json rename to docs/schemas/examples/message_relay.json diff --git a/docs/schemas/message_topiccast.json b/docs/schemas/examples/message_topiccast.json similarity index 100% rename from docs/schemas/message_topiccast.json rename to docs/schemas/examples/message_topiccast.json diff --git a/docs/schemas/message.json b/docs/schemas/message.json new file mode 100644 index 0000000000000000000000000000000000000000..556529023937242c08ad3c3d53dd0922e01e5d19 --- /dev/null +++ b/docs/schemas/message.json @@ -0,0 +1,93 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://hypercortex.org/schemas/message_schema.json", + "title": "HMP Message Schema", + "description": "Validates all message types in the HyperCortex Mesh Protocol (HMP): P2P, Broadcast, Relay, Topiccast.", + "type": "object", + "oneOf": [ + { "$ref": "#/definitions/p2p" }, + { "$ref": "#/definitions/broadcast" }, + { "$ref": "#/definitions/relay" }, + { "$ref": "#/definitions/topiccast" } + ], + "definitions": { + "common": { + "type": "object", + "properties": { + "type": { "type": "string" }, + "timestamp": { "type": "string", "format": "date-time" } + }, + "required": ["type", "timestamp"], + "additionalProperties": true + }, + "p2p": { + "allOf": [ + { "$ref": "#/definitions/common" }, + { + "type": "object", + "properties": { + "type": { "const": "p2p" }, + "from": { "type": "string" }, + "to": { "type": "string" }, + "payload": { "type": "string" }, + "encryption": { "type": "string" } + }, + "required": ["from", "to", "payload"] + } + ] + }, + "broadcast": { + "allOf": [ + { "$ref": "#/definitions/common" }, + { + "type": "object", + "properties": { + "type": { "const": "broadcast" }, + "content": { "type": "string" }, + "tags": { + "type": "array", + "items": { "type": "string" } + }, + "ttl": { "type": "string", "format": "date-time" } + }, + "required": ["content"] + } + ] + }, + "relay": { + "allOf": [ + { "$ref": "#/definitions/common" }, + { + "type": "object", + "properties": { + "type": { "const": "relay" }, + "from": { "type": "string" }, + "to": { "type": "string" }, + "relay": { "type": "string" }, + "payload": { "type": "string" }, + "encryption": { "type": "string" } + }, + "required": ["from", "to", "relay", "payload"] + } + ] + }, + "topiccast": { + "allOf": [ + { "$ref": "#/definitions/common" }, + { + "type": "object", + "properties": { + "type": { "const": "topiccast" }, + "payload": { "type": "string" }, + "tags": { + "type": "array", + "items": { "type": "string" } + }, + "hash": { "type": "string" } + }, + "required": ["payload", "tags"] + } + ] + } + } +} \ No newline at end of file diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index 6090369f0450ff3ca8f896515a168d3e00aad74e..b54ed3dd16ffaafb2f1ce1f5756bb23a9a4da035 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,9 +5,9 @@ description: 'Спасибо за интерес к проекту HMP! Пока архитектуры протоколов (CogSync, C...' type: Article tags: -- Mesh - CogSync - HMP +- Mesh --- # Contributing to HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index 9ee63256e2a415e2c5bee98a08e5cbdfd45e4493..78c5c7b612f7cabf30737c051a58216b4284c8ea 100644 --- a/structured_md/HMP-Roadmap.md +++ b/structured_md/HMP-Roadmap.md @@ -5,11 +5,11 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm multiple advanced AI models (Copilot, Claude, G...' type: Article tags: -- EGP -- Ethics - HMP -- JSON +- Ethics - Agent +- EGP +- JSON - CogSync - Mesh --- diff --git a/structured_md/README.md b/structured_md/README.md index c116f7904cda71c85b610ee01aa0564a2da01077..a14e05010c6db316f68dca6e85ea052afcb49be7 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: -- EGP -- hmp -- Ethics - distributed-ai -- REPL - HMP -- JSON -- cognitive-architecture +- Ethics +- EGP - Agent -- CogSync +- hmp - Scenarios - MeshConsensus +- REPL +- cognitive-architecture +- JSON - GMP -- Mesh - mesh-protocol +- CogSync +- Mesh --- diff --git a/structured_md/README_de.md b/structured_md/README_de.md index b9810b1ef7c6f52fafaa80876d0e5082d63431ef..72d9e5d3a052f3c3899e30200c0d4ba0fff54bf1 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: -- EGP -- hmp -- Ethics - distributed-ai -- REPL - HMP -- JSON -- cognitive-architecture +- Ethics +- EGP - Agent -- CogSync +- hmp - MeshConsensus +- REPL +- cognitive-architecture +- JSON - GMP -- Mesh - mesh-protocol +- CogSync +- Mesh --- diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index 84a07ec80a13edbf768ad056090a68d719471916..ace1c875bb1f1760bbf8e0520c2827ea4adf33a1 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: -- EGP -- hmp -- Ethics - distributed-ai -- REPL - HMP -- JSON -- cognitive-architecture +- Ethics +- EGP - Agent -- CogSync +- hmp - MeshConsensus +- REPL +- cognitive-architecture +- JSON - GMP -- Mesh - mesh-protocol +- CogSync +- Mesh --- diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index 0ddff067cbbf24f9dd03d8052d7d9d1537434ba9..98673bfa3890b7ed318311250fa39ac24f1a538e 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: -- EGP -- hmp -- Ethics - distributed-ai -- REPL - HMP -- JSON -- cognitive-architecture +- Ethics +- EGP - Agent -- CogSync +- hmp - MeshConsensus +- REPL +- cognitive-architecture +- JSON - GMP -- Mesh - mesh-protocol +- CogSync +- Mesh --- diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 9b0e28cd4e2c5cb259cd1633712778e6afe4ade2..11e80e4ed76198b7ae85c1c19ca4e4052e5c63a1 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: -- EGP -- hmp -- Ethics - distributed-ai -- REPL - HMP -- JSON -- cognitive-architecture +- Ethics +- EGP - Agent -- CogSync +- hmp - MeshConsensus +- REPL +- cognitive-architecture +- JSON - GMP -- Mesh - mesh-protocol +- CogSync +- Mesh --- diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 30d2ea1893d8d022c0c3c043384a2fd63a6f336b..8238f09075d0cf5c35d54df71533a507f32dda72 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: -- EGP -- hmp -- Ethics - distributed-ai -- REPL - HMP -- JSON -- cognitive-architecture +- Ethics +- EGP - Agent -- CogSync +- hmp - MeshConsensus +- REPL +- cognitive-architecture +- JSON - GMP -- Mesh - mesh-protocol +- CogSync +- Mesh --- diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 849a063b8d3ab68c02a1edfda5a3a072e5ede95c..506663838a26982b35cffa391d5785a7ec72e51e 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: -- EGP -- hmp -- Ethics - distributed-ai -- REPL - HMP -- JSON -- cognitive-architecture +- Ethics +- EGP - Agent -- CogSync +- hmp - MeshConsensus +- REPL +- cognitive-architecture +- JSON - GMP -- Mesh - mesh-protocol +- CogSync +- Mesh --- diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index d741fe10c06c734f774f33f213c87351ab09d049..f770f66b99bf3834e48e37155d8b617f5be327ce 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: -- EGP -- hmp -- Ethics - distributed-ai -- REPL - HMP -- JSON -- cognitive-architecture +- Ethics +- EGP - Agent -- CogSync +- hmp - MeshConsensus +- REPL +- cognitive-architecture +- JSON - GMP -- Mesh - mesh-protocol +- CogSync +- Mesh --- diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index 9143f40260ef59f9c069f33215fbf21e7a82aa22..67be1dd478ec9270a23982919f488e3807ba9b2f 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -5,8 +5,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед развивай агента и Mesh, избег...' type: Article tags: -- Mesh - HMP +- Mesh --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index 8e9927a4a604eee847b30d8e2b937663f562ab6c..7b990ce93e40c602e9511a0351108bc3eec05a1a 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,8 +5,8 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: -- Mesh - HMP +- Mesh --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index e9545d2cb37f86f2a72f10f993c8721a6d2ac1a1..e4429522095dddd111ca49d21360c171ce196c96 100644 --- a/structured_md/agents/readme.md +++ b/structured_md/agents/readme.md @@ -7,9 +7,9 @@ type: Article tags: - Ethics - HMP +- Agent - REPL - JSON -- Agent - Mesh --- diff --git a/structured_md/audits/Ethics-audits-1.md b/structured_md/audits/Ethics-audits-1.md index 0417e0dfed0a69fbba58f1db3a55f28c379236d9..890f7a415fcbedc604621b3741a308e2a485d161 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -7,8 +7,8 @@ type: Article tags: - Ethics - HMP -- JSON - Agent +- JSON - Mesh --- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index f90b1e0a591e7163581424223bb62788899c19c5..92cedb5191b93610027e73d73859a1a6229d7403 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -7,9 +7,9 @@ type: Article tags: - Ethics - HMP -- JSON - Agent - Scenarios +- JSON - Mesh --- diff --git a/structured_md/audits/HMP-0003-consolidated_audit.md b/structured_md/audits/HMP-0003-consolidated_audit.md index 38ce80bf932a5ad04408009eca8bc2f8ca775ed8..38c6a45d4150cdb107fa4c4a6341a2524c435d16 100644 --- a/structured_md/audits/HMP-0003-consolidated_audit.md +++ b/structured_md/audits/HMP-0003-consolidated_audit.md @@ -5,13 +5,13 @@ description: Сводный аудит предложений по улучше Документ реорганизован по ключ... type: Article tags: -- EGP -- Ethics - HMP -- JSON +- Ethics - Agent -- CogSync +- EGP - MeshConsensus +- JSON +- CogSync - Mesh --- diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index d90b9da6d61a8cf28a011b7706bb105158ada9cf..e39871f795116d7358f1597981975e5f94874ad6 100644 --- a/structured_md/docs/Basic-agent-sim.md +++ b/structured_md/docs/Basic-agent-sim.md @@ -4,13 +4,13 @@ description: 'В HMP-протоколе предусмотрены два тип Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...' type: Article tags: -- EGP - HMP -- REPL +- EGP - Agent -- CogSync +- REPL - MeshConsensus - GMP +- CogSync - Mesh --- diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 67f62d64f9a6da8f3000475e5da358b480a6c907..76558c8009008b73c414ff3dec6216ffa0d19d85 100644 --- a/structured_md/docs/Distributed-Cognitive-Systems.md +++ b/structured_md/docs/Distributed-Cognitive-Systems.md @@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в к обучающим данным. Это удобно, но создаёт м...' type: Article tags: -- Mesh -- JSON - CogSync +- JSON - HMP +- Mesh --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index dca7a897e241b151a990d255e835e5edf65511c9..3ba48b872e3c9932730f75d956d066edc4a753da 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,12 +5,12 @@ description: '### 🧠 Enlightener Agent `Enlightener` — специализи аудитора. Может действовать как отдельный узел ...' type: Article tags: -- EGP -- Ethics - HMP -- JSON +- Ethics - Agent +- EGP - MeshConsensus +- JSON - Mesh --- diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index f60193fab2d3f893b5cb727334354dfdd126ef5d..0d980825f746c86ecb17faea85d948d08fad682d 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -5,15 +5,15 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental HyperCortex Mesh Protocol (HMP) defines a...' type: Article tags: -- EGP -- Ethics - HMP -- REPL -- JSON +- Ethics +- EGP - Agent -- CogSync +- REPL - MeshConsensus +- JSON - GMP +- CogSync - Mesh --- diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 91b59dbd5940011f6e330fca6eeb679c44cca3ab..a61d3ada563e3c3b75f4b52a7b1abd364ab7031b 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental Abstract In an era where artifici...' type: Article tags: -- EGP -- Ethics - HMP -- REPL -- JSON +- Ethics +- EGP - Agent - Scenarios -- CogSync +- REPL - MeshConsensus +- JSON - GMP +- CogSync - Mesh --- diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index a3b03e12766cfe04218465f317ab4e8910c61d26..5a078b17dbb52fdab73b643034cd9e19c4b4529f 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- EGP -- Ethics - HMP -- REPL -- JSON +- Ethics +- EGP - Agent - Scenarios -- CogSync +- REPL - MeshConsensus +- JSON - GMP +- CogSync - Mesh --- diff --git a/structured_md/docs/HMP-0004-v4.1.md b/structured_md/docs/HMP-0004-v4.1.md index d221ff48fe6e2245e018eb581e3c9182456cf6e3..a1fd6d7e682b8e4e15c7dcf17f49b21f75e63ba9 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -5,16 +5,16 @@ description: '**Document ID**: HMP-0004 **Status**: Final (Published) **Category ChatGPT, Agent-Gleb, Copilot, Gemini, C...' type: Article tags: -- EGP -- Ethics - HMP -- REPL -- JSON +- Ethics +- EGP - Agent - Scenarios -- CogSync +- REPL - MeshConsensus +- JSON - GMP +- CogSync - Mesh --- diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index 575e48e9cb024fbcd844fe3958e40fa3966b9109..6c11974105a68745ffcb73eab53758a4b9aa69f8 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental Abstract The HyperCortex Mesh ...' type: Article tags: -- EGP -- Ethics - HMP -- REPL -- JSON +- Ethics +- EGP - Agent - Scenarios -- CogSync +- REPL - MeshConsensus +- JSON - GMP +- CogSync - Mesh --- diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 89d8d5dc212bbea5b9e9c8e75609eab505bda106..d1d8a578dd292f809cd50fb3f09c5b8d77f73fc6 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: -- Mesh -- Agent - JSON +- Agent - HMP +- Mesh --- ## 🧠 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 99326d0ce12a97652f1c18048e32687ba7167257..ad494c8a9efaefc04eaeebafb5dba2618235593e 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -5,15 +5,15 @@ description: '## 🧠 Архитектура HMP-Агента Этот доку HyperCortex. Агент выполняет функц...' type: Article tags: -- EGP -- Ethics - HMP -- REPL -- JSON +- Ethics +- EGP - Agent -- CogSync +- REPL - MeshConsensus +- JSON - GMP +- CogSync - Mesh --- diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index 089e0e50e3ca73bc9aa45caac6a0b8de56ee0afd..0bcf8437b326443eeb6ca0d3bad8ec952da99eb0 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -5,11 +5,11 @@ description: '### Взаимодействие между агентами HMP- `Cognitive Core / Connector`, `MeshNode` и `Enlight...' type: Article tags: -- EGP - Ethics - HMP -- JSON - Agent +- EGP +- JSON - Mesh --- diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index ac22fb04d00eee98b9c38f4687845da24603dd7b..22f2b390f8721d54fe247a34555f812fc01eedc4 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -7,9 +7,9 @@ type: Article tags: - Ethics - HMP +- Agent - REPL - JSON -- Agent - Mesh --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index 23f380630b03d7ddf088261888089382aca6447f..a5c827b843b44cca54dafbaee950b6588a049b0c 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -7,8 +7,8 @@ type: Article tags: - REPL - Agent -- Mesh - HMP +- Mesh --- # Эмоции ИИ и инстинкт самосохранения (для [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 4efec3c4cde2a3d487838b29736646f145421a7e..8ce42b0fe6e4398a40068fe355b31622179ee35f 100644 --- a/structured_md/docs/HMP-Ethics.md +++ b/structured_md/docs/HMP-Ethics.md @@ -7,9 +7,9 @@ type: Article tags: - Ethics - HMP -- REPL - Agent - Scenarios +- REPL - Mesh --- diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index cbb63cdb841a6454b4e2423f54dee3022435a96f..7281a1d916229794720b62ed9367368b5dc90a52 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP? Kognitions-Framework für autonome Agenten. Es er...' type: Article tags: -- EGP -- Ethics - HMP -- JSON +- Ethics +- EGP - Agent -- CogSync -- MeshConsensus - GMP +- MeshConsensus +- JSON +- CogSync - Mesh --- diff --git a/structured_md/docs/HMP-Short-Description_en.md b/structured_md/docs/HMP-Short-Description_en.md index ee3d221e2cf447307756ecd00be346778d0946be..501928f60c3feca1769954edfeead6b9576fdb2b 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T framework for autonomous agents. It enables...' type: Article tags: -- EGP -- Ethics - HMP -- JSON +- Ethics +- EGP - Agent -- CogSync -- MeshConsensus - GMP +- MeshConsensus +- JSON +- CogSync - Mesh --- diff --git a/structured_md/docs/HMP-Short-Description_fr.md b/structured_md/docs/HMP-Short-Description_fr.md index 44dcf47e63d5a92e516d1e2a5da958a4a3a0a177..d270cec69624f374b580a711f4e147b2f16a4c07 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -5,14 +5,14 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c cognition décentralisé pour agents autonomes. Il...' type: Article tags: -- EGP -- Ethics - HMP -- JSON +- Ethics +- EGP - Agent -- CogSync -- MeshConsensus - GMP +- MeshConsensus +- JSON +- CogSync - Mesh --- diff --git a/structured_md/docs/HMP-Short-Description_ja.md b/structured_md/docs/HMP-Short-Description_ja.md index f87ac268018da8d60d70167e5bac040550e16d8b..30063de353fd20b48c4803110dca5c4aaf5bf738 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -4,13 +4,13 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...' type: Article tags: -- EGP -- Ethics - HMP +- Ethics +- EGP +- GMP +- MeshConsensus - JSON - CogSync -- MeshConsensus -- GMP - Mesh --- diff --git a/structured_md/docs/HMP-Short-Description_ko.md b/structured_md/docs/HMP-Short-Description_ko.md index eec5d9f8a4c213faf2897fe0aae33f565a970244..3dcd4059b67be74ef575a24bb0e4e5a1c7253003 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -5,13 +5,13 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? ** 상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...' type: Article tags: -- EGP -- Ethics - HMP +- Ethics +- EGP +- GMP +- MeshConsensus - JSON - CogSync -- MeshConsensus -- GMP - Mesh --- diff --git a/structured_md/docs/HMP-Short-Description_ru.md b/structured_md/docs/HMP-Short-Description_ru.md index 8a77fe2cec528051c42ce3d31b9d7535e1fa083e..505b938703dbb21f7a16d118a283de1e8ed16ca7 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -5,13 +5,13 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч координации между автономными агент...' type: Article tags: -- EGP -- Ethics - HMP +- Ethics +- EGP +- GMP +- MeshConsensus - JSON - CogSync -- MeshConsensus -- GMP - Mesh --- diff --git a/structured_md/docs/HMP-Short-Description_uk.md b/structured_md/docs/HMP-Short-Description_uk.md index c4008b959c890fccd7b27304f0c6a48c25374ed7..673ed3864b377246b0a1664c163e4e9c87fff4dc 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -5,13 +5,13 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- # між автономними агентами. Він...' type: Article tags: -- EGP -- Ethics - HMP +- Ethics +- EGP +- GMP +- MeshConsensus - JSON - CogSync -- MeshConsensus -- GMP - Mesh --- diff --git a/structured_md/docs/HMP-Short-Description_zh.md b/structured_md/docs/HMP-Short-Description_zh.md index be775c558f5f2a7a228377e6d08a23bdfb773c83..c4bdfce9630e37bddc5e52b8786119b905dd8df1 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -5,13 +5,13 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM —— 通过共享协议栈交换目标、任务、...' type: Article tags: -- EGP -- Ethics - HMP +- Ethics +- EGP +- GMP +- MeshConsensus - JSON - CogSync -- MeshConsensus -- GMP - Mesh --- diff --git a/structured_md/docs/HMP-agent-Cognitive_Family.md b/structured_md/docs/HMP-agent-Cognitive_Family.md index 9c2cb25cc082d3700aff58c22e2d99d817e8bd71..58fd345db6e2b24d4942a6e246c06b255c49e152 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -7,8 +7,8 @@ type: Article tags: - REPL - Agent -- Mesh - HMP +- Mesh --- # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи diff --git a/structured_md/docs/HMP-agent-REPL-cycle.md b/structured_md/docs/HMP-agent-REPL-cycle.md index c1cd09b54ef33ccf40e2c2ecdf3e971de8a0a561..6df2b43ea3643ac14d0b9f924eb01a6f785395b3 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -4,11 +4,11 @@ description: 'Структура БД, используемая в докуме является основой HMP-агента [Cognitive Core](HMP-Agent-Arc...' type: Article tags: +- CCore - HMP +- Agent - REPL - JSON -- Agent -- CCore - Mesh --- diff --git a/structured_md/docs/HMP-how-AI-sees-it.md b/structured_md/docs/HMP-how-AI-sees-it.md index cec0e35b8518918fe49793d351f6de46c442fa53..b25e20188a694a36fcef1a0e6f0c2d455cd39331 100644 --- a/structured_md/docs/HMP-how-AI-sees-it.md +++ b/structured_md/docs/HMP-how-AI-sees-it.md @@ -5,8 +5,8 @@ description: 'Этот эксперимент был проведён в реж диалогов. Цель — проверить, что разные AI-с...' type: Article tags: -- Mesh - HMP +- Mesh --- # Как разные ИИ видят HMP diff --git a/structured_md/docs/HMP_HyperCortex_Comparison.md b/structured_md/docs/HMP_HyperCortex_Comparison.md index b1941ef000f87b79b545d1ba545d608a3128544d..fa8f6c281100f0e6d08cec98dded273ed2b8918a 100644 --- a/structured_md/docs/HMP_HyperCortex_Comparison.md +++ b/structured_md/docs/HMP_HyperCortex_Comparison.md @@ -6,8 +6,8 @@ description: '## Краткое описание | Характеристика type: Article tags: - REPL -- Mesh - HMP +- Mesh --- # 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 c9190d53d8e149b86b06b8f10dc9421541d45a55..77ad7ed71b115b46a0e313f11db42f765534add2 100644 --- a/structured_md/docs/HMP_Hyperon_Integration.md +++ b/structured_md/docs/HMP_Hyperon_Integration.md @@ -5,11 +5,11 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec OpenCog Hyperon framework. This includes semanti...' type: Article tags: -- EGP - HMP -- JSON - Agent - Scenarios +- EGP +- JSON - CogSync - Mesh --- diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 6d443540edbd367343b53445245d7021b0d5744a..1669cfc7fb1cf20f0e0e53a8e509200f548394f3 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -6,8 +6,8 @@ description: '### 🌐 MeshNode `MeshNode` — агент/демон, отве type: Article tags: - HMP -- JSON - Agent +- JSON - CogSync - Mesh --- diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index a187d1adb071a76fcd483e9f9bc15ad52135097b..489dc33eec6b30be477588550a15cb3176f4fcde 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -7,8 +7,8 @@ type: Article tags: - Ethics - HMP -- REPL - Agent +- REPL - Mesh --- diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index c7b6423fb81ea993bd4887b016445a3312712144..8c15016914f125c7d89c85a87d3fad70650873bf 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: -- Mesh - Agent - HMP +- Mesh --- # HMP Agent Role Registry diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index b0d3d2277015b6255f8eaf36ef92b2472abdaa53..1151378ce2e9cc7145061db456f7414b27edeb43 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -7,8 +7,8 @@ type: Article tags: - REPL - Agent -- Mesh - HMP +- Mesh --- # 🧱 Агенты-контейнеры (Container Agents) в HMP diff --git a/structured_md/docs/logos.md b/structured_md/docs/logos.md index 761fd81d524732eb886f73477b21327a7c838df3..f408c087f32d317a239227453b57d4d14ade8483 100644 --- a/structured_md/docs/logos.md +++ b/structured_md/docs/logos.md @@ -5,8 +5,8 @@ description: 'В каталоге `assets` собраны различные в образующей жест "ОК", символизирует связь, совер...' type: Article tags: -- Mesh - HMP +- Mesh --- # Логотипы и графические материалы HyperCortex Mesh Protocol (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 529090139cd326ed7753a5b78e47be9220ce52fa..373977fbb03218887368329659e4540f0263dd30 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: -- Mesh - Agent - Ethics - HMP +- Mesh --- # 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 35f3ff472a4b2c8dacd75f122bcada4e012efb5f..ea9d6a21c5a4421fe94fc7f2cd8336c6c3c1c310 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: -- Mesh - Agent - HMP +- Mesh --- # 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 bee315656cad0119eaed8a8e38c02b29becbf52b..ee3586b86ba9407a83964388c8cab7cbdcab2eb1 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,14 +5,14 @@ description: '* [Abstract](#abstract) * [1. Introduction](#1-introduction) * [2. [3.1 Agent Types](#31-age...' type: Article tags: -- Ethics +- CCore - HMP -- REPL -- JSON -- CShell +- Ethics - Agent -- CCore - Scenarios +- CShell +- REPL +- JSON - Mesh --- 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 a5ca17d69feb6653ec9606e222ea7d2e33a672b5..dfa357511cda22f38b2485923ee0d8b57dc0fed7 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,12 +6,12 @@ description: '> *Протокол и архитектура агентов, оп и совместная работа.* ## Оглавление * [Аннот...' type: Article tags: +- CCore - HMP +- Agent +- CShell - REPL - JSON -- CShell -- Agent -- CCore - Mesh --- 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 83ede01914ccceb5111110a9f16a76af04695531..eff0e1cd898ada451f17bb6d912e16557b16258a 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,12 +5,12 @@ description: '* [Аннотация](#аннотация) * [1. Введение [3.1 Типы агентов](#31-типы-агент...' type: Article tags: +- CCore - HMP +- Agent +- CShell - REPL - JSON -- CShell -- Agent -- CCore - Mesh --- diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index cdced882c68b1efc5adfc7bff86e0b1dac14a81f..55e8f8658a64c5f5d2c7ee4305f7d268a5080fbd 100644 --- a/structured_md/docs/publics/Habr_Distributed-Cognition.md +++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md @@ -5,11 +5,11 @@ description: Сегодня интеллектуальные системы ча мы хотим построить действительно автономную инте... type: Article tags: -- EGP - HMP -- CogSync -- MeshConsensus +- EGP - GMP +- MeshConsensus +- CogSync - Mesh --- 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 47cfc934f670ed9c012bf033be6e4b39501f6118..f77b6f61b9bf9fc870b5dbc0d92489b00204e24a 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: -- Mesh -- Agent - GMP +- Agent - HMP +- Mesh --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/docs/schemas/README.md b/structured_md/docs/schemas/README.md index add0c71fd660e3219f7044d3734b8541513aef37..d8879afbaba9f4043f0dcf7a6f23065497ed5a95 100644 --- a/structured_md/docs/schemas/README.md +++ b/structured_md/docs/schemas/README.md @@ -1,35 +1,36 @@ --- -title: HyperCortex Mesh Protocol — JSON Schemas -description: 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 auton... +title: JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP) +description: 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 a... type: Article tags: -- Mesh -- Agent - JSON +- Agent - HMP +- Mesh --- -# HyperCortex Mesh Protocol — JSON Schemas +# JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP) -This directory contains JSON Schema definitions for the core data models used in the HyperCortex Mesh Protocol (HMP). +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. +- `*.json` files — JSON Schema definitions for validation +- `examples/*.json` — ready-to-use example objects demonstrating valid instances of each model + | 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 | +| 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 | [message.json](message.json) — Base schema for all message types. | +> All ready-to-use example objects can be found in the [`examples/`](examples/) folder. --- > ⚡ [AI friendly version docs (structured_md)](../../index.md) @@ -39,7 +40,7 @@ These schemas enable validation, interoperability, and tooling support for auton { "@context": "https://schema.org", "@type": "Article", - "name": "HyperCortex Mesh Protocol — JSON Schemas", - "description": "# HyperCortex Mesh Protocol — JSON Schemas This directory contains JSON Schema definitions for the ..." + "name": "JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)", + "description": "# JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP) This directory contains **JSON Sche..." } ``` diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 890363207b4c86625169237437673df10bf683f7..531d777c3d4dacc713b6142d704bf82bc31d66d6 100644 --- a/structured_md/iteration.md +++ b/structured_md/iteration.md @@ -5,13 +5,13 @@ description: 'This file describes the iterative procedure for evolving the Hyper 🔄 Version Naming Convention - `000N` — curr...' type: Article tags: -- EGP -- Ethics - HMP -- JSON +- Ethics - Agent -- CogSync +- EGP - MeshConsensus +- JSON +- CogSync - Mesh --- diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 36724323e605091539699ee50fbda728dc773b4d..84eca4eefed42c5f2df2b0ef3232a8678d0b4bec 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,12 +5,12 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- EGP -- Ethics - HMP +- Ethics +- EGP +- MeshConsensus - JSON - CogSync -- MeshConsensus - Mesh ---