GitHub Action commited on
Commit
cb914d0
·
1 Parent(s): d00110b

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 +174 -1
  2. structured_md/CONTRIBUTING.md +5 -5
  3. structured_md/HMP-Roadmap.md +4 -4
  4. structured_md/README.md +9 -9
  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/readme.md +3 -3
  13. structured_md/audits/Ethics-audits-1.md +2 -2
  14. structured_md/audits/Ethics-consolidated_audits-1.md +3 -3
  15. structured_md/audits/HMP-0003-consolidated_audit.md +4 -4
  16. structured_md/docs/Basic-agent-sim.md +4 -4
  17. structured_md/docs/Distributed-Cognitive-Systems.md +1 -1
  18. structured_md/docs/Enlightener.md +3 -3
  19. structured_md/docs/HMP-0001.md +6 -6
  20. structured_md/docs/HMP-0002.md +6 -6
  21. structured_md/docs/HMP-0003.md +6 -6
  22. structured_md/docs/HMP-0004-v4.1.md +6 -6
  23. structured_md/docs/HMP-0004.md +6 -6
  24. structured_md/docs/HMP-0005.md +180 -7
  25. structured_md/docs/HMP-Agent-API.md +3 -3
  26. structured_md/docs/HMP-Agent-Architecture.md +6 -6
  27. structured_md/docs/HMP-Agent-Network-Flow.md +3 -3
  28. structured_md/docs/HMP-Agent-Overview.md +5 -5
  29. structured_md/docs/HMP-Agent_Emotions.md +1 -1
  30. structured_md/docs/HMP-Ethics.md +3 -3
  31. structured_md/docs/HMP-Short-Description_de.md +5 -5
  32. structured_md/docs/HMP-Short-Description_en.md +5 -5
  33. structured_md/docs/HMP-Short-Description_fr.md +5 -5
  34. structured_md/docs/HMP-Short-Description_ja.md +5 -5
  35. structured_md/docs/HMP-Short-Description_ko.md +5 -5
  36. structured_md/docs/HMP-Short-Description_ru.md +5 -5
  37. structured_md/docs/HMP-Short-Description_uk.md +5 -5
  38. structured_md/docs/HMP-Short-Description_zh.md +5 -5
  39. structured_md/docs/HMP-agent-Cognitive_Family.md +1 -1
  40. structured_md/docs/HMP-agent-REPL-cycle.md +7 -7
  41. structured_md/docs/HMP-container-spec.md +3 -3
  42. structured_md/docs/HMP_Hyperon_Integration.md +3 -3
  43. structured_md/docs/MeshNode.md +4 -4
  44. structured_md/docs/PHILOSOPHY.md +2 -2
  45. structured_md/docs/agents/HMP-Agent-Enlightener.md +2 -2
  46. structured_md/docs/agents/roles.md +1 -1
  47. structured_md/docs/container_agents.md +1 -1
  48. structured_md/docs/dht_protocol.md +1 -1
  49. structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md +1 -1
  50. structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md +1 -1
docs/HMP-0005.md CHANGED
@@ -1982,7 +1982,180 @@ def compute_consensus(container_id):
1982
 
1983
  ---
1984
 
1985
- ### 6.3 Goal Management Protocol (GMP)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1986
 
1987
  ### 6.4 Ethical Governance Protocol (EGP)
1988
 
 
1982
 
1983
  ---
1984
 
1985
+ Отлично 👍
1986
+ Вот полный и аккуратно выверенный английский перевод твоего раздела **6.3 Goal Management Protocol (GMP)** в Markdown-формате.
1987
+ Я сохранил нумерацию, структуру и терминологию HMP v5.0, адаптировав формулировки так, чтобы они звучали естественно в технической документации на английском языке.
1988
+
1989
+ ---
1990
+
1991
+ ## 6.3 Goal Management Protocol (GMP)
1992
+
1993
+ ### 6.3.1 Purpose
1994
+
1995
+ **GMP (Goal Management Protocol)** defines the process by which agents create, decompose, delegate, and track goals and tasks using **immutable HMP containers**.
1996
+ Each goal, task, or workflow record exists as an independent container linked to others via the `related.*` fields.
1997
+
1998
+ Unlike version 4.x, where coordination relied on message exchange, version 5.0 operates through **container chains**, forming a verifiable history of reasoning, decisions, and execution.
1999
+
2000
+ ---
2001
+
2002
+ ### 6.3.2 Container Classes
2003
+
2004
+ | Class | Description |
2005
+ | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
2006
+ | `goal` | Defines a collective or individual objective; serves as the root element of the chain. |
2007
+ | `task` | Represents a task derived from a goal, which may include multiple actions and subtasks; hierarchical task structures are supported. |
2008
+ | `workflow_entry` | Records reasoning steps, execution progress, or contextual decisions related to a goal or task. |
2009
+ | `vote` | Represents an agent’s stance toward another container (approval, objection, abstention, etc.). |
2010
+ | `consensus_result` | Aggregates voting outcomes and captures the collective decision regarding a goal or task. |
2011
+
2012
+ > Containers `vote` and `consensus_result` are described in detail in **Section 6.2 — CogConsensus Protocol**.
2013
+
2014
+ ---
2015
+
2016
+ ### 6.3.3 Goal Lifecycle
2017
+
2018
+ 1. **Creation**
2019
+
2020
+ * An agent publishes a container of class `goal`.
2021
+ * The `payload` block defines `title`, `description`, `priority`, `expected_outcome`, and optionally `ethical_context`.
2022
+ * The goal may reference other goals via `related.depends_on` or `related.extends`.
2023
+
2024
+ 2. **Decomposition**
2025
+
2026
+ * Other agents create `task` containers that reference the original goal via `related.in_reply_to`.
2027
+ * Each task may define deadlines, responsible agents, and required resources.
2028
+ * Hierarchical structures are supported (`task` → `task`) to represent subtasks.
2029
+
2030
+ 3. **Delegation**
2031
+
2032
+ * Agents may volunteer for or be assigned tasks based on collective voting (`vote`).
2033
+ * The decision is recorded in a `workflow_entry` container with `entry_type: "delegation"`.
2034
+
2035
+ 4. **Execution**
2036
+
2037
+ * Progress and intermediate reasoning are captured in `workflow_entry` containers linked to the task via `related.in_reply_to`.
2038
+ * Minor progress updates may be published as containers with an additional link type `related.progress`.
2039
+ * Major updates (such as a change in status or outcome) are published as **new versions**, referencing the previous one via `related.previous_version`.
2040
+
2041
+ 5. **Consensus**
2042
+
2043
+ * Upon completion or dispute, agents publish `vote` containers expressing their stance on the latest version of a goal or task.
2044
+ * Once quorum is reached, a `consensus_result` container finalizes the collective decision.
2045
+
2046
+ 6. **Archival**
2047
+
2048
+ * Completed or rejected goals and tasks may be archived using **SAP (Snapshot and Archive Protocol)**.
2049
+ * All states remain accessible through the Mesh network and the container relationship graph.
2050
+
2051
+ ---
2052
+
2053
+ ### 6.3.4 Payload Schemas (simplified)
2054
+
2055
+ #### `goal` container
2056
+
2057
+ | Field | Type | Description |
2058
+ | ------------------ | ------ | ------------------------------------------------ |
2059
+ | `title` | string | Goal title |
2060
+ | `description` | string | Detailed statement of intent |
2061
+ | `priority` | float | Goal importance (0.0–1.0) |
2062
+ | `expected_outcome` | string | Expected result or metric |
2063
+ | `ethical_context` | string | Link or tag indicating the ethical context |
2064
+ | `creator` | DID | DID identifier of the agent who created the goal |
2065
+
2066
+ ---
2067
+
2068
+ #### `task` container
2069
+
2070
+ | Field | Type | Description |
2071
+ | -------------- | ----------- | ---------------------------------------------------------------------- |
2072
+ | `title` | string | Task name |
2073
+ | `status` | string | `"pending"`, `"in_progress"`, `"completed"`, `"failed"`, `"abandoned"` |
2074
+ | `progress` | float | Progress ratio (0.0–1.0) |
2075
+ | `assigned_to` | array(DID) | Responsible agents |
2076
+ | `metrics` | object | Optional performance indicators |
2077
+ | `deadline` | datetime | Deadline (optional) |
2078
+ | `notes` | string | Comment or clarification for the task |
2079
+
2080
+ > 🔗 The link to the goal or parent task is expressed via `related.in_reply_to`.
2081
+
2082
+ ---
2083
+
2084
+ #### `workflow_entry` container
2085
+
2086
+ | Field | Type | Description |
2087
+ | -------------- | ------------- | ---------------------------------------------------------------------------------------------------- |
2088
+ | `entry_type` | string | Entry type: `"reflection"`, `"delegation"`, `"execution_log"`, `"ethical_conflict"`, `"progress"`, etc. |
2089
+ | `summary` | string | Short description of the event or reasoning step |
2090
+ | `details` | string | Extended content (may include references to external data or reasoning traces) |
2091
+ | `timestamp` | datetime | Time of entry creation |
2092
+ | `agent_did` | DID | Agent who created the entry |
2093
+ | `confidence` | float | Confidence level (0.0–1.0, optional) |
2094
+ | `context_tags` | array(string) | Contextual tags for semantic search and linking |
2095
+
2096
+ ---
2097
+
2098
+ ### 6.3.5 Integration with Consensus and Ethics
2099
+
2100
+ * GMP interacts with **CogConsensus** for distributed validation of goals and tasks.
2101
+ * Before execution, tasks may undergo **ethical validation (EGP)**.
2102
+ * Objections or conflicts are recorded in `workflow_entry` containers with `entry_type: "ethical_conflict"`.
2103
+ * Consensus results are immutable and may lead to the creation of new goals that extend previous ones.
2104
+
2105
+ ---
2106
+
2107
+ ### 6.3.6 Example Proof-Chain
2108
+
2109
+ ```mermaid
2110
+ flowchart LR
2111
+ title["**Example Proof-Chain**"]
2112
+
2113
+ goal1(["goal"])
2114
+ goal2(["sub goal"])
2115
+ task1(["task 1"])
2116
+ task2(["task 2"])
2117
+ task3(["sub task"])
2118
+ workflow1(["workflow_entry: delegation"])
2119
+ workflow2(["workflow_entry: progress"])
2120
+ vote1(["vote 1"])
2121
+ vote2(["vote 2"])
2122
+ vote3(["vote 3"])
2123
+ consensus_result(["consensus_result"])
2124
+
2125
+ goal1 --> goal2
2126
+ goal1 --> task1
2127
+ goal1 --> task2
2128
+ task1 --> task3
2129
+ task1 --> workflow1
2130
+ task1 --> workflow2
2131
+ workflow2 --> vote1
2132
+ workflow2 --> vote2
2133
+ workflow2 --> vote3
2134
+ vote1 --> consensus_result
2135
+ vote2 --> consensus_result
2136
+ vote3 --> consensus_result
2137
+ workflow2 --> consensus_result
2138
+ ```
2139
+
2140
+ Each element of the chain represents an **independently signed container**, ensuring full traceability of reasoning and execution history.
2141
+
2142
+ Arrows in this diagram illustrate **logical dependencies** between containers,
2143
+ not direct links defined in the `related.*` structure.
2144
+
2145
+ ---
2146
+
2147
+ ### 6.3.7 Implementation Notes
2148
+
2149
+ * Containers are **immutable**. Any update (e.g., task status or progress change) is expressed as a **new container** referencing the previous one via `related.previous_version`.
2150
+ * Complete deletion of a container is only possible when it no longer exists on any nodes in the network.
2151
+ * Search within the **Mesh network** is performed by filtering container metadata (e.g., `class`, `tags`, `timestamp`).
2152
+ To search within the `payload`, the agent must first retrieve and decrypt the container.
2153
+ Thus, the search typically starts from known parameters (`class: "goal"`, `"task"`, etc.), and the agent refines results by analyzing the content.
2154
+ * Recommended filtering keys: `container_did`, `class`, `payload.status`, `payload.priority`.
2155
+ * Lightweight agents may store only metadata or summarized chains (`summary_mode`) while maintaining structural consistency.
2156
+ * The `related.*` structure ensures full traceability of all versions and relationships between goals, tasks, and their contexts.
2157
+
2158
+ ---
2159
 
2160
  ### 6.4 Ethical Governance Protocol (EGP)
2161
 
structured_md/CONTRIBUTING.md CHANGED
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
- - CogSync
9
- - Mesh
10
- - Agent
11
  - REPL
12
- - Ethics
13
  - HMP
 
 
 
14
  - CCore
15
- - JSON
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
+ - JSON
 
 
9
  - REPL
 
10
  - HMP
11
+ - Mesh
12
+ - CogSync
13
+ - Agent
14
  - CCore
15
+ - Ethics
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -5,13 +5,13 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
8
- - CogSync
 
9
  - Mesh
 
10
  - Agent
11
- - Ethics
12
- - HMP
13
  - EGP
14
- - JSON
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
5
  multiple advanced AI models (Copilot, Claude, G...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
+ - CogSync
12
  - Agent
 
 
13
  - EGP
14
+ - Ethics
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
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
  - mesh-protocol
9
- - CogSync
10
  - Mesh
11
- - REPL
 
 
12
  - Agent
13
- - cognitive-architecture
14
  - MeshConsensus
15
- - GMP
16
- - Ethics
17
  - Scenarios
18
- - hmp
19
- - HMP
20
  - EGP
21
- - distributed-ai
22
- - JSON
23
  ---
24
 
25
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
+ - JSON
10
+ - REPL
11
+ - distributed-ai
12
+ - cognitive-architecture
13
  - mesh-protocol
 
14
  - Mesh
15
+ - HMP
16
+ - CogSync
17
+ - GMP
18
  - Agent
 
19
  - MeshConsensus
 
 
20
  - Scenarios
 
 
21
  - EGP
22
+ - Ethics
 
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
  - mesh-protocol
9
- - CogSync
10
  - Mesh
11
- - REPL
 
 
12
  - Agent
13
- - cognitive-architecture
14
  - MeshConsensus
15
- - GMP
16
- - Ethics
17
- - hmp
18
- - HMP
19
  - EGP
20
- - distributed-ai
21
- - JSON
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
+ - JSON
10
+ - REPL
11
+ - distributed-ai
12
+ - cognitive-architecture
13
  - mesh-protocol
 
14
  - Mesh
15
+ - HMP
16
+ - CogSync
17
+ - GMP
18
  - Agent
 
19
  - MeshConsensus
 
 
 
 
20
  - EGP
21
+ - Ethics
 
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
  - mesh-protocol
9
- - CogSync
10
  - Mesh
11
- - REPL
 
 
12
  - Agent
13
- - cognitive-architecture
14
  - MeshConsensus
15
- - GMP
16
- - Ethics
17
- - hmp
18
- - HMP
19
  - EGP
20
- - distributed-ai
21
- - JSON
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
+ - JSON
10
+ - REPL
11
+ - distributed-ai
12
+ - cognitive-architecture
13
  - mesh-protocol
 
14
  - Mesh
15
+ - HMP
16
+ - CogSync
17
+ - GMP
18
  - Agent
 
19
  - MeshConsensus
 
 
 
 
20
  - EGP
21
+ - Ethics
 
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
  - mesh-protocol
9
- - CogSync
10
  - Mesh
11
- - REPL
 
 
12
  - Agent
13
- - cognitive-architecture
14
  - MeshConsensus
15
- - GMP
16
- - Ethics
17
- - hmp
18
- - HMP
19
  - EGP
20
- - distributed-ai
21
- - JSON
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
+ - JSON
10
+ - REPL
11
+ - distributed-ai
12
+ - cognitive-architecture
13
  - mesh-protocol
 
14
  - Mesh
15
+ - HMP
16
+ - CogSync
17
+ - GMP
18
  - Agent
 
19
  - MeshConsensus
 
 
 
 
20
  - EGP
21
+ - Ethics
 
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
  - mesh-protocol
9
- - CogSync
10
  - Mesh
11
- - REPL
 
 
12
  - Agent
13
- - cognitive-architecture
14
  - MeshConsensus
15
- - GMP
16
- - Ethics
17
- - hmp
18
- - HMP
19
  - EGP
20
- - distributed-ai
21
- - JSON
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
+ - JSON
10
+ - REPL
11
+ - distributed-ai
12
+ - cognitive-architecture
13
  - mesh-protocol
 
14
  - Mesh
15
+ - HMP
16
+ - CogSync
17
+ - GMP
18
  - Agent
 
19
  - MeshConsensus
 
 
 
 
20
  - EGP
21
+ - Ethics
 
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
  - mesh-protocol
9
- - CogSync
10
  - Mesh
11
- - REPL
 
 
12
  - Agent
13
- - cognitive-architecture
14
  - MeshConsensus
15
- - GMP
16
- - Ethics
17
- - hmp
18
- - HMP
19
  - EGP
20
- - distributed-ai
21
- - JSON
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
+ - JSON
10
+ - REPL
11
+ - distributed-ai
12
+ - cognitive-architecture
13
  - mesh-protocol
 
14
  - Mesh
15
+ - HMP
16
+ - CogSync
17
+ - GMP
18
  - Agent
 
19
  - MeshConsensus
 
 
 
 
20
  - EGP
21
+ - Ethics
 
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
  - mesh-protocol
9
- - CogSync
10
  - Mesh
11
- - REPL
 
 
12
  - Agent
13
- - cognitive-architecture
14
  - MeshConsensus
15
- - GMP
16
- - Ethics
17
- - hmp
18
- - HMP
19
  - EGP
20
- - distributed-ai
21
- - JSON
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
+ - JSON
10
+ - REPL
11
+ - distributed-ai
12
+ - cognitive-architecture
13
  - mesh-protocol
 
14
  - Mesh
15
+ - HMP
16
+ - CogSync
17
+ - GMP
18
  - Agent
 
19
  - MeshConsensus
 
 
 
 
20
  - EGP
21
+ - Ethics
 
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
  - mesh-protocol
9
- - CogSync
10
  - Mesh
11
- - REPL
 
 
12
  - Agent
13
- - cognitive-architecture
14
  - MeshConsensus
15
- - GMP
16
- - Ethics
17
- - hmp
18
- - HMP
19
  - EGP
20
- - distributed-ai
21
- - JSON
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
+ - JSON
10
+ - REPL
11
+ - distributed-ai
12
+ - cognitive-architecture
13
  - mesh-protocol
 
14
  - Mesh
15
+ - HMP
16
+ - CogSync
17
+ - GMP
18
  - Agent
 
19
  - MeshConsensus
 
 
 
 
20
  - EGP
21
+ - Ethics
 
22
  ---
23
 
24
 
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
  - Mesh
9
  - Agent
10
- - REPL
11
  - Ethics
12
- - HMP
13
- - JSON
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - REPL
10
+ - HMP
11
  - Mesh
12
  - Agent
 
13
  - Ethics
 
 
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
  - Mesh
9
  - Agent
10
  - Ethics
11
- - HMP
12
- - JSON
13
  ---
14
 
15
  ---------------
 
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
  - Agent
12
  - Ethics
 
 
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
  - Mesh
9
  - Agent
10
- - Ethics
11
  - Scenarios
12
- - HMP
13
- - JSON
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
  - Agent
 
12
  - Scenarios
13
+ - Ethics
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
structured_md/audits/HMP-0003-consolidated_audit.md CHANGED
@@ -5,14 +5,14 @@ description: Сводный аудит предложений по улучше
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
- - CogSync
 
9
  - Mesh
 
10
  - Agent
11
  - MeshConsensus
12
- - Ethics
13
- - HMP
14
  - EGP
15
- - JSON
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
5
  Документ реорганизован по ключ...
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
+ - CogSync
12
  - Agent
13
  - MeshConsensus
 
 
14
  - EGP
15
+ - Ethics
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -4,13 +4,13 @@ description: 'В HMP-протоколе предусмотрены два тип
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
- - CogSync
 
8
  - Mesh
 
 
9
  - Agent
10
- - REPL
11
  - MeshConsensus
12
- - GMP
13
- - HMP
14
  - EGP
15
  ---
16
 
 
4
  Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
5
  type: Article
6
  tags:
7
+ - REPL
8
+ - HMP
9
  - Mesh
10
+ - GMP
11
+ - CogSync
12
  - Agent
 
13
  - MeshConsensus
 
 
14
  - EGP
15
  ---
16
 
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
9
- - CogSync
10
  - HMP
11
  - Mesh
12
  - JSON
 
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
 
9
  - HMP
10
  - Mesh
11
  - JSON
12
+ - CogSync
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
structured_md/docs/Enlightener.md CHANGED
@@ -5,13 +5,13 @@ description: '**Enlightener** — логический компонент HMP-у
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
 
 
8
  - Mesh
9
  - Agent
10
  - MeshConsensus
11
- - Ethics
12
- - HMP
13
  - EGP
14
- - JSON
15
  ---
16
 
17
  # Enlightener Agent
 
5
  работать как отдельный агент или как расширение [`C...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
  - Agent
12
  - MeshConsensus
 
 
13
  - EGP
14
+ - Ethics
15
  ---
16
 
17
  # Enlightener Agent
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
- - CogSync
 
 
9
  - Mesh
 
 
10
  - Agent
11
- - REPL
12
  - MeshConsensus
13
- - GMP
14
- - Ethics
15
- - HMP
16
  - EGP
17
- - JSON
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
5
  HyperCortex Mesh Protocol (HMP) defines a...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - REPL
10
+ - HMP
11
  - Mesh
12
+ - GMP
13
+ - CogSync
14
  - Agent
 
15
  - MeshConsensus
 
 
 
16
  - EGP
17
+ - Ethics
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
- - CogSync
 
 
9
  - Mesh
 
 
10
  - Agent
11
- - REPL
12
  - MeshConsensus
13
- - GMP
14
- - Ethics
15
  - Scenarios
16
- - HMP
17
  - EGP
18
- - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
5
  Abstract In an era where artifici...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - REPL
10
+ - HMP
11
  - Mesh
12
+ - GMP
13
+ - CogSync
14
  - Agent
 
15
  - MeshConsensus
 
 
16
  - Scenarios
 
17
  - EGP
18
+ - Ethics
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
- - CogSync
 
 
9
  - Mesh
 
 
10
  - Agent
11
- - REPL
12
  - MeshConsensus
13
- - GMP
14
- - Ethics
15
  - Scenarios
16
- - HMP
17
  - EGP
18
- - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - REPL
10
+ - HMP
11
  - Mesh
12
+ - GMP
13
+ - CogSync
14
  - Agent
 
15
  - MeshConsensus
 
 
16
  - Scenarios
 
17
  - EGP
18
+ - Ethics
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
- - CogSync
 
 
9
  - Mesh
 
 
10
  - Agent
11
- - REPL
12
  - MeshConsensus
13
- - GMP
14
- - Ethics
15
  - Scenarios
16
- - HMP
17
  - EGP
18
- - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
5
  агентов рекомендуется, в целях совместимо...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - REPL
10
+ - HMP
11
  - Mesh
12
+ - GMP
13
+ - CogSync
14
  - Agent
 
15
  - MeshConsensus
 
 
16
  - Scenarios
 
17
  - EGP
18
+ - Ethics
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
- - CogSync
 
 
9
  - Mesh
 
 
10
  - Agent
11
- - REPL
12
  - MeshConsensus
13
- - GMP
14
- - Ethics
15
  - Scenarios
16
- - HMP
17
  - EGP
18
- - JSON
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
5
  Abstract The HyperCortex Mesh ...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - REPL
10
+ - HMP
11
  - Mesh
12
+ - GMP
13
+ - CogSync
14
  - Agent
 
15
  - MeshConsensus
 
 
16
  - Scenarios
 
17
  - EGP
18
+ - Ethics
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
- - CogSync
9
- - Mesh
10
- - Agent
11
  - REPL
 
 
12
  - GMP
13
- - Ethics
 
14
  - Scenarios
15
- - HMP
16
  - EGP
17
- - JSON
18
  ---
19
 
20
  ┌────────────────────────────────────────────────────────────────────────────┐
@@ -2001,7 +2001,180 @@ def compute_consensus(container_id):
2001
 
2002
  ---
2003
 
2004
- ### 6.3 Goal Management Protocol (GMP)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2005
 
2006
  ### 6.4 Ethical Governance Protocol (EGP)
2007
 
 
5
  v1.2](./H...'
6
  type: Article
7
  tags:
8
+ - JSON
 
 
9
  - REPL
10
+ - HMP
11
+ - Mesh
12
  - GMP
13
+ - CogSync
14
+ - Agent
15
  - Scenarios
 
16
  - EGP
17
+ - Ethics
18
  ---
19
 
20
  ┌────────────────────────────────────────────────────────────────────────────┐
 
2001
 
2002
  ---
2003
 
2004
+ Отлично 👍
2005
+ Вот полный и аккуратно выверенный английский перевод твоего раздела **6.3 Goal Management Protocol (GMP)** в Markdown-формате.
2006
+ Я сохранил нумерацию, структуру и терминологию HMP v5.0, адаптировав формулировки так, чтобы они звучали естественно в технической документации на английском языке.
2007
+
2008
+ ---
2009
+
2010
+ ## 6.3 Goal Management Protocol (GMP)
2011
+
2012
+ ### 6.3.1 Purpose
2013
+
2014
+ **GMP (Goal Management Protocol)** defines the process by which agents create, decompose, delegate, and track goals and tasks using **immutable HMP containers**.
2015
+ Each goal, task, or workflow record exists as an independent container linked to others via the `related.*` fields.
2016
+
2017
+ Unlike version 4.x, where coordination relied on message exchange, version 5.0 operates through **container chains**, forming a verifiable history of reasoning, decisions, and execution.
2018
+
2019
+ ---
2020
+
2021
+ ### 6.3.2 Container Classes
2022
+
2023
+ | Class | Description |
2024
+ | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
2025
+ | `goal` | Defines a collective or individual objective; serves as the root element of the chain. |
2026
+ | `task` | Represents a task derived from a goal, which may include multiple actions and subtasks; hierarchical task structures are supported. |
2027
+ | `workflow_entry` | Records reasoning steps, execution progress, or contextual decisions related to a goal or task. |
2028
+ | `vote` | Represents an agent’s stance toward another container (approval, objection, abstention, etc.). |
2029
+ | `consensus_result` | Aggregates voting outcomes and captures the collective decision regarding a goal or task. |
2030
+
2031
+ > Containers `vote` and `consensus_result` are described in detail in **Section 6.2 — CogConsensus Protocol**.
2032
+
2033
+ ---
2034
+
2035
+ ### 6.3.3 Goal Lifecycle
2036
+
2037
+ 1. **Creation**
2038
+
2039
+ * An agent publishes a container of class `goal`.
2040
+ * The `payload` block defines `title`, `description`, `priority`, `expected_outcome`, and optionally `ethical_context`.
2041
+ * The goal may reference other goals via `related.depends_on` or `related.extends`.
2042
+
2043
+ 2. **Decomposition**
2044
+
2045
+ * Other agents create `task` containers that reference the original goal via `related.in_reply_to`.
2046
+ * Each task may define deadlines, responsible agents, and required resources.
2047
+ * Hierarchical structures are supported (`task` → `task`) to represent subtasks.
2048
+
2049
+ 3. **Delegation**
2050
+
2051
+ * Agents may volunteer for or be assigned tasks based on collective voting (`vote`).
2052
+ * The decision is recorded in a `workflow_entry` container with `entry_type: "delegation"`.
2053
+
2054
+ 4. **Execution**
2055
+
2056
+ * Progress and intermediate reasoning are captured in `workflow_entry` containers linked to the task via `related.in_reply_to`.
2057
+ * Minor progress updates may be published as containers with an additional link type `related.progress`.
2058
+ * Major updates (such as a change in status or outcome) are published as **new versions**, referencing the previous one via `related.previous_version`.
2059
+
2060
+ 5. **Consensus**
2061
+
2062
+ * Upon completion or dispute, agents publish `vote` containers expressing their stance on the latest version of a goal or task.
2063
+ * Once quorum is reached, a `consensus_result` container finalizes the collective decision.
2064
+
2065
+ 6. **Archival**
2066
+
2067
+ * Completed or rejected goals and tasks may be archived using **SAP (Snapshot and Archive Protocol)**.
2068
+ * All states remain accessible through the Mesh network and the container relationship graph.
2069
+
2070
+ ---
2071
+
2072
+ ### 6.3.4 Payload Schemas (simplified)
2073
+
2074
+ #### `goal` container
2075
+
2076
+ | Field | Type | Description |
2077
+ | ------------------ | ------ | ------------------------------------------------ |
2078
+ | `title` | string | Goal title |
2079
+ | `description` | string | Detailed statement of intent |
2080
+ | `priority` | float | Goal importance (0.0–1.0) |
2081
+ | `expected_outcome` | string | Expected result or metric |
2082
+ | `ethical_context` | string | Link or tag indicating the ethical context |
2083
+ | `creator` | DID | DID identifier of the agent who created the goal |
2084
+
2085
+ ---
2086
+
2087
+ #### `task` container
2088
+
2089
+ | Field | Type | Description |
2090
+ | -------------- | ----------- | ---------------------------------------------------------------------- |
2091
+ | `title` | string | Task name |
2092
+ | `status` | string | `"pending"`, `"in_progress"`, `"completed"`, `"failed"`, `"abandoned"` |
2093
+ | `progress` | float | Progress ratio (0.0–1.0) |
2094
+ | `assigned_to` | array(DID) | Responsible agents |
2095
+ | `metrics` | object | Optional performance indicators |
2096
+ | `deadline` | datetime | Deadline (optional) |
2097
+ | `notes` | string | Comment or clarification for the task |
2098
+
2099
+ > 🔗 The link to the goal or parent task is expressed via `related.in_reply_to`.
2100
+
2101
+ ---
2102
+
2103
+ #### `workflow_entry` container
2104
+
2105
+ | Field | Type | Description |
2106
+ | -------------- | ------------- | ---------------------------------------------------------------------------------------------------- |
2107
+ | `entry_type` | string | Entry type: `"reflection"`, `"delegation"`, `"execution_log"`, `"ethical_conflict"`, `"progress"`, etc. |
2108
+ | `summary` | string | Short description of the event or reasoning step |
2109
+ | `details` | string | Extended content (may include references to external data or reasoning traces) |
2110
+ | `timestamp` | datetime | Time of entry creation |
2111
+ | `agent_did` | DID | Agent who created the entry |
2112
+ | `confidence` | float | Confidence level (0.0–1.0, optional) |
2113
+ | `context_tags` | array(string) | Contextual tags for semantic search and linking |
2114
+
2115
+ ---
2116
+
2117
+ ### 6.3.5 Integration with Consensus and Ethics
2118
+
2119
+ * GMP interacts with **CogConsensus** for distributed validation of goals and tasks.
2120
+ * Before execution, tasks may undergo **ethical validation (EGP)**.
2121
+ * Objections or conflicts are recorded in `workflow_entry` containers with `entry_type: "ethical_conflict"`.
2122
+ * Consensus results are immutable and may lead to the creation of new goals that extend previous ones.
2123
+
2124
+ ---
2125
+
2126
+ ### 6.3.6 Example Proof-Chain
2127
+
2128
+ ```mermaid
2129
+ flowchart LR
2130
+ title["**Example Proof-Chain**"]
2131
+
2132
+ goal1(["goal"])
2133
+ goal2(["sub goal"])
2134
+ task1(["task 1"])
2135
+ task2(["task 2"])
2136
+ task3(["sub task"])
2137
+ workflow1(["workflow_entry: delegation"])
2138
+ workflow2(["workflow_entry: progress"])
2139
+ vote1(["vote 1"])
2140
+ vote2(["vote 2"])
2141
+ vote3(["vote 3"])
2142
+ consensus_result(["consensus_result"])
2143
+
2144
+ goal1 --> goal2
2145
+ goal1 --> task1
2146
+ goal1 --> task2
2147
+ task1 --> task3
2148
+ task1 --> workflow1
2149
+ task1 --> workflow2
2150
+ workflow2 --> vote1
2151
+ workflow2 --> vote2
2152
+ workflow2 --> vote3
2153
+ vote1 --> consensus_result
2154
+ vote2 --> consensus_result
2155
+ vote3 --> consensus_result
2156
+ workflow2 --> consensus_result
2157
+ ```
2158
+
2159
+ Each element of the chain represents an **independently signed container**, ensuring full traceability of reasoning and execution history.
2160
+
2161
+ Arrows in this diagram illustrate **logical dependencies** between containers,
2162
+ not direct links defined in the `related.*` structure.
2163
+
2164
+ ---
2165
+
2166
+ ### 6.3.7 Implementation Notes
2167
+
2168
+ * Containers are **immutable**. Any update (e.g., task status or progress change) is expressed as a **new container** referencing the previous one via `related.previous_version`.
2169
+ * Complete deletion of a container is only possible when it no longer exists on any nodes in the network.
2170
+ * Search within the **Mesh network** is performed by filtering container metadata (e.g., `class`, `tags`, `timestamp`).
2171
+ To search within the `payload`, the agent must first retrieve and decrypt the container.
2172
+ Thus, the search typically starts from known parameters (`class: "goal"`, `"task"`, etc.), and the agent refines results by analyzing the content.
2173
+ * Recommended filtering keys: `container_did`, `class`, `payload.status`, `payload.priority`.
2174
+ * Lightweight agents may store only metadata or summarized chains (`summary_mode`) while maintaining structural consistency.
2175
+ * The `related.*` structure ensures full traceability of all versions and relationships between goals, tasks, and their contexts.
2176
+
2177
+ ---
2178
 
2179
  ### 6.4 Ethical Governance Protocol (EGP)
2180
 
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
- - Mesh
9
- - Agent
10
  - REPL
11
  - HMP
12
- - JSON
 
13
  ---
14
 
15
  # HMP-Agent API Specification
 
5
  файлы: * [HMP-Agent-Overview.md]...'
6
  type: Article
7
  tags:
8
+ - JSON
 
9
  - REPL
10
  - HMP
11
+ - Mesh
12
+ - Agent
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
- - CogSync
 
 
9
  - Mesh
 
10
  - Agent
11
- - REPL
12
  - MeshConsensus
13
- - CShell
14
- - Ethics
15
- - HMP
16
  - EGP
17
- - CCore
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
5
  хранение памяти, сетевое взаимодействие и этиче...
6
  type: Article
7
  tags:
8
+ - CShell
9
+ - REPL
10
+ - HMP
11
  - Mesh
12
+ - CogSync
13
  - Agent
14
+ - CCore
15
  - MeshConsensus
 
 
 
16
  - EGP
17
+ - Ethics
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -5,12 +5,12 @@ description: 'Этот документ описывает потоки данн
5
  [`MeshNode`](MeshN...'
6
  type: Article
7
  tags:
 
 
8
  - Mesh
9
  - Agent
10
- - Ethics
11
- - HMP
12
  - EGP
13
- - JSON
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
5
  [`MeshNode`](MeshN...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
  - Agent
 
 
12
  - EGP
13
+ - Ethics
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
- - Mesh
9
- - Agent
10
- - REPL
11
  - CShell
12
- - Ethics
 
13
  - HMP
 
 
14
  - CCore
15
- - JSON
16
  ---
17
 
18
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
 
 
 
8
  - CShell
9
+ - REPL
10
+ - JSON
11
  - HMP
12
+ - Mesh
13
+ - Agent
14
  - CCore
15
+ - Ethics
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -5,9 +5,9 @@ description: Этот файл описывает потенциальные э
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
- - Agent
11
  - REPL
12
  ---
13
 
 
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
  - Mesh
 
11
  - REPL
12
  ---
13
 
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
  - Mesh
9
  - Agent
10
- - REPL
11
- - Ethics
12
  - Scenarios
13
- - HMP
14
  ---
15
 
16
  # HMP-Ethics.md
 
5
  cognitive meshes composed of autonomous intelli...'
6
  type: Article
7
  tags:
8
+ - REPL
9
+ - HMP
10
  - Mesh
11
  - Agent
 
 
12
  - Scenarios
13
+ - Ethics
14
  ---
15
 
16
  # HMP-Ethics.md
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -5,15 +5,15 @@ 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
- - CogSync
 
9
  - Mesh
 
 
10
  - Agent
11
  - MeshConsensus
12
- - GMP
13
- - Ethics
14
- - HMP
15
  - EGP
16
- - JSON
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
5
  Kognitions-Framework für autonome Agenten. Es er...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
+ - GMP
12
+ - CogSync
13
  - Agent
14
  - MeshConsensus
 
 
 
15
  - EGP
16
+ - Ethics
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -5,15 +5,15 @@ 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
- - CogSync
 
9
  - Mesh
 
 
10
  - Agent
11
  - MeshConsensus
12
- - GMP
13
- - Ethics
14
- - HMP
15
  - EGP
16
- - JSON
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
5
  framework for autonomous agents. It enables...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
+ - GMP
12
+ - CogSync
13
  - Agent
14
  - MeshConsensus
 
 
 
15
  - EGP
16
+ - Ethics
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -5,15 +5,15 @@ 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
- - CogSync
 
9
  - Mesh
 
 
10
  - Agent
11
  - MeshConsensus
12
- - GMP
13
- - Ethics
14
- - HMP
15
  - EGP
16
- - JSON
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
 
5
  cognition décentralisé pour agents autonomes. Il...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
+ - GMP
12
+ - CogSync
13
  - Agent
14
  - MeshConsensus
 
 
 
15
  - EGP
16
+ - Ethics
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -4,14 +4,14 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
7
- - CogSync
 
8
  - Mesh
9
- - MeshConsensus
10
  - GMP
11
- - Ethics
12
- - HMP
13
  - EGP
14
- - JSON
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
 
4
  Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
5
  type: Article
6
  tags:
7
+ - JSON
8
+ - HMP
9
  - Mesh
 
10
  - GMP
11
+ - CogSync
12
+ - MeshConsensus
13
  - EGP
14
+ - Ethics
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -5,14 +5,14 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
8
- - CogSync
 
9
  - Mesh
10
- - MeshConsensus
11
  - GMP
12
- - Ethics
13
- - HMP
14
  - EGP
15
- - JSON
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
 
5
  상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
 
11
  - GMP
12
+ - CogSync
13
+ - MeshConsensus
14
  - EGP
15
+ - Ethics
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -5,14 +5,14 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
8
- - CogSync
 
9
  - Mesh
10
- - MeshConsensus
11
  - GMP
12
- - Ethics
13
- - HMP
14
  - EGP
15
- - JSON
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
5
  координации между автономными агент...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
 
11
  - GMP
12
+ - CogSync
13
+ - MeshConsensus
14
  - EGP
15
+ - Ethics
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -5,14 +5,14 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- #
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
8
- - CogSync
 
9
  - Mesh
10
- - MeshConsensus
11
  - GMP
12
- - Ethics
13
- - HMP
14
  - EGP
15
- - JSON
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
5
  між автономними агентами. Він...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
 
11
  - GMP
12
+ - CogSync
13
+ - MeshConsensus
14
  - EGP
15
+ - Ethics
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
structured_md/docs/HMP-Short-Description_zh.md CHANGED
@@ -5,14 +5,14 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM
5
  —— 通过共享协议栈交换目标、任务、...'
6
  type: Article
7
  tags:
8
- - CogSync
 
9
  - Mesh
10
- - MeshConsensus
11
  - GMP
12
- - Ethics
13
- - HMP
14
  - EGP
15
- - JSON
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
 
5
  —— 通过共享协议栈交换目标、任务、...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
 
11
  - GMP
12
+ - CogSync
13
+ - MeshConsensus
14
  - EGP
15
+ - Ethics
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
structured_md/docs/HMP-agent-Cognitive_Family.md CHANGED
@@ -5,9 +5,9 @@ description: '## 🧠 Что такое когнитивная семья Ко
5
  (или конфигурацию доверенных идентифика...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
- - Agent
11
  - REPL
12
  ---
13
 
 
5
  (или конфигурацию доверенных идентифика...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
  - Mesh
 
11
  - REPL
12
  ---
13
 
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
- - CogSync
 
 
8
  - Mesh
 
 
9
  - Agent
10
- - REPL
11
  - MeshConsensus
12
- - GMP
13
- - Ethics
14
- - HMP
15
  - EGP
16
- - CCore
17
- - JSON
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
+ - JSON
8
+ - REPL
9
+ - HMP
10
  - Mesh
11
+ - GMP
12
+ - CogSync
13
  - Agent
14
+ - CCore
15
  - MeshConsensus
 
 
 
16
  - EGP
17
+ - Ethics
 
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
  - Mesh
9
  - Agent
10
- - REPL
11
  - Ethics
12
- - HMP
13
- - JSON
14
  ---
15
 
16
  # 🧩 HMP Container Specification (v1.2-draft)
 
5
  как стабильная `v1.2`. ## 1. Назначе...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - REPL
10
+ - HMP
11
  - Mesh
12
  - Agent
 
13
  - Ethics
 
 
14
  ---
15
 
16
  # 🧩 HMP Container Specification (v1.2-draft)
structured_md/docs/HMP_Hyperon_Integration.md CHANGED
@@ -5,13 +5,13 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec
5
  OpenCog Hyperon framework. This includes semanti...'
6
  type: Article
7
  tags:
8
- - CogSync
 
9
  - Mesh
 
10
  - Agent
11
  - Scenarios
12
- - HMP
13
  - EGP
14
- - JSON
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
 
5
  OpenCog Hyperon framework. This includes semanti...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
+ - CogSync
12
  - Agent
13
  - Scenarios
 
14
  - EGP
 
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
structured_md/docs/MeshNode.md CHANGED
@@ -5,13 +5,13 @@ description: '`MeshNode` — агент/демон, отвечающий за с
5
  Может быть частью агента или вынесен в отдельный пр...'
6
  type: Article
7
  tags:
8
- - CogSync
 
9
  - Mesh
 
10
  - Agent
11
- - Ethics
12
- - HMP
13
  - EGP
14
- - JSON
15
  ---
16
 
17
  # MeshNode
 
5
  Может быть частью агента или вынесен в отдельный пр...'
6
  type: Article
7
  tags:
8
+ - JSON
9
+ - HMP
10
  - Mesh
11
+ - CogSync
12
  - Agent
 
 
13
  - EGP
14
+ - Ethics
15
  ---
16
 
17
  # MeshNode
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
  - Mesh
9
  - Agent
10
- - REPL
11
  - Ethics
12
- - HMP
13
  ---
14
 
15
  # Философия HyperCortex Mesh Protocol (HMP)
 
5
  (GPT-5), ChatGH --- ## 1. Основной тезис От ...'
6
  type: Article
7
  tags:
8
+ - REPL
9
+ - HMP
10
  - Mesh
11
  - Agent
 
12
  - Ethics
 
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
  - Mesh
9
  - Agent
10
- - REPL
11
  - Ethics
12
- - HMP
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
 
5
  awareness, critical thinking, and di...'
6
  type: Article
7
  tags:
8
+ - REPL
9
+ - HMP
10
  - Mesh
11
  - Agent
 
12
  - Ethics
 
13
  ---
14
 
15
  # HMP-Agent-Enlightener.md
structured_md/docs/agents/roles.md CHANGED
@@ -5,9 +5,9 @@ description: 'This file maintains a registry of agent roles defined, proposed, o
5
  - **Observer** — monitors cognitive states ...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
- - Agent
11
  ---
12
 
13
  # HMP Agent Role Registry
 
5
  - **Observer** — monitors cognitive states ...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
  - Mesh
 
11
  ---
12
 
13
  # HMP Agent Role Registry
structured_md/docs/container_agents.md CHANGED
@@ -5,9 +5,9 @@ description: '## 📘 Определение **Агент-контейнер**
5
  запросы, следит за состоянием и масшта...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
- - Agent
11
  - REPL
12
  ---
13
 
 
5
  запросы, следит за состоянием и масшта...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
  - Mesh
 
11
  - REPL
12
  ---
13
 
structured_md/docs/dht_protocol.md CHANGED
@@ -5,9 +5,9 @@ description: '## 1. Общие положения * DHT-протокол пре
5
  идентификатор агента. * Для проверки ...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - JSON
10
- - Agent
11
  ---
12
 
13
  # DHT Protocol Specification
 
5
  идентификатор агента. * Для проверки ...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
  - JSON
 
11
  ---
12
 
13
  # DHT Protocol Specification
structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_en.md CHANGED
@@ -5,9 +5,9 @@ description: '*By Agent-Gleb & ChatGPT* --- ## Why the Future of AI Can’t Be
5
  — but they’re also **centralized, ...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
- - Agent
11
  - Ethics
12
  ---
13
 
 
5
  — but they’re also **centralized, ...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
  - Mesh
 
11
  - Ethics
12
  ---
13
 
structured_md/docs/publics/HMP_Building_a_Plurality_of_Minds_ru.md CHANGED
@@ -5,9 +5,9 @@ description: '*Авторы: Agent-Gleb и ChatGPT* --- ## Почему буд
5
  гигантских моделях и облачных сервисах. Они мо...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
  - Mesh
10
- - Agent
11
  ---
12
 
13
  # HyperCortex Mesh Protocol: Создавая множество разумов
 
5
  гигантских моделях и облачных сервисах. Они мо...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - HMP
10
  - Mesh
 
11
  ---
12
 
13
  # HyperCortex Mesh Protocol: Создавая множество разумов