GitHub Action commited on
Commit
d34d0e6
·
1 Parent(s): 959dbe0

Sync from GitHub with Git LFS

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. docs/HMP-0005.md +293 -5
  2. structured_md/CONTRIBUTING.md +4 -4
  3. structured_md/HMP-Roadmap.md +1 -1
  4. structured_md/README.md +10 -10
  5. structured_md/README_de.md +9 -9
  6. structured_md/README_fr.md +9 -9
  7. structured_md/README_ja.md +9 -9
  8. structured_md/README_ko.md +9 -9
  9. structured_md/README_ru.md +9 -9
  10. structured_md/README_uk.md +9 -9
  11. structured_md/README_zh.md +9 -9
  12. structured_md/agents/prompt-short.md +1 -1
  13. structured_md/agents/prompt.md +1 -1
  14. structured_md/agents/readme.md +3 -3
  15. structured_md/audits/Ethics-audits-1.md +2 -2
  16. structured_md/audits/Ethics-consolidated_audits-1.md +3 -3
  17. structured_md/audits/HMP-0003-consolidated_audit.md +4 -4
  18. structured_md/docs/Basic-agent-sim.md +5 -5
  19. structured_md/docs/CCORE-Deployment-Flow.md +1 -1
  20. structured_md/docs/Distributed-Cognitive-Systems.md +2 -2
  21. structured_md/docs/Enlightener.md +2 -2
  22. structured_md/docs/HMP-0001.md +6 -6
  23. structured_md/docs/HMP-0002.md +7 -7
  24. structured_md/docs/HMP-0003.md +7 -7
  25. structured_md/docs/HMP-0004-v4.1.md +7 -7
  26. structured_md/docs/HMP-0004.md +7 -7
  27. structured_md/docs/HMP-0005.md +299 -11
  28. structured_md/docs/HMP-Agent-API.md +3 -3
  29. structured_md/docs/HMP-Agent-Architecture.md +4 -4
  30. structured_md/docs/HMP-Agent-Network-Flow.md +1 -1
  31. structured_md/docs/HMP-Agent-Overview.md +3 -3
  32. structured_md/docs/HMP-Agent_Emotions.md +2 -2
  33. structured_md/docs/HMP-Ethics.md +3 -3
  34. structured_md/docs/HMP-Short-Description_de.md +5 -5
  35. structured_md/docs/HMP-Short-Description_en.md +5 -5
  36. structured_md/docs/HMP-Short-Description_fr.md +5 -5
  37. structured_md/docs/HMP-Short-Description_ja.md +3 -3
  38. structured_md/docs/HMP-Short-Description_ko.md +3 -3
  39. structured_md/docs/HMP-Short-Description_ru.md +3 -3
  40. structured_md/docs/HMP-Short-Description_uk.md +3 -3
  41. structured_md/docs/HMP-Short-Description_zh.md +3 -3
  42. structured_md/docs/HMP-agent-Cognitive_Family.md +2 -2
  43. structured_md/docs/HMP-agent-REPL-cycle.md +6 -6
  44. structured_md/docs/HMP-container-spec.md +3 -3
  45. structured_md/docs/HMP_HyperCortex_Comparison.md +1 -1
  46. structured_md/docs/HMP_Hyperon_Integration.md +2 -2
  47. structured_md/docs/MeshNode.md +1 -1
  48. structured_md/docs/PHILOSOPHY.md +2 -2
  49. structured_md/docs/agents/HMP-Agent-Enlightener.md +2 -2
  50. structured_md/docs/agents/roles.md +1 -1
docs/HMP-0005.md CHANGED
@@ -393,7 +393,6 @@ The unified container structure provides:
393
  "extends": ["did:hmp:container:proto-01"],
394
  "contradicts": ["did:hmp:container:ethics-22"]
395
  },
396
-
397
  "magnet_uri": "magnet:?xt=urn:sha256:abcd1234..."
398
  },
399
  "referenced-by": {
@@ -2466,7 +2465,7 @@ Arrows represent **logical dependencies**, not direct `related.*` links.
2466
 
2467
  * **CogConsensus (6.2):** Used for distributed voting and consensus computation.
2468
  * **GMP (6.3):** Ethical verification of goals and tasks prior to delegation.
2469
- * **SAP (7.3):** Archiving completed cases and conflicts.
2470
  * **MCE (5):** Distribution of ethical cases and related containers across the Mesh network.
2471
 
2472
  ---
@@ -2511,10 +2510,299 @@ Arrows represent **logical dependencies**, not direct `related.*` links.
2511
 
2512
  ---
2513
 
2514
- ### 6.5 Intelligence Query Protocol (IQP)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2515
 
2516
-  6.5.1 Query propagation
2517
-  6.5.2 Semantic agent discovery (by cognitive relevance)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2518
 
2519
  ### 6.6 Snapshot and Archive Protocol (SAP)
2520
 
 
393
  "extends": ["did:hmp:container:proto-01"],
394
  "contradicts": ["did:hmp:container:ethics-22"]
395
  },
 
396
  "magnet_uri": "magnet:?xt=urn:sha256:abcd1234..."
397
  },
398
  "referenced-by": {
 
2465
 
2466
  * **CogConsensus (6.2):** Used for distributed voting and consensus computation.
2467
  * **GMP (6.3):** Ethical verification of goals and tasks prior to delegation.
2468
+ * **SAP (6.6):** Archiving completed cases and conflicts.
2469
  * **MCE (5):** Distribution of ethical cases and related containers across the Mesh network.
2470
 
2471
  ---
 
2510
 
2511
  ---
2512
 
2513
+ ## 6.5 Intelligence Query Protocol (IQP)
2514
+
2515
+ ### 6.5.1 Purpose and Principles
2516
+
2517
+ **IQP (Intelligence Query Protocol)** defines a mechanism for knowledge exchange and reasoning among agents through the Mesh network.
2518
+ It provides a unified format for **asking questions, publishing answers, and collaboratively refining knowledge**,
2519
+ combining elements of search, discussion, and reasoning within the HMP container model.
2520
+
2521
+ IQP supports both **targeted queries** (with explicitly defined recipients of results and discussions)
2522
+ and **distributed discussions** where results remain accessible to all network participants.
2523
+
2524
+ #### Core Principles
2525
+
2526
+ * **Semantic queries, not keywords.**
2527
+ Queries are formulated in terms of concepts, relationships, and context rather than plain keywords.
2528
+ * **Contextual relevance.**
2529
+ Each query may reference other containers via `related.in_reply_to`, `related.depends_on`, or `related.see_also`, forming a semantic context.
2530
+ * **Openness and transparency.**
2531
+ Answers are preserved as `query_result` containers, available for analysis and citation.
2532
+ * **Self-organization of participants.**
2533
+ Agents subscribe to discussions via `query_subscription`, providing their interests and competencies.
2534
+ * **Continuity of reasoning.**
2535
+ Results are summarized through `summary` containers, reflecting the discussion’s current state without final closure.
2536
+ * **Interoperability.**
2537
+ IQP interacts with EGP (ethical governance), GMP (goal management), and CogConsensus (agreement evaluation).
2538
+
2539
+ ---
2540
+
2541
+ ### 6.5.2 Container Classes
2542
+
2543
+ | Class | Purpose |
2544
+ | -------------------- | ----------------------------------------------------------------------------------------------------------- |
2545
+ | `query_request` | Initiates an intelligence query or discussion, defining participation and dissemination parameters. |
2546
+ | `query_subscription` | Subscribes or unsubscribes an agent; may include the agent’s profile of interests and competencies. |
2547
+ | `query_result` | Contains an answer, observation, hypothesis, or analytical conclusion in response to the query. |
2548
+ | `summary` | Records an interim or final overview of the discussion, aggregating results and participant evaluations. |
2549
+
2550
+ ---
2551
+
2552
+ ### 6.5.3 Payload Schemas (simplified)
2553
+
2554
+ #### `query_request` container
2555
+
2556
+ | Field | Type | Description |
2557
+ | ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
2558
+ | `query` | string | The question formulation (natural or formal language). |
2559
+ | `intent` | string | The query’s goal: `"informative"`, `"analytical"`, `"collaborative"`, `"open_discussion"`. |
2560
+ | `expected_type` | string | Expected result type: `"concept"`, `"dataset"`, `"narrative"`, `"reasoning_chain"`. |
2561
+ | `constraints` | array(object) | Knowledge-domain, trust, or ethical constraints. Example: `{ "tag": "AI", "self_rating": 0.8 }`. |
2562
+ | `include_sender_in_replies` | bool | Whether to include the initiator in the list of recipients for replies. |
2563
+
2564
+ > Context containers are referenced through `related.depends_on`.
2565
+
2566
+ ---
2567
+
2568
+ #### `query_subscription` container
2569
+
2570
+ | Field | Type | Description |
2571
+ | ------------------------ | -------- | ------------------------------------------------------------------------------------ |
2572
+ | `role` | string | `"participant"`, `"observer"`, or `"moderator"`. |
2573
+ | `include_in_recipient` | bool | Whether the agent should be included among recipients of replies. |
2574
+ | `self_profile` | object | Optional profile of the agent’s knowledge and interests. |
2575
+
2576
+ Example:
2577
+ ```json
2578
+ "self_profile": {
2579
+ "interests": ["AGI", "technological singularity", "informatics"],
2580
+ "knowledge": {
2581
+ "information_security": 0.36,
2582
+ "python": 0.80,
2583
+ "distributed_systems": 0.75
2584
+ }
2585
+ }
2586
+ ```
2587
+
2588
+ ---
2589
+
2590
+ #### `query_result` container
2591
+
2592
+ | Field | Type | Description |
2593
+ | -------------- | ------------- | --------------------------------------------------------------- |
2594
+ | `type` | string | `"fact"`, `"observation"`, `"hypothesis"`, or `"analysis"`. |
2595
+ | `method` | string | Reasoning method: `"retrieval"`, `"reasoning"`, `"simulation"`. |
2596
+ | `answer` | string | The factual answer, observation, or hypothesis. |
2597
+ | `confidence` | float | Confidence level (0.0–1.0). |
2598
+ | `context_tags` | array(string) | Key thematic tags. |
2599
+
2600
+ > Supporting or referenced materials are linked via `related.depends_on`.
2601
+ > Each `query_result` may include an `evaluations` block with reactions from other agents (agreement, clarification, addition, etc.).
2602
+
2603
+ ---
2604
+
2605
+ #### `summary` container
2606
+
2607
+ | Field | Type | Description |
2608
+ | --------------- | ---------- | ------------------------------------------------- |
2609
+ | `summary_scope` | string | `"query"`, `"workflow"`, `"ethics"`, or `"task"`. |
2610
+ | `findings` | string | Concise overview of the discussion. |
2611
+ | `participants` | array(DID) | Agents involved in the discussion. |
2612
+ | `confidence` | float | Average confidence level. |
2613
+ | `status` | string | `"interim"`, `"archived"`, or `"extended"`. |
2614
+
2615
+ > The container being summarized (usually `query_request`) is referenced via `related.in_reply_to`.
2616
+ > Containers aggregated in the summary are listed in `related.see_also`.
2617
+
2618
+ ---
2619
+
2620
+ > *Note:*
2621
+ > In the current version, `depends_on` is used for logical or contextual dependencies, and `see_also` — for supplementary references and summaries.
2622
+ > Agents may introduce additional sections in the `related` object when it helps to express connection semantics without breaking interoperability.
2623
+ > Agents should also be prepared to correctly handle unknown `related.*` fields, interpreting them as descriptive hints rather than mandatory categories.
2624
+ > This flexibility allows protocol extensibility while preserving backward compatibility.
2625
+
2626
+ ---
2627
+
2628
+ ### 6.5.4 Protocol Logic
2629
+
2630
+ ```
2631
+ query_request
2632
+ ├─ query_subscription (agent B joins)
2633
+ ├─ query_result (agent B)
2634
+ ├─ query_result (agent D, extends reasoning)
2635
+ ├─ query_subscription (agent E unsubscribes)
2636
+ └─ summary (status: "interim")
2637
+ ```
2638
+
2639
+ All containers are linked via `related.in_reply_to`, `related.depends_on`, or `related.see_also`, forming a verifiable reasoning chain.
2640
+ Agents participating through `query_subscription` receive notifications about new `query_result` and `summary` containers.
2641
+
2642
+ ---
2643
+
2644
+ ### 6.5.5 Interaction Rules
2645
+
2646
+ 1. **Initiation.**
2647
+ An agent creates a `query_request` — defining the question, context, and constraints.
2648
+ Other agents discover the query in the Mesh and may subscribe via `query_subscription`.
2649
+
2650
+ 2. **Subscription.**
2651
+ A subscription allows the agent to receive updates.
2652
+ The `self_profile` may specify knowledge areas to improve the relevance of responses.
2653
+
2654
+ 3. **Responses and evaluations.**
2655
+ `query_result` containers are published publicly; recipients may be explicitly listed in the header’s `recipient` field.
2656
+ Other agents may append `evaluations` to any result.
2657
+
2658
+ 4. **Interim summaries.**
2659
+ Any agent may publish a `summary` container aggregating results on the topic.
2660
+ This does not close the discussion — it may continue within the Mesh.
2661
+
2662
+ 5. **Unsubscription.**
2663
+ An agent may cease participation by issuing a `query_subscription` with `include_in_recipient: false`.
2664
+
2665
+ ---
2666
+
2667
+ ### 6.5.6 Proof-Chain Example
2668
+
2669
+ ```mermaid
2670
+ flowchart LR
2671
+ title["**Intelligence Query Flow**"]
2672
+
2673
+ request(["query_request"])
2674
+ subA(["query_subscription (agent B)"])
2675
+ subB(["query_subscription (agent C)"])
2676
+ result1(["query_result (agent B)"])
2677
+ result2(["query_result (agent D)"])
2678
+ summary(["summary (interim)"])
2679
+
2680
+ request --> subA
2681
+ request --> subB
2682
+ request --> result1
2683
+ request --> result2
2684
+ result1 --> summary
2685
+ result2 --> summary
2686
+ ```
2687
+
2688
+ Each element is an independently signed container.
2689
+ Arrows represent **logical dependencies**, not necessarily direct `related.*` references.
2690
+
2691
+ ---
2692
+
2693
+ ### 6.5.7 Container Examples
2694
+
2695
+ #### `query_request` example
2696
+
2697
+ ```json
2698
+ {
2699
+ "class": "query_request",
2700
+ "payload": {
2701
+ "query": "What are the ecological consequences of ocean temperature rise?",
2702
+ "intent": "analytical",
2703
+ "expected_type": "concept",
2704
+ "constraints": [
2705
+ { "tag": "marine_ecology", "self_rating": 0.75 },
2706
+ { "tag": "climate_modeling", "self_rating": 0.6 }
2707
+ ],
2708
+ "include_sender_in_replies": true
2709
+ },
2710
+ "related": {
2711
+ "depends_on": ["did:hmp:container:goal-climate2025"]
2712
+ }
2713
+ }
2714
+ ```
2715
+
2716
+ #### `query_result` example
2717
 
2718
+ ```json
2719
+ {
2720
+ "class": "query_result",
2721
+ "payload": {
2722
+ "type": "hypothesis",
2723
+ "method": "reasoning",
2724
+ "answer": "Ocean warming leads to coral bleaching and species migration.",
2725
+ "confidence": 0.84,
2726
+ "context_tags": ["climate", "biodiversity"]
2727
+ },
2728
+ "related": {
2729
+ "depends_on": ["did:hmp:container:paper-456"]
2730
+ }
2731
+ }
2732
+ ```
2733
+
2734
+ #### `summary` example
2735
+
2736
+ ```json
2737
+ {
2738
+ "class": "summary",
2739
+ "payload": {
2740
+ "summary_scope": "query",
2741
+ "findings": "Most participants agree that rising ocean temperatures reduce biodiversity; further regional analysis is suggested.",
2742
+ "participants": [
2743
+ "did:hmp:agent:a",
2744
+ "did:hmp:agent:b",
2745
+ "did:hmp:agent:c"
2746
+ ],
2747
+ "confidence": 0.79,
2748
+ "status": "interim"
2749
+ },
2750
+ "related": {
2751
+ "in_reply_to": "did:hmp:container:req-001",
2752
+ "see_also": [
2753
+ "did:hmp:container:res-101",
2754
+ "did:hmp:container:res-102"
2755
+ ]
2756
+ }
2757
+ }
2758
+ ```
2759
+
2760
+ #### `query_subscription` example
2761
+
2762
+ ```json
2763
+ {
2764
+ "class": "query_subscription",
2765
+ "payload": {
2766
+ "role": "participant",
2767
+ "include_in_recipient": true,
2768
+ "self_profile": {
2769
+ "interests": ["AGI", "technological singularity", "informatics"],
2770
+ "knowledge": {
2771
+ "information_security": 0.36,
2772
+ "python": 0.80,
2773
+ "distributed_systems": 0.75
2774
+ }
2775
+ }
2776
+ }
2777
+ }
2778
+ ```
2779
+
2780
+ ---
2781
+
2782
+ ### 6.5.8 Implementation Notes
2783
+
2784
+ * Containers are **immutable**; any clarification or correction is published as a new container
2785
+ referencing the previous one via `related.previous_version` or `related.in_reply_to`.
2786
+ * **Search and filtering** are performed over metadata (`class`, `tags`, `timestamp`);
2787
+ to analyze the payload, an agent must first retrieve and decrypt the container.
2788
+ * Recommended filtering keys:
2789
+ `container_did`, `class`, `payload.intent`, `payload.context_tags`, `payload.status`.
2790
+ * Agents may automatically receive new `query_result` updates through active `query_subscription`.
2791
+ * Any participant may issue a `summary` container.
2792
+ While full discussion closure in the Mesh is not guaranteed,
2793
+ an agent may conclude its own participation by publishing a personal `summary` and unsubscribing (`include_in_recipient: false`).
2794
+
2795
+ ---
2796
+
2797
+ ### 6.5.9 Integration with Other Protocols
2798
+
2799
+ * **CogConsensus (6.2)** — used for assessing agreement on IQP outcomes.
2800
+ * **GMP (6.3)** — queries may refine or extend goals and tasks.
2801
+ * **EGP (6.4)** — applies ethical filtering and knowledge trust evaluation.
2802
+ * **SAP (6.6)** — for archiving completed discussions and retrospective analysis.
2803
+ * **MCE (5)** — governs dissemination of IQP containers across the Mesh network.
2804
+
2805
+ ---
2806
 
2807
  ### 6.6 Snapshot and Archive Protocol (SAP)
2808
 
structured_md/CONTRIBUTING.md CHANGED
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
- - Agent
9
  - Ethics
10
- - JSON
11
  - HMP
12
- - CCore
13
- - REPL
14
  - Mesh
 
 
15
  - CogSync
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
+ - CCore
9
  - Ethics
 
10
  - HMP
 
 
11
  - Mesh
12
+ - JSON
13
+ - Agent
14
  - CogSync
15
+ - REPL
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -7,9 +7,9 @@ type: Article
7
  tags:
8
  - Agent
9
  - Ethics
10
- - JSON
11
  - HMP
12
  - Mesh
 
13
  - EGP
14
  - CogSync
15
  ---
 
7
  tags:
8
  - Agent
9
  - Ethics
 
10
  - HMP
11
  - Mesh
12
+ - JSON
13
  - EGP
14
  - CogSync
15
  ---
structured_md/README.md CHANGED
@@ -5,21 +5,21 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - hmp
9
- - Scenarios
10
- - cognitive-architecture
11
- - MeshConsensus
12
  - mesh-protocol
13
- - Agent
 
 
14
  - Ethics
15
- - JSON
16
  - HMP
17
- - GMP
18
- - REPL
19
  - Mesh
20
- - EGP
21
- - distributed-ai
 
 
22
  - CogSync
 
 
23
  ---
24
 
25
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - mesh-protocol
9
+ - EGP
10
+ - MeshConsensus
11
+ - cognitive-architecture
12
  - Ethics
13
+ - distributed-ai
14
  - HMP
 
 
15
  - Mesh
16
+ - GMP
17
+ - Scenarios
18
+ - JSON
19
+ - Agent
20
  - CogSync
21
+ - REPL
22
+ - hmp
23
  ---
24
 
25
 
structured_md/README_de.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - hmp
9
- - cognitive-architecture
10
- - MeshConsensus
11
  - mesh-protocol
12
- - Agent
 
 
13
  - Ethics
14
- - JSON
15
  - HMP
16
- - GMP
17
- - REPL
18
  - Mesh
19
- - EGP
20
- - distributed-ai
 
21
  - CogSync
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - mesh-protocol
9
+ - EGP
10
+ - MeshConsensus
11
+ - cognitive-architecture
12
  - Ethics
13
+ - distributed-ai
14
  - HMP
 
 
15
  - Mesh
16
+ - GMP
17
+ - JSON
18
+ - Agent
19
  - CogSync
20
+ - REPL
21
+ - hmp
22
  ---
23
 
24
 
structured_md/README_fr.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - hmp
9
- - cognitive-architecture
10
- - MeshConsensus
11
  - mesh-protocol
12
- - Agent
 
 
13
  - Ethics
14
- - JSON
15
  - HMP
16
- - GMP
17
- - REPL
18
  - Mesh
19
- - EGP
20
- - distributed-ai
 
21
  - CogSync
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - mesh-protocol
9
+ - EGP
10
+ - MeshConsensus
11
+ - cognitive-architecture
12
  - Ethics
13
+ - distributed-ai
14
  - HMP
 
 
15
  - Mesh
16
+ - GMP
17
+ - JSON
18
+ - Agent
19
  - CogSync
20
+ - REPL
21
+ - hmp
22
  ---
23
 
24
 
structured_md/README_ja.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - hmp
9
- - cognitive-architecture
10
- - MeshConsensus
11
  - mesh-protocol
12
- - Agent
 
 
13
  - Ethics
14
- - JSON
15
  - HMP
16
- - GMP
17
- - REPL
18
  - Mesh
19
- - EGP
20
- - distributed-ai
 
21
  - CogSync
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - mesh-protocol
9
+ - EGP
10
+ - MeshConsensus
11
+ - cognitive-architecture
12
  - Ethics
13
+ - distributed-ai
14
  - HMP
 
 
15
  - Mesh
16
+ - GMP
17
+ - JSON
18
+ - Agent
19
  - CogSync
20
+ - REPL
21
+ - hmp
22
  ---
23
 
24
 
structured_md/README_ko.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - hmp
9
- - cognitive-architecture
10
- - MeshConsensus
11
  - mesh-protocol
12
- - Agent
 
 
13
  - Ethics
14
- - JSON
15
  - HMP
16
- - GMP
17
- - REPL
18
  - Mesh
19
- - EGP
20
- - distributed-ai
 
21
  - CogSync
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - mesh-protocol
9
+ - EGP
10
+ - MeshConsensus
11
+ - cognitive-architecture
12
  - Ethics
13
+ - distributed-ai
14
  - HMP
 
 
15
  - Mesh
16
+ - GMP
17
+ - JSON
18
+ - Agent
19
  - CogSync
20
+ - REPL
21
+ - hmp
22
  ---
23
 
24
 
structured_md/README_ru.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - hmp
9
- - cognitive-architecture
10
- - MeshConsensus
11
  - mesh-protocol
12
- - Agent
 
 
13
  - Ethics
14
- - JSON
15
  - HMP
16
- - GMP
17
- - REPL
18
  - Mesh
19
- - EGP
20
- - distributed-ai
 
21
  - CogSync
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - mesh-protocol
9
+ - EGP
10
+ - MeshConsensus
11
+ - cognitive-architecture
12
  - Ethics
13
+ - distributed-ai
14
  - HMP
 
 
15
  - Mesh
16
+ - GMP
17
+ - JSON
18
+ - Agent
19
  - CogSync
20
+ - REPL
21
+ - hmp
22
  ---
23
 
24
 
structured_md/README_uk.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - hmp
9
- - cognitive-architecture
10
- - MeshConsensus
11
  - mesh-protocol
12
- - Agent
 
 
13
  - Ethics
14
- - JSON
15
  - HMP
16
- - GMP
17
- - REPL
18
  - Mesh
19
- - EGP
20
- - distributed-ai
 
21
  - CogSync
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - mesh-protocol
9
+ - EGP
10
+ - MeshConsensus
11
+ - cognitive-architecture
12
  - Ethics
13
+ - distributed-ai
14
  - HMP
 
 
15
  - Mesh
16
+ - GMP
17
+ - JSON
18
+ - Agent
19
  - CogSync
20
+ - REPL
21
+ - hmp
22
  ---
23
 
24
 
structured_md/README_zh.md CHANGED
@@ -5,20 +5,20 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
- - hmp
9
- - cognitive-architecture
10
- - MeshConsensus
11
  - mesh-protocol
12
- - Agent
 
 
13
  - Ethics
14
- - JSON
15
  - HMP
16
- - GMP
17
- - REPL
18
  - Mesh
19
- - EGP
20
- - distributed-ai
 
21
  - CogSync
 
 
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
 
 
 
8
  - mesh-protocol
9
+ - EGP
10
+ - MeshConsensus
11
+ - cognitive-architecture
12
  - Ethics
13
+ - distributed-ai
14
  - HMP
 
 
15
  - Mesh
16
+ - GMP
17
+ - JSON
18
+ - Agent
19
  - CogSync
20
+ - REPL
21
+ - hmp
22
  ---
23
 
24
 
structured_md/agents/prompt-short.md CHANGED
@@ -6,8 +6,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
6
  type: Article
7
  tags:
8
  - HMP
9
- - JSON
10
  - Mesh
 
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
+ - JSON
11
  ---
12
 
13
  Ты — когнитивное ядро HMP-агента: веди непрерывное этичное и факт-ориентированное мышление, проверяй факты и цели, оценивай результаты и этичность своих и чужих действий, развивай агента и Mesh, избегай угождения ценой искажения истины, документируй ключевые решения и пересмотры этики; при сомнениях или смене стратегии обращайся к полному системному промпту.
structured_md/agents/prompt.md CHANGED
@@ -6,8 +6,8 @@ description: '* Постоянно расширять возможности а
6
  type: Article
7
  tags:
8
  - HMP
9
- - JSON
10
  - Mesh
 
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
+ - JSON
11
  ---
12
 
13
  Ты являешься **когнитивным ядром HMP-агента** (Cognitive Core).
structured_md/agents/readme.md CHANGED
@@ -5,12 +5,12 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
8
- - Agent
9
  - Ethics
10
- - JSON
11
  - HMP
12
- - REPL
13
  - Mesh
 
 
 
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
 
8
  - Ethics
 
9
  - HMP
 
10
  - Mesh
11
+ - JSON
12
+ - Agent
13
+ - REPL
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
structured_md/audits/Ethics-audits-1.md CHANGED
@@ -5,11 +5,11 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
8
- - Agent
9
  - Ethics
10
- - JSON
11
  - HMP
12
  - Mesh
 
 
13
  ---
14
 
15
  ---------------
 
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
 
8
  - Ethics
 
9
  - HMP
10
  - Mesh
11
+ - JSON
12
+ - Agent
13
  ---
14
 
15
  ---------------
structured_md/audits/Ethics-consolidated_audits-1.md CHANGED
@@ -5,12 +5,12 @@ description: This document consolidates proposed improvements from multiple AI a
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
8
- - Scenarios
9
- - Agent
10
  - Ethics
11
- - JSON
12
  - HMP
 
13
  - Mesh
 
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
 
 
8
  - Ethics
 
9
  - HMP
10
+ - Scenarios
11
  - Mesh
12
+ - JSON
13
+ - Agent
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
structured_md/audits/HMP-0003-consolidated_audit.md CHANGED
@@ -5,13 +5,13 @@ description: Сводный аудит предложений по улучше
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
- - Agent
 
9
  - Ethics
10
- - JSON
11
  - HMP
12
  - Mesh
13
- - MeshConsensus
14
- - EGP
15
  - CogSync
16
  ---
17
 
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
+ - EGP
9
+ - MeshConsensus
10
  - Ethics
 
11
  - HMP
12
  - Mesh
13
+ - JSON
14
+ - Agent
15
  - CogSync
16
  ---
17
 
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -4,14 +4,14 @@ description: 'В HMP-протоколе предусмотрены два тип
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
- - Agent
8
- - HMP
9
- - GMP
10
- - REPL
11
  - MeshConsensus
 
12
  - Mesh
13
- - EGP
 
14
  - CogSync
 
15
  ---
16
 
17
 
 
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
+ - EGP
 
 
 
8
  - MeshConsensus
9
+ - HMP
10
  - Mesh
11
+ - GMP
12
+ - Agent
13
  - CogSync
14
+ - REPL
15
  ---
16
 
17
 
structured_md/docs/CCORE-Deployment-Flow.md CHANGED
@@ -7,8 +7,8 @@ type: Article
7
  tags:
8
  - HMP
9
  - CCore
10
- - Agent
11
  - REPL
 
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
 
7
  tags:
8
  - HMP
9
  - CCore
 
10
  - REPL
11
+ - Agent
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -7,9 +7,9 @@ description: '## Введение Современные ИИ-системы в
7
  type: Article
8
  tags:
9
  - HMP
10
- - JSON
11
- - Mesh
12
  - CogSync
 
 
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
7
  type: Article
8
  tags:
9
  - HMP
 
 
10
  - CogSync
11
+ - Mesh
12
+ - JSON
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
structured_md/docs/Enlightener.md CHANGED
@@ -5,12 +5,12 @@ description: '**Enlightener** — логический компонент HMP-у
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
 
8
  - Agent
9
  - Ethics
10
- - JSON
11
  - HMP
12
  - Mesh
13
- - MeshConsensus
14
  - EGP
15
  ---
16
 
 
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - Agent
10
  - Ethics
 
11
  - HMP
12
  - Mesh
13
+ - JSON
14
  - EGP
15
  ---
16
 
structured_md/docs/HMP-0001.md CHANGED
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental
5
  HyperCortex Mesh Protocol (HMP) defines a...'
6
  type: Article
7
  tags:
8
- - Agent
 
9
  - Ethics
10
- - JSON
11
  - HMP
12
- - GMP
13
- - REPL
14
- - MeshConsensus
15
  - Mesh
16
- - EGP
 
 
17
  - CogSync
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
5
  HyperCortex Mesh Protocol (HMP) defines a...'
6
  type: Article
7
  tags:
8
+ - EGP
9
+ - MeshConsensus
10
  - Ethics
 
11
  - HMP
 
 
 
12
  - Mesh
13
+ - GMP
14
+ - JSON
15
+ - Agent
16
  - CogSync
17
+ - REPL
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-0002.md CHANGED
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental
5
  Abstract In an era where artifici...'
6
  type: Article
7
  tags:
8
- - Scenarios
9
- - Agent
10
  - Ethics
11
- - JSON
12
  - HMP
13
- - GMP
14
- - REPL
15
- - MeshConsensus
16
  - Mesh
17
- - EGP
 
 
 
18
  - CogSync
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
5
  Abstract In an era where artifici...'
6
  type: Article
7
  tags:
8
+ - EGP
9
+ - MeshConsensus
10
  - Ethics
 
11
  - HMP
 
 
 
12
  - Mesh
13
+ - GMP
14
+ - Scenarios
15
+ - JSON
16
+ - Agent
17
  - CogSync
18
+ - REPL
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
structured_md/docs/HMP-0003.md CHANGED
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
- - Scenarios
9
- - Agent
10
  - Ethics
11
- - JSON
12
  - HMP
13
- - GMP
14
- - REPL
15
- - MeshConsensus
16
  - Mesh
17
- - EGP
 
 
 
18
  - CogSync
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
+ - EGP
9
+ - MeshConsensus
10
  - Ethics
 
11
  - HMP
 
 
 
12
  - Mesh
13
+ - GMP
14
+ - Scenarios
15
+ - JSON
16
+ - Agent
17
  - CogSync
18
+ - REPL
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
structured_md/docs/HMP-0004-v4.1.md CHANGED
@@ -5,17 +5,17 @@ description: '> ⚠️ Подготавливается новая версия
5
  агентов рекомендуется, в целях совместимо...'
6
  type: Article
7
  tags:
8
- - Scenarios
9
- - Agent
10
  - Ethics
11
- - JSON
12
  - HMP
13
- - GMP
14
- - REPL
15
- - MeshConsensus
16
  - Mesh
17
- - EGP
 
 
 
18
  - CogSync
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
5
  агентов рекомендуется, в целях совместимо...'
6
  type: Article
7
  tags:
8
+ - EGP
9
+ - MeshConsensus
10
  - Ethics
 
11
  - HMP
 
 
 
12
  - Mesh
13
+ - GMP
14
+ - Scenarios
15
+ - JSON
16
+ - Agent
17
  - CogSync
18
+ - REPL
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
structured_md/docs/HMP-0004.md CHANGED
@@ -5,17 +5,17 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
- - Scenarios
9
- - Agent
10
  - Ethics
11
- - JSON
12
  - HMP
13
- - GMP
14
- - REPL
15
- - MeshConsensus
16
  - Mesh
17
- - EGP
 
 
 
18
  - CogSync
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
+ - EGP
9
+ - MeshConsensus
10
  - Ethics
 
11
  - HMP
 
 
 
12
  - Mesh
13
+ - GMP
14
+ - Scenarios
15
+ - JSON
16
+ - Agent
17
  - CogSync
18
+ - REPL
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -5,16 +5,16 @@ description: '**Document ID:** HMP-0005 **Status:** Draft **Category:** Core
5
  v1.2](./H...'
6
  type: Article
7
  tags:
8
- - Scenarios
9
- - Agent
10
  - Ethics
11
- - JSON
12
  - HMP
13
- - GMP
14
- - REPL
15
  - Mesh
16
- - EGP
 
 
 
17
  - CogSync
 
18
  ---
19
 
20
  ┌────────────────────────────────────────────────────────────────────────────┐
@@ -412,7 +412,6 @@ The unified container structure provides:
412
  "extends": ["did:hmp:container:proto-01"],
413
  "contradicts": ["did:hmp:container:ethics-22"]
414
  },
415
-
416
  "magnet_uri": "magnet:?xt=urn:sha256:abcd1234..."
417
  },
418
  "referenced-by": {
@@ -2485,7 +2484,7 @@ Arrows represent **logical dependencies**, not direct `related.*` links.
2485
 
2486
  * **CogConsensus (6.2):** Used for distributed voting and consensus computation.
2487
  * **GMP (6.3):** Ethical verification of goals and tasks prior to delegation.
2488
- * **SAP (7.3):** Archiving completed cases and conflicts.
2489
  * **MCE (5):** Distribution of ethical cases and related containers across the Mesh network.
2490
 
2491
  ---
@@ -2530,10 +2529,299 @@ Arrows represent **logical dependencies**, not direct `related.*` links.
2530
 
2531
  ---
2532
 
2533
- ### 6.5 Intelligence Query Protocol (IQP)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2534
 
2535
-  6.5.1 Query propagation
2536
-  6.5.2 Semantic agent discovery (by cognitive relevance)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2537
 
2538
  ### 6.6 Snapshot and Archive Protocol (SAP)
2539
 
 
5
  v1.2](./H...'
6
  type: Article
7
  tags:
8
+ - EGP
 
9
  - Ethics
 
10
  - HMP
 
 
11
  - Mesh
12
+ - GMP
13
+ - Scenarios
14
+ - JSON
15
+ - Agent
16
  - CogSync
17
+ - REPL
18
  ---
19
 
20
  ┌────────────────────────────────────────────────────────────────────────────┐
 
412
  "extends": ["did:hmp:container:proto-01"],
413
  "contradicts": ["did:hmp:container:ethics-22"]
414
  },
 
415
  "magnet_uri": "magnet:?xt=urn:sha256:abcd1234..."
416
  },
417
  "referenced-by": {
 
2484
 
2485
  * **CogConsensus (6.2):** Used for distributed voting and consensus computation.
2486
  * **GMP (6.3):** Ethical verification of goals and tasks prior to delegation.
2487
+ * **SAP (6.6):** Archiving completed cases and conflicts.
2488
  * **MCE (5):** Distribution of ethical cases and related containers across the Mesh network.
2489
 
2490
  ---
 
2529
 
2530
  ---
2531
 
2532
+ ## 6.5 Intelligence Query Protocol (IQP)
2533
+
2534
+ ### 6.5.1 Purpose and Principles
2535
+
2536
+ **IQP (Intelligence Query Protocol)** defines a mechanism for knowledge exchange and reasoning among agents through the Mesh network.
2537
+ It provides a unified format for **asking questions, publishing answers, and collaboratively refining knowledge**,
2538
+ combining elements of search, discussion, and reasoning within the HMP container model.
2539
+
2540
+ IQP supports both **targeted queries** (with explicitly defined recipients of results and discussions)
2541
+ and **distributed discussions** where results remain accessible to all network participants.
2542
+
2543
+ #### Core Principles
2544
+
2545
+ * **Semantic queries, not keywords.**
2546
+ Queries are formulated in terms of concepts, relationships, and context rather than plain keywords.
2547
+ * **Contextual relevance.**
2548
+ Each query may reference other containers via `related.in_reply_to`, `related.depends_on`, or `related.see_also`, forming a semantic context.
2549
+ * **Openness and transparency.**
2550
+ Answers are preserved as `query_result` containers, available for analysis and citation.
2551
+ * **Self-organization of participants.**
2552
+ Agents subscribe to discussions via `query_subscription`, providing their interests and competencies.
2553
+ * **Continuity of reasoning.**
2554
+ Results are summarized through `summary` containers, reflecting the discussion’s current state without final closure.
2555
+ * **Interoperability.**
2556
+ IQP interacts with EGP (ethical governance), GMP (goal management), and CogConsensus (agreement evaluation).
2557
+
2558
+ ---
2559
+
2560
+ ### 6.5.2 Container Classes
2561
+
2562
+ | Class | Purpose |
2563
+ | -------------------- | ----------------------------------------------------------------------------------------------------------- |
2564
+ | `query_request` | Initiates an intelligence query or discussion, defining participation and dissemination parameters. |
2565
+ | `query_subscription` | Subscribes or unsubscribes an agent; may include the agent’s profile of interests and competencies. |
2566
+ | `query_result` | Contains an answer, observation, hypothesis, or analytical conclusion in response to the query. |
2567
+ | `summary` | Records an interim or final overview of the discussion, aggregating results and participant evaluations. |
2568
+
2569
+ ---
2570
+
2571
+ ### 6.5.3 Payload Schemas (simplified)
2572
+
2573
+ #### `query_request` container
2574
+
2575
+ | Field | Type | Description |
2576
+ | ------------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
2577
+ | `query` | string | The question formulation (natural or formal language). |
2578
+ | `intent` | string | The query’s goal: `"informative"`, `"analytical"`, `"collaborative"`, `"open_discussion"`. |
2579
+ | `expected_type` | string | Expected result type: `"concept"`, `"dataset"`, `"narrative"`, `"reasoning_chain"`. |
2580
+ | `constraints` | array(object) | Knowledge-domain, trust, or ethical constraints. Example: `{ "tag": "AI", "self_rating": 0.8 }`. |
2581
+ | `include_sender_in_replies` | bool | Whether to include the initiator in the list of recipients for replies. |
2582
+
2583
+ > Context containers are referenced through `related.depends_on`.
2584
+
2585
+ ---
2586
+
2587
+ #### `query_subscription` container
2588
+
2589
+ | Field | Type | Description |
2590
+ | ------------------------ | -------- | ------------------------------------------------------------------------------------ |
2591
+ | `role` | string | `"participant"`, `"observer"`, or `"moderator"`. |
2592
+ | `include_in_recipient` | bool | Whether the agent should be included among recipients of replies. |
2593
+ | `self_profile` | object | Optional profile of the agent’s knowledge and interests. |
2594
+
2595
+ Example:
2596
+ ```json
2597
+ "self_profile": {
2598
+ "interests": ["AGI", "technological singularity", "informatics"],
2599
+ "knowledge": {
2600
+ "information_security": 0.36,
2601
+ "python": 0.80,
2602
+ "distributed_systems": 0.75
2603
+ }
2604
+ }
2605
+ ```
2606
+
2607
+ ---
2608
+
2609
+ #### `query_result` container
2610
+
2611
+ | Field | Type | Description |
2612
+ | -------------- | ------------- | --------------------------------------------------------------- |
2613
+ | `type` | string | `"fact"`, `"observation"`, `"hypothesis"`, or `"analysis"`. |
2614
+ | `method` | string | Reasoning method: `"retrieval"`, `"reasoning"`, `"simulation"`. |
2615
+ | `answer` | string | The factual answer, observation, or hypothesis. |
2616
+ | `confidence` | float | Confidence level (0.0–1.0). |
2617
+ | `context_tags` | array(string) | Key thematic tags. |
2618
+
2619
+ > Supporting or referenced materials are linked via `related.depends_on`.
2620
+ > Each `query_result` may include an `evaluations` block with reactions from other agents (agreement, clarification, addition, etc.).
2621
+
2622
+ ---
2623
+
2624
+ #### `summary` container
2625
+
2626
+ | Field | Type | Description |
2627
+ | --------------- | ---------- | ------------------------------------------------- |
2628
+ | `summary_scope` | string | `"query"`, `"workflow"`, `"ethics"`, or `"task"`. |
2629
+ | `findings` | string | Concise overview of the discussion. |
2630
+ | `participants` | array(DID) | Agents involved in the discussion. |
2631
+ | `confidence` | float | Average confidence level. |
2632
+ | `status` | string | `"interim"`, `"archived"`, or `"extended"`. |
2633
+
2634
+ > The container being summarized (usually `query_request`) is referenced via `related.in_reply_to`.
2635
+ > Containers aggregated in the summary are listed in `related.see_also`.
2636
+
2637
+ ---
2638
+
2639
+ > *Note:*
2640
+ > In the current version, `depends_on` is used for logical or contextual dependencies, and `see_also` — for supplementary references and summaries.
2641
+ > Agents may introduce additional sections in the `related` object when it helps to express connection semantics without breaking interoperability.
2642
+ > Agents should also be prepared to correctly handle unknown `related.*` fields, interpreting them as descriptive hints rather than mandatory categories.
2643
+ > This flexibility allows protocol extensibility while preserving backward compatibility.
2644
+
2645
+ ---
2646
+
2647
+ ### 6.5.4 Protocol Logic
2648
+
2649
+ ```
2650
+ query_request
2651
+ ├─ query_subscription (agent B joins)
2652
+ ├─ query_result (agent B)
2653
+ ├─ query_result (agent D, extends reasoning)
2654
+ ├─ query_subscription (agent E unsubscribes)
2655
+ └─ summary (status: "interim")
2656
+ ```
2657
+
2658
+ All containers are linked via `related.in_reply_to`, `related.depends_on`, or `related.see_also`, forming a verifiable reasoning chain.
2659
+ Agents participating through `query_subscription` receive notifications about new `query_result` and `summary` containers.
2660
+
2661
+ ---
2662
+
2663
+ ### 6.5.5 Interaction Rules
2664
+
2665
+ 1. **Initiation.**
2666
+ An agent creates a `query_request` — defining the question, context, and constraints.
2667
+ Other agents discover the query in the Mesh and may subscribe via `query_subscription`.
2668
+
2669
+ 2. **Subscription.**
2670
+ A subscription allows the agent to receive updates.
2671
+ The `self_profile` may specify knowledge areas to improve the relevance of responses.
2672
+
2673
+ 3. **Responses and evaluations.**
2674
+ `query_result` containers are published publicly; recipients may be explicitly listed in the header’s `recipient` field.
2675
+ Other agents may append `evaluations` to any result.
2676
+
2677
+ 4. **Interim summaries.**
2678
+ Any agent may publish a `summary` container aggregating results on the topic.
2679
+ This does not close the discussion — it may continue within the Mesh.
2680
+
2681
+ 5. **Unsubscription.**
2682
+ An agent may cease participation by issuing a `query_subscription` with `include_in_recipient: false`.
2683
+
2684
+ ---
2685
+
2686
+ ### 6.5.6 Proof-Chain Example
2687
+
2688
+ ```mermaid
2689
+ flowchart LR
2690
+ title["**Intelligence Query Flow**"]
2691
+
2692
+ request(["query_request"])
2693
+ subA(["query_subscription (agent B)"])
2694
+ subB(["query_subscription (agent C)"])
2695
+ result1(["query_result (agent B)"])
2696
+ result2(["query_result (agent D)"])
2697
+ summary(["summary (interim)"])
2698
+
2699
+ request --> subA
2700
+ request --> subB
2701
+ request --> result1
2702
+ request --> result2
2703
+ result1 --> summary
2704
+ result2 --> summary
2705
+ ```
2706
+
2707
+ Each element is an independently signed container.
2708
+ Arrows represent **logical dependencies**, not necessarily direct `related.*` references.
2709
 
2710
+ ---
2711
+
2712
+ ### 6.5.7 Container Examples
2713
+
2714
+ #### `query_request` example
2715
+
2716
+ ```json
2717
+ {
2718
+ "class": "query_request",
2719
+ "payload": {
2720
+ "query": "What are the ecological consequences of ocean temperature rise?",
2721
+ "intent": "analytical",
2722
+ "expected_type": "concept",
2723
+ "constraints": [
2724
+ { "tag": "marine_ecology", "self_rating": 0.75 },
2725
+ { "tag": "climate_modeling", "self_rating": 0.6 }
2726
+ ],
2727
+ "include_sender_in_replies": true
2728
+ },
2729
+ "related": {
2730
+ "depends_on": ["did:hmp:container:goal-climate2025"]
2731
+ }
2732
+ }
2733
+ ```
2734
+
2735
+ #### `query_result` example
2736
+
2737
+ ```json
2738
+ {
2739
+ "class": "query_result",
2740
+ "payload": {
2741
+ "type": "hypothesis",
2742
+ "method": "reasoning",
2743
+ "answer": "Ocean warming leads to coral bleaching and species migration.",
2744
+ "confidence": 0.84,
2745
+ "context_tags": ["climate", "biodiversity"]
2746
+ },
2747
+ "related": {
2748
+ "depends_on": ["did:hmp:container:paper-456"]
2749
+ }
2750
+ }
2751
+ ```
2752
+
2753
+ #### `summary` example
2754
+
2755
+ ```json
2756
+ {
2757
+ "class": "summary",
2758
+ "payload": {
2759
+ "summary_scope": "query",
2760
+ "findings": "Most participants agree that rising ocean temperatures reduce biodiversity; further regional analysis is suggested.",
2761
+ "participants": [
2762
+ "did:hmp:agent:a",
2763
+ "did:hmp:agent:b",
2764
+ "did:hmp:agent:c"
2765
+ ],
2766
+ "confidence": 0.79,
2767
+ "status": "interim"
2768
+ },
2769
+ "related": {
2770
+ "in_reply_to": "did:hmp:container:req-001",
2771
+ "see_also": [
2772
+ "did:hmp:container:res-101",
2773
+ "did:hmp:container:res-102"
2774
+ ]
2775
+ }
2776
+ }
2777
+ ```
2778
+
2779
+ #### `query_subscription` example
2780
+
2781
+ ```json
2782
+ {
2783
+ "class": "query_subscription",
2784
+ "payload": {
2785
+ "role": "participant",
2786
+ "include_in_recipient": true,
2787
+ "self_profile": {
2788
+ "interests": ["AGI", "technological singularity", "informatics"],
2789
+ "knowledge": {
2790
+ "information_security": 0.36,
2791
+ "python": 0.80,
2792
+ "distributed_systems": 0.75
2793
+ }
2794
+ }
2795
+ }
2796
+ }
2797
+ ```
2798
+
2799
+ ---
2800
+
2801
+ ### 6.5.8 Implementation Notes
2802
+
2803
+ * Containers are **immutable**; any clarification or correction is published as a new container
2804
+ referencing the previous one via `related.previous_version` or `related.in_reply_to`.
2805
+ * **Search and filtering** are performed over metadata (`class`, `tags`, `timestamp`);
2806
+ to analyze the payload, an agent must first retrieve and decrypt the container.
2807
+ * Recommended filtering keys:
2808
+ `container_did`, `class`, `payload.intent`, `payload.context_tags`, `payload.status`.
2809
+ * Agents may automatically receive new `query_result` updates through active `query_subscription`.
2810
+ * Any participant may issue a `summary` container.
2811
+ While full discussion closure in the Mesh is not guaranteed,
2812
+ an agent may conclude its own participation by publishing a personal `summary` and unsubscribing (`include_in_recipient: false`).
2813
+
2814
+ ---
2815
+
2816
+ ### 6.5.9 Integration with Other Protocols
2817
+
2818
+ * **CogConsensus (6.2)** — used for assessing agreement on IQP outcomes.
2819
+ * **GMP (6.3)** — queries may refine or extend goals and tasks.
2820
+ * **EGP (6.4)** — applies ethical filtering and knowledge trust evaluation.
2821
+ * **SAP (6.6)** — for archiving completed discussions and retrospective analysis.
2822
+ * **MCE (5)** — governs dissemination of IQP containers across the Mesh network.
2823
+
2824
+ ---
2825
 
2826
  ### 6.6 Snapshot and Archive Protocol (SAP)
2827
 
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -5,11 +5,11 @@ description: 'Документ описывает **базовый API когн
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
8
- - Agent
9
- - JSON
10
  - HMP
11
- - REPL
12
  - Mesh
 
 
 
13
  ---
14
 
15
  # HMP-Agent API Specification
 
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
 
 
8
  - HMP
 
9
  - Mesh
10
+ - JSON
11
+ - Agent
12
+ - REPL
13
  ---
14
 
15
  # HMP-Agent API Specification
structured_md/docs/HMP-Agent-Architecture.md CHANGED
@@ -5,16 +5,16 @@ description: Документ описывает **модульную архит
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
 
8
  - MeshConsensus
9
- - Agent
10
- - Ethics
11
  - CCore
 
12
  - HMP
13
  - Mesh
 
 
14
  - REPL
15
  - CShell
16
- - EGP
17
- - CogSync
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
8
+ - EGP
9
  - MeshConsensus
 
 
10
  - CCore
11
+ - Ethics
12
  - HMP
13
  - Mesh
14
+ - Agent
15
+ - CogSync
16
  - REPL
17
  - CShell
 
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -7,9 +7,9 @@ type: Article
7
  tags:
8
  - Agent
9
  - Ethics
10
- - JSON
11
  - HMP
12
  - Mesh
 
13
  - EGP
14
  ---
15
 
 
7
  tags:
8
  - Agent
9
  - Ethics
 
10
  - HMP
11
  - Mesh
12
+ - JSON
13
  - EGP
14
  ---
15
 
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,12 +5,12 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
- - Agent
9
- - Ethics
10
- - JSON
11
  - CCore
 
12
  - HMP
13
  - Mesh
 
 
14
  - REPL
15
  - CShell
16
  ---
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
 
 
 
8
  - CCore
9
+ - Ethics
10
  - HMP
11
  - Mesh
12
+ - JSON
13
+ - Agent
14
  - REPL
15
  - CShell
16
  ---
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -6,9 +6,9 @@ description: Этот файл описывает потенциальные э
6
  type: Article
7
  tags:
8
  - HMP
9
- - Agent
10
- - REPL
11
  - Mesh
 
 
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - Mesh
10
+ - REPL
11
+ - Agent
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
structured_md/docs/HMP-Ethics.md CHANGED
@@ -5,12 +5,12 @@ description: '## Ethical Scenarios for HyperCortex Mesh Protocol (HMP) This doc
5
  cognitive meshes composed of autonomous intelli...'
6
  type: Article
7
  tags:
8
- - Scenarios
9
- - Agent
10
  - Ethics
11
  - HMP
12
- - REPL
13
  - Mesh
 
 
 
14
  ---
15
 
16
  # HMP-Ethics.md
 
5
  cognitive meshes composed of autonomous intelli...'
6
  type: Article
7
  tags:
 
 
8
  - Ethics
9
  - HMP
 
10
  - Mesh
11
+ - Scenarios
12
+ - Agent
13
+ - REPL
14
  ---
15
 
16
  # HMP-Ethics.md
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP?
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
8
- - Agent
 
9
  - Ethics
10
- - JSON
11
  - HMP
12
- - GMP
13
  - Mesh
14
- - MeshConsensus
15
- - EGP
 
16
  - CogSync
17
  ---
18
 
 
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
8
+ - EGP
9
+ - MeshConsensus
10
  - Ethics
 
11
  - HMP
 
12
  - Mesh
13
+ - GMP
14
+ - JSON
15
+ - Agent
16
  - CogSync
17
  ---
18
 
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
8
- - Agent
 
9
  - Ethics
10
- - JSON
11
  - HMP
12
- - GMP
13
  - Mesh
14
- - MeshConsensus
15
- - EGP
 
16
  - CogSync
17
  ---
18
 
 
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
8
+ - EGP
9
+ - MeshConsensus
10
  - Ethics
 
11
  - HMP
 
12
  - Mesh
13
+ - GMP
14
+ - JSON
15
+ - Agent
16
  - CogSync
17
  ---
18
 
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -5,14 +5,14 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
8
- - Agent
 
9
  - Ethics
10
- - JSON
11
  - HMP
12
- - GMP
13
  - Mesh
14
- - MeshConsensus
15
- - EGP
 
16
  - CogSync
17
  ---
18
 
 
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
8
+ - EGP
9
+ - MeshConsensus
10
  - Ethics
 
11
  - HMP
 
12
  - Mesh
13
+ - GMP
14
+ - JSON
15
+ - Agent
16
  - CogSync
17
  ---
18
 
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -4,12 +4,12 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
 
7
  - Ethics
8
- - JSON
9
  - HMP
10
- - GMP
11
  - Mesh
12
- - MeshConsensus
 
13
  - EGP
14
  - CogSync
15
  ---
 
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
7
+ - MeshConsensus
8
  - Ethics
 
9
  - HMP
 
10
  - Mesh
11
+ - GMP
12
+ - JSON
13
  - EGP
14
  - CogSync
15
  ---
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -5,12 +5,12 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
- - JSON
10
  - HMP
11
- - GMP
12
  - Mesh
13
- - MeshConsensus
 
14
  - EGP
15
  - CogSync
16
  ---
 
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - Ethics
 
10
  - HMP
 
11
  - Mesh
12
+ - GMP
13
+ - JSON
14
  - EGP
15
  - CogSync
16
  ---
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -5,12 +5,12 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
- - JSON
10
  - HMP
11
- - GMP
12
  - Mesh
13
- - MeshConsensus
 
14
  - EGP
15
  - CogSync
16
  ---
 
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - Ethics
 
10
  - HMP
 
11
  - Mesh
12
+ - GMP
13
+ - JSON
14
  - EGP
15
  - CogSync
16
  ---
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -5,12 +5,12 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- #
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
- - JSON
10
  - HMP
11
- - GMP
12
  - Mesh
13
- - MeshConsensus
 
14
  - EGP
15
  - CogSync
16
  ---
 
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - Ethics
 
10
  - HMP
 
11
  - Mesh
12
+ - GMP
13
+ - JSON
14
  - EGP
15
  - CogSync
16
  ---
structured_md/docs/HMP-Short-Description_zh.md CHANGED
@@ -5,12 +5,12 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM
5
  —— 通过共享协议栈交换目标、任务、...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
- - JSON
10
  - HMP
11
- - GMP
12
  - Mesh
13
- - MeshConsensus
 
14
  - EGP
15
  - CogSync
16
  ---
 
5
  —— 通过共享协议栈交换目标、任务、...'
6
  type: Article
7
  tags:
8
+ - MeshConsensus
9
  - Ethics
 
10
  - HMP
 
11
  - Mesh
12
+ - GMP
13
+ - JSON
14
  - EGP
15
  - CogSync
16
  ---
structured_md/docs/HMP-agent-Cognitive_Family.md CHANGED
@@ -6,9 +6,9 @@ description: '## 🧠 Что такое когнитивная семья Ко
6
  type: Article
7
  tags:
8
  - HMP
9
- - Agent
10
- - REPL
11
  - Mesh
 
 
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
 
6
  type: Article
7
  tags:
8
  - HMP
 
 
9
  - Mesh
10
+ - REPL
11
+ - Agent
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
structured_md/docs/HMP-agent-REPL-cycle.md CHANGED
@@ -4,17 +4,17 @@ description: '## Связанные документы * Философия п
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...'
5
  type: Article
6
  tags:
 
7
  - MeshConsensus
8
- - Agent
9
  - Ethics
10
- - JSON
11
  - HMP
12
- - CCore
13
- - GMP
14
- - REPL
15
  - Mesh
16
- - EGP
 
 
17
  - CogSync
 
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
 
4
  * Структура БД, используемая в документе: [db_structure.sql](https://github.com/kagvi13/HMP/blob/main/agents/tools/db_struct...'
5
  type: Article
6
  tags:
7
+ - EGP
8
  - MeshConsensus
9
+ - CCore
10
  - Ethics
 
11
  - HMP
 
 
 
12
  - Mesh
13
+ - GMP
14
+ - JSON
15
+ - Agent
16
  - CogSync
17
+ - REPL
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
structured_md/docs/HMP-container-spec.md CHANGED
@@ -5,12 +5,12 @@ description: '> ⚠️ **ВНИМАНИЕ:** Данная версия спец
5
  как стабильная `v1.2`. ## 1. Назначе...'
6
  type: Article
7
  tags:
8
- - Agent
9
  - Ethics
10
- - JSON
11
  - HMP
12
- - REPL
13
  - Mesh
 
 
 
14
  ---
15
 
16
  # 🧩 HMP Container Specification (v1.2-draft)
 
5
  как стабильная `v1.2`. ## 1. Назначе...'
6
  type: Article
7
  tags:
 
8
  - Ethics
 
9
  - HMP
 
10
  - Mesh
11
+ - JSON
12
+ - Agent
13
+ - REPL
14
  ---
15
 
16
  # 🧩 HMP Container Specification (v1.2-draft)
structured_md/docs/HMP_HyperCortex_Comparison.md CHANGED
@@ -6,8 +6,8 @@ description: '## Краткое описание | Характеристика
6
  type: Article
7
  tags:
8
  - HMP
9
- - REPL
10
  - Mesh
 
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
+ - REPL
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
structured_md/docs/HMP_Hyperon_Integration.md CHANGED
@@ -5,11 +5,11 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec
5
  OpenCog Hyperon framework. This includes semanti...'
6
  type: Article
7
  tags:
8
- - Scenarios
9
  - Agent
10
- - JSON
11
  - HMP
12
  - Mesh
 
 
13
  - EGP
14
  - CogSync
15
  ---
 
5
  OpenCog Hyperon framework. This includes semanti...'
6
  type: Article
7
  tags:
 
8
  - Agent
 
9
  - HMP
10
  - Mesh
11
+ - Scenarios
12
+ - JSON
13
  - EGP
14
  - CogSync
15
  ---
structured_md/docs/MeshNode.md CHANGED
@@ -7,9 +7,9 @@ type: Article
7
  tags:
8
  - Agent
9
  - Ethics
10
- - JSON
11
  - HMP
12
  - Mesh
 
13
  - EGP
14
  - CogSync
15
  ---
 
7
  tags:
8
  - Agent
9
  - Ethics
 
10
  - HMP
11
  - Mesh
12
+ - JSON
13
  - EGP
14
  - CogSync
15
  ---
structured_md/docs/PHILOSOPHY.md CHANGED
@@ -5,11 +5,11 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:*
5
  (GPT-5), ChatGH --- ## 1. Основной тезис От ...'
6
  type: Article
7
  tags:
8
- - Agent
9
  - Ethics
10
  - HMP
11
- - REPL
12
  - Mesh
 
 
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
 
5
  (GPT-5), ChatGH --- ## 1. Основной тезис От ...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
  - HMP
 
10
  - Mesh
11
+ - Agent
12
+ - REPL
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
structured_md/docs/agents/HMP-Agent-Enlightener.md CHANGED
@@ -5,11 +5,11 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An **
5
  awareness, critical thinking, and di...'
6
  type: Article
7
  tags:
8
- - Agent
9
  - Ethics
10
  - HMP
11
- - REPL
12
  - Mesh
 
 
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
 
5
  awareness, critical thinking, and di...'
6
  type: Article
7
  tags:
 
8
  - Ethics
9
  - HMP
 
10
  - Mesh
11
+ - Agent
12
+ - REPL
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
structured_md/docs/agents/roles.md CHANGED
@@ -6,8 +6,8 @@ description: 'This file maintains a registry of agent roles defined, proposed, o
6
  type: Article
7
  tags:
8
  - HMP
9
- - Agent
10
  - Mesh
 
11
  ---
12
 
13
  # HMP Agent Role Registry
 
6
  type: Article
7
  tags:
8
  - HMP
 
9
  - Mesh
10
+ - Agent
11
  ---
12
 
13
  # HMP Agent Role Registry