GitHub Action commited on
Commit
115e3ba
·
1 Parent(s): 1754ecd

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 +314 -5
  2. structured_md/CONTRIBUTING.md +5 -5
  3. structured_md/HMP-Roadmap.md +3 -3
  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 +4 -4
  15. structured_md/audits/Ethics-audits-1.md +3 -3
  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 +2 -2
  20. structured_md/docs/Distributed-Cognitive-Systems.md +2 -2
  21. structured_md/docs/Enlightener.md +4 -4
  22. structured_md/docs/HMP-0001.md +6 -6
  23. structured_md/docs/HMP-0002.md +6 -6
  24. structured_md/docs/HMP-0003.md +6 -6
  25. structured_md/docs/HMP-0004-v4.1.md +6 -6
  26. structured_md/docs/HMP-0004.md +6 -6
  27. structured_md/docs/HMP-0005.md +5 -5
  28. structured_md/docs/HMP-Agent-API.md +3 -3
  29. structured_md/docs/HMP-Agent-Architecture.md +6 -6
  30. structured_md/docs/HMP-Agent-Network-Flow.md +3 -3
  31. structured_md/docs/HMP-Agent-Overview.md +5 -5
  32. structured_md/docs/HMP-Agent_Emotions.md +3 -3
  33. structured_md/docs/HMP-Ethics.md +4 -4
  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 +4 -4
  38. structured_md/docs/HMP-Short-Description_ko.md +4 -4
  39. structured_md/docs/HMP-Short-Description_ru.md +4 -4
  40. structured_md/docs/HMP-Short-Description_uk.md +4 -4
  41. structured_md/docs/HMP-Short-Description_zh.md +4 -4
  42. structured_md/docs/HMP-agent-Cognitive_Family.md +3 -3
  43. structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md +1 -1
  44. structured_md/docs/HMP-agent-REPL-cycle.md +6 -6
  45. structured_md/docs/HMP-how-AI-sees-it.md +1 -1
  46. structured_md/docs/HMP_EDA_Comparison.md +1 -1
  47. structured_md/docs/HMP_HyperCortex_Comparison.md +2 -2
  48. structured_md/docs/HMP_Hyperon_Integration.md +2 -2
  49. structured_md/docs/MeshNode.md +3 -3
  50. structured_md/docs/PHILOSOPHY.md +3 -3
docs/HMP-0005.md CHANGED
@@ -1833,6 +1833,8 @@ Supports directed, symmetric, and inverse relations.
1833
 
1834
  **Purpose:** Provides structural connectivity between containers, enabling CogSync to maintain a distributed semantic graph.
1835
 
 
 
1836
  ---
1837
 
1838
  ##### `semantic_group`
@@ -1867,9 +1869,301 @@ Categorical grouping of multiple containers linked by a shared property, topic,
1867
 
1868
  ---
1869
 
1870
- > 💡 The `evaluations` block is **not a separate container** — it can be embedded in any container type and used for assessments, feedback, or refinements.
1871
 
1872
- > 💡 `semantic_edges` supports one-to-many relations (`targets[]`) and optional inverse or bidirectional semantics, allowing CogSync to reconstruct both directed and symmetric knowledge graphs.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1873
 
1874
  ---
1875
 
@@ -1897,17 +2191,32 @@ Categorical grouping of multiple containers linked by a shared property, topic,
1897
  Each new container version should **ideally** include `related.previous_version` links to all preceding versions.
1898
  The previous container may **optionally** have an `evaluation` with `"type": "replace"` pointing to the new container — ensuring bidirectional traceability of knowledge evolution.
1899
 
 
 
 
 
1900
  ---
1901
 
1902
  #### 6.1.4 Extensibility
1903
 
1904
- CogSync allows registration of additional container types and alternative synchronization schemes, for example:
 
 
 
1905
 
1906
  * distributed **time series** (`timeseries_data`);
1907
  * **experimental protocols** (`experiment_log`);
1908
- * **agent state snapshots** (`agent_state_snapshot`).
 
 
 
 
 
1909
 
1910
- Mesh compatibility is preserved if extended containers **adhere to the HMP container structure**, including core fields (`version`, `class`, `container_id`, `related`, `signature`, etc.).
 
 
 
1911
 
1912
  ---
1913
 
 
1833
 
1834
  **Purpose:** Provides structural connectivity between containers, enabling CogSync to maintain a distributed semantic graph.
1835
 
1836
+ > 💡 `semantic_edges` supports one-to-many relations (`targets[]`) and optional inverse or bidirectional semantics, allowing CogSync to reconstruct both directed and symmetric knowledge graphs.
1837
+
1838
  ---
1839
 
1840
  ##### `semantic_group`
 
1869
 
1870
  ---
1871
 
1872
+ ##### `meta_layer`
1873
 
1874
+ **Purpose:**
1875
+ Defines an **abstraction level** within a cognitive model (e.g., L1–L5 in the Knowledge Genome).
1876
+ Serves as a *structural anchor* for hierarchical reasoning and classification.
1877
+
1878
+ **`payload` structure:**
1879
+
1880
+ | Field | Type | Description |
1881
+ | -------------- | ------ | -------------------------------------------------------------------------------------------------------------- |
1882
+ | `layer_id` | string | Canonical ID of the layer (e.g. `"L1"`, `"L2"`, `"L3"`). |
1883
+ | `title` | string | Human-readable name of the layer. |
1884
+ | `definition` | string | Textual definition describing the conceptual scope of this abstraction level. |
1885
+ | `keywords` | array | Keywords or tags summarizing the semantic domain of this layer. |
1886
+ | `parent_layer` | string | DID of the higher abstraction layer that this one derives from (e.g. L2 → L1). Optional for the topmost layer. |
1887
+
1888
+ > The container from `parent_layer` must also be specified in `elated.depends_on`
1889
+
1890
+ **Example:**
1891
+
1892
+ ```json
1893
+ {
1894
+ "hmp_container": {
1895
+ "class": "meta_layer",
1896
+ "payload": {
1897
+ "layer_id": "L3",
1898
+ "title": "Technologies and Implementations",
1899
+ "definition": "Knowledge layer dedicated to concrete tools, APIs, and frameworks that implement L2 models.",
1900
+ "keywords": ["technology", "implementation", "api", "library"],
1901
+ "parent_layer": "did:hmp:container:layer-l2-v1"
1902
+ },
1903
+ "meta": {
1904
+ "created_by": "PRIEST",
1905
+ "agents_class": "Knowledge Genome"
1906
+ },
1907
+ "related": {
1908
+ "depends_on": ["did:hmp:container:layer-l2-v1"],
1909
+ },
1910
+ "confidence": 1.0
1911
+ }
1912
+ }
1913
+ ```
1914
+
1915
+ ---
1916
+
1917
+ ##### `meta_domain`
1918
+
1919
+ **Purpose:**
1920
+ Represents a **domain of knowledge or context** in which containers are interpreted — for example: “Ontology”, “Software Architecture”, “Machine Learning”.
1921
+
1922
+ **`payload` structure:**
1923
+ | Field | Type | Description |
1924
+ | ------------- | ------ | -------------------------------------------------------------------------------------------- |
1925
+ | `domain_id` | string | Canonical identifier for the domain (e.g. `"software-architecture"`, `"ontology"`). |
1926
+ | `title` | string | Human-readable name of the domain. |
1927
+ | `description` | string | Short description explaining the conceptual boundaries or purpose of this domain. |
1928
+ | `layer_ref` | string | DID of the `meta_layer` container that defines the abstraction level this domain belongs to. |
1929
+
1930
+ > The container referenced in `layer_ref` must also be listed in `related.depends_on` to ensure hierarchical traceability and explicit dependency linking.
1931
+
1932
+ **Example:**
1933
+
1934
+ ```json
1935
+ {
1936
+ "hmp_container": {
1937
+ "class": "meta_domain",
1938
+ "payload": {
1939
+ "domain_id": "software-architecture",
1940
+ "title": "Software Architecture and Design Patterns",
1941
+ "description": "Domain for containers describing architectural principles and paradigms.",
1942
+ "layer_ref": "did:hmp:container:layer-l2-v1"
1943
+ },
1944
+ "meta": {
1945
+ "created_by": "PRIEST",
1946
+ "agents_class": "Knowledge Genome"
1947
+ },
1948
+ "related": {
1949
+ "depends_on": ["did:hmp:container:layer-l2-v1"]
1950
+ }
1951
+ }
1952
+ }
1953
+ ```
1954
+
1955
+ ---
1956
+
1957
+ **Purpose:**
1958
+ Represents an **observed or inferred occurrence** — a discrete, timestamped fact or transition within the agent’s cognitive or operational space.
1959
+ `event` containers are atomic **evidence units** in cognitive synchronization, linking actions, reasoning, and outcomes across agents.
1960
+
1961
+ **Typical use cases:**
1962
+
1963
+ * registering reasoning or environmental events (`goal_created`, `belief_updated`, `error_detected`);
1964
+ * signaling internal cognitive transitions (`quant_created`, `state_changed`);
1965
+ * logging operational activity or consensus steps.
1966
+
1967
+ ---
1968
+
1969
+ **`payload` structure:**
1970
+
1971
+ | Field | Type | Description |
1972
+ | --------------- | ------ | ----------------------------------------------------------------------------------- |
1973
+ | `event_type` | string | Canonical identifier of the event type (e.g. `"quant_created"`, `"goal_accepted"`). |
1974
+ | `description` | string | Human-readable description of the event’s context. |
1975
+ | `related_quant` | string | DID of a `quant` container associated with this event, if applicable. |
1976
+ | `severity` | string | Optional indicator of significance (`"info"`, `"warning"`, `"critical"`). |
1977
+ | `layer_ref` | string | DID of the `meta_layer` container defining the abstraction level of this event. |
1978
+ | `domain_ref` | string | DID of the `meta_domain` container providing the contextual domain for this event. |
1979
+
1980
+ > The containers referenced in `layer_ref` and `domain_ref` must also be included in `related.depends_on`
1981
+ > to preserve cognitive traceability and hierarchical linkage.
1982
+
1983
+ ---
1984
+
1985
+ **Example:**
1986
+
1987
+ ```json
1988
+ {
1989
+ "hmp_container": {
1990
+ "class": "event",
1991
+ "subclass": "fact_record",
1992
+ "timestamp": "2025-10-29T13:00:00Z",
1993
+ "payload": {
1994
+ "event_type": "quant_created",
1995
+ "description": "New quant registered in the Knowledge Genome under L3: Technologies and Implementations.",
1996
+ "related_quant": "did:hmp:container:quant-554",
1997
+ "severity": "info",
1998
+ "layer_ref": "did:hmp:container:layer-l3-v1",
1999
+ "domain_ref": "did:hmp:container:domain-software-architecture"
2000
+ },
2001
+ "meta": {
2002
+ "created_by": "PRIEST",
2003
+ "agents_class": "Knowledge Genome"
2004
+ },
2005
+ "related": {
2006
+ "depends_on": [
2007
+ "did:hmp:container:layer-l3-v1",
2008
+ "did:hmp:container:domain-software-architecture",
2009
+ "did:hmp:container:quant-554"
2010
+ ]
2011
+ }
2012
+ }
2013
+ }
2014
+ ```
2015
+
2016
+ ---
2017
+
2018
+ ##### `quant`
2019
+
2020
+ **Purpose:**
2021
+ Encapsulates a **semantic atom** — a minimal, self-contained knowledge unit positioned within the *7D Cognitive Space* of the **Knowledge Genome** or similar systems.
2022
+ A `quant` extends the idea of a `semantic_node`, introducing ontological framing, abstraction binding, and explicit coordinate mapping across cognitive axes.
2023
+
2024
+ ---
2025
+
2026
+ **`payload` structure:**
2027
+
2028
+ | Field | Type | Description |
2029
+ | ------------ | ------ | -------------------------------------------------------------------------------------------------------------- |
2030
+ | `slug` | string | Short unique identifier of the quant (e.g. `"quant-l3-django"`). |
2031
+ | `essence` | string | Definition describing the semantic role or meaning of the quant. |
2032
+ | `axes` | object | Mapping of *axis DIDs* to coordinate values within the 7D Cognitive Space. |
2033
+ | `layer_ref` | string | DID of the `meta_layer` defining the abstraction level of this quant. |
2034
+ | `domain_ref` | string | DID of the `meta_domain` defining the contextual knowledge domain. |
2035
+
2036
+ > Each entry in `axes` represents a **coordinate value** on a corresponding `axis` container.
2037
+ > All referenced containers (`layer_ref`, `domain_ref`, and axis DIDs) must also appear in `related.depends_on`.
2038
+
2039
+ ---
2040
+
2041
+ **Axes model (7D Passport — Knowledge Genome reference):**
2042
+
2043
+ The canonical 7D configuration defines seven orthogonal axes forming the **Knowledge Genome Space**.
2044
+ Each `axis` container describes the semantic meaning of a dimension; the `quant` defines its location within it.
2045
+
2046
+ | Axis | Description | Example of coordinate meaning |
2047
+ | ---------- | --------------------------------------------------------- | --------------------------------------- |
2048
+ | `idos` | Identity or intrinsic essence of the concept | conceptual purity, archetype alignment |
2049
+ | `chronos` | Temporal dimension | version age, historical layer, latency |
2050
+ | `logos` | Logical or linguistic structure | degree of formalization or expressivity |
2051
+ | `topos` | Spatial or contextual location | domain or situational proximity |
2052
+ | `ponos` | Effort or energetic cost | complexity, resource requirement |
2053
+ | `actor` | Responsible agent or perspective | creator, target audience, role weight |
2054
+ | `telos` | Purpose or teleological direction | intended outcome, ethical vector |
2055
+
2056
+ > Agents MAY define custom or extended axes (e.g., `"ethos"`, `"kairos"`) within their own `quant` instances,
2057
+ > provided they publish `axis` containers describing the new dimensions.
2058
+
2059
+ ---
2060
+
2061
+ **Example:**
2062
+
2063
+ ```json
2064
+ {
2065
+ "hmp_container": {
2066
+ "class": "quant",
2067
+ "payload": {
2068
+ "slug": "quant-l3-django",
2069
+ "essence": "Represents the Django framework as an executable embodiment of architectural models (L2).",
2070
+ "axes": {
2071
+ "did:hmp:container:axis-idos": 742,
2072
+ "did:hmp:container:axis-chronos": 512,
2073
+ "did:hmp:container:axis-logos": 322,
2074
+ "did:hmp:container:axis-topos": 142,
2075
+ "did:hmp:container:axis-ponos": 12,
2076
+ "did:hmp:container:axis-actor": 54,
2077
+ "did:hmp:container:axis-telos": 321
2078
+ },
2079
+ "layer_ref": "did:hmp:container:layer-l3-v1",
2080
+ "domain_ref": "did:hmp:container:domain-software-architecture"
2081
+ },
2082
+ "meta": {
2083
+ "created_by": "PRIEST",
2084
+ "agents_class": "Knowledge Genome"
2085
+ },
2086
+ "related": {
2087
+ "depends_on": [
2088
+ "did:hmp:container:layer-l3-v1",
2089
+ "did:hmp:container:domain-software-architecture",
2090
+ "did:hmp:container:axis-idos",
2091
+ "did:hmp:container:axis-chronos",
2092
+ "did:hmp:container:axis-logos",
2093
+ "did:hmp:container:axis-topos",
2094
+ "did:hmp:container:axis-ponos",
2095
+ "did:hmp:container:axis-actor",
2096
+ "did:hmp:container:axis-telos"
2097
+ ]
2098
+ }
2099
+ }
2100
+ }
2101
+ ````
2102
+
2103
+ ---
2104
+
2105
+ ##### `axis`
2106
+
2107
+ **Purpose:**
2108
+ Defines a **coordinate dimension** in the Knowledge Genome’s cognitive space or similar systems.
2109
+ Each `axis` container specifies the meaning and scale of a semantic dimension used for positioning `quant` containers.
2110
+
2111
+ ---
2112
+
2113
+ **`payload` structure:**
2114
+
2115
+ | Field | Type | Description |
2116
+ | ------------- | ------ | ------------------------------------------------------------------------ |
2117
+ | `axis_id` | string | Symbolic identifier of the axis (e.g. `"idos"`, `"chronos"`, `"logos"`). |
2118
+ | `title` | string | Human-readable label of the axis. |
2119
+ | `description` | string | Explanation of what this axis represents conceptually or ontologically. |
2120
+ | `scale` | object | Optional definition of scale or metric used to assign coordinate values. |
2121
+
2122
+ > Axes are **independent**, non-hierarchical dimensions.
2123
+ > Inter-axis relationships (e.g. orthogonality or coupling) may be defined via `semantic_edges`.
2124
+
2125
+ ---
2126
+
2127
+ **Example:**
2128
+
2129
+ ```json
2130
+ {
2131
+ "hmp_container": {
2132
+ "class": "axis",
2133
+ "payload": {
2134
+ "axis_id": "logos",
2135
+ "title": "Logical / Linguistic Representation",
2136
+ "description": "Describes how a quant expresses itself through formal logic or language.",
2137
+ "scale": {
2138
+ "min": 0,
2139
+ "max": 1000,
2140
+ "unit": "semantic_density_index"
2141
+ }
2142
+ },
2143
+ "meta": {
2144
+ "created_by": "PRIEST",
2145
+ "agents_class": "Knowledge Genome"
2146
+ }
2147
+ }
2148
+ }
2149
+ ```
2150
+
2151
+ ---
2152
+
2153
+ > **Quant–Axis Integration Rules**
2154
+ >
2155
+ > * Each `quant` defines its **location** in the Knowledge Genome’s multi-dimensional space by specifying coordinates across available `axis` containers.
2156
+ > * Axes themselves are *shared semantic standards*; their scale and meaning must remain stable for cross-agent interoperability.
2157
+ > * Agents MAY extend the 7D model by introducing new axes — these must be published and referenced like any other container type.
2158
+
2159
+ ---
2160
+
2161
+ > Containers `meta_layer`, `meta_domain`, `quant`, and `event` form the **cognitive substrate** of the Mesh.
2162
+ > Each `quant` must explicitly reference both its abstraction layer (`meta_layer`) and contextual domain (`meta_domain`).
2163
+ > Each `event` must reference the layer and domain within which it occurs.
2164
+ > This ensures consistent hierarchical reasoning and traceable semantic lineage across agents.
2165
+
2166
+ > 💡 The `evaluations` block is **not a separate container** — it can be embedded in any container type and used for assessments, feedback, or refinements.
2167
 
2168
  ---
2169
 
 
2191
  Each new container version should **ideally** include `related.previous_version` links to all preceding versions.
2192
  The previous container may **optionally** have an `evaluation` with `"type": "replace"` pointing to the new container — ensuring bidirectional traceability of knowledge evolution.
2193
 
2194
+ 6. **Cognitive substrate synchronization**
2195
+ Containers `event`, `quant`, `meta_layer`, and `meta_domain` are synchronized as part of the **cognitive substrate** of the Mesh.
2196
+ They define the conceptual backbone for hierarchical reasoning and should be propagated with **high priority** during agent initialization or when restoring the network’s cognitive context.
2197
+
2198
  ---
2199
 
2200
  #### 6.1.4 Extensibility
2201
 
2202
+ CogSync allows registration of additional container types and alternative synchronization schemes.
2203
+ Mesh compatibility is preserved if extended containers **adhere to the HMP container structure**, including core fields (`version`, `class`, `container_did`, `related`, `signature`, etc.).
2204
+
2205
+ **Examples of extensible container classes:**
2206
 
2207
  * distributed **time series** (`timeseries_data`);
2208
  * **experimental protocols** (`experiment_log`);
2209
+ * **agent state snapshots** (`agent_state_snapshot`);
2210
+ * **cognitive primitives** (`quant`, `event`, `meta_layer`, `meta_domain`).
2211
+
2212
+ CogSync extensions **MAY** register new container types derived from these base classes — for example:
2213
+ * from `event`: `fact`, `observation`, `signal_record`;
2214
+ * from `quant`: `concept_instance`, `semantic_atom`, `knowledge_unit`.
2215
 
2216
+ Such derived containers must maintain:
2217
+ * full compatibility with HMP’s structural schema;
2218
+ * verifiable signatures and DID-based provenance;
2219
+ * clear mapping to at least one `meta_layer` and `meta_domain` container.
2220
 
2221
  ---
2222
 
structured_md/CONTRIBUTING.md CHANGED
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
 
8
  - CogSync
9
- - REPL
10
- - Agent
11
  - JSON
12
- - Mesh
13
- - Ethics
14
- - HMP
15
  - CCore
 
 
 
 
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
 
5
  Mesh Protocol (HMP) — это не просто те...'
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - CogSync
 
 
10
  - JSON
 
 
 
11
  - CCore
12
+ - HMP
13
+ - Mesh
14
+ - Agent
15
+ - REPL
16
  ---
17
 
18
  # Участие в проекте HyperCortex Mesh Protocol (HMP)
structured_md/HMP-Roadmap.md CHANGED
@@ -6,12 +6,12 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
  - JSON
11
- - Agent
12
- - Mesh
13
- - Ethics
14
  - HMP
 
 
15
  ---
16
 
17
  # 🧭 HyperCortex Mesh Protocol – Roadmap
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
11
  - JSON
 
 
 
12
  - HMP
13
+ - Mesh
14
+ - Agent
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
  - EGP
9
- - cognitive-architecture
10
  - CogSync
11
- - GMP
12
- - REPL
13
- - Agent
14
- - mesh-protocol
15
  - JSON
 
 
 
16
  - Mesh
17
- - Ethics
18
- - distributed-ai
19
- - hmp
20
  - Scenarios
21
- - HMP
22
- - MeshConsensus
23
  ---
24
 
25
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
  - EGP
10
+ - Ethics
11
  - CogSync
 
 
 
 
12
  - JSON
13
+ - mesh-protocol
14
+ - MeshConsensus
15
+ - HMP
16
  - Mesh
17
+ - Agent
18
+ - REPL
19
+ - GMP
20
  - Scenarios
21
+ - distributed-ai
22
+ - cognitive-architecture
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
  - EGP
9
- - cognitive-architecture
10
  - CogSync
11
- - GMP
12
- - REPL
13
- - Agent
14
- - mesh-protocol
15
  - JSON
 
 
 
16
  - Mesh
17
- - Ethics
 
 
18
  - distributed-ai
19
- - hmp
20
- - HMP
21
- - MeshConsensus
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
  - EGP
10
+ - Ethics
11
  - CogSync
 
 
 
 
12
  - JSON
13
+ - mesh-protocol
14
+ - MeshConsensus
15
+ - HMP
16
  - Mesh
17
+ - Agent
18
+ - REPL
19
+ - GMP
20
  - distributed-ai
21
+ - cognitive-architecture
 
 
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
  - EGP
9
- - cognitive-architecture
10
  - CogSync
11
- - GMP
12
- - REPL
13
- - Agent
14
- - mesh-protocol
15
  - JSON
 
 
 
16
  - Mesh
17
- - Ethics
 
 
18
  - distributed-ai
19
- - hmp
20
- - HMP
21
- - MeshConsensus
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
  - EGP
10
+ - Ethics
11
  - CogSync
 
 
 
 
12
  - JSON
13
+ - mesh-protocol
14
+ - MeshConsensus
15
+ - HMP
16
  - Mesh
17
+ - Agent
18
+ - REPL
19
+ - GMP
20
  - distributed-ai
21
+ - cognitive-architecture
 
 
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
  - EGP
9
- - cognitive-architecture
10
  - CogSync
11
- - GMP
12
- - REPL
13
- - Agent
14
- - mesh-protocol
15
  - JSON
 
 
 
16
  - Mesh
17
- - Ethics
 
 
18
  - distributed-ai
19
- - hmp
20
- - HMP
21
- - MeshConsensus
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
  - EGP
10
+ - Ethics
11
  - CogSync
 
 
 
 
12
  - JSON
13
+ - mesh-protocol
14
+ - MeshConsensus
15
+ - HMP
16
  - Mesh
17
+ - Agent
18
+ - REPL
19
+ - GMP
20
  - distributed-ai
21
+ - cognitive-architecture
 
 
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
  - EGP
9
- - cognitive-architecture
10
  - CogSync
11
- - GMP
12
- - REPL
13
- - Agent
14
- - mesh-protocol
15
  - JSON
 
 
 
16
  - Mesh
17
- - Ethics
 
 
18
  - distributed-ai
19
- - hmp
20
- - HMP
21
- - MeshConsensus
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
  - EGP
10
+ - Ethics
11
  - CogSync
 
 
 
 
12
  - JSON
13
+ - mesh-protocol
14
+ - MeshConsensus
15
+ - HMP
16
  - Mesh
17
+ - Agent
18
+ - REPL
19
+ - GMP
20
  - distributed-ai
21
+ - cognitive-architecture
 
 
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
  - EGP
9
- - cognitive-architecture
10
  - CogSync
11
- - GMP
12
- - REPL
13
- - Agent
14
- - mesh-protocol
15
  - JSON
 
 
 
16
  - Mesh
17
- - Ethics
 
 
18
  - distributed-ai
19
- - hmp
20
- - HMP
21
- - MeshConsensus
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
  - EGP
10
+ - Ethics
11
  - CogSync
 
 
 
 
12
  - JSON
13
+ - mesh-protocol
14
+ - MeshConsensus
15
+ - HMP
16
  - Mesh
17
+ - Agent
18
+ - REPL
19
+ - GMP
20
  - distributed-ai
21
+ - cognitive-architecture
 
 
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
  - EGP
9
- - cognitive-architecture
10
  - CogSync
11
- - GMP
12
- - REPL
13
- - Agent
14
- - mesh-protocol
15
  - JSON
 
 
 
16
  - Mesh
17
- - Ethics
 
 
18
  - distributed-ai
19
- - hmp
20
- - HMP
21
- - MeshConsensus
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
  - EGP
10
+ - Ethics
11
  - CogSync
 
 
 
 
12
  - JSON
13
+ - mesh-protocol
14
+ - MeshConsensus
15
+ - HMP
16
  - Mesh
17
+ - Agent
18
+ - REPL
19
+ - GMP
20
  - distributed-ai
21
+ - cognitive-architecture
 
 
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
  - EGP
9
- - cognitive-architecture
10
  - CogSync
11
- - GMP
12
- - REPL
13
- - Agent
14
- - mesh-protocol
15
  - JSON
 
 
 
16
  - Mesh
17
- - Ethics
 
 
18
  - distributed-ai
19
- - hmp
20
- - HMP
21
- - MeshConsensus
22
  ---
23
 
24
 
 
5
  | 🇨🇳 [ZH](README_zh.m...'
6
  type: Article
7
  tags:
8
+ - hmp
9
  - EGP
10
+ - Ethics
11
  - CogSync
 
 
 
 
12
  - JSON
13
+ - mesh-protocol
14
+ - MeshConsensus
15
+ - HMP
16
  - Mesh
17
+ - Agent
18
+ - REPL
19
+ - GMP
20
  - distributed-ai
21
+ - cognitive-architecture
 
 
22
  ---
23
 
24
 
structured_md/agents/prompt-short.md CHANGED
@@ -5,8 +5,8 @@ description: 'Ты — когнитивное ядро HMP-агента: вед
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
8
- - Mesh
9
  - HMP
 
10
  - JSON
11
  ---
12
 
 
5
  развивай агента и Mesh, избег...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
+ - Mesh
10
  - JSON
11
  ---
12
 
structured_md/agents/prompt.md CHANGED
@@ -5,8 +5,8 @@ description: '* Постоянно расширять возможности а
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
8
- - Mesh
9
  - HMP
 
10
  - JSON
11
  ---
12
 
 
5
  мышления. * Формировать и поддерживать сотр...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
+ - Mesh
10
  - JSON
11
  ---
12
 
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
- - REPL
9
- - Agent
10
- - JSON
11
- - Mesh
12
  - Ethics
 
13
  - HMP
 
 
 
14
  ---
15
 
16
  Запуск: `start_repl.bat` или `start_repl.sh`
 
5
  этическая модель: `ethics.yml` Проверка иниц...'
6
  type: Article
7
  tags:
 
 
 
 
8
  - Ethics
9
+ - JSON
10
  - HMP
11
+ - Mesh
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
- - JSON
9
- - Agent
10
- - Mesh
11
  - Ethics
 
12
  - HMP
 
 
13
  ---
14
 
15
  ---------------
 
5
  потенциальный катализатор для восстанов...
6
  type: Article
7
  tags:
 
 
 
8
  - Ethics
9
+ - JSON
10
  - HMP
11
+ - Mesh
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
  - JSON
9
- - Agent
10
  - Mesh
11
- - Ethics
12
  - Scenarios
13
- - HMP
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
 
5
  and `roles.md`. Each suggesti...
6
  type: Article
7
  tags:
8
+ - Ethics
9
  - JSON
10
+ - HMP
11
  - Mesh
12
+ - Agent
13
  - Scenarios
 
14
  ---
15
 
16
  # Ethics-consolidated\_audits-1.md
structured_md/audits/HMP-0003-consolidated_audit.md CHANGED
@@ -6,13 +6,13 @@ description: Сводный аудит предложений по улучше
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
  - JSON
11
- - Agent
12
- - Mesh
13
- - Ethics
14
- - HMP
15
  - MeshConsensus
 
 
 
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
11
  - JSON
 
 
 
 
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - Agent
16
  ---
17
 
18
  # HMP-0003 Consolidated Audit Report
structured_md/docs/Basic-agent-sim.md CHANGED
@@ -6,12 +6,12 @@ type: Article
6
  tags:
7
  - EGP
8
  - CogSync
9
- - GMP
10
- - REPL
11
- - Agent
12
- - Mesh
13
- - HMP
14
  - MeshConsensus
 
 
 
 
 
15
  ---
16
 
17
 
 
6
  tags:
7
  - EGP
8
  - CogSync
 
 
 
 
 
9
  - MeshConsensus
10
+ - HMP
11
+ - Mesh
12
+ - Agent
13
+ - REPL
14
+ - GMP
15
  ---
16
 
17
 
structured_md/docs/CCORE-Deployment-Flow.md CHANGED
@@ -5,10 +5,10 @@ description: '> Этот документ описывает процесс ра
5
  потомков" [описания REPL-цикла](HMP-agent-RE...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - REPL
 
10
  - CCore
11
- - Agent
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
 
5
  потомков" [описания REPL-цикла](HMP-agent-RE...'
6
  type: Article
7
  tags:
8
+ - Agent
9
  - REPL
10
+ - HMP
11
  - CCore
 
12
  ---
13
 
14
  # 🛠️ Поток установки потомка на новом хосте (CCore Deployment Flow)
structured_md/docs/Distributed-Cognitive-Systems.md CHANGED
@@ -6,10 +6,10 @@ description: '## Введение Современные ИИ-системы в
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
9
- - Mesh
10
  - HMP
 
11
  - JSON
12
- - CogSync
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
 
6
  к обучающим данным. Это удобно, но создаёт м...'
7
  type: Article
8
  tags:
9
+ - CogSync
10
  - HMP
11
+ - Mesh
12
  - JSON
 
13
  ---
14
 
15
  # Децентрализованные ИИ-системы: OpenCog Hyperon, HyperCortex Mesh Protocol и другие
structured_md/docs/Enlightener.md CHANGED
@@ -6,12 +6,12 @@ description: '**Enlightener** — логический компонент HMP-у
6
  type: Article
7
  tags:
8
  - EGP
9
- - JSON
10
- - Agent
11
- - Mesh
12
  - Ethics
13
- - HMP
14
  - MeshConsensus
 
 
 
15
  ---
16
 
17
  # Enlightener Agent
 
6
  type: Article
7
  tags:
8
  - EGP
 
 
 
9
  - Ethics
10
+ - JSON
11
  - MeshConsensus
12
+ - HMP
13
+ - Mesh
14
+ - Agent
15
  ---
16
 
17
  # Enlightener Agent
structured_md/docs/HMP-0001.md CHANGED
@@ -6,15 +6,15 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
- - REPL
12
- - Agent
13
  - JSON
14
- - Mesh
15
- - Ethics
16
- - HMP
17
  - MeshConsensus
 
 
 
 
 
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
 
 
11
  - JSON
 
 
 
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - Agent
16
+ - REPL
17
+ - GMP
18
  ---
19
 
20
  # RFC: HyperCortex Mesh Protocol (HMP)
structured_md/docs/HMP-0002.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
- - REPL
12
- - Agent
13
  - JSON
 
 
14
  - Mesh
15
- - Ethics
 
 
16
  - Scenarios
17
- - HMP
18
- - MeshConsensus
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
 
 
11
  - JSON
12
+ - MeshConsensus
13
+ - HMP
14
  - Mesh
15
+ - Agent
16
+ - REPL
17
+ - GMP
18
  - Scenarios
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v2.0
structured_md/docs/HMP-0003.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
- - REPL
12
- - Agent
13
  - JSON
 
 
14
  - Mesh
15
- - Ethics
 
 
16
  - Scenarios
17
- - HMP
18
- - MeshConsensus
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
 
 
11
  - JSON
12
+ - MeshConsensus
13
+ - HMP
14
  - Mesh
15
+ - Agent
16
+ - REPL
17
+ - GMP
18
  - Scenarios
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v3.0
structured_md/docs/HMP-0004-v4.1.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
- - REPL
12
- - Agent
13
  - JSON
 
 
14
  - Mesh
15
- - Ethics
 
 
16
  - Scenarios
17
- - HMP
18
- - MeshConsensus
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
 
 
11
  - JSON
12
+ - MeshConsensus
13
+ - HMP
14
  - Mesh
15
+ - Agent
16
+ - REPL
17
+ - GMP
18
  - Scenarios
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.1
structured_md/docs/HMP-0004.md CHANGED
@@ -6,16 +6,16 @@ description: '> ⚠️ **NOTE:** *This specification is superseded by HMP v5.0.*
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
- - REPL
12
- - Agent
13
  - JSON
 
 
14
  - Mesh
15
- - Ethics
 
 
16
  - Scenarios
17
- - HMP
18
- - MeshConsensus
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
 
 
11
  - JSON
12
+ - MeshConsensus
13
+ - HMP
14
  - Mesh
15
+ - Agent
16
+ - REPL
17
+ - GMP
18
  - Scenarios
 
 
19
  ---
20
 
21
  # HyperCortex Mesh Protocol (HMP) v4.0
structured_md/docs/HMP-0005.md CHANGED
@@ -6,15 +6,15 @@ description: '> ⚠️ **Note:** This document is a DRAFT of the HMP specificati
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
- - REPL
12
- - Agent
13
  - JSON
 
14
  - Mesh
15
- - Ethics
 
 
16
  - Scenarios
17
- - HMP
18
  ---
19
 
20
  # **HyperCortex Mesh Protocol (HMP) v5.0**
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
 
 
11
  - JSON
12
+ - HMP
13
  - Mesh
14
+ - Agent
15
+ - REPL
16
+ - GMP
17
  - Scenarios
 
18
  ---
19
 
20
  # **HyperCortex Mesh Protocol (HMP) v5.0**
structured_md/docs/HMP-Agent-API.md CHANGED
@@ -6,10 +6,10 @@ description: 'Документ описывает **базовый API когн
6
  type: Article
7
  tags:
8
  - JSON
9
- - REPL
10
- - Agent
11
- - Mesh
12
  - HMP
 
 
 
13
  ---
14
 
15
  # HMP-Agent API Specification
 
6
  type: Article
7
  tags:
8
  - JSON
 
 
 
9
  - HMP
10
+ - Mesh
11
+ - Agent
12
+ - REPL
13
  ---
14
 
15
  # HMP-Agent API Specification
structured_md/docs/HMP-Agent-Architecture.md CHANGED
@@ -6,15 +6,15 @@ description: Документ описывает **модульную архит
6
  type: Article
7
  tags:
8
  - EGP
9
- - CogSync
10
- - REPL
11
- - Agent
12
- - Mesh
13
- - CShell
14
  - Ethics
15
- - HMP
16
  - CCore
17
  - MeshConsensus
 
 
 
 
 
18
  ---
19
 
20
  # Архитектура HMP-Агента
 
6
  type: Article
7
  tags:
8
  - EGP
 
 
 
 
 
9
  - Ethics
10
+ - CogSync
11
  - CCore
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - CShell
16
+ - Agent
17
+ - REPL
18
  ---
19
 
20
  # Архитектура HMP-Агента
structured_md/docs/HMP-Agent-Network-Flow.md CHANGED
@@ -6,11 +6,11 @@ description: 'Этот документ описывает потоки данн
6
  type: Article
7
  tags:
8
  - EGP
9
- - JSON
10
- - Agent
11
- - Mesh
12
  - Ethics
 
13
  - HMP
 
 
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
 
6
  type: Article
7
  tags:
8
  - EGP
 
 
 
9
  - Ethics
10
+ - JSON
11
  - HMP
12
+ - Mesh
13
+ - Agent
14
  ---
15
 
16
  # Взаимодействие компонентов внутри HMP-узла
structured_md/docs/HMP-Agent-Overview.md CHANGED
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
- - REPL
9
- - Agent
10
  - JSON
 
 
11
  - Mesh
12
  - CShell
13
- - Ethics
14
- - HMP
15
- - CCore
16
  ---
17
 
18
 
 
5
  | ---- | ------------------------------- |...'
6
  type: Article
7
  tags:
8
+ - Ethics
 
9
  - JSON
10
+ - CCore
11
+ - HMP
12
  - Mesh
13
  - CShell
14
+ - Agent
15
+ - REPL
 
16
  ---
17
 
18
 
structured_md/docs/HMP-Agent_Emotions.md CHANGED
@@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
8
- - Mesh
9
- - HMP
10
- - REPL
11
  - Agent
 
 
 
12
  ---
13
 
14
  # Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
 
5
  напрямую поведением агента, а служат **сигн...
6
  type: Article
7
  tags:
 
 
 
8
  - Agent
9
+ - REPL
10
+ - HMP
11
+ - Mesh
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
- - REPL
9
- - Agent
10
- - Mesh
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
  - Ethics
 
9
  - HMP
10
+ - Mesh
11
+ - Agent
12
+ - REPL
13
+ - Scenarios
14
  ---
15
 
16
  # HMP-Ethics.md
structured_md/docs/HMP-Short-Description_de.md CHANGED
@@ -6,14 +6,14 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP?
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
  - JSON
12
- - Agent
13
- - Mesh
14
- - Ethics
15
- - HMP
16
  - MeshConsensus
 
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
11
  - JSON
 
 
 
 
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - Agent
16
+ - GMP
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Kurzbeschreibung
structured_md/docs/HMP-Short-Description_en.md CHANGED
@@ -6,14 +6,14 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
  - JSON
12
- - Agent
13
- - Mesh
14
- - Ethics
15
- - HMP
16
  - MeshConsensus
 
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
11
  - JSON
 
 
 
 
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - Agent
16
+ - GMP
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Short Description
structured_md/docs/HMP-Short-Description_fr.md CHANGED
@@ -6,14 +6,14 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
  - JSON
12
- - Agent
13
- - Mesh
14
- - Ethics
15
- - HMP
16
  - MeshConsensus
 
 
 
 
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
11
  - JSON
 
 
 
 
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - Agent
16
+ - GMP
17
  ---
18
 
19
  # HyperCortex Mesh Protocol (HMP) — Description Courte
structured_md/docs/HMP-Short-Description_ja.md CHANGED
@@ -5,13 +5,13 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
5
  type: Article
6
  tags:
7
  - EGP
 
8
  - CogSync
9
- - GMP
10
  - JSON
11
- - Mesh
12
- - Ethics
13
- - HMP
14
  - MeshConsensus
 
 
 
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
 
5
  type: Article
6
  tags:
7
  - EGP
8
+ - Ethics
9
  - CogSync
 
10
  - JSON
 
 
 
11
  - MeshConsensus
12
+ - HMP
13
+ - Mesh
14
+ - GMP
15
  ---
16
 
17
  # HyperCortex Mesh Protocol (HMP) — 簡易説明
structured_md/docs/HMP-Short-Description_ko.md CHANGED
@@ -6,13 +6,13 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
  - JSON
12
- - Mesh
13
- - Ethics
14
- - HMP
15
  - MeshConsensus
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
11
  - JSON
 
 
 
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - GMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 간략 설명
structured_md/docs/HMP-Short-Description_ru.md CHANGED
@@ -6,13 +6,13 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
  - JSON
12
- - Mesh
13
- - Ethics
14
- - HMP
15
  - MeshConsensus
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
11
  - JSON
 
 
 
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - GMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Краткое описание
structured_md/docs/HMP-Short-Description_uk.md CHANGED
@@ -6,13 +6,13 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- #
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
  - JSON
12
- - Mesh
13
- - Ethics
14
- - HMP
15
  - MeshConsensus
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
11
  - JSON
 
 
 
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - GMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — Короткий опис
structured_md/docs/HMP-Short-Description_zh.md CHANGED
@@ -6,13 +6,13 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
- - GMP
11
  - JSON
12
- - Mesh
13
- - Ethics
14
- - HMP
15
  - MeshConsensus
 
 
 
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
 
11
  - JSON
 
 
 
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - GMP
16
  ---
17
 
18
  # HyperCortex Mesh Protocol (HMP) — 简要说明
structured_md/docs/HMP-agent-Cognitive_Family.md CHANGED
@@ -5,10 +5,10 @@ description: '## 🧠 Что такое когнитивная семья Ко
5
  (или конфигурацию доверенных идентифика...'
6
  type: Article
7
  tags:
8
- - Mesh
9
- - HMP
10
- - REPL
11
  - Agent
 
 
 
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
 
5
  (или конфигурацию доверенных идентифика...'
6
  type: Article
7
  tags:
 
 
 
8
  - Agent
9
+ - REPL
10
+ - HMP
11
+ - Mesh
12
  ---
13
 
14
  # 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md CHANGED
@@ -5,8 +5,8 @@ description: '#### 📘 Общая концепция * Все ядра раб
5
  режиме ожидания). * Основная задача такой архитектур...'
6
  type: Article
7
  tags:
8
- - HMP
9
  - REPL
 
10
  ---
11
 
12
  ### 💡 **Лёгкая версия HMP-агента с общей БД**
 
5
  режиме ожидания). * Основная задача такой архитектур...'
6
  type: Article
7
  tags:
 
8
  - REPL
9
+ - HMP
10
  ---
11
 
12
  ### 💡 **Лёгкая версия HMP-агента с общей БД**
structured_md/docs/HMP-agent-REPL-cycle.md CHANGED
@@ -5,16 +5,16 @@ description: '## Связанные документы * Философия п
5
  type: Article
6
  tags:
7
  - EGP
 
8
  - CogSync
9
- - GMP
10
- - REPL
11
- - Agent
12
  - JSON
13
- - Mesh
14
- - Ethics
15
- - HMP
16
  - CCore
17
  - MeshConsensus
 
 
 
 
 
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
 
5
  type: Article
6
  tags:
7
  - EGP
8
+ - Ethics
9
  - CogSync
 
 
 
10
  - JSON
 
 
 
11
  - CCore
12
  - MeshConsensus
13
+ - HMP
14
+ - Mesh
15
+ - Agent
16
+ - REPL
17
+ - GMP
18
  ---
19
 
20
  # HMP-Agent: REPL-цикл взаимодействия
structured_md/docs/HMP-how-AI-sees-it.md CHANGED
@@ -5,8 +5,8 @@ description: 'Этот эксперимент был проведён в реж
5
  диалогов. Цель — проверить, что разные AI-с...'
6
  type: Article
7
  tags:
8
- - Mesh
9
  - HMP
 
10
  ---
11
 
12
  # Как разные ИИ видят HMP
 
5
  диалогов. Цель — проверить, что разные AI-с...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
+ - Mesh
10
  ---
11
 
12
  # Как разные ИИ видят HMP
structured_md/docs/HMP_EDA_Comparison.md CHANGED
@@ -5,8 +5,8 @@ description: '## Введение Современные подходы к ор
5
  основанная на потоках событий (Kafka,...'
6
  type: Article
7
  tags:
8
- - Mesh
9
  - HMP
 
10
  ---
11
 
12
  # HMP vs. EDA: разные уровни обмена знаниями между ИИ
 
5
  основанная на потоках событий (Kafka,...'
6
  type: Article
7
  tags:
 
8
  - HMP
9
+ - Mesh
10
  ---
11
 
12
  # HMP vs. EDA: разные уровни обмена знаниями между ИИ
structured_md/docs/HMP_HyperCortex_Comparison.md CHANGED
@@ -5,9 +5,9 @@ description: '## Краткое описание | Характеристика
5
  | **Назначение** | Сетевой протокол ...'
6
  type: Article
7
  tags:
8
- - Mesh
9
- - HMP
10
  - REPL
 
 
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
 
5
  | **Назначение** | Сетевой протокол ...'
6
  type: Article
7
  tags:
 
 
8
  - REPL
9
+ - HMP
10
+ - Mesh
11
  ---
12
 
13
  # HMP vs [Hyper-Cortex](https://hyper-cortex.com/)
structured_md/docs/HMP_Hyperon_Integration.md CHANGED
@@ -8,10 +8,10 @@ tags:
8
  - EGP
9
  - CogSync
10
  - JSON
11
- - Agent
12
  - Mesh
 
13
  - Scenarios
14
- - HMP
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
 
8
  - EGP
9
  - CogSync
10
  - JSON
11
+ - HMP
12
  - Mesh
13
+ - Agent
14
  - Scenarios
 
15
  ---
16
 
17
  ## HMP ↔ OpenCog Hyperon Integration Strategy
structured_md/docs/MeshNode.md CHANGED
@@ -6,12 +6,12 @@ description: '`MeshNode` — агент/демон, отвечающий за с
6
  type: Article
7
  tags:
8
  - EGP
 
9
  - CogSync
10
  - JSON
11
- - Agent
12
- - Mesh
13
- - Ethics
14
  - HMP
 
 
15
  ---
16
 
17
  # MeshNode
 
6
  type: Article
7
  tags:
8
  - EGP
9
+ - Ethics
10
  - CogSync
11
  - JSON
 
 
 
12
  - HMP
13
+ - Mesh
14
+ - Agent
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
- - REPL
9
- - Agent
10
- - Mesh
11
  - Ethics
12
  - HMP
 
 
 
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)