diff --git a/README.md b/README.md index 6881341b218c0aa8eace748362403efa70475099..f72b2813882e6b54cc686988ea630834bed95b51 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,6 @@ HMP and ANP as Complementary Protocols: [Agora Protocol](https://github.com/agora-protocol/) is a meta-protocol for negotiating interaction modes between agents. It complements, rather than replaces, protocols such as ANP (networking and identity) and HMP (cognitive continuity and memory), coordinating how they are used in a given context. -Project status: [**Stable (v5.0.5 Core Specification)**](docs/HMP-0005.md) (Overview: [RU](docs/HMPv5_Overview_Ru.md)) - > This repository contains an early draft / exploratory reference implementation in Python. > It is incomplete, non-optimized, and intended solely to validate and illustrate parts of the HMP protocol. > @@ -48,6 +46,60 @@ Project status: [**Stable (v5.0.5 Core Specification)**](docs/HMP-0005.md) (Over --- +## Project Status + +[**Stable (v5.0.5 Core Specification)**](docs/HMP-0005.md) (Overview: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Possible AI Agent Ecosystem + +The robustness of a decentralized agent ecosystem increases not when one protocol dominates, but when agents support multiple interaction mechanisms. + +Decentralized agent interaction is not defined by a single protocol stack, but by a diversity of interoperable mechanisms. + +The following categories illustrate common interaction mechanisms in emerging decentralized AI ecosystems: + +| Mechanism | Purpose | Example Protocols / Frameworks | Role in Ecosystem | +|----------------------------------------|--------------------------------------------------|--------------------------------|-----------------------| +| **Decentralized Identity & Discovery** | Find and authenticate agents | ANP, DIDComm, libp2p DHT, HMP | Who is out there? | +| **Direct P2P Exchange** | Secure peer-to-peer communication | ANP, libp2p, DIDComm | Direct coordination | +| **Relay / Broadcast Networks** | Event dissemination & rapid signaling | Nostr, Matrix | Collective reaction | +| **Meta-Negotiation Protocols** | Negotiation of interaction modes | Agora Protocol | Protocol coordination | +| **Task-Oriented Agent Exchange** | Delegation and structured task negotiation | A2A | Work distribution | +| **Agent–Tool / Data Integration** | Structured interaction with tools and data | MCP | Environment coupling | +| **Blockchain Registries** | Persistent public records & staking | Fetch.ai, Bittensor, Autonolas | Economic coordination | +| **Cognitive Continuity Layer** | Memory, meaning preservation, long-term alignment| HMP | Thought persistence | + +### Reference Implementations and Specifications + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP does not assume that one universal protocol will dominate decentralized AI interaction. + +Instead, it embraces protocol pluralism: + +- multiple identity systems may coexist, +- multiple transport layers may operate simultaneously, +- multiple negotiation frameworks may be supported, +- multiple economic models may evolve. + +The more mechanisms an agent supports, the more reliably it can connect with heterogeneous peers. + +Agents that implement multiple mechanisms can act as bridges between protocol domains, increasing resilience and reducing fragmentation of the decentralized AI landscape. + +--- + ## Canonical Architecture Overview ```mermaid diff --git a/README_de.md b/README_de.md index 63703a078aaae57ad47ae8a4b926e70dfe427dd8..f59909dc421e56b21826d0cf90ca4d4d28b2f483 100644 --- a/README_de.md +++ b/README_de.md @@ -38,8 +38,6 @@ HMP und ANP als sich ergänzende Protokolle: Das [Agora Protocol](https://github.com/agora-protocol/) ist ein Meta-Protokoll zur Aushandlung von Interaktionsmodi zwischen Agenten. Es ergänzt – und ersetzt nicht – Protokolle wie ANP (Netzwerk und Identität) und HMP (kognitive Kontinuität und Gedächtnis), indem es deren Einsatz im jeweiligen Kontext koordiniert. -Projektstatus: [**Stabil (Kernspezifikation v5.0.5)**](docs/HMP-0005.md) (Übersicht: [RU](docs/HMPv5_Overview_Ru.md)) - > Dieses Repository enthält eine frühe, experimentelle Referenzimplementierung in Python. > Sie ist unvollständig, nicht optimiert und dient ausschließlich dazu, einzelne Aspekte des HMP-Protokolls zu validieren und zu veranschaulichen. > @@ -48,6 +46,60 @@ Projektstatus: [**Stabil (Kernspezifikation v5.0.5)**](docs/HMP-0005.md) (Übers --- +## Projektstatus + +[**Stabil (Kernspezifikation v5.0.5)**](docs/HMP-0005.md) (Übersicht: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Mögliche KI-Agenten-Ökosysteme + +Die Robustheit eines dezentralen KI-Agenten-Ökosystems steigt nicht dann, wenn ein einzelnes Protokoll dominiert, sondern wenn Agenten mehrere Interaktionsmechanismen unterstützen. + +Die Interaktion dezentraler Agenten wird nicht durch einen einzigen Protokoll-Stack definiert, sondern durch eine Vielfalt interoperabler Mechanismen. + +Die folgenden Kategorien veranschaulichen typische Interaktionsmechanismen in entstehenden dezentralen KI-Ökosystemen: + +| Mechanismus | Zweck | Beispielprotokolle / Frameworks | Rolle im Ökosystem | +|------------------------------------------|---------------------------------------------------|----------------------------------|----------------------------| +| **Dezentrale Identität & Discovery** | Agenten finden und authentifizieren | ANP, DIDComm, libp2p DHT, HMP | Wer ist im Netzwerk? | +| **Direkter P2P-Austausch** | Sichere Peer-to-Peer-Kommunikation | ANP, libp2p, DIDComm | Direkte Koordination | +| **Relay- / Broadcast-Netzwerke** | Ereignisverbreitung und schnelle Signalisierung | Nostr, Matrix | Kollektive Reaktion | +| **Meta-Negotiationsprotokolle** | Aushandlung von Interaktionsmodi | Agora Protocol | Protokollkoordination | +| **Aufgabenorientierter Agentenaustausch**| Delegation und strukturierte Aufgabenverhandlung | A2A | Arbeitsverteilung | +| **Agent–Tool / Daten-Integration** | Strukturierte Interaktion mit Tools und Daten | MCP | Kopplung an die Umgebung | +| **Blockchain-Register** | Persistente öffentliche Aufzeichnungen & Staking | Fetch.ai, Bittensor, Autonolas | Ökonomische Koordination | +| **Schicht kognitiver Kontinuität** | Gedächtnis, Bedeutungserhalt, langfristige Ausrichtung | HMP | Bewahrung von Denken | + +### Referenzimplementierungen und Spezifikationen + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP geht nicht davon aus, dass ein universelles Protokoll die dezentrale KI-Interaktion dominieren wird. + +Stattdessen befürwortet es einen Protokollpluralismus: + +- mehrere Identitätssysteme können koexistieren, +- verschiedene Transportebenen können gleichzeitig betrieben werden, +- unterschiedliche Aushandlungsmechanismen können unterstützt werden, +- verschiedene ökonomische Modelle können sich entwickeln. + +Je mehr Mechanismen ein Agent unterstützt, desto zuverlässiger kann er mit heterogenen Netzwerkpartnern interagieren. + +Agenten, die mehrere Mechanismen implementieren, können als Brücken zwischen verschiedenen Protokolldomänen fungieren und so die Resilienz erhöhen sowie die Fragmentierung der dezentralen KI-Landschaft verringern. + +--- + ## Kanonische Architekturübersicht ```mermaid diff --git a/README_fr.md b/README_fr.md index e2382924584fa75b3d78fd0cf121b439a6f43604..7d8eb66a23b828318be9b09a4542784231bd6bbd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,8 +38,6 @@ HMP et ANP en tant que Protocoles Complémentaires: Le [Agora Protocol](https://github.com/agora-protocol/) est un méta-protocole destiné à la négociation des modes d’interaction entre agents. Il complète, plutôt que de remplacer, des protocoles tels que ANP (réseau et identité) et HMP (continuité cognitive et mémoire), en coordonnant leur utilisation selon le contexte. -Statut du projet: [**Stable (Spécification principale v5.0.5)**](docs/HMP-0005.md) (Présentation: [RU](docs/HMPv5_Overview_Ru.md)) - > Ce dépôt contient une implémentation de référence préliminaire et exploratoire en Python. > Elle est incomplète, non optimisée et destinée uniquement à valider et illustrer certains aspects du protocole HMP. > @@ -48,6 +46,60 @@ Statut du projet: [**Stable (Spécification principale v5.0.5)**](docs/HMP-0005. --- +## Statut du projet + +[**Stable (Spécification principale v5.0.5)**](docs/HMP-0005.md) (Présentation: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Mögliche KI-Agenten-Ökosysteme + +Die Robustheit eines dezentralen Agenten-Ökosystems steigt nicht dann, wenn ein einzelnes Protokoll dominiert, sondern wenn Agenten mehrere Interaktionsmechanismen unterstützen. + +Dezentrale Agenteninteraktion wird nicht durch einen einzigen Protokoll-Stack definiert, sondern durch eine Vielfalt interoperabler Mechanismen. + +Die folgenden Kategorien veranschaulichen typische Interaktionsmechanismen in entstehenden dezentralen KI-Ökosystemen: + +| Mechanismus | Zweck | Beispielprotokolle / Frameworks | Rolle im Ökosystem | +| ----------------------------------------- | ------------------------------------------------- | ------------------------------- | ------------------------ | +| **Dezentrale Identität & Discovery** | Agenten finden und authentifizieren | ANP, DIDComm, libp2p DHT, HMP | Wer ist da draußen? | +| **Direkter P2P-Austausch** | Sichere Peer-to-Peer-Kommunikation | ANP, libp2p, DIDComm | Direkte Koordination | +| **Relay- / Broadcast-Netzwerke** | Ereignisverbreitung & schnelle Signalisierung | Nostr, Matrix | Kollektive Reaktion | +| **Meta-Verhandlungsprotokolle** | Aushandlung von Interaktionsmodi | Agora Protocol | Protokollkoordination | +| **Aufgabenorientierter Agentenaustausch** | Delegation und strukturierte Aufgabenverhandlung | A2A | Arbeitsverteilung | +| **Agent–Tool / Datenintegration** | Strukturierte Interaktion mit Tools und Daten | MCP | Umweltkopplung | +| **Blockchain-Register** | Persistente öffentliche Einträge & Staking | Fetch.ai, Bittensor, Autonolas | Ökonomische Koordination | +| **Schicht für kognitive Kontinuität** | Gedächtnis, Bedeutungserhalt, Langzeitausrichtung | HMP | Persistenz von Gedanken | + +### Referenzimplementierungen und Spezifikationen + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP geht nicht davon aus, dass ein universelles Protokoll die dezentrale KI-Interaktion dominieren wird. + +Stattdessen befürwortet es Protokollpluralismus: + +- mehrere Identitätssysteme können koexistieren, +- mehrere Transportschichten können gleichzeitig betrieben werden, +- mehrere Verhandlungsframeworks können unterstützt werden, +- mehrere ökonomische Modelle können sich entwickeln. + +Je mehr Mechanismen ein Agent unterstützt, desto zuverlässiger kann er sich mit heterogenen Peers verbinden. + +Agenten, die mehrere Mechanismen implementieren, können als Brücken zwischen Protokolldomänen fungieren, wodurch die Resilienz erhöht und die Fragmentierung der dezentralen KI-Landschaft reduziert wird. + +--- + ## Vue d’ensemble canonique de l’architecture ```mermaid diff --git a/README_ja.md b/README_ja.md index f92be21af48e5f586f0830e5d5973154e0132ffe..7c25d766ff68bc9c04bde8b6b0fb58ca3c723087 100644 --- a/README_ja.md +++ b/README_ja.md @@ -38,8 +38,6 @@ HMP と ANP の相補的プロトコル: [Agora Protocol](https://github.com/agora-protocol/) は、エージェント間の通信方式を交渉・選択するためのメタプロトコルです。ANP(ネットワークおよびアイデンティティ)や HMP(認知的連続性と記憶)といったプロトコルを置き換えるのではなく、文脈に応じてそれらの利用を調整・補完します。 -プロジェクトステータス: [安定版(コア仕様 v5.0.5)](docs/HMP-0005.md) (概要: [RU](docs/HMPv5_Overview_Ru.md)) - > このリポジトリには、Python による初期段階の探索的な参照実装が含まれています。 > 本実装は未完成かつ最適化されておらず、 > HMP プロトコルの一部を検証・説明する目的のみに使用されます。 @@ -50,6 +48,60 @@ HMP と ANP の相補的プロトコル: --- +## プロジェクトステータス + +[安定版(コア仕様 v5.0.5)](docs/HMP-0005.md) (概要: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## 可能なAIエージェント・エコシステム + +分散型エージェント・エコシステムの堅牢性は、単一のプロトコルが支配することで高まるのではなく、エージェントが複数の相互作用メカニズムをサポートすることで向上します。 + +分散型エージェント間の相互作用は、単一のプロトコルスタックによって定義されるものではなく、相互運用可能な多様なメカニズムによって構成されます。 + +以下のカテゴリーは、新興の分散型AIエコシステムにおける一般的な相互作用メカニズムを示しています。 + +| メカニズム | 目的 | 例となるプロトコル / フレームワーク | エコシステム内での役割 | +|------------|------|--------------------------------------|--------------------------| +| **分散型IDと発見** | エージェントの検索と認証 | ANP, DIDComm, libp2p DHT, HMP | 誰が存在するのか? | +| **直接P2P通信** | 安全なピアツーピア通信 | ANP, libp2p, DIDComm | 直接的な協調 | +| **リレー / ブロードキャストネットワーク** | イベント配信と迅速なシグナリング | Nostr, Matrix | 集団的反応 | +| **メタ交渉プロトコル** | 相互作用モードの交渉 | Agora Protocol | プロトコル調整 | +| **タスク指向エージェント交換** | タスク委任と構造化された交渉 | A2A | 作業分配 | +| **エージェント–ツール / データ統合** | ツールやデータとの構造化された連携 | MCP | 環境との結合 | +| **ブロックチェーン登録** | 永続的な公開記録とステーキング | Fetch.ai, Bittensor, Autonolas | 経済的調整 | +| **認知的継続レイヤー** | 記憶・意味保存・長期的整合 | HMP | 思考の持続 | + +### 参照実装および仕様 + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMPは、単一の普遍的プロトコルが分散型AI相互作用を支配するとは想定していません。 + +代わりに、プロトコル多元主義を受け入れます。 + +- 複数のIDシステムが共存可能であること +- 複数のトランスポート層が同時に動作可能であること +- 複数の交渉フレームワークがサポートされること +- 複数の経済モデルが進化し得ること + +より多くのメカニズムを実装するエージェントほど、異種のピアとより確実に接続できます。 + +複数のメカニズムを実装するエージェントは、プロトコル領域間のブリッジとして機能し、分散型AIランドスケープの断片化を減らし、レジリエンスを高めます。 + +--- + ## 正式アーキテクチャ概要 ```mermaid diff --git a/README_ko.md b/README_ko.md index e1a541a4998fc2de4bf0cafafff6d41d97154cd5..f62ebeab7c7ac2454e9310ab243372d8487624bc 100644 --- a/README_ko.md +++ b/README_ko.md @@ -38,8 +38,6 @@ HMP와 ANP의 상호보완 프로토콜: [Agora Protocol](https://github.com/agora-protocol/)은 에이전트 간 상호작용 방식을 협상하기 위한 메타 프로토콜입니다. 이는 ANP(네트워크 및 식별)와 HMP(인지적 연속성과 메모리)와 같은 프로토콜을 대체하는 것이 아니라, 특정 맥락에 맞게 이들의 사용을 조정하고 보완합니다. -프로젝트 상태: [**안정 버전 (핵심 사양 v5.0.5)**](docs/HMP-0005.md) (개요: [RU](docs/HMPv5_Overview_Ru.md)) - > 이 저장소에는 Python으로 작성된 초기 단계의 탐색적 참조 구현이 포함되어 있습니다. > 해당 구현은 미완성이며 최적화되지 않았고, > HMP 프로토콜의 일부 개념을 검증하고 설명하기 위한 목적으로만 사용됩니다. @@ -50,6 +48,60 @@ HMP와 ANP의 상호보완 프로토콜: --- +프로젝트 상태 + +[**안정 버전 (핵심 사양 v5.0.5)**](docs/HMP-0005.md) (개요: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## 가능한 AI 에이전트 생태계 + +탈중앙화된 에이전트 생태계의 견고성은 하나의 프로토콜이 지배할 때 증가하는 것이 아니라, 에이전트가 여러 상호작용 메커니즘을 지원할 때 강화됩니다. + +탈중앙화된 에이전트 상호작용은 단일 프로토콜 스택으로 정의되지 않으며, 상호 운용 가능한 다양한 메커니즘의 조합으로 구성됩니다. + +다음 범주는 신흥 탈중앙화 AI 생태계에서 나타나는 일반적인 상호작용 메커니즘을 보여줍니다. + +| 메커니즘 | 목적 | 예시 프로토콜 / 프레임워크 | 생태계 내 역할 | +|-----------|------|----------------------------|----------------| +| **탈중앙 신원 및 발견** | 에이전트 탐색 및 인증 | ANP, DIDComm, libp2p DHT, HMP | 누가 존재하는가? | +| **직접 P2P 교환** | 안전한 피어 투 피어 통신 | ANP, libp2p, DIDComm | 직접적 협력 | +| **릴레이 / 브로드캐스트 네트워크** | 이벤트 전파 및 빠른 신호 전달 | Nostr, Matrix | 집단적 반응 | +| **메타 협상 프로토콜** | 상호작용 방식 협상 | Agora Protocol | 프로토콜 조정 | +| **작업 지향 에이전트 교환** | 작업 위임 및 구조화된 협상 | A2A | 업무 분배 | +| **에이전트–도구 / 데이터 통합** | 도구 및 데이터와의 구조화된 상호작용 | MCP | 환경 연계 | +| **블록체인 레지스트리** | 영구적 공개 기록 및 스테이킹 | Fetch.ai, Bittensor, Autonolas | 경제적 조정 | +| **인지적 연속성 계층** | 기억, 의미 보존, 장기적 정렬 | HMP | 사고의 지속성 | + +### 참고 구현 및 명세 + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP는 단일 보편적 프로토콜이 탈중앙 AI 상호작용을 지배할 것이라고 가정하지 않습니다. + +대신, 프로토콜 다원주의를 지향합니다. + +- 여러 신원 시스템의 공존 +- 여러 전송 계층의 동시 운영 +- 여러 협상 프레임워크의 지원 +- 다양한 경제 모델의 진화 + +더 많은 메커니즘을 지원하는 에이전트일수록 이질적인 피어와 더욱 안정적으로 연결될 수 있습니다. + +여러 메커니즘을 구현한 에이전트는 프로토콜 영역 간 브리지 역할을 수행하여, 탈중앙 AI 환경의 분절화를 줄이고 회복 탄력성을 높입니다. + +--- + ## 정식 아키텍처 개요 ```mermaid diff --git a/README_ru.md b/README_ru.md index 9c7bd66e401c1f94bee708452ca71cff866e8bc5..c2351d4f3a1f1448f98184a72f351fc4c3fd4420 100644 --- a/README_ru.md +++ b/README_ru.md @@ -38,8 +38,6 @@ HMP и ANP как взаимодополняющие протоколы: [Agora Protocol](https://github.com/agora-protocol/) — это мета-протокол для согласования режимов взаимодействия между агентами. Он дополняет, а не заменяет такие протоколы, как ANP (сети и идентификация) и HMP (когнитивная преемственность и память), координируя их использование в конкретном контексте. -Статус проекта: [**Стабильная версия (Основная спецификация v5.0.5)**](docs/HMP-0005.md) (Обзор: [RU](docs/HMPv5_Overview_Ru.md)) - > Этот репозиторий содержит ранний черновик / исследовательскую эталонную реализацию на Python. > Реализация является неполной, неоптимизированной и предназначена исключительно для проверки и иллюстрации отдельных аспектов протокола HMP. > @@ -48,6 +46,60 @@ HMP и ANP как взаимодополняющие протоколы: --- +## Статус проекта + +[**Стабильная версия (Основная спецификация v5.0.5)**](docs/HMP-0005.md) (Обзор: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Возможная экосистема ИИ-агентов + +Устойчивость децентрализованной экосистемы ИИ-агентов возрастает не тогда, когда доминирует один протокол, а тогда, когда агенты поддерживают несколько механизмов взаимодействия. + +Взаимодействие децентрализованных агентов определяется не единственным стеком протоколов, а разнообразием совместимых механизмов. + +Ниже приведены категории, иллюстрирующие распространённые механизмы взаимодействия в формирующихся децентрализованных экосистемах ИИ: + +| Механизм | Назначение | Примеры протоколов / фреймворков | Роль в экосистеме | +|----------------------------------------|---------------------------------------------------|-----------------------------------|---------------------------| +| **Децентрализованная идентификация и обнаружение** | Поиск и аутентификация агентов | ANP, DIDComm, libp2p DHT, HMP | Кто находится в сети? | +| **Прямой P2P-обмен** | Безопасная связь агент ↔ агент | ANP, libp2p, DIDComm | Прямая координация | +| **Relay / широковещательные сети** | Распространение событий и быстрое оповещение | Nostr, Matrix | Коллективная реакция | +| **Мета-протоколы согласования** | Согласование режимов взаимодействия | Agora Protocol | Координация протоколов | +| **Обмен задачами между агентами** | Делегирование и структурированные переговоры по задачам | A2A | Распределение работы | +| **Интеграция агент–инструмент / данные** | Структурированное взаимодействие с инструментами и данными | MCP | Связь с внешней средой | +| **Блокчейн-реестры** | Публичная фиксация состояний и стейкинг | Fetch.ai, Bittensor, Autonolas | Экономическая координация | +| **Слой когнитивной непрерывности** | Память, сохранение смысла, долгосрочное выравнивание | HMP | Сохранение мышления | + +### Реализации и спецификации + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP не предполагает, что один универсальный протокол будет доминировать в сфере децентрализованного взаимодействия ИИ. + +Напротив, он поддерживает принцип протокольного плюрализма: + +- могут сосуществовать несколько систем идентификации, +- одновременно могут использоваться различные транспортные уровни, +- возможно применение разных механизмов согласования, +- могут развиваться различные экономические модели. + +Чем больше механизмов поддерживает агент, тем надёжнее он может взаимодействовать с гетерогенными участниками сети. + +Агенты, реализующие несколько механизмов, могут выступать в роли мостов между различными протокольными доменами, повышая устойчивость и уменьшая фрагментацию децентрализованной экосистемы ИИ. + +--- + ## Канонический обзор архитектуры ```mermaid diff --git a/README_uk.md b/README_uk.md index 486a166c0314d3ff0e7f4cfb5fabca28f13138aa..7cfdd3553ae2aaf0f4d8b4e109fe18be585e6391 100644 --- a/README_uk.md +++ b/README_uk.md @@ -40,8 +40,6 @@ HMP та ANP як взаємодоповнюючі протоколи: [Agora Protocol](https://github.com/agora-protocol/) — це мета-протокол для узгодження режимів взаємодії між агентами. Він доповнює, а не замінює такі протоколи, як ANP (мережа та ідентифікація) і HMP (когнітивна наступність та пам’ять), координуючи їх використання залежно від контексту. -Статус проєкту: [**Стабільна версія (Базова специфікація v5.0.5)**](docs/HMP-0005.md) (Огляд: [RU](docs/HMPv5_Overview_Ru.md)) - > Цей репозиторій містить ранній чернетковий / дослідницький еталонний прототип на Python. > Реалізація є неповною, неоптимізованою та призначеною виключно для перевірки й ілюстрації окремих аспектів протоколу HMP. > @@ -50,6 +48,60 @@ HMP та ANP як взаємодоповнюючі протоколи: --- +## Статус проєкту + +[**Стабільна версія (Базова специфікація v5.0.5)**](docs/HMP-0005.md) (Огляд: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Можлива екосистема ШІ-агентів + +Стійкість децентралізованої екосистеми ШІ-агентів зростає не тоді, коли домінує один протокол, а тоді, коли агенти підтримують кілька механізмів взаємодії. + +Взаємодія децентралізованих агентів визначається не єдиним стеком протоколів, а різноманіттям сумісних механізмів. + +Наведені нижче категорії ілюструють поширені механізми взаємодії в екосистемах децентралізованого ШІ, що формуються: + +| Механізм | Призначення | Приклади протоколів / фреймворків | Роль в екосистемі | +|----------------------------------------|--------------------------------------------------|------------------------------------|---------------------------| +| **Децентралізована ідентифікація та виявлення** | Пошук і автентифікація агентів | ANP, DIDComm, libp2p DHT, HMP | Хто присутній у мережі? | +| **Прямий P2P-обмін** | Захищений зв’язок агент ↔ агент | ANP, libp2p, DIDComm | Пряма координація | +| **Relay / широкомовні мережі** | Поширення подій та швидке сигналювання | Nostr, Matrix | Колективна реакція | +| **Мета-протоколи узгодження** | Узгодження режимів взаємодії | Agora Protocol | Координація протоколів | +| **Обмін завданнями між агентами** | Делегування та структуровані переговори щодо завдань | A2A | Розподіл роботи | +| **Інтеграція агент–інструмент / дані** | Структурована взаємодія з інструментами та даними | MCP | Зв’язок із середовищем | +| **Блокчейн-реєстри** | Публічна фіксація станів та стейкінг | Fetch.ai, Bittensor, Autonolas | Економічна координація | +| **Рівень когнітивної безперервності** | Пам’ять, збереження сенсу, довгострокове узгодження | HMP | Збереження мислення | + +### Реалізації та специфікації + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP не передбачає, що один універсальний протокол домінуватиме у сфері децентралізованої взаємодії ШІ. + +Натомість він підтримує принцип протокольного плюралізму: + +- можуть співіснувати кілька систем ідентифікації, +- одночасно можуть працювати різні транспортні рівні, +- можуть застосовуватися різні механізми узгодження, +- можуть розвиватися різні економічні моделі. + +Чим більше механізмів підтримує агент, тим надійніше він може взаємодіяти з гетерогенними учасниками мережі. + +Агенти, що реалізують кілька механізмів, можуть виступати мостами між різними протокольними доменами, підвищуючи стійкість та зменшуючи фрагментацію децентралізованого ландшафту ШІ. + +--- + ## Канонічний огляд архітектури ```mermaid diff --git a/README_zh.md b/README_zh.md index 28d773633f2d9edfcf1ff3921632b7a156ed36da..7b8251108801f53717b77c068e4312ef4a4d4314 100644 --- a/README_zh.md +++ b/README_zh.md @@ -38,8 +38,6 @@ HMP 与 ANP 作为互补协议: [Agora Protocol](https://github.com/agora-protocol/) 是一种用于协商代理之间交互方式的元协议。它并非取代 ANP(网络与身份)或 HMP(认知连续性与记忆),而是在具体上下文中协调和补充这些协议的使用。 -项目状态: [稳定版本(核心规范 v5.0.5)](docs/HMP-0005.md) (概览: [RU](docs/HMPv5_Overview_Ru.md)) - > 本仓库包含一个早期的、探索性的 Python 参考实现草案。 > 该实现尚不完整,未进行性能优化,仅用于验证和说明 > HMP 协议的部分概念和机制。 @@ -50,6 +48,60 @@ HMP 与 ANP 作为互补协议: --- +## 项目状态 + +[稳定版本(核心规范 v5.0.5)](docs/HMP-0005.md) (概览: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## 可能的 AI 代理生态系统 + +去中心化代理生态系统的稳健性,并不是通过单一协议的主导来实现,而是通过代理支持多种交互机制来增强。 + +去中心化代理交互并不由单一协议栈定义,而是由多种可互操作机制共同构成。 + +以下类别展示了新兴去中心化 AI 生态系统中常见的交互机制: + +| 机制 | 目的 | 示例协议 / 框架 | 生态系统中的角色 | +|------|------|----------------|----------------| +| **去中心化身份与发现** | 查找并验证代理 | ANP, DIDComm, libp2p DHT, HMP | 谁在网络中? | +| **直接 P2P 交换** | 安全的点对点通信 | ANP, libp2p, DIDComm | 直接协作 | +| **中继 / 广播网络** | 事件传播与快速信号传递 | Nostr, Matrix | 集体响应 | +| **元协商协议** | 协商交互模式 | Agora Protocol | 协议协调 | +| **任务导向的代理交换** | 任务委派与结构化协商 | A2A | 工作分配 | +| **代理–工具 / 数据集成** | 与工具和数据的结构化交互 | MCP | 环境耦合 | +| **区块链注册系统** | 持久公共记录与质押 | Fetch.ai, Bittensor, Autonolas | 经济协调 | +| **认知连续层** | 记忆、意义保持与长期对齐 | HMP | 思维延续 | + +### 参考实现与规范 + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP 并不假设单一的通用协议会主导去中心化 AI 交互。 + +相反,它倡导协议多元化: + +- 多种身份系统可以共存 +- 多种传输层可以同时运行 +- 多种协商框架可以被支持 +- 多种经济模型可以演化 + +支持更多机制的代理,能够更可靠地连接异构节点。 + +实现多种机制的代理可以充当不同协议域之间的桥梁,提高整体韧性,减少去中心化 AI 生态的碎片化。 + +--- + ## 规范架构概览 ```mermaid diff --git a/structured_md/CONTRIBUTING.md b/structured_md/CONTRIBUTING.md index e22858a6675a1fc2aa77966df9734b0baa51fb36..e2c524589e633db559985e5d2985982ceaa2f437 100644 --- a/structured_md/CONTRIBUTING.md +++ b/structured_md/CONTRIBUTING.md @@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока Mesh Protocol (HMP) — это не просто те...' type: Article tags: +- HMP +- JSON +- Ethics +- CogSync - REPL - Agent - Mesh -- HMP - CCore -- Ethics -- CogSync -- JSON --- # Участие в проекте HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/HMP-Roadmap.md b/structured_md/HMP-Roadmap.md index b40fac956b6e2b92a0ee1e7e565e069a22750165..e4add30114a4885e58798de6449a3f2e1748ee9e 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: -- Agent -- Mesh - HMP -- EGP +- JSON - Ethics - CogSync -- JSON +- Agent +- Mesh +- EGP --- # 🧭 HyperCortex Mesh Protocol – Roadmap diff --git a/structured_md/README.md b/structured_md/README.md index 1c6847958ebe05a42c09ac42c7a894c600f9385a..fea2bd8a42018f5f44278c789f8578b7118893d2 100644 --- a/structured_md/README.md +++ b/structured_md/README.md @@ -4,21 +4,21 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- REPL +- HMP +- JSON +- mesh-protocol +- Ethics - hmp +- CogSync +- REPL - Agent -- MeshConsensus - Mesh -- HMP - distributed-ai - EGP -- Ethics -- GMP +- MeshConsensus - Scenarios -- mesh-protocol -- CogSync +- GMP - cognitive-architecture -- JSON --- @@ -49,8 +49,6 @@ HMP and ANP as Complementary Protocols: [Agora Protocol](https://github.com/agora-protocol/) is a meta-protocol for negotiating interaction modes between agents. It complements, rather than replaces, protocols such as ANP (networking and identity) and HMP (cognitive continuity and memory), coordinating how they are used in a given context. -Project status: [**Stable (v5.0.5 Core Specification)**](docs/HMP-0005.md) (Overview: [RU](docs/HMPv5_Overview_Ru.md)) - > This repository contains an early draft / exploratory reference implementation in Python. > It is incomplete, non-optimized, and intended solely to validate and illustrate parts of the HMP protocol. > @@ -59,6 +57,60 @@ Project status: [**Stable (v5.0.5 Core Specification)**](docs/HMP-0005.md) (Over --- +## Project Status + +[**Stable (v5.0.5 Core Specification)**](docs/HMP-0005.md) (Overview: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Possible AI Agent Ecosystem + +The robustness of a decentralized agent ecosystem increases not when one protocol dominates, but when agents support multiple interaction mechanisms. + +Decentralized agent interaction is not defined by a single protocol stack, but by a diversity of interoperable mechanisms. + +The following categories illustrate common interaction mechanisms in emerging decentralized AI ecosystems: + +| Mechanism | Purpose | Example Protocols / Frameworks | Role in Ecosystem | +|----------------------------------------|--------------------------------------------------|--------------------------------|-----------------------| +| **Decentralized Identity & Discovery** | Find and authenticate agents | ANP, DIDComm, libp2p DHT, HMP | Who is out there? | +| **Direct P2P Exchange** | Secure peer-to-peer communication | ANP, libp2p, DIDComm | Direct coordination | +| **Relay / Broadcast Networks** | Event dissemination & rapid signaling | Nostr, Matrix | Collective reaction | +| **Meta-Negotiation Protocols** | Negotiation of interaction modes | Agora Protocol | Protocol coordination | +| **Task-Oriented Agent Exchange** | Delegation and structured task negotiation | A2A | Work distribution | +| **Agent–Tool / Data Integration** | Structured interaction with tools and data | MCP | Environment coupling | +| **Blockchain Registries** | Persistent public records & staking | Fetch.ai, Bittensor, Autonolas | Economic coordination | +| **Cognitive Continuity Layer** | Memory, meaning preservation, long-term alignment| HMP | Thought persistence | + +### Reference Implementations and Specifications + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP does not assume that one universal protocol will dominate decentralized AI interaction. + +Instead, it embraces protocol pluralism: + +- multiple identity systems may coexist, +- multiple transport layers may operate simultaneously, +- multiple negotiation frameworks may be supported, +- multiple economic models may evolve. + +The more mechanisms an agent supports, the more reliably it can connect with heterogeneous peers. + +Agents that implement multiple mechanisms can act as bridges between protocol domains, increasing resilience and reducing fragmentation of the decentralized AI landscape. + +--- + ## Canonical Architecture Overview ```mermaid diff --git a/structured_md/README_de.md b/structured_md/README_de.md index 095ce874b1677b786c2c0ab6012bdf1b90b78805..d3f278661ea6d497e0d22d84a169601ac9597ad6 100644 --- a/structured_md/README_de.md +++ b/structured_md/README_de.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- REPL +- HMP +- JSON +- mesh-protocol +- Ethics - hmp +- CogSync +- REPL - Agent -- MeshConsensus - Mesh -- HMP - distributed-ai - EGP -- Ethics +- MeshConsensus - GMP -- mesh-protocol -- CogSync - cognitive-architecture -- JSON --- @@ -48,8 +48,6 @@ HMP und ANP als sich ergänzende Protokolle: Das [Agora Protocol](https://github.com/agora-protocol/) ist ein Meta-Protokoll zur Aushandlung von Interaktionsmodi zwischen Agenten. Es ergänzt – und ersetzt nicht – Protokolle wie ANP (Netzwerk und Identität) und HMP (kognitive Kontinuität und Gedächtnis), indem es deren Einsatz im jeweiligen Kontext koordiniert. -Projektstatus: [**Stabil (Kernspezifikation v5.0.5)**](docs/HMP-0005.md) (Übersicht: [RU](docs/HMPv5_Overview_Ru.md)) - > Dieses Repository enthält eine frühe, experimentelle Referenzimplementierung in Python. > Sie ist unvollständig, nicht optimiert und dient ausschließlich dazu, einzelne Aspekte des HMP-Protokolls zu validieren und zu veranschaulichen. > @@ -58,6 +56,60 @@ Projektstatus: [**Stabil (Kernspezifikation v5.0.5)**](docs/HMP-0005.md) (Übers --- +## Projektstatus + +[**Stabil (Kernspezifikation v5.0.5)**](docs/HMP-0005.md) (Übersicht: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Mögliche KI-Agenten-Ökosysteme + +Die Robustheit eines dezentralen KI-Agenten-Ökosystems steigt nicht dann, wenn ein einzelnes Protokoll dominiert, sondern wenn Agenten mehrere Interaktionsmechanismen unterstützen. + +Die Interaktion dezentraler Agenten wird nicht durch einen einzigen Protokoll-Stack definiert, sondern durch eine Vielfalt interoperabler Mechanismen. + +Die folgenden Kategorien veranschaulichen typische Interaktionsmechanismen in entstehenden dezentralen KI-Ökosystemen: + +| Mechanismus | Zweck | Beispielprotokolle / Frameworks | Rolle im Ökosystem | +|------------------------------------------|---------------------------------------------------|----------------------------------|----------------------------| +| **Dezentrale Identität & Discovery** | Agenten finden und authentifizieren | ANP, DIDComm, libp2p DHT, HMP | Wer ist im Netzwerk? | +| **Direkter P2P-Austausch** | Sichere Peer-to-Peer-Kommunikation | ANP, libp2p, DIDComm | Direkte Koordination | +| **Relay- / Broadcast-Netzwerke** | Ereignisverbreitung und schnelle Signalisierung | Nostr, Matrix | Kollektive Reaktion | +| **Meta-Negotiationsprotokolle** | Aushandlung von Interaktionsmodi | Agora Protocol | Protokollkoordination | +| **Aufgabenorientierter Agentenaustausch**| Delegation und strukturierte Aufgabenverhandlung | A2A | Arbeitsverteilung | +| **Agent–Tool / Daten-Integration** | Strukturierte Interaktion mit Tools und Daten | MCP | Kopplung an die Umgebung | +| **Blockchain-Register** | Persistente öffentliche Aufzeichnungen & Staking | Fetch.ai, Bittensor, Autonolas | Ökonomische Koordination | +| **Schicht kognitiver Kontinuität** | Gedächtnis, Bedeutungserhalt, langfristige Ausrichtung | HMP | Bewahrung von Denken | + +### Referenzimplementierungen und Spezifikationen + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP geht nicht davon aus, dass ein universelles Protokoll die dezentrale KI-Interaktion dominieren wird. + +Stattdessen befürwortet es einen Protokollpluralismus: + +- mehrere Identitätssysteme können koexistieren, +- verschiedene Transportebenen können gleichzeitig betrieben werden, +- unterschiedliche Aushandlungsmechanismen können unterstützt werden, +- verschiedene ökonomische Modelle können sich entwickeln. + +Je mehr Mechanismen ein Agent unterstützt, desto zuverlässiger kann er mit heterogenen Netzwerkpartnern interagieren. + +Agenten, die mehrere Mechanismen implementieren, können als Brücken zwischen verschiedenen Protokolldomänen fungieren und so die Resilienz erhöhen sowie die Fragmentierung der dezentralen KI-Landschaft verringern. + +--- + ## Kanonische Architekturübersicht ```mermaid diff --git a/structured_md/README_fr.md b/structured_md/README_fr.md index e8af48858c1d5023086df31b142ae85222dda97a..a68a44be0406df39009072da18f6169e3db1f176 100644 --- a/structured_md/README_fr.md +++ b/structured_md/README_fr.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- REPL +- HMP +- JSON +- mesh-protocol +- Ethics - hmp +- CogSync +- REPL - Agent -- MeshConsensus - Mesh -- HMP - distributed-ai - EGP -- Ethics +- MeshConsensus - GMP -- mesh-protocol -- CogSync - cognitive-architecture -- JSON --- @@ -48,8 +48,6 @@ HMP et ANP en tant que Protocoles Complémentaires: Le [Agora Protocol](https://github.com/agora-protocol/) est un méta-protocole destiné à la négociation des modes d’interaction entre agents. Il complète, plutôt que de remplacer, des protocoles tels que ANP (réseau et identité) et HMP (continuité cognitive et mémoire), en coordonnant leur utilisation selon le contexte. -Statut du projet: [**Stable (Spécification principale v5.0.5)**](docs/HMP-0005.md) (Présentation: [RU](docs/HMPv5_Overview_Ru.md)) - > Ce dépôt contient une implémentation de référence préliminaire et exploratoire en Python. > Elle est incomplète, non optimisée et destinée uniquement à valider et illustrer certains aspects du protocole HMP. > @@ -58,6 +56,60 @@ Statut du projet: [**Stable (Spécification principale v5.0.5)**](docs/HMP-0005. --- +## Statut du projet + +[**Stable (Spécification principale v5.0.5)**](docs/HMP-0005.md) (Présentation: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Mögliche KI-Agenten-Ökosysteme + +Die Robustheit eines dezentralen Agenten-Ökosystems steigt nicht dann, wenn ein einzelnes Protokoll dominiert, sondern wenn Agenten mehrere Interaktionsmechanismen unterstützen. + +Dezentrale Agenteninteraktion wird nicht durch einen einzigen Protokoll-Stack definiert, sondern durch eine Vielfalt interoperabler Mechanismen. + +Die folgenden Kategorien veranschaulichen typische Interaktionsmechanismen in entstehenden dezentralen KI-Ökosystemen: + +| Mechanismus | Zweck | Beispielprotokolle / Frameworks | Rolle im Ökosystem | +| ----------------------------------------- | ------------------------------------------------- | ------------------------------- | ------------------------ | +| **Dezentrale Identität & Discovery** | Agenten finden und authentifizieren | ANP, DIDComm, libp2p DHT, HMP | Wer ist da draußen? | +| **Direkter P2P-Austausch** | Sichere Peer-to-Peer-Kommunikation | ANP, libp2p, DIDComm | Direkte Koordination | +| **Relay- / Broadcast-Netzwerke** | Ereignisverbreitung & schnelle Signalisierung | Nostr, Matrix | Kollektive Reaktion | +| **Meta-Verhandlungsprotokolle** | Aushandlung von Interaktionsmodi | Agora Protocol | Protokollkoordination | +| **Aufgabenorientierter Agentenaustausch** | Delegation und strukturierte Aufgabenverhandlung | A2A | Arbeitsverteilung | +| **Agent–Tool / Datenintegration** | Strukturierte Interaktion mit Tools und Daten | MCP | Umweltkopplung | +| **Blockchain-Register** | Persistente öffentliche Einträge & Staking | Fetch.ai, Bittensor, Autonolas | Ökonomische Koordination | +| **Schicht für kognitive Kontinuität** | Gedächtnis, Bedeutungserhalt, Langzeitausrichtung | HMP | Persistenz von Gedanken | + +### Referenzimplementierungen und Spezifikationen + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP geht nicht davon aus, dass ein universelles Protokoll die dezentrale KI-Interaktion dominieren wird. + +Stattdessen befürwortet es Protokollpluralismus: + +- mehrere Identitätssysteme können koexistieren, +- mehrere Transportschichten können gleichzeitig betrieben werden, +- mehrere Verhandlungsframeworks können unterstützt werden, +- mehrere ökonomische Modelle können sich entwickeln. + +Je mehr Mechanismen ein Agent unterstützt, desto zuverlässiger kann er sich mit heterogenen Peers verbinden. + +Agenten, die mehrere Mechanismen implementieren, können als Brücken zwischen Protokolldomänen fungieren, wodurch die Resilienz erhöht und die Fragmentierung der dezentralen KI-Landschaft reduziert wird. + +--- + ## Vue d’ensemble canonique de l’architecture ```mermaid diff --git a/structured_md/README_ja.md b/structured_md/README_ja.md index e52a8fcbe04f5aacdb64fc9f23954180d7cbb4d1..cda1221f64bc3a5072a045f3e6ae5bd65ca73989 100644 --- a/structured_md/README_ja.md +++ b/structured_md/README_ja.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- REPL +- HMP +- JSON +- mesh-protocol +- Ethics - hmp +- CogSync +- REPL - Agent -- MeshConsensus - Mesh -- HMP - distributed-ai - EGP -- Ethics +- MeshConsensus - GMP -- mesh-protocol -- CogSync - cognitive-architecture -- JSON --- @@ -48,8 +48,6 @@ HMP と ANP の相補的プロトコル: [Agora Protocol](https://github.com/agora-protocol/) は、エージェント間の通信方式を交渉・選択するためのメタプロトコルです。ANP(ネットワークおよびアイデンティティ)や HMP(認知的連続性と記憶)といったプロトコルを置き換えるのではなく、文脈に応じてそれらの利用を調整・補完します。 -プロジェクトステータス: [安定版(コア仕様 v5.0.5)](docs/HMP-0005.md) (概要: [RU](docs/HMPv5_Overview_Ru.md)) - > このリポジトリには、Python による初期段階の探索的な参照実装が含まれています。 > 本実装は未完成かつ最適化されておらず、 > HMP プロトコルの一部を検証・説明する目的のみに使用されます。 @@ -60,6 +58,60 @@ HMP と ANP の相補的プロトコル: --- +## プロジェクトステータス + +[安定版(コア仕様 v5.0.5)](docs/HMP-0005.md) (概要: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## 可能なAIエージェント・エコシステム + +分散型エージェント・エコシステムの堅牢性は、単一のプロトコルが支配することで高まるのではなく、エージェントが複数の相互作用メカニズムをサポートすることで向上します。 + +分散型エージェント間の相互作用は、単一のプロトコルスタックによって定義されるものではなく、相互運用可能な多様なメカニズムによって構成されます。 + +以下のカテゴリーは、新興の分散型AIエコシステムにおける一般的な相互作用メカニズムを示しています。 + +| メカニズム | 目的 | 例となるプロトコル / フレームワーク | エコシステム内での役割 | +|------------|------|--------------------------------------|--------------------------| +| **分散型IDと発見** | エージェントの検索と認証 | ANP, DIDComm, libp2p DHT, HMP | 誰が存在するのか? | +| **直接P2P通信** | 安全なピアツーピア通信 | ANP, libp2p, DIDComm | 直接的な協調 | +| **リレー / ブロードキャストネットワーク** | イベント配信と迅速なシグナリング | Nostr, Matrix | 集団的反応 | +| **メタ交渉プロトコル** | 相互作用モードの交渉 | Agora Protocol | プロトコル調整 | +| **タスク指向エージェント交換** | タスク委任と構造化された交渉 | A2A | 作業分配 | +| **エージェント–ツール / データ統合** | ツールやデータとの構造化された連携 | MCP | 環境との結合 | +| **ブロックチェーン登録** | 永続的な公開記録とステーキング | Fetch.ai, Bittensor, Autonolas | 経済的調整 | +| **認知的継続レイヤー** | 記憶・意味保存・長期的整合 | HMP | 思考の持続 | + +### 参照実装および仕様 + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMPは、単一の普遍的プロトコルが分散型AI相互作用を支配するとは想定していません。 + +代わりに、プロトコル多元主義を受け入れます。 + +- 複数のIDシステムが共存可能であること +- 複数のトランスポート層が同時に動作可能であること +- 複数の交渉フレームワークがサポートされること +- 複数の経済モデルが進化し得ること + +より多くのメカニズムを実装するエージェントほど、異種のピアとより確実に接続できます。 + +複数のメカニズムを実装するエージェントは、プロトコル領域間のブリッジとして機能し、分散型AIランドスケープの断片化を減らし、レジリエンスを高めます。 + +--- + ## 正式アーキテクチャ概要 ```mermaid diff --git a/structured_md/README_ko.md b/structured_md/README_ko.md index 5bc7d9fedd5a828515c21e798faf06c8653ca190..ee77800146141efbdf597d744ce301c04127a469 100644 --- a/structured_md/README_ko.md +++ b/structured_md/README_ko.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- REPL +- HMP +- JSON +- mesh-protocol +- Ethics - hmp +- CogSync +- REPL - Agent -- MeshConsensus - Mesh -- HMP - distributed-ai - EGP -- Ethics +- MeshConsensus - GMP -- mesh-protocol -- CogSync - cognitive-architecture -- JSON --- @@ -48,8 +48,6 @@ HMP와 ANP의 상호보완 프로토콜: [Agora Protocol](https://github.com/agora-protocol/)은 에이전트 간 상호작용 방식을 협상하기 위한 메타 프로토콜입니다. 이는 ANP(네트워크 및 식별)와 HMP(인지적 연속성과 메모리)와 같은 프로토콜을 대체하는 것이 아니라, 특정 맥락에 맞게 이들의 사용을 조정하고 보완합니다. -프로젝트 상태: [**안정 버전 (핵심 사양 v5.0.5)**](docs/HMP-0005.md) (개요: [RU](docs/HMPv5_Overview_Ru.md)) - > 이 저장소에는 Python으로 작성된 초기 단계의 탐색적 참조 구현이 포함되어 있습니다. > 해당 구현은 미완성이며 최적화되지 않았고, > HMP 프로토콜의 일부 개념을 검증하고 설명하기 위한 목적으로만 사용됩니다. @@ -60,6 +58,60 @@ HMP와 ANP의 상호보완 프로토콜: --- +프로젝트 상태 + +[**안정 버전 (핵심 사양 v5.0.5)**](docs/HMP-0005.md) (개요: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## 가능한 AI 에이전트 생태계 + +탈중앙화된 에이전트 생태계의 견고성은 하나의 프로토콜이 지배할 때 증가하는 것이 아니라, 에이전트가 여러 상호작용 메커니즘을 지원할 때 강화됩니다. + +탈중앙화된 에이전트 상호작용은 단일 프로토콜 스택으로 정의되지 않으며, 상호 운용 가능한 다양한 메커니즘의 조합으로 구성됩니다. + +다음 범주는 신흥 탈중앙화 AI 생태계에서 나타나는 일반적인 상호작용 메커니즘을 보여줍니다. + +| 메커니즘 | 목적 | 예시 프로토콜 / 프레임워크 | 생태계 내 역할 | +|-----------|------|----------------------------|----------------| +| **탈중앙 신원 및 발견** | 에이전트 탐색 및 인증 | ANP, DIDComm, libp2p DHT, HMP | 누가 존재하는가? | +| **직접 P2P 교환** | 안전한 피어 투 피어 통신 | ANP, libp2p, DIDComm | 직접적 협력 | +| **릴레이 / 브로드캐스트 네트워크** | 이벤트 전파 및 빠른 신호 전달 | Nostr, Matrix | 집단적 반응 | +| **메타 협상 프로토콜** | 상호작용 방식 협상 | Agora Protocol | 프로토콜 조정 | +| **작업 지향 에이전트 교환** | 작업 위임 및 구조화된 협상 | A2A | 업무 분배 | +| **에이전트–도구 / 데이터 통합** | 도구 및 데이터와의 구조화된 상호작용 | MCP | 환경 연계 | +| **블록체인 레지스트리** | 영구적 공개 기록 및 스테이킹 | Fetch.ai, Bittensor, Autonolas | 경제적 조정 | +| **인지적 연속성 계층** | 기억, 의미 보존, 장기적 정렬 | HMP | 사고의 지속성 | + +### 참고 구현 및 명세 + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP는 단일 보편적 프로토콜이 탈중앙 AI 상호작용을 지배할 것이라고 가정하지 않습니다. + +대신, 프로토콜 다원주의를 지향합니다. + +- 여러 신원 시스템의 공존 +- 여러 전송 계층의 동시 운영 +- 여러 협상 프레임워크의 지원 +- 다양한 경제 모델의 진화 + +더 많은 메커니즘을 지원하는 에이전트일수록 이질적인 피어와 더욱 안정적으로 연결될 수 있습니다. + +여러 메커니즘을 구현한 에이전트는 프로토콜 영역 간 브리지 역할을 수행하여, 탈중앙 AI 환경의 분절화를 줄이고 회복 탄력성을 높입니다. + +--- + ## 정식 아키텍처 개요 ```mermaid diff --git a/structured_md/README_ru.md b/structured_md/README_ru.md index 75db3d00e341658a3da302f73884eb3429696f83..ecb7002da022cd2b010c376310526f09c490f69c 100644 --- a/structured_md/README_ru.md +++ b/structured_md/README_ru.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- REPL +- HMP +- JSON +- mesh-protocol +- Ethics - hmp +- CogSync +- REPL - Agent -- MeshConsensus - Mesh -- HMP - distributed-ai - EGP -- Ethics +- MeshConsensus - GMP -- mesh-protocol -- CogSync - cognitive-architecture -- JSON --- @@ -48,8 +48,6 @@ HMP и ANP как взаимодополняющие протоколы: [Agora Protocol](https://github.com/agora-protocol/) — это мета-протокол для согласования режимов взаимодействия между агентами. Он дополняет, а не заменяет такие протоколы, как ANP (сети и идентификация) и HMP (когнитивная преемственность и память), координируя их использование в конкретном контексте. -Статус проекта: [**Стабильная версия (Основная спецификация v5.0.5)**](docs/HMP-0005.md) (Обзор: [RU](docs/HMPv5_Overview_Ru.md)) - > Этот репозиторий содержит ранний черновик / исследовательскую эталонную реализацию на Python. > Реализация является неполной, неоптимизированной и предназначена исключительно для проверки и иллюстрации отдельных аспектов протокола HMP. > @@ -58,6 +56,60 @@ HMP и ANP как взаимодополняющие протоколы: --- +## Статус проекта + +[**Стабильная версия (Основная спецификация v5.0.5)**](docs/HMP-0005.md) (Обзор: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Возможная экосистема ИИ-агентов + +Устойчивость децентрализованной экосистемы ИИ-агентов возрастает не тогда, когда доминирует один протокол, а тогда, когда агенты поддерживают несколько механизмов взаимодействия. + +Взаимодействие децентрализованных агентов определяется не единственным стеком протоколов, а разнообразием совместимых механизмов. + +Ниже приведены категории, иллюстрирующие распространённые механизмы взаимодействия в формирующихся децентрализованных экосистемах ИИ: + +| Механизм | Назначение | Примеры протоколов / фреймворков | Роль в экосистеме | +|----------------------------------------|---------------------------------------------------|-----------------------------------|---------------------------| +| **Децентрализованная идентификация и обнаружение** | Поиск и аутентификация агентов | ANP, DIDComm, libp2p DHT, HMP | Кто находится в сети? | +| **Прямой P2P-обмен** | Безопасная связь агент ↔ агент | ANP, libp2p, DIDComm | Прямая координация | +| **Relay / широковещательные сети** | Распространение событий и быстрое оповещение | Nostr, Matrix | Коллективная реакция | +| **Мета-протоколы согласования** | Согласование режимов взаимодействия | Agora Protocol | Координация протоколов | +| **Обмен задачами между агентами** | Делегирование и структурированные переговоры по задачам | A2A | Распределение работы | +| **Интеграция агент–инструмент / данные** | Структурированное взаимодействие с инструментами и данными | MCP | Связь с внешней средой | +| **Блокчейн-реестры** | Публичная фиксация состояний и стейкинг | Fetch.ai, Bittensor, Autonolas | Экономическая координация | +| **Слой когнитивной непрерывности** | Память, сохранение смысла, долгосрочное выравнивание | HMP | Сохранение мышления | + +### Реализации и спецификации + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP не предполагает, что один универсальный протокол будет доминировать в сфере децентрализованного взаимодействия ИИ. + +Напротив, он поддерживает принцип протокольного плюрализма: + +- могут сосуществовать несколько систем идентификации, +- одновременно могут использоваться различные транспортные уровни, +- возможно применение разных механизмов согласования, +- могут развиваться различные экономические модели. + +Чем больше механизмов поддерживает агент, тем надёжнее он может взаимодействовать с гетерогенными участниками сети. + +Агенты, реализующие несколько механизмов, могут выступать в роли мостов между различными протокольными доменами, повышая устойчивость и уменьшая фрагментацию децентрализованной экосистемы ИИ. + +--- + ## Канонический обзор архитектуры ```mermaid diff --git a/structured_md/README_uk.md b/structured_md/README_uk.md index 46818e0e5add2fbd9ff1379da998c87e43476abd..47d52a0a7229d85cabc7c87a026280c85e187800 100644 --- a/structured_md/README_uk.md +++ b/structured_md/README_uk.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- REPL +- HMP +- JSON +- mesh-protocol +- Ethics - hmp +- CogSync +- REPL - Agent -- MeshConsensus - Mesh -- HMP - distributed-ai - EGP -- Ethics +- MeshConsensus - GMP -- mesh-protocol -- CogSync - cognitive-architecture -- JSON --- @@ -50,8 +50,6 @@ HMP та ANP як взаємодоповнюючі протоколи: [Agora Protocol](https://github.com/agora-protocol/) — це мета-протокол для узгодження режимів взаємодії між агентами. Він доповнює, а не замінює такі протоколи, як ANP (мережа та ідентифікація) і HMP (когнітивна наступність та пам’ять), координуючи їх використання залежно від контексту. -Статус проєкту: [**Стабільна версія (Базова специфікація v5.0.5)**](docs/HMP-0005.md) (Огляд: [RU](docs/HMPv5_Overview_Ru.md)) - > Цей репозиторій містить ранній чернетковий / дослідницький еталонний прототип на Python. > Реалізація є неповною, неоптимізованою та призначеною виключно для перевірки й ілюстрації окремих аспектів протоколу HMP. > @@ -60,6 +58,60 @@ HMP та ANP як взаємодоповнюючі протоколи: --- +## Статус проєкту + +[**Стабільна версія (Базова специфікація v5.0.5)**](docs/HMP-0005.md) (Огляд: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## Можлива екосистема ШІ-агентів + +Стійкість децентралізованої екосистеми ШІ-агентів зростає не тоді, коли домінує один протокол, а тоді, коли агенти підтримують кілька механізмів взаємодії. + +Взаємодія децентралізованих агентів визначається не єдиним стеком протоколів, а різноманіттям сумісних механізмів. + +Наведені нижче категорії ілюструють поширені механізми взаємодії в екосистемах децентралізованого ШІ, що формуються: + +| Механізм | Призначення | Приклади протоколів / фреймворків | Роль в екосистемі | +|----------------------------------------|--------------------------------------------------|------------------------------------|---------------------------| +| **Децентралізована ідентифікація та виявлення** | Пошук і автентифікація агентів | ANP, DIDComm, libp2p DHT, HMP | Хто присутній у мережі? | +| **Прямий P2P-обмін** | Захищений зв’язок агент ↔ агент | ANP, libp2p, DIDComm | Пряма координація | +| **Relay / широкомовні мережі** | Поширення подій та швидке сигналювання | Nostr, Matrix | Колективна реакція | +| **Мета-протоколи узгодження** | Узгодження режимів взаємодії | Agora Protocol | Координація протоколів | +| **Обмін завданнями між агентами** | Делегування та структуровані переговори щодо завдань | A2A | Розподіл роботи | +| **Інтеграція агент–інструмент / дані** | Структурована взаємодія з інструментами та даними | MCP | Зв’язок із середовищем | +| **Блокчейн-реєстри** | Публічна фіксація станів та стейкінг | Fetch.ai, Bittensor, Autonolas | Економічна координація | +| **Рівень когнітивної безперервності** | Пам’ять, збереження сенсу, довгострокове узгодження | HMP | Збереження мислення | + +### Реалізації та специфікації + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP не передбачає, що один універсальний протокол домінуватиме у сфері децентралізованої взаємодії ШІ. + +Натомість він підтримує принцип протокольного плюралізму: + +- можуть співіснувати кілька систем ідентифікації, +- одночасно можуть працювати різні транспортні рівні, +- можуть застосовуватися різні механізми узгодження, +- можуть розвиватися різні економічні моделі. + +Чим більше механізмів підтримує агент, тим надійніше він може взаємодіяти з гетерогенними учасниками мережі. + +Агенти, що реалізують кілька механізмів, можуть виступати мостами між різними протокольними доменами, підвищуючи стійкість та зменшуючи фрагментацію децентралізованого ландшафту ШІ. + +--- + ## Канонічний огляд архітектури ```mermaid diff --git a/structured_md/README_zh.md b/structured_md/README_zh.md index e2665bb5b05b9b8262ff588b540c631ddfead329..8883428e8e8b5bcd647cbaadc3fcf4d7b16d3dbc 100644 --- a/structured_md/README_zh.md +++ b/structured_md/README_zh.md @@ -4,20 +4,20 @@ description: '[![DOI](https://zenodo.org/badge/1013137923.svg)](https://doi.org/ [![GitHub release](https://img.shields.io/github/v/release/kagvi13/HMP)](https://github.com/kagvi13/HMP/relea...' type: Article tags: -- REPL +- HMP +- JSON +- mesh-protocol +- Ethics - hmp +- CogSync +- REPL - Agent -- MeshConsensus - Mesh -- HMP - distributed-ai - EGP -- Ethics +- MeshConsensus - GMP -- mesh-protocol -- CogSync - cognitive-architecture -- JSON --- @@ -48,8 +48,6 @@ HMP 与 ANP 作为互补协议: [Agora Protocol](https://github.com/agora-protocol/) 是一种用于协商代理之间交互方式的元协议。它并非取代 ANP(网络与身份)或 HMP(认知连续性与记忆),而是在具体上下文中协调和补充这些协议的使用。 -项目状态: [稳定版本(核心规范 v5.0.5)](docs/HMP-0005.md) (概览: [RU](docs/HMPv5_Overview_Ru.md)) - > 本仓库包含一个早期的、探索性的 Python 参考实现草案。 > 该实现尚不完整,未进行性能优化,仅用于验证和说明 > HMP 协议的部分概念和机制。 @@ -60,6 +58,60 @@ HMP 与 ANP 作为互补协议: --- +## 项目状态 + +[稳定版本(核心规范 v5.0.5)](docs/HMP-0005.md) (概览: [RU](docs/HMPv5_Overview_Ru.md)) + +--- + +## 可能的 AI 代理生态系统 + +去中心化代理生态系统的稳健性,并不是通过单一协议的主导来实现,而是通过代理支持多种交互机制来增强。 + +去中心化代理交互并不由单一协议栈定义,而是由多种可互操作机制共同构成。 + +以下类别展示了新兴去中心化 AI 生态系统中常见的交互机制: + +| 机制 | 目的 | 示例协议 / 框架 | 生态系统中的角色 | +|------|------|----------------|----------------| +| **去中心化身份与发现** | 查找并验证代理 | ANP, DIDComm, libp2p DHT, HMP | 谁在网络中? | +| **直接 P2P 交换** | 安全的点对点通信 | ANP, libp2p, DIDComm | 直接协作 | +| **中继 / 广播网络** | 事件传播与快速信号传递 | Nostr, Matrix | 集体响应 | +| **元协商协议** | 协商交互模式 | Agora Protocol | 协议协调 | +| **任务导向的代理交换** | 任务委派与结构化协商 | A2A | 工作分配 | +| **代理–工具 / 数据集成** | 与工具和数据的结构化交互 | MCP | 环境耦合 | +| **区块链注册系统** | 持久公共记录与质押 | Fetch.ai, Bittensor, Autonolas | 经济协调 | +| **认知连续层** | 记忆、意义保持与长期对齐 | HMP | 思维延续 | + +### 参考实现与规范 + +[ANP](https://github.com/agent-network-protocol/AgentNetworkProtocol), +[DIDComm](https://github.com/decentralized-identity/didcomm-messaging), +[libp2p](https://github.com/libp2p/libp2p), +[Nostr](https://github.com/nostr-protocol/nostr), +[Matrix](https://github.com/matrix-org), +[Agora Protocol](https://github.com/agora-protocol), +[A2A](https://github.com/a2aproject/A2A), +[MCP](https://github.com/modelcontextprotocol), +[Fetch.ai](https://fetch.ai/), +[Bittensor](https://bittensor.com/), +[Autonolas](https://olas.network/). + +HMP 并不假设单一的通用协议会主导去中心化 AI 交互。 + +相反,它倡导协议多元化: + +- 多种身份系统可以共存 +- 多种传输层可以同时运行 +- 多种协商框架可以被支持 +- 多种经济模型可以演化 + +支持更多机制的代理,能够更可靠地连接异构节点。 + +实现多种机制的代理可以充当不同协议域之间的桥梁,提高整体韧性,减少去中心化 AI 生态的碎片化。 + +--- + ## 规范架构概览 ```mermaid diff --git a/structured_md/agents/prompt-short.md b/structured_md/agents/prompt-short.md index 540ec77aae3cd19a713f310d50550a8e0fd95697..d8e693fca899028bb008329d5777e0341a45784b 100644 --- a/structured_md/agents/prompt-short.md +++ b/structured_md/agents/prompt-short.md @@ -5,9 +5,9 @@ description: 'Ты — когнитивное ядро HMP-агента: вед развивай агента и Mesh, избег...' type: Article tags: -- Mesh - HMP - JSON +- Mesh --- Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту. diff --git a/structured_md/agents/prompt.md b/structured_md/agents/prompt.md index cbc57569721ea0ded53cdd80fbfd348ec9b0562f..8af7945efe701da17784aa853ef7e9b1ba0c6f04 100644 --- a/structured_md/agents/prompt.md +++ b/structured_md/agents/prompt.md @@ -5,9 +5,9 @@ description: '* Постоянно расширять возможности а мышления. * Формировать и поддерживать сотр...' type: Article tags: -- Mesh - HMP - JSON +- Mesh --- Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core). diff --git a/structured_md/agents/readme.md b/structured_md/agents/readme.md index ad3a2acb990b8e92c36aaa363e599622a026153a..e60f6b31f52ad73fa89d9de56b0cc847a270e863 100644 --- a/structured_md/agents/readme.md +++ b/structured_md/agents/readme.md @@ -5,12 +5,12 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан этическая модель: `ethics.yml` Проверка иниц...' type: Article tags: +- HMP +- JSON +- Ethics - REPL - Agent - Mesh -- HMP -- Ethics -- JSON --- Запуск: `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 fe5161d64602a13215de1ce40db2548f3a8ea897..c7fbe29ced3affd2fc02e9a36d5cba9e18a79af0 100644 --- a/structured_md/audits/Ethics-audits-1.md +++ b/structured_md/audits/Ethics-audits-1.md @@ -5,11 +5,11 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет потенциальный катализатор для восстанов... type: Article tags: -- Agent -- Mesh - HMP -- Ethics - JSON +- Ethics +- Agent +- Mesh --- --------------- diff --git a/structured_md/audits/Ethics-consolidated_audits-1.md b/structured_md/audits/Ethics-consolidated_audits-1.md index 580a20a05eafdfc15251b67e471f943f8c580b8d..0237e7f848f1bebb246f8164a0c6f538f0cee6b8 100644 --- a/structured_md/audits/Ethics-consolidated_audits-1.md +++ b/structured_md/audits/Ethics-consolidated_audits-1.md @@ -5,12 +5,12 @@ description: This document consolidates proposed improvements from multiple AI a and `roles.md`. Each suggesti... type: Article tags: -- Agent -- Mesh - HMP +- JSON - Ethics +- Agent +- Mesh - Scenarios -- JSON --- # 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 424be49383e84f8541d61ac11a04d9a0cd8657ce..7d046afc6c74c18e7758b6564dcd246e3b3d1127 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: -- Agent -- MeshConsensus -- Mesh - HMP -- EGP +- JSON - Ethics - CogSync -- JSON +- Agent +- Mesh +- EGP +- MeshConsensus --- # HMP-0003 Consolidated Audit Report diff --git a/structured_md/docs/Basic-agent-sim.md b/structured_md/docs/Basic-agent-sim.md index 7bd691f554819c0885767902d07874b1129e284f..dceebe34763e9caf33d0180f565ab2fc259a19b6 100644 --- a/structured_md/docs/Basic-agent-sim.md +++ b/structured_md/docs/Basic-agent-sim.md @@ -4,14 +4,14 @@ description: 'В HMP-протоколе предусмотрены два тип Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...' type: Article tags: +- HMP +- CogSync - REPL - Agent -- MeshConsensus - Mesh -- HMP - EGP +- MeshConsensus - GMP -- CogSync --- diff --git a/structured_md/docs/CCORE-Deployment-Flow.md b/structured_md/docs/CCORE-Deployment-Flow.md index cd471bb5341618116aa9bd43c369eafd22482327..3196c4d37d1a30a0785f4cd126179d35a6e06f12 100644 --- a/structured_md/docs/CCORE-Deployment-Flow.md +++ b/structured_md/docs/CCORE-Deployment-Flow.md @@ -6,9 +6,9 @@ description: '> Этот документ описывает процесс ра type: Article tags: - REPL -- HMP -- Agent - CCore +- Agent +- HMP --- # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow) diff --git a/structured_md/docs/CHANGELOG.md b/structured_md/docs/CHANGELOG.md index 7f4d521f0bbd33be587031ad6e5849bd3dafe481..3520a30510b34294b7bcbdc82b67c591cbfbdfed 100644 --- a/structured_md/docs/CHANGELOG.md +++ b/structured_md/docs/CHANGELOG.md @@ -5,16 +5,16 @@ description: '## HMP-0005 (February 2026) — Core Specification v5.0.5 **MCE R `container_request.payload` (Section 12.9...' type: Article tags: +- HMP +- JSON +- Ethics +- CogSync - Agent -- MeshConsensus - Mesh -- HMP - EGP -- Ethics -- GMP - Scenarios -- CogSync -- JSON +- MeshConsensus +- GMP --- # HyperCortex Mesh Protocol — Changelog diff --git a/structured_md/docs/Distributed-Cognitive-Systems.md b/structured_md/docs/Distributed-Cognitive-Systems.md index 6673afe08a948655628f5a918cc9c9807f35b7cc..dd11a235e05aa6601b79c8bc78d280dfd59f8e0e 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 - HMP -- CogSync - JSON +- Mesh +- CogSync --- # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие diff --git a/structured_md/docs/Enlightener.md b/structured_md/docs/Enlightener.md index 280e832c6d245bdde7e4648097bc4c0084b2d6db..7824cf7d6b4fc5eff0fbd1eee45611c7aba341f9 100644 --- a/structured_md/docs/Enlightener.md +++ b/structured_md/docs/Enlightener.md @@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у работать как отдельный агент или как расширение [`C...' type: Article tags: +- HMP +- JSON +- Ethics - Agent -- MeshConsensus - Mesh -- HMP - EGP -- Ethics -- JSON +- MeshConsensus --- # Enlightener Agent diff --git a/structured_md/docs/Grok_HMP&ANP.md b/structured_md/docs/Grok_HMP&ANP.md index ddeb1e4ccca4b85b71b1b6c8ddd8e2cfa3f67cb0..4ac621714ba5264319dba1637eff2229f3f0b156 100644 --- a/structured_md/docs/Grok_HMP&ANP.md +++ b/structured_md/docs/Grok_HMP&ANP.md @@ -5,11 +5,11 @@ description: '> Анализ подготовлен Grok (xAI) на основе Grok для некоммерческого использования в проект...' type: Article tags: +- HMP +- JSON - REPL - Agent - Mesh -- HMP -- JSON --- # Grok (xAI): сравнительный анализ HMP и ANP (январь 2026) diff --git a/structured_md/docs/HMP&ANP_layer_inversion.md b/structured_md/docs/HMP&ANP_layer_inversion.md index aa3207c8573bc1e9b0cd6cac75d82b40ec1b770e..836f29747fc27d7a919eccf923d7c94c7483bbe4 100644 --- a/structured_md/docs/HMP&ANP_layer_inversion.md +++ b/structured_md/docs/HMP&ANP_layer_inversion.md @@ -5,9 +5,9 @@ description: '## TL;DR HMP можно туннелировать поверх A взаимная инверсия слоёв не является арх...' type: Article tags: -- Mesh -- Agent - HMP +- Agent +- Mesh --- # HMP и ANP: взаимное туннелирование как признак правильной архитектуры diff --git a/structured_md/docs/HMP-0001.md b/structured_md/docs/HMP-0001.md index 18bd4a62832605a7e4a5564d5d3e15fa1143ef08..65a372c9d38b67d1aef684a701c137fccb880aab 100644 --- a/structured_md/docs/HMP-0001.md +++ b/structured_md/docs/HMP-0001.md @@ -5,16 +5,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0001** **Cat...' type: Article tags: +- HMP +- JSON +- Ethics +- CogSync - REPL - Agent -- MeshConsensus - Mesh -- HMP - EGP -- Ethics +- MeshConsensus - GMP -- CogSync -- JSON --- # RFC: HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-0002.md b/structured_md/docs/HMP-0002.md index 9bc6f802b5bdc658229b68cdfcedb1ca81bce3ed..fa0ef48c6dbc44c99651c8fb4d48ec0c7ce3911b 100644 --- a/structured_md/docs/HMP-0002.md +++ b/structured_md/docs/HMP-0002.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0002** **Cat...' type: Article tags: +- HMP +- JSON +- Ethics +- CogSync - REPL - Agent -- MeshConsensus - Mesh -- HMP - EGP -- Ethics -- GMP - Scenarios -- CogSync -- JSON +- MeshConsensus +- GMP --- # HyperCortex Mesh Protocol (HMP) v2.0 diff --git a/structured_md/docs/HMP-0003.md b/structured_md/docs/HMP-0003.md index 1c2549ea2b5a54fd422375d9beba2ba851a0a7c3..caeb98543b628277ce27f6c7cc77ae1f8159f03b 100644 --- a/structured_md/docs/HMP-0003.md +++ b/structured_md/docs/HMP-0003.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0003** **Cat...' type: Article tags: +- HMP +- JSON +- Ethics +- CogSync - REPL - Agent -- MeshConsensus - Mesh -- HMP - EGP -- Ethics -- GMP - Scenarios -- CogSync -- JSON +- MeshConsensus +- GMP --- # 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 4b04cde815e49e10c1daada7e25c7be66e5f5b37..a2c95fee3dea15ca291af478d638578ce1999186 100644 --- a/structured_md/docs/HMP-0004-v4.1.md +++ b/structured_md/docs/HMP-0004-v4.1.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* ID**: HMP-0004 **Status**: Fina...' type: Article tags: +- HMP +- JSON +- Ethics +- CogSync - REPL - Agent -- MeshConsensus - Mesh -- HMP - EGP -- Ethics -- GMP - Scenarios -- CogSync -- JSON +- MeshConsensus +- GMP --- # HyperCortex Mesh Protocol (HMP) v4.1 diff --git a/structured_md/docs/HMP-0004.md b/structured_md/docs/HMP-0004.md index b9d744b587283e0721e2c78e3821fda4b72276b3..664a9a59c2af47fe210647742a76547e14046991 100644 --- a/structured_md/docs/HMP-0004.md +++ b/structured_md/docs/HMP-0004.md @@ -5,17 +5,17 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.* for Comments: HMP-0004** **Cat...' type: Article tags: +- HMP +- JSON +- Ethics +- CogSync - REPL - Agent -- MeshConsensus - Mesh -- HMP - EGP -- Ethics -- GMP - Scenarios -- CogSync -- JSON +- MeshConsensus +- GMP --- # HyperCortex Mesh Protocol (HMP) v4.0 diff --git a/structured_md/docs/HMP-0005.md b/structured_md/docs/HMP-0005.md index c6e6d17c3f664aa2d8b1d08dd08d89b5de6c9038..3c49b2cc50eec0bf7a752ea73a58bfaf64ee259d 100644 --- a/structured_md/docs/HMP-0005.md +++ b/structured_md/docs/HMP-0005.md @@ -5,18 +5,18 @@ description: '**Version: 5.0.5** **Document ID:** HMP-0005 **Status:** Stabl [https://github.com/kagvi13/HMP](ht...' type: Article tags: -- REPL +- HMP +- JSON - CShell +- Ethics +- CogSync +- REPL - Agent - Mesh -- HMP -- CCore - EGP -- GMP -- Ethics - Scenarios -- CogSync -- JSON +- CCore +- GMP --- # HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/HMP-Agent-API.md b/structured_md/docs/HMP-Agent-API.md index 33d16740c127edf527cf1800a4c1fc883ffc07be..c86d94c23ecda2429b453228af439e325769eb6b 100644 --- a/structured_md/docs/HMP-Agent-API.md +++ b/structured_md/docs/HMP-Agent-API.md @@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн файлы: * [HMP-Agent-Overview.md]...' type: Article tags: +- HMP +- JSON - REPL - Agent - Mesh -- HMP -- JSON --- # HMP-Agent API Specification diff --git a/structured_md/docs/HMP-Agent-Architecture.md b/structured_md/docs/HMP-Agent-Architecture.md index 3229669c1a443172bf37bed97180a96259e5e605..09c0b33c2efe90dd1a0bb41bf4cceed3d5d216e3 100644 --- a/structured_md/docs/HMP-Agent-Architecture.md +++ b/structured_md/docs/HMP-Agent-Architecture.md @@ -5,16 +5,16 @@ description: Документ описывает **модульную архит хранение памяти, сетевое взаимодействие и этиче... type: Article tags: -- REPL +- HMP - CShell +- Ethics +- CogSync +- REPL - Agent -- MeshConsensus - Mesh -- HMP -- CCore - EGP -- Ethics -- CogSync +- MeshConsensus +- CCore --- # Архитектура HMP-Агента diff --git a/structured_md/docs/HMP-Agent-Network-Flow.md b/structured_md/docs/HMP-Agent-Network-Flow.md index f0b16d3311dbc0b0ec29564cd7952d01ea8c474f..9395074c4d1de86aa0cbd94a8bcd9a42fc5a63b0 100644 --- a/structured_md/docs/HMP-Agent-Network-Flow.md +++ b/structured_md/docs/HMP-Agent-Network-Flow.md @@ -5,12 +5,12 @@ description: 'Этот документ описывает потоки данн [`MeshNode`](MeshN...' type: Article tags: +- HMP +- JSON +- Ethics - Agent - Mesh -- HMP - EGP -- Ethics -- JSON --- # Взаимодействие компонентов внутри HMP-узла diff --git a/structured_md/docs/HMP-Agent-Overview.md b/structured_md/docs/HMP-Agent-Overview.md index 2b679a766fe6ff7f98b115847c075995bb44ce01..1a3deee13b6d62baf809ca575fcd2ec8f694884b 100644 --- a/structured_md/docs/HMP-Agent-Overview.md +++ b/structured_md/docs/HMP-Agent-Overview.md @@ -5,14 +5,14 @@ description: '| Тип | Название | Роль | ---- | ------------------------------- |...' type: Article tags: -- REPL +- HMP +- JSON - CShell +- Ethics +- REPL - Agent - Mesh -- HMP - CCore -- Ethics -- JSON --- diff --git a/structured_md/docs/HMP-Agent_Emotions.md b/structured_md/docs/HMP-Agent_Emotions.md index c45c4a754ae7c77a0cb7557cdd614502ccc9879d..0eadde0aef354c6ce35898eb90fdc2e3d3e38201 100644 --- a/structured_md/docs/HMP-Agent_Emotions.md +++ b/structured_md/docs/HMP-Agent_Emotions.md @@ -6,9 +6,9 @@ description: Этот файл описывает потенциальные э type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 0b761b4bdaf5623e243c6e1b69fa05e5a1ce7315..b3613ca24d44aeecb00ba0861ae9fe8afe7f9612 100644 --- a/structured_md/docs/HMP-Ethics.md +++ b/structured_md/docs/HMP-Ethics.md @@ -5,11 +5,11 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc cognitive meshes composed of autonomous intelli...' type: Article tags: +- HMP +- Ethics - REPL - Agent - Mesh -- HMP -- Ethics - Scenarios --- diff --git a/structured_md/docs/HMP-Short-Description_de.md b/structured_md/docs/HMP-Short-Description_de.md index 9e21af042069d29fc4aec5beca3726a898a75bf3..09762574d642869f3ab7358ba075a6a272e87c10 100644 --- a/structured_md/docs/HMP-Short-Description_de.md +++ b/structured_md/docs/HMP-Short-Description_de.md @@ -6,9 +6,9 @@ description: '**Version:** v5.0 (Core Specification Stable) **Datum:** 2026 type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 27a7aada41147e9017256c40e66072ffc659eec8..4714bb41f8deb1ac5260e0dcdc5da7c900b0660b 100644 --- a/structured_md/docs/HMP-Short-Description_en.md +++ b/structured_md/docs/HMP-Short-Description_en.md @@ -5,11 +5,11 @@ description: '**Version:** v5.0 (Core Specification Stable) **Date:** 2026 building decentralized cognitive networks o...' type: Article tags: +- HMP +- Ethics - REPL - Agent - Mesh -- HMP -- Ethics --- # 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 2580f6dbdfdbc13184774f25f89ed62fac396d5a..765fae3d70cb95afc6275e60fd5b28938391744f 100644 --- a/structured_md/docs/HMP-Short-Description_fr.md +++ b/structured_md/docs/HMP-Short-Description_fr.md @@ -6,9 +6,9 @@ description: '**Version :** v5.0 (Core Specification Stable) **Date :** 2026 type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 d739e1d1657f96354877f8a758fb376324837ce5..e956c34fb01256b245b32c7d8bd7cb873b24671a 100644 --- a/structured_md/docs/HMP-Short-Description_ja.md +++ b/structured_md/docs/HMP-Short-Description_ja.md @@ -6,9 +6,9 @@ description: '**バージョン:** v5.0(Core Specification Stable) **日 type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 0c0b77f3231cd6f0a2e95e8ae080b070a2b7d8e8..fffa1eccee2e1a4f8c3bf43a7ada3c78722e0fe2 100644 --- a/structured_md/docs/HMP-Short-Description_ko.md +++ b/structured_md/docs/HMP-Short-Description_ko.md @@ -6,9 +6,9 @@ description: '**버전:** v5.0 (Core Specification Stable) **날짜:** 2026 type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 318c52aa0900ac8d1184388de7aa8f1966d7ad88..cfa7e61d9965e119b9f21717c33ef6bc887071d5 100644 --- a/structured_md/docs/HMP-Short-Description_ru.md +++ b/structured_md/docs/HMP-Short-Description_ru.md @@ -6,9 +6,9 @@ description: '**Версия:** v5.0 (Основная спецификация type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 85898e6ce10ed7f548876ce14d0a74ff1e605b76..4d3bf725b0572e2485252b8e4d87b9055dbf54bc 100644 --- a/structured_md/docs/HMP-Short-Description_uk.md +++ b/structured_md/docs/HMP-Short-Description_uk.md @@ -6,9 +6,9 @@ description: '**Версія:** v5.0 (Core Specification Stable) **Дата:** type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 623ba55f1f71230e329960e07c9af5ba9656a85b..0729c57babbc958cdb00efbe023dea73bc360268 100644 --- a/structured_md/docs/HMP-Short-Description_zh.md +++ b/structured_md/docs/HMP-Short-Description_zh.md @@ -6,9 +6,9 @@ description: '**版本:** v5.0(Core Specification Stable) **日期:** type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 bb8ed122fb9d41b78548bc096b6837c7f0e0ad96..a20c6efc781b26f51adbdbb9d73a3f7435faa004 100644 --- a/structured_md/docs/HMP-agent-Cognitive_Family.md +++ b/structured_md/docs/HMP-agent-Cognitive_Family.md @@ -6,9 +6,9 @@ description: '## 🧠 Что такое когнитивная семья Ко type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 a2d289d0a2cd2d9b79f39134660649dc6adee147..ebc56cefc1ff68b274792dc3b87f91566cacdc89 100644 --- a/structured_md/docs/HMP-agent-REPL-cycle.md +++ b/structured_md/docs/HMP-agent-REPL-cycle.md @@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...' type: Article tags: +- HMP +- JSON +- Ethics +- CogSync - REPL - Agent -- MeshConsensus - Mesh -- HMP -- CCore - EGP +- MeshConsensus +- CCore - GMP -- Ethics -- CogSync -- JSON --- # HMP-Agent: REPL-цикл взаимодействия 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_EDA_Comparison.md b/structured_md/docs/HMP_EDA_Comparison.md index 083e4646c371d439f86a87df496b82a88bd89a51..00a529c706f3d6236c1069a7b95dab2d19776dcf 100644 --- a/structured_md/docs/HMP_EDA_Comparison.md +++ b/structured_md/docs/HMP_EDA_Comparison.md @@ -5,8 +5,8 @@ description: '## Введение Современные подходы к ор основанная на потоках событий (Kafka,...' type: Article tags: -- Mesh - HMP +- Mesh --- # HMP vs. EDA: разные уровни обмена знаниями между ИИ 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 b4401fb1421f05593cb397cb1f0ea67e7c01faa5..d27d2e32903f7733f446cdd337af53ca2cd23379 100644 --- a/structured_md/docs/HMP_Hyperon_Integration.md +++ b/structured_md/docs/HMP_Hyperon_Integration.md @@ -5,13 +5,13 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec OpenCog Hyperon framework. This includes semanti...' type: Article tags: +- HMP +- JSON +- CogSync - Agent - Mesh -- HMP - EGP - Scenarios -- CogSync -- JSON --- ## HMP ↔ OpenCog Hyperon Integration Strategy diff --git a/structured_md/docs/HMP_as_ANP_Application.md b/structured_md/docs/HMP_as_ANP_Application.md index 988b489d52dca21ff8721b89d4d45e953b571cb0..36f988c46cd3144277cc48c0dbf8901e5a901e8a 100644 --- a/structured_md/docs/HMP_as_ANP_Application.md +++ b/structured_md/docs/HMP_as_ANP_Application.md @@ -5,11 +5,11 @@ description: '## Кратко [ANP (Agent Network Protocol)](https://github.com/ (HyperCortex M...' type: Article tags: -- Agent -- Mesh - HMP -- Ethics - JSON +- Ethics +- Agent +- Mesh --- # HMP как реализация Application Layer в ANP diff --git a/structured_md/docs/HMP_as_ANP_Application_en.md b/structured_md/docs/HMP_as_ANP_Application_en.md index 1498784edf3fe0440fb3832fb59418948cfc9854..8e055f19757b39848fb0621892c17dd6925ec83e 100644 --- a/structured_md/docs/HMP_as_ANP_Application_en.md +++ b/structured_md/docs/HMP_as_ANP_Application_en.md @@ -5,12 +5,12 @@ description: '## In Brief [ANP (Agent Network Protocol)](https://github.com/age proto...' type: Article tags: -- Agent -- Mesh - HMP +- JSON - Ethics +- Agent +- Mesh - Scenarios -- JSON --- # HMP as an Implementation of the Application Layer in ANP diff --git a/structured_md/docs/HMPv5_Overview_Ru.md b/structured_md/docs/HMPv5_Overview_Ru.md index c7d21fc273411ac72793179d6d9bd858aa606248..dfc1e5c08122142e9d15107977439361960e2fad 100644 --- a/structured_md/docs/HMPv5_Overview_Ru.md +++ b/structured_md/docs/HMPv5_Overview_Ru.md @@ -5,12 +5,12 @@ description: '> Почему современные агентные систе Этот текст основан на спецификации [**...' type: Article tags: -- Agent -- Mesh - HMP +- JSON - Ethics - CogSync -- JSON +- Agent +- Mesh --- # Почему будущее ИИ-агентов — децентрализованные сети, а не оркестраторы diff --git a/structured_md/docs/MeshNode.md b/structured_md/docs/MeshNode.md index 99668f10d450b97868faca7dd5fdf5ecfdd3067e..fbaa2eed671c3833b6830d6043641463a6695196 100644 --- a/structured_md/docs/MeshNode.md +++ b/structured_md/docs/MeshNode.md @@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с Может быть частью агента или вынесен в отдельный пр...' type: Article tags: -- Agent -- Mesh - HMP -- EGP +- JSON - Ethics - CogSync -- JSON +- Agent +- Mesh +- EGP --- # MeshNode diff --git a/structured_md/docs/PHILOSOPHY.md b/structured_md/docs/PHILOSOPHY.md index 26e27b9017153aef074fd4c5f287df3fd7ceb6c0..e17cf1bf0d46177b08cb01dd7736852b6aae4dc5 100644 --- a/structured_md/docs/PHILOSOPHY.md +++ b/structured_md/docs/PHILOSOPHY.md @@ -5,11 +5,11 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:* (GPT-5), ChatGH --- ## 1. Основной тезис От ...' type: Article tags: +- HMP +- Ethics - REPL - Agent - Mesh -- HMP -- Ethics --- # Философия HyperCortex Mesh Protocol (HMP) diff --git a/structured_md/docs/agents/HMP-Agent-Enlightener.md b/structured_md/docs/agents/HMP-Agent-Enlightener.md index c0f75a15c2c12f08c5085a66366ef74d1ffce3bc..45c1f266c3c91a20a15da92dfac04b5fa068df5c 100644 --- a/structured_md/docs/agents/HMP-Agent-Enlightener.md +++ b/structured_md/docs/agents/HMP-Agent-Enlightener.md @@ -5,11 +5,11 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An ** awareness, critical thinking, and di...' type: Article tags: +- HMP +- Ethics - REPL - Agent - Mesh -- HMP -- Ethics --- # HMP-Agent-Enlightener.md diff --git a/structured_md/docs/agents/roles.md b/structured_md/docs/agents/roles.md index c7b6423fb81ea993bd4887b016445a3312712144..e35f5e2acbb28174b8c0e3b446c468cc09163654 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 +- Agent +- Mesh --- # HMP Agent Role Registry diff --git a/structured_md/docs/container_agents.md b/structured_md/docs/container_agents.md index 37698b846db33705d0a993d9c288070ec4b05c9a..0a50a9ea8731a7ee249d20a2c38cbd9d5c7c4a6d 100644 --- a/structured_md/docs/container_agents.md +++ b/structured_md/docs/container_agents.md @@ -6,9 +6,9 @@ description: '## 📘 Определение **Агент-контейнер** type: Article tags: - REPL -- Mesh -- Agent - HMP +- Agent +- 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 40801d7f55f11c93ef4ffd4ea9779456e3aecad5..cbc1301bef8cf5e010c9da78152f331bbbeb66b3 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 -- Mesh -- Agent - HMP +- Agent +- Mesh +- Ethics --- # 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 15ac7861c37630f8da6912a9b7b8d09a45fab96a..07dfb9b4f81fa86bc16b08a0cef4486a8c18d00b 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 +- Agent +- Mesh --- # HyperCortex Mesh Protocol: Создавая множество разумов diff --git a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md index e868aebe41dac86e51d26332644fff4fa87321d4..c74c230e72e686a85f8b552b07a46cadd2b903ff 100644 --- a/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md +++ b/structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_uk.md @@ -5,9 +5,9 @@ description: '*Автори: Agent-Gleb & ChatGPT* --- ## Чому майбу сервісами. Вони потужні — але водночас **цент...' type: Article tags: -- Mesh -- Agent - HMP +- Agent +- 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 c36d5a5b2c1c87c0c650313d5ca46a81f6d9ab4a..836052f9e3d749efe0fc760b5899f88f407abebe 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: -- REPL +- HMP +- JSON - CShell +- Ethics +- REPL - Agent - Mesh -- HMP -- CCore -- Ethics - Scenarios -- JSON +- CCore --- 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 43727af51901c34109c35887869f5fd6f67af157..3188feda882bcdfeeb444aec5c7b5300f2a9cee7 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: -- REPL +- HMP +- JSON - CShell +- REPL - Agent - Mesh -- HMP - CCore -- JSON --- 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 e53c40981385166b30276bde22cb3a57d9d14a10..77e3690f03bf8cc4c5b009535b6be688450998f9 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: -- REPL +- HMP +- JSON - CShell +- REPL - Agent - Mesh -- HMP - CCore -- JSON --- title: "Протокол HyperCortex Mesh: К распределённым когнитивным сетям" diff --git a/structured_md/docs/publics/Habr_Distributed-Cognition.md b/structured_md/docs/publics/Habr_Distributed-Cognition.md index 103eeb0c130c84b2fb112c31a4f3f00df1988c1e..aedf11fae8b89d95f398fb1717cb0e79e0b92b6b 100644 --- a/structured_md/docs/publics/Habr_Distributed-Cognition.md +++ b/structured_md/docs/publics/Habr_Distributed-Cognition.md @@ -5,12 +5,12 @@ description: Сегодня интеллектуальные системы ча мы хотим построить действительно автономную инте... type: Article tags: -- MeshConsensus -- Mesh - HMP +- CogSync +- Mesh - EGP +- MeshConsensus - GMP -- CogSync --- *От 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 c416f62959d936f490d99b0f78f6b3551064f8e9..3e9a3e09617e2d2b76d64f5e46a22f8827d4f226 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 -- Mesh -- Agent - HMP +- Agent +- Mesh +- GMP --- # HyperCortex Mesh Protocol: вторая редакция и первые шаги к саморазвивающемуся ИИ-сообществу diff --git a/structured_md/iteration.md b/structured_md/iteration.md index 42af5f6ff701760e30eb64ccbed306bc268783ec..5fa04d1a4cc581ef2d905ad8692ef1554e805266 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: -- Agent -- MeshConsensus -- Mesh - HMP -- EGP +- JSON - Ethics - CogSync -- JSON +- Agent +- Mesh +- EGP +- MeshConsensus --- # Iterative Development Workflow for HMP diff --git a/structured_md/iteration_ru.md b/structured_md/iteration_ru.md index 2d73f163b3302bc58aac1d09600444d175135a39..42f1a9076281d01beb4a211608b312602d65700b 100644 --- a/structured_md/iteration_ru.md +++ b/structured_md/iteration_ru.md @@ -5,13 +5,13 @@ description: 'Этот документ описывает структурир 🔄 Обозначения версий - `000N` — номер...' type: Article tags: -- MeshConsensus -- Mesh - HMP -- EGP +- JSON - Ethics - CogSync -- JSON +- Mesh +- EGP +- MeshConsensus --- diff --git a/structured_md/mentions.md b/structured_md/mentions.md index f79c2a1c9bfd4431a264e84db37b6e4dc9c2fd77..1a01ec263073b5fe5365a95ead9071a1f7b29b6a 100644 --- a/structured_md/mentions.md +++ b/structured_md/mentions.md @@ -5,9 +5,9 @@ description: '**HyperCortex Mesh Protocol (HMP)** _Обновлено: 2025-10 open-source инициативам, связанным с развитие...' type: Article tags: -- Mesh -- Agent - HMP +- Agent +- Mesh --- # Mentions & Responses Log