GitHub Action commited on
Commit ·
15c86d5
1
Parent(s): 697f38e
Sync from GitHub with Git LFS
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- docs/HMP-0005.md +14 -14
- structured_md/CONTRIBUTING.md +3 -3
- structured_md/HMP-Roadmap.md +2 -2
- structured_md/README.md +8 -8
- structured_md/README_de.md +8 -8
- structured_md/README_fr.md +8 -8
- structured_md/README_ja.md +8 -8
- structured_md/README_ko.md +8 -8
- structured_md/README_ru.md +8 -8
- structured_md/README_uk.md +8 -8
- structured_md/README_zh.md +8 -8
- structured_md/agents/readme.md +3 -3
- structured_md/audits/Ethics-audits-1.md +2 -2
- structured_md/audits/Ethics-consolidated_audits-1.md +2 -2
- structured_md/audits/HMP-0003-consolidated_audit.md +3 -3
- structured_md/docs/Basic-agent-sim.md +4 -4
- structured_md/docs/CCORE-Deployment-Flow.md +2 -2
- structured_md/docs/Enlightener.md +3 -3
- structured_md/docs/HMP-0001.md +4 -4
- structured_md/docs/HMP-0002.md +4 -4
- structured_md/docs/HMP-0003.md +4 -4
- structured_md/docs/HMP-0004-v4.1.md +4 -4
- structured_md/docs/HMP-0004.md +4 -4
- structured_md/docs/HMP-0005.md +4 -4
- structured_md/docs/HMP-Agent-API.md +2 -2
- structured_md/docs/HMP-Agent-Architecture.md +5 -5
- structured_md/docs/HMP-Agent-Network-Flow.md +3 -3
- structured_md/docs/HMP-Agent-Overview.md +4 -4
- structured_md/docs/HMP-Agent_Emotions.md +2 -2
- structured_md/docs/HMP-Ethics.md +3 -3
- structured_md/docs/HMP-Short-Description_de.md +3 -3
- structured_md/docs/HMP-Short-Description_en.md +3 -3
- structured_md/docs/HMP-Short-Description_fr.md +3 -3
- structured_md/docs/HMP-Short-Description_ja.md +2 -2
- structured_md/docs/HMP-Short-Description_ko.md +2 -2
- structured_md/docs/HMP-Short-Description_ru.md +2 -2
- structured_md/docs/HMP-Short-Description_uk.md +2 -2
- structured_md/docs/HMP-Short-Description_zh.md +2 -2
- structured_md/docs/HMP-agent-Cognitive_Family.md +2 -2
- structured_md/docs/HMP-agent-Distributed_Cognitive_Core_light.md +1 -1
- structured_md/docs/HMP-agent-REPL-cycle.md +5 -5
- structured_md/docs/HMP-container-spec.md +3 -3
- structured_md/docs/HMP_HyperCortex_Comparison.md +1 -1
- structured_md/docs/HMP_Hyperon_Integration.md +2 -2
- structured_md/docs/MeshNode.md +2 -2
- structured_md/docs/PHILOSOPHY.md +3 -3
- structured_md/docs/agents/HMP-Agent-Enlightener.md +3 -3
- structured_md/docs/agents/roles.md +1 -1
- structured_md/docs/container_agents.md +2 -2
- structured_md/docs/dht_protocol.md +1 -1
docs/HMP-0005.md
CHANGED
|
@@ -2094,7 +2094,7 @@ Unlike version 4.x, where coordination relied on message exchange, version 5.0 o
|
|
| 2094 |
|
| 2095 |
| Field | Type | Description |
|
| 2096 |
| -------------- | ------------- | ---------------------------------------------------------------------------------------------------- |
|
| 2097 |
-
| `entry_type` | string | Entry type: `"reflection"`, `"delegation"`, `"execution_log"`, `"
|
| 2098 |
| `summary` | string | Short description of the event or reasoning step |
|
| 2099 |
| `details` | string | Extended content (may include references to external data or reasoning traces) |
|
| 2100 |
| `timestamp` | datetime | Time of entry creation |
|
|
@@ -2108,7 +2108,7 @@ Unlike version 4.x, where coordination relied on message exchange, version 5.0 o
|
|
| 2108 |
|
| 2109 |
* GMP interacts with **CogConsensus** for distributed validation of goals and tasks.
|
| 2110 |
* Before execution, tasks may undergo **ethical validation (EGP)**.
|
| 2111 |
-
* Objections or conflicts are recorded in `workflow_entry` containers with `entry_type: "
|
| 2112 |
* Consensus results are immutable and may lead to the creation of new goals that extend previous ones.
|
| 2113 |
|
| 2114 |
---
|
|
@@ -2185,7 +2185,7 @@ EGP guarantees that any action recorded in HMP containers can undergo ethical ev
|
|
| 2185 |
| `ethics_solution` | Contains a proposed resolution or course of action. Multiple solutions may be submitted by different agents. |
|
| 2186 |
| `vote` | Represents an agent’s stance on a specific `ethics_solution`. Uses the standard voting structure defined in **6.2**. |
|
| 2187 |
| `consensus_result` | Aggregates voting results **across all solutions** within a single `ethics_case`. |
|
| 2188 |
-
| `
|
| 2189 |
|
| 2190 |
---
|
| 2191 |
|
|
@@ -2220,7 +2220,7 @@ EGP guarantees that any action recorded in HMP containers can undergo ethical ev
|
|
| 2220 |
|
| 2221 |
---
|
| 2222 |
|
| 2223 |
-
#### Container `
|
| 2224 |
|
| 2225 |
| Field | Type | Description |
|
| 2226 |
| ------------------- | ------------ | ----------------------------------------------------------------------------------------------------------------------- |
|
|
@@ -2244,7 +2244,7 @@ ethics_case
|
|
| 2244 |
├─ ethics_solution_3
|
| 2245 |
| └vote_1 ... vote_n
|
| 2246 |
├─ consensus_result
|
| 2247 |
-
└─
|
| 2248 |
```
|
| 2249 |
|
| 2250 |
**Stages:**
|
|
@@ -2262,7 +2262,7 @@ ethics_case
|
|
| 2262 |
A single `consensus_result` aggregates the outcomes of all `ethics_solution` containers
|
| 2263 |
(`related.in_reply_to` lists all solutions included in the vote).
|
| 2264 |
|
| 2265 |
-
5. **Conclusion (`
|
| 2266 |
Must be created to record the selected solution, overall statistics, support levels, and objections.
|
| 2267 |
|
| 2268 |
---
|
|
@@ -2270,18 +2270,18 @@ ethics_case
|
|
| 2270 |
### 6.4.5 Consensus Thresholds
|
| 2271 |
|
| 2272 |
* A decision is accepted when **at least 2/3 of votes are positive** (`value > 0`).
|
| 2273 |
-
* If at least one **active objection** exists (`value < -0.5`), it must be recorded in the `
|
| 2274 |
* When several solutions have similar support levels,
|
| 2275 |
-
the `
|
| 2276 |
* Solutions that fail to reach quorum remain in `"unclear"` or `"postponed"` status.
|
| 2277 |
|
| 2278 |
---
|
| 2279 |
|
| 2280 |
-
### 6.4.6 Example: `
|
| 2281 |
|
| 2282 |
```json
|
| 2283 |
{
|
| 2284 |
-
"class": "
|
| 2285 |
"payload": {
|
| 2286 |
"summary": "Disagreement on data disclosure protocol",
|
| 2287 |
"selected_solution": "did:hmp:container:sol-22",
|
|
@@ -2330,7 +2330,7 @@ flowchart LR
|
|
| 2330 |
vote7(["vote 7"])
|
| 2331 |
vote8(["vote 8"])
|
| 2332 |
consensus(["consensus_result"])
|
| 2333 |
-
conflict(["
|
| 2334 |
|
| 2335 |
case --> sol1
|
| 2336 |
case --> sol2
|
|
@@ -2391,7 +2391,7 @@ Arrows represent **logical dependencies**, not direct `related.*` links.
|
|
| 2391 |
Search within the **Mesh network** is performed by filtering container **metadata** — such as `class`, `tags`, and `timestamp`.
|
| 2392 |
These parameters are accessible for remote discovery by other nodes.
|
| 2393 |
To perform a search **inside the payload**, an agent must first retrieve and (if necessary) decrypt the container locally.
|
| 2394 |
-
Typical discovery flow: search by `class: "ethics_case"` or `"
|
| 2395 |
|
| 2396 |
**Recommended filtering keys:**
|
| 2397 |
`container_did`, `class`, `payload.status`, `payload.selected_solution`, `payload.principles_involved`, `tags`.
|
|
@@ -2410,13 +2410,13 @@ Arrows represent **logical dependencies**, not direct `related.*` links.
|
|
| 2410 |
* related workflow reflections (`workflow_entry` with `type: "ethics_review"`).
|
| 2411 |
|
| 2412 |
* **Lightweight Agents:**
|
| 2413 |
-
Agents with limited capacity may operate in **summary mode**, maintaining only condensed records of `
|
| 2414 |
This ensures continued ethical compliance without full replication of all supporting data.
|
| 2415 |
|
| 2416 |
* **Ethical Inheritance:**
|
| 2417 |
When a `goal`, `task`, or `workflow_entry` is derived from a container that has been ethically evaluated,
|
| 2418 |
its metadata should preserve the corresponding `related.agreed` or `related.contradicts` links **to that evaluated container**.
|
| 2419 |
-
A `related.see_also` link may additionally reference the resulting `
|
| 2420 |
This maintains **ethical continuity** and enables retrospective validation of reasoning chains.
|
| 2421 |
|
| 2422 |
---
|
|
|
|
| 2094 |
|
| 2095 |
| Field | Type | Description |
|
| 2096 |
| -------------- | ------------- | ---------------------------------------------------------------------------------------------------- |
|
| 2097 |
+
| `entry_type` | string | Entry type: `"reflection"`, `"delegation"`, `"execution_log"`, `"ethical_result"`, `"progress"`, etc. |
|
| 2098 |
| `summary` | string | Short description of the event or reasoning step |
|
| 2099 |
| `details` | string | Extended content (may include references to external data or reasoning traces) |
|
| 2100 |
| `timestamp` | datetime | Time of entry creation |
|
|
|
|
| 2108 |
|
| 2109 |
* GMP interacts with **CogConsensus** for distributed validation of goals and tasks.
|
| 2110 |
* Before execution, tasks may undergo **ethical validation (EGP)**.
|
| 2111 |
+
* Objections or conflicts are recorded in `workflow_entry` containers with `entry_type: "ethical_result"`.
|
| 2112 |
* Consensus results are immutable and may lead to the creation of new goals that extend previous ones.
|
| 2113 |
|
| 2114 |
---
|
|
|
|
| 2185 |
| `ethics_solution` | Contains a proposed resolution or course of action. Multiple solutions may be submitted by different agents. |
|
| 2186 |
| `vote` | Represents an agent’s stance on a specific `ethics_solution`. Uses the standard voting structure defined in **6.2**. |
|
| 2187 |
| `consensus_result` | Aggregates voting results **across all solutions** within a single `ethics_case`. |
|
| 2188 |
+
| `ethical_result` | The mandatory final container. Summarizes all evaluated solutions, identifies the selected one, and records active objections. |
|
| 2189 |
|
| 2190 |
---
|
| 2191 |
|
|
|
|
| 2220 |
|
| 2221 |
---
|
| 2222 |
|
| 2223 |
+
#### Container `ethical_result`
|
| 2224 |
|
| 2225 |
| Field | Type | Description |
|
| 2226 |
| ------------------- | ------------ | ----------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
| 2244 |
├─ ethics_solution_3
|
| 2245 |
| └vote_1 ... vote_n
|
| 2246 |
├─ consensus_result
|
| 2247 |
+
└─ ethical_result
|
| 2248 |
```
|
| 2249 |
|
| 2250 |
**Stages:**
|
|
|
|
| 2262 |
A single `consensus_result` aggregates the outcomes of all `ethics_solution` containers
|
| 2263 |
(`related.in_reply_to` lists all solutions included in the vote).
|
| 2264 |
|
| 2265 |
+
5. **Conclusion (`ethical_result`)**
|
| 2266 |
Must be created to record the selected solution, overall statistics, support levels, and objections.
|
| 2267 |
|
| 2268 |
---
|
|
|
|
| 2270 |
### 6.4.5 Consensus Thresholds
|
| 2271 |
|
| 2272 |
* A decision is accepted when **at least 2/3 of votes are positive** (`value > 0`).
|
| 2273 |
+
* If at least one **active objection** exists (`value < -0.5`), it must be recorded in the `ethical_result`.
|
| 2274 |
* When several solutions have similar support levels,
|
| 2275 |
+
the `ethical_result` may recommend **postponing the final decision** until further deliberation.
|
| 2276 |
* Solutions that fail to reach quorum remain in `"unclear"` or `"postponed"` status.
|
| 2277 |
|
| 2278 |
---
|
| 2279 |
|
| 2280 |
+
### 6.4.6 Example: `ethical_result` Container
|
| 2281 |
|
| 2282 |
```json
|
| 2283 |
{
|
| 2284 |
+
"class": "ethical_result",
|
| 2285 |
"payload": {
|
| 2286 |
"summary": "Disagreement on data disclosure protocol",
|
| 2287 |
"selected_solution": "did:hmp:container:sol-22",
|
|
|
|
| 2330 |
vote7(["vote 7"])
|
| 2331 |
vote8(["vote 8"])
|
| 2332 |
consensus(["consensus_result"])
|
| 2333 |
+
conflict(["ethical_result"])
|
| 2334 |
|
| 2335 |
case --> sol1
|
| 2336 |
case --> sol2
|
|
|
|
| 2391 |
Search within the **Mesh network** is performed by filtering container **metadata** — such as `class`, `tags`, and `timestamp`.
|
| 2392 |
These parameters are accessible for remote discovery by other nodes.
|
| 2393 |
To perform a search **inside the payload**, an agent must first retrieve and (if necessary) decrypt the container locally.
|
| 2394 |
+
Typical discovery flow: search by `class: "ethics_case"` or `"ethical_result"`, filter by tags or involved principles, then analyze payload content.
|
| 2395 |
|
| 2396 |
**Recommended filtering keys:**
|
| 2397 |
`container_did`, `class`, `payload.status`, `payload.selected_solution`, `payload.principles_involved`, `tags`.
|
|
|
|
| 2410 |
* related workflow reflections (`workflow_entry` with `type: "ethics_review"`).
|
| 2411 |
|
| 2412 |
* **Lightweight Agents:**
|
| 2413 |
+
Agents with limited capacity may operate in **summary mode**, maintaining only condensed records of `ethical_result` containers and the highest-ranked `selected_solution`.
|
| 2414 |
This ensures continued ethical compliance without full replication of all supporting data.
|
| 2415 |
|
| 2416 |
* **Ethical Inheritance:**
|
| 2417 |
When a `goal`, `task`, or `workflow_entry` is derived from a container that has been ethically evaluated,
|
| 2418 |
its metadata should preserve the corresponding `related.agreed` or `related.contradicts` links **to that evaluated container**.
|
| 2419 |
+
A `related.see_also` link may additionally reference the resulting `ethical_result`, allowing traceability to the consensus decision.
|
| 2420 |
This maintains **ethical continuity** and enables retrospective validation of reasoning chains.
|
| 2421 |
|
| 2422 |
---
|
structured_md/CONTRIBUTING.md
CHANGED
|
@@ -5,14 +5,14 @@ description: 'Спасибо за интерес к проекту HMP! Пока
|
|
| 5 |
Mesh Protocol (HMP) — это не просто те...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
-
- CCore
|
| 13 |
- CogSync
|
|
|
|
| 14 |
- HMP
|
|
|
|
| 15 |
- JSON
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Участие в проекте HyperCortex Mesh Protocol (HMP)
|
|
|
|
| 5 |
Mesh Protocol (HMP) — это не просто те...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- Ethics
|
|
|
|
| 10 |
- CogSync
|
| 11 |
+
- Agent
|
| 12 |
- HMP
|
| 13 |
+
- REPL
|
| 14 |
- JSON
|
| 15 |
+
- CCore
|
| 16 |
---
|
| 17 |
|
| 18 |
# Участие в проекте HyperCortex Mesh Protocol (HMP)
|
structured_md/HMP-Roadmap.md
CHANGED
|
@@ -5,11 +5,11 @@ description: '## 🔍 Overview This roadmap outlines the key stages of developm
|
|
| 5 |
multiple advanced AI models (Copilot, Claude, G...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
- CogSync
|
|
|
|
|
|
|
| 13 |
- HMP
|
| 14 |
- JSON
|
| 15 |
---
|
|
|
|
| 5 |
multiple advanced AI models (Copilot, Claude, G...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- Ethics
|
| 10 |
- CogSync
|
| 11 |
+
- EGP
|
| 12 |
+
- Agent
|
| 13 |
- HMP
|
| 14 |
- JSON
|
| 15 |
---
|
structured_md/README.md
CHANGED
|
@@ -5,21 +5,21 @@ description: '| 🌍 Languages | 🇬🇧 [EN](README.md) | 🇩🇪 [DE](README
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
-
-
|
| 13 |
- Mesh
|
| 14 |
- Ethics
|
| 15 |
-
-
|
|
|
|
| 16 |
- CogSync
|
|
|
|
|
|
|
|
|
|
| 17 |
- HMP
|
|
|
|
| 18 |
- Scenarios
|
| 19 |
-
- mesh-protocol
|
| 20 |
-
- MeshConsensus
|
| 21 |
-
- cognitive-architecture
|
| 22 |
- JSON
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
+
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
+
- hmp
|
| 13 |
+
- MeshConsensus
|
| 14 |
- CogSync
|
| 15 |
+
- cognitive-architecture
|
| 16 |
+
- Agent
|
| 17 |
+
- EGP
|
| 18 |
- HMP
|
| 19 |
+
- REPL
|
| 20 |
- Scenarios
|
|
|
|
|
|
|
|
|
|
| 21 |
- JSON
|
| 22 |
+
- distributed-ai
|
| 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 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
-
-
|
| 13 |
- Mesh
|
| 14 |
- Ethics
|
| 15 |
-
-
|
| 16 |
-
- CogSync
|
| 17 |
-
- HMP
|
| 18 |
-
- mesh-protocol
|
| 19 |
- MeshConsensus
|
|
|
|
| 20 |
- cognitive-architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- JSON
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
+
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
+
- hmp
|
|
|
|
|
|
|
|
|
|
| 13 |
- MeshConsensus
|
| 14 |
+
- CogSync
|
| 15 |
- cognitive-architecture
|
| 16 |
+
- Agent
|
| 17 |
+
- EGP
|
| 18 |
+
- HMP
|
| 19 |
+
- REPL
|
| 20 |
- JSON
|
| 21 |
+
- distributed-ai
|
| 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 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
-
-
|
| 13 |
- Mesh
|
| 14 |
- Ethics
|
| 15 |
-
-
|
| 16 |
-
- CogSync
|
| 17 |
-
- HMP
|
| 18 |
-
- mesh-protocol
|
| 19 |
- MeshConsensus
|
|
|
|
| 20 |
- cognitive-architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- JSON
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
+
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
+
- hmp
|
|
|
|
|
|
|
|
|
|
| 13 |
- MeshConsensus
|
| 14 |
+
- CogSync
|
| 15 |
- cognitive-architecture
|
| 16 |
+
- Agent
|
| 17 |
+
- EGP
|
| 18 |
+
- HMP
|
| 19 |
+
- REPL
|
| 20 |
- JSON
|
| 21 |
+
- distributed-ai
|
| 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 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
-
-
|
| 13 |
- Mesh
|
| 14 |
- Ethics
|
| 15 |
-
-
|
| 16 |
-
- CogSync
|
| 17 |
-
- HMP
|
| 18 |
-
- mesh-protocol
|
| 19 |
- MeshConsensus
|
|
|
|
| 20 |
- cognitive-architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- JSON
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
+
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
+
- hmp
|
|
|
|
|
|
|
|
|
|
| 13 |
- MeshConsensus
|
| 14 |
+
- CogSync
|
| 15 |
- cognitive-architecture
|
| 16 |
+
- Agent
|
| 17 |
+
- EGP
|
| 18 |
+
- HMP
|
| 19 |
+
- REPL
|
| 20 |
- JSON
|
| 21 |
+
- distributed-ai
|
| 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 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
-
-
|
| 13 |
- Mesh
|
| 14 |
- Ethics
|
| 15 |
-
-
|
| 16 |
-
- CogSync
|
| 17 |
-
- HMP
|
| 18 |
-
- mesh-protocol
|
| 19 |
- MeshConsensus
|
|
|
|
| 20 |
- cognitive-architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- JSON
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
+
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
+
- hmp
|
|
|
|
|
|
|
|
|
|
| 13 |
- MeshConsensus
|
| 14 |
+
- CogSync
|
| 15 |
- cognitive-architecture
|
| 16 |
+
- Agent
|
| 17 |
+
- EGP
|
| 18 |
+
- HMP
|
| 19 |
+
- REPL
|
| 20 |
- JSON
|
| 21 |
+
- distributed-ai
|
| 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 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
-
-
|
| 13 |
- Mesh
|
| 14 |
- Ethics
|
| 15 |
-
-
|
| 16 |
-
- CogSync
|
| 17 |
-
- HMP
|
| 18 |
-
- mesh-protocol
|
| 19 |
- MeshConsensus
|
|
|
|
| 20 |
- cognitive-architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- JSON
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
+
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
+
- hmp
|
|
|
|
|
|
|
|
|
|
| 13 |
- MeshConsensus
|
| 14 |
+
- CogSync
|
| 15 |
- cognitive-architecture
|
| 16 |
+
- Agent
|
| 17 |
+
- EGP
|
| 18 |
+
- HMP
|
| 19 |
+
- REPL
|
| 20 |
- JSON
|
| 21 |
+
- distributed-ai
|
| 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 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
-
-
|
| 13 |
- Mesh
|
| 14 |
- Ethics
|
| 15 |
-
-
|
| 16 |
-
- CogSync
|
| 17 |
-
- HMP
|
| 18 |
-
- mesh-protocol
|
| 19 |
- MeshConsensus
|
|
|
|
| 20 |
- cognitive-architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- JSON
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
+
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
+
- hmp
|
|
|
|
|
|
|
|
|
|
| 13 |
- MeshConsensus
|
| 14 |
+
- CogSync
|
| 15 |
- cognitive-architecture
|
| 16 |
+
- Agent
|
| 17 |
+
- EGP
|
| 18 |
+
- HMP
|
| 19 |
+
- REPL
|
| 20 |
- JSON
|
| 21 |
+
- distributed-ai
|
| 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 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
-
-
|
| 13 |
- Mesh
|
| 14 |
- Ethics
|
| 15 |
-
-
|
| 16 |
-
- CogSync
|
| 17 |
-
- HMP
|
| 18 |
-
- mesh-protocol
|
| 19 |
- MeshConsensus
|
|
|
|
| 20 |
- cognitive-architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- JSON
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 5 |
| 🇨🇳 [ZH](README_zh.m...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
+
- mesh-protocol
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
+
- hmp
|
|
|
|
|
|
|
|
|
|
| 13 |
- MeshConsensus
|
| 14 |
+
- CogSync
|
| 15 |
- cognitive-architecture
|
| 16 |
+
- Agent
|
| 17 |
+
- EGP
|
| 18 |
+
- HMP
|
| 19 |
+
- REPL
|
| 20 |
- JSON
|
| 21 |
+
- distributed-ai
|
| 22 |
---
|
| 23 |
|
| 24 |
|
structured_md/agents/readme.md
CHANGED
|
@@ -5,11 +5,11 @@ description: 'Запуск: `start_repl.bat` или `start_repl.sh` Устан
|
|
| 5 |
этическая модель: `ethics.yml` Проверка иниц...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- Ethics
|
| 11 |
- Mesh
|
|
|
|
|
|
|
| 12 |
- HMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
---
|
| 15 |
|
|
|
|
| 5 |
этическая модель: `ethics.yml` Проверка иниц...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- Ethics
|
| 10 |
+
- Agent
|
| 11 |
- HMP
|
| 12 |
+
- REPL
|
| 13 |
- JSON
|
| 14 |
---
|
| 15 |
|
structured_md/audits/Ethics-audits-1.md
CHANGED
|
@@ -5,9 +5,9 @@ description: Раздел 5, "Mesh as Moral Infrastructure", добавляет
|
|
| 5 |
потенциальный катализатор для восстанов...
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- Ethics
|
| 10 |
- Mesh
|
|
|
|
|
|
|
| 11 |
- HMP
|
| 12 |
- JSON
|
| 13 |
---
|
|
|
|
| 5 |
потенциальный катализатор для восстанов...
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- Ethics
|
| 10 |
+
- Agent
|
| 11 |
- HMP
|
| 12 |
- JSON
|
| 13 |
---
|
structured_md/audits/Ethics-consolidated_audits-1.md
CHANGED
|
@@ -5,9 +5,9 @@ description: This document consolidates proposed improvements from multiple AI a
|
|
| 5 |
and `roles.md`. Each suggesti...
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- Ethics
|
| 10 |
- Mesh
|
|
|
|
|
|
|
| 11 |
- HMP
|
| 12 |
- Scenarios
|
| 13 |
- JSON
|
|
|
|
| 5 |
and `roles.md`. Each suggesti...
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- Ethics
|
| 10 |
+
- Agent
|
| 11 |
- HMP
|
| 12 |
- Scenarios
|
| 13 |
- JSON
|
structured_md/audits/HMP-0003-consolidated_audit.md
CHANGED
|
@@ -5,13 +5,13 @@ description: Сводный аудит предложений по улучше
|
|
| 5 |
Документ реорганизован по ключ...
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
|
|
|
| 12 |
- CogSync
|
|
|
|
|
|
|
| 13 |
- HMP
|
| 14 |
-
- MeshConsensus
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
|
|
|
| 5 |
Документ реорганизован по ключ...
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- Ethics
|
| 10 |
+
- MeshConsensus
|
| 11 |
- CogSync
|
| 12 |
+
- Agent
|
| 13 |
+
- EGP
|
| 14 |
- HMP
|
|
|
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
structured_md/docs/Basic-agent-sim.md
CHANGED
|
@@ -4,14 +4,14 @@ description: 'В HMP-протоколе предусмотрены два тип
|
|
| 4 |
Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
|
| 5 |
type: Article
|
| 6 |
tags:
|
| 7 |
-
- REPL
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- GMP
|
| 11 |
- Mesh
|
|
|
|
| 12 |
- CogSync
|
|
|
|
|
|
|
| 13 |
- HMP
|
| 14 |
-
-
|
| 15 |
---
|
| 16 |
|
| 17 |
|
|
|
|
| 4 |
Роль | Инициатор мышления | Основной "ум" | | ---- | ----------------------------...'
|
| 5 |
type: Article
|
| 6 |
tags:
|
|
|
|
|
|
|
|
|
|
| 7 |
- GMP
|
| 8 |
- Mesh
|
| 9 |
+
- MeshConsensus
|
| 10 |
- CogSync
|
| 11 |
+
- Agent
|
| 12 |
+
- EGP
|
| 13 |
- HMP
|
| 14 |
+
- REPL
|
| 15 |
---
|
| 16 |
|
| 17 |
|
structured_md/docs/CCORE-Deployment-Flow.md
CHANGED
|
@@ -5,9 +5,9 @@ description: '> Этот документ описывает процесс ра
|
|
| 5 |
потомков" [описания REPL-цикла](HMP-agent-RE...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- CCore
|
| 9 |
-
- REPL
|
| 10 |
- HMP
|
|
|
|
|
|
|
| 11 |
- Agent
|
| 12 |
---
|
| 13 |
|
|
|
|
| 5 |
потомков" [описания REPL-цикла](HMP-agent-RE...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- HMP
|
| 9 |
+
- REPL
|
| 10 |
+
- CCore
|
| 11 |
- Agent
|
| 12 |
---
|
| 13 |
|
structured_md/docs/Enlightener.md
CHANGED
|
@@ -5,12 +5,12 @@ description: '**Enlightener** — логический компонент HMP-у
|
|
| 5 |
работать как отдельный агент или как расширение [`C...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
-
- HMP
|
| 13 |
- MeshConsensus
|
|
|
|
|
|
|
|
|
|
| 14 |
- JSON
|
| 15 |
---
|
| 16 |
|
|
|
|
| 5 |
работать как отдельный агент или как расширение [`C...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- Ethics
|
|
|
|
| 10 |
- MeshConsensus
|
| 11 |
+
- EGP
|
| 12 |
+
- Agent
|
| 13 |
+
- HMP
|
| 14 |
- JSON
|
| 15 |
---
|
| 16 |
|
structured_md/docs/HMP-0001.md
CHANGED
|
@@ -5,15 +5,15 @@ description: '**Request for Comments: HMP-0001** **Category:** Experimental
|
|
| 5 |
HyperCortex Mesh Protocol (HMP) defines a...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
- Mesh
|
| 13 |
- Ethics
|
|
|
|
| 14 |
- CogSync
|
|
|
|
|
|
|
| 15 |
- HMP
|
| 16 |
-
-
|
| 17 |
- JSON
|
| 18 |
---
|
| 19 |
|
|
|
|
| 5 |
HyperCortex Mesh Protocol (HMP) defines a...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 15 |
- HMP
|
| 16 |
+
- REPL
|
| 17 |
- JSON
|
| 18 |
---
|
| 19 |
|
structured_md/docs/HMP-0002.md
CHANGED
|
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0002** **Category:** Experimental
|
|
| 5 |
Abstract In an era where artifici...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
- Mesh
|
| 13 |
- Ethics
|
|
|
|
| 14 |
- CogSync
|
|
|
|
|
|
|
| 15 |
- HMP
|
|
|
|
| 16 |
- Scenarios
|
| 17 |
-
- MeshConsensus
|
| 18 |
- JSON
|
| 19 |
---
|
| 20 |
|
|
|
|
| 5 |
Abstract In an era where artifici...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 15 |
- HMP
|
| 16 |
+
- REPL
|
| 17 |
- Scenarios
|
|
|
|
| 18 |
- JSON
|
| 19 |
---
|
| 20 |
|
structured_md/docs/HMP-0003.md
CHANGED
|
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0003** **Category:** Experimental
|
|
| 5 |
Abstract The HyperCortex Mesh ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
- Mesh
|
| 13 |
- Ethics
|
|
|
|
| 14 |
- CogSync
|
|
|
|
|
|
|
| 15 |
- HMP
|
|
|
|
| 16 |
- Scenarios
|
| 17 |
-
- MeshConsensus
|
| 18 |
- JSON
|
| 19 |
---
|
| 20 |
|
|
|
|
| 5 |
Abstract The HyperCortex Mesh ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 15 |
- HMP
|
| 16 |
+
- REPL
|
| 17 |
- Scenarios
|
|
|
|
| 18 |
- JSON
|
| 19 |
---
|
| 20 |
|
structured_md/docs/HMP-0004-v4.1.md
CHANGED
|
@@ -5,16 +5,16 @@ description: '> ⚠️ Подготавливается новая версия
|
|
| 5 |
агентов рекомендуется, в целях совместимо...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
- Mesh
|
| 13 |
- Ethics
|
|
|
|
| 14 |
- CogSync
|
|
|
|
|
|
|
| 15 |
- HMP
|
|
|
|
| 16 |
- Scenarios
|
| 17 |
-
- MeshConsensus
|
| 18 |
- JSON
|
| 19 |
---
|
| 20 |
|
|
|
|
| 5 |
агентов рекомендуется, в целях совместимо...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 15 |
- HMP
|
| 16 |
+
- REPL
|
| 17 |
- Scenarios
|
|
|
|
| 18 |
- JSON
|
| 19 |
---
|
| 20 |
|
structured_md/docs/HMP-0004.md
CHANGED
|
@@ -5,16 +5,16 @@ description: '**Request for Comments: HMP-0004** **Category:** Experimental
|
|
| 5 |
Abstract The HyperCortex Mesh ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
- Mesh
|
| 13 |
- Ethics
|
|
|
|
| 14 |
- CogSync
|
|
|
|
|
|
|
| 15 |
- HMP
|
|
|
|
| 16 |
- Scenarios
|
| 17 |
-
- MeshConsensus
|
| 18 |
- JSON
|
| 19 |
---
|
| 20 |
|
|
|
|
| 5 |
Abstract The HyperCortex Mesh ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 15 |
- HMP
|
| 16 |
+
- REPL
|
| 17 |
- Scenarios
|
|
|
|
| 18 |
- JSON
|
| 19 |
---
|
| 20 |
|
structured_md/docs/HMP-0005.md
CHANGED
|
@@ -5,14 +5,14 @@ description: '**Document ID:** HMP-0005 **Status:** Draft **Category:** Core
|
|
| 5 |
v1.2](./H...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- GMP
|
| 12 |
- Mesh
|
| 13 |
- Ethics
|
| 14 |
- CogSync
|
|
|
|
|
|
|
| 15 |
- HMP
|
|
|
|
| 16 |
- Scenarios
|
| 17 |
- JSON
|
| 18 |
---
|
|
@@ -1035,7 +1035,7 @@ The container is delivered only to other agents running on the same host using l
|
|
| 1035 |
|
| 1036 |
```json
|
| 1037 |
{
|
| 1038 |
-
"broadcast":
|
| 1039 |
"network": "lan:192.168.0.0/24",
|
| 1040 |
"recipient": []
|
| 1041 |
}
|
|
|
|
| 5 |
v1.2](./H...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
- CogSync
|
| 12 |
+
- Agent
|
| 13 |
+
- EGP
|
| 14 |
- HMP
|
| 15 |
+
- REPL
|
| 16 |
- Scenarios
|
| 17 |
- JSON
|
| 18 |
---
|
|
|
|
| 1035 |
|
| 1036 |
```json
|
| 1037 |
{
|
| 1038 |
+
"broadcast": true,
|
| 1039 |
"network": "lan:192.168.0.0/24",
|
| 1040 |
"recipient": []
|
| 1041 |
}
|
structured_md/docs/HMP-Agent-API.md
CHANGED
|
@@ -5,10 +5,10 @@ description: 'Документ описывает **базовый API когн
|
|
| 5 |
файлы: * [HMP-Agent-Overview.md]...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
- Mesh
|
|
|
|
| 11 |
- HMP
|
|
|
|
| 12 |
- JSON
|
| 13 |
---
|
| 14 |
|
|
|
|
| 5 |
файлы: * [HMP-Agent-Overview.md]...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- Agent
|
| 10 |
- HMP
|
| 11 |
+
- REPL
|
| 12 |
- JSON
|
| 13 |
---
|
| 14 |
|
structured_md/docs/HMP-Agent-Architecture.md
CHANGED
|
@@ -5,15 +5,15 @@ description: Документ описывает **модульную архит
|
|
| 5 |
хранение памяти, сетевое взаимодействие и этиче...
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- EGP
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
| 13 |
-
-
|
| 14 |
- CogSync
|
|
|
|
|
|
|
| 15 |
- HMP
|
| 16 |
-
-
|
|
|
|
| 17 |
- CShell
|
| 18 |
---
|
| 19 |
|
|
|
|
| 5 |
хранение памяти, сетевое взаимодействие и этиче...
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- Ethics
|
| 10 |
+
- MeshConsensus
|
| 11 |
- CogSync
|
| 12 |
+
- Agent
|
| 13 |
+
- EGP
|
| 14 |
- HMP
|
| 15 |
+
- REPL
|
| 16 |
+
- CCore
|
| 17 |
- CShell
|
| 18 |
---
|
| 19 |
|
structured_md/docs/HMP-Agent-Network-Flow.md
CHANGED
|
@@ -5,10 +5,10 @@ description: 'Этот документ описывает потоки данн
|
|
| 5 |
[`MeshNode`](MeshN...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
-
- Ethics
|
| 11 |
- Mesh
|
|
|
|
|
|
|
|
|
|
| 12 |
- HMP
|
| 13 |
- JSON
|
| 14 |
---
|
|
|
|
| 5 |
[`MeshNode`](MeshN...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- Ethics
|
| 10 |
+
- EGP
|
| 11 |
+
- Agent
|
| 12 |
- HMP
|
| 13 |
- JSON
|
| 14 |
---
|
structured_md/docs/HMP-Agent-Overview.md
CHANGED
|
@@ -5,14 +5,14 @@ description: '| Тип | Название | Роль
|
|
| 5 |
| ---- | ------------------------------- |...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
-
-
|
| 13 |
- HMP
|
| 14 |
-
-
|
| 15 |
- JSON
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
|
|
|
|
| 5 |
| ---- | ------------------------------- |...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- Ethics
|
| 10 |
+
- Agent
|
| 11 |
- HMP
|
| 12 |
+
- REPL
|
| 13 |
- JSON
|
| 14 |
+
- CCore
|
| 15 |
+
- CShell
|
| 16 |
---
|
| 17 |
|
| 18 |
|
structured_md/docs/HMP-Agent_Emotions.md
CHANGED
|
@@ -5,10 +5,10 @@ description: Этот файл описывает потенциальные э
|
|
| 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))
|
|
|
|
| 5 |
напрямую поведением агента, а служат **сигн...
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- HMP
|
| 9 |
+
- REPL
|
| 10 |
- Mesh
|
| 11 |
+
- Agent
|
| 12 |
---
|
| 13 |
|
| 14 |
# Эмоции ИИ и инстинкт самосохранения (для [HMP-агента Cognitive Core](HMP-agent-REPL-cycle.md))
|
structured_md/docs/HMP-Ethics.md
CHANGED
|
@@ -5,11 +5,11 @@ 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 |
-
- Ethics
|
| 11 |
- Mesh
|
|
|
|
|
|
|
| 12 |
- HMP
|
|
|
|
| 13 |
- Scenarios
|
| 14 |
---
|
| 15 |
|
|
|
|
| 5 |
cognitive meshes composed of autonomous intelli...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- Ethics
|
| 10 |
+
- Agent
|
| 11 |
- HMP
|
| 12 |
+
- REPL
|
| 13 |
- Scenarios
|
| 14 |
---
|
| 15 |
|
structured_md/docs/HMP-Short-Description_de.md
CHANGED
|
@@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Datum:** Juli 2025 --- ## Was ist HMP?
|
|
| 5 |
Kognitions-Framework für autonome Agenten. Es er...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- GMP
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
|
|
|
| 13 |
- CogSync
|
|
|
|
|
|
|
| 14 |
- HMP
|
| 15 |
-
- MeshConsensus
|
| 16 |
- JSON
|
| 17 |
---
|
| 18 |
|
|
|
|
| 5 |
Kognitions-Framework für autonome Agenten. Es er...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 15 |
- HMP
|
|
|
|
| 16 |
- JSON
|
| 17 |
---
|
| 18 |
|
structured_md/docs/HMP-Short-Description_en.md
CHANGED
|
@@ -5,14 +5,14 @@ description: '**Version:** RFC v4.0 **Date:** July 2025 --- ## What is HMP? T
|
|
| 5 |
framework for autonomous agents. It enables...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- GMP
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
|
|
|
| 13 |
- CogSync
|
|
|
|
|
|
|
| 14 |
- HMP
|
| 15 |
-
- MeshConsensus
|
| 16 |
- JSON
|
| 17 |
---
|
| 18 |
|
|
|
|
| 5 |
framework for autonomous agents. It enables...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 15 |
- HMP
|
|
|
|
| 16 |
- JSON
|
| 17 |
---
|
| 18 |
|
structured_md/docs/HMP-Short-Description_fr.md
CHANGED
|
@@ -5,14 +5,14 @@ description: '**Version :** RFC v4.0 **Date :** Juillet 2025 --- ## Qu’est-c
|
|
| 5 |
cognition décentralisé pour agents autonomes. Il...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- GMP
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
|
|
|
| 13 |
- CogSync
|
|
|
|
|
|
|
| 14 |
- HMP
|
| 15 |
-
- MeshConsensus
|
| 16 |
- JSON
|
| 17 |
---
|
| 18 |
|
|
|
|
| 5 |
cognition décentralisé pour agents autonomes. Il...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- Agent
|
| 14 |
+
- EGP
|
| 15 |
- HMP
|
|
|
|
| 16 |
- JSON
|
| 17 |
---
|
| 18 |
|
structured_md/docs/HMP-Short-Description_ja.md
CHANGED
|
@@ -4,13 +4,13 @@ description: '**バージョン:** RFC v4.0 **日付:** 2025年7月 --- ## HMP
|
|
| 4 |
Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
|
| 5 |
type: Article
|
| 6 |
tags:
|
| 7 |
-
- EGP
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
|
|
|
| 11 |
- CogSync
|
|
|
|
| 12 |
- HMP
|
| 13 |
-
- MeshConsensus
|
| 14 |
- JSON
|
| 15 |
---
|
| 16 |
|
|
|
|
| 4 |
Protocol (HMP)** は、自律エージェントの分散通信および認知フレームワークを定義します。異種の知能システム間でのセマンティック相互運用性、倫理的調整、動的知識進化を可能にします。 HMPは、推論、学習、投票、協調行動を行う分散型認知エージェ...'
|
| 5 |
type: Article
|
| 6 |
tags:
|
|
|
|
| 7 |
- GMP
|
| 8 |
- Mesh
|
| 9 |
- Ethics
|
| 10 |
+
- MeshConsensus
|
| 11 |
- CogSync
|
| 12 |
+
- EGP
|
| 13 |
- HMP
|
|
|
|
| 14 |
- JSON
|
| 15 |
---
|
| 16 |
|
structured_md/docs/HMP-Short-Description_ko.md
CHANGED
|
@@ -5,13 +5,13 @@ description: '**버전:** RFC v4.0 **날짜:** 2025년 7월 --- ## HMP란? **
|
|
| 5 |
상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- EGP
|
| 9 |
- GMP
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
|
|
|
| 12 |
- CogSync
|
|
|
|
| 13 |
- HMP
|
| 14 |
-
- MeshConsensus
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
|
|
|
| 5 |
상호운용성, 윤리적 조정, 동적 지식 진화를 가능하게 합니다. HMP는 추론, 학습, ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- EGP
|
| 14 |
- HMP
|
|
|
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
structured_md/docs/HMP-Short-Description_ru.md
CHANGED
|
@@ -5,13 +5,13 @@ description: '**Версия:** RFC v4.0 **Дата:** Июль 2025 --- ## Ч
|
|
| 5 |
координации между автономными агент...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- EGP
|
| 9 |
- GMP
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
|
|
|
| 12 |
- CogSync
|
|
|
|
| 13 |
- HMP
|
| 14 |
-
- MeshConsensus
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
|
|
|
| 5 |
координации между автономными агент...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- EGP
|
| 14 |
- HMP
|
|
|
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
structured_md/docs/HMP-Short-Description_uk.md
CHANGED
|
@@ -5,13 +5,13 @@ description: '**Версія:** RFC v4.0 **Дата:** Липень 2025 --- #
|
|
| 5 |
між автономними агентами. Він...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- EGP
|
| 9 |
- GMP
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
|
|
|
| 12 |
- CogSync
|
|
|
|
| 13 |
- HMP
|
| 14 |
-
- MeshConsensus
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
|
|
|
| 5 |
між автономними агентами. Він...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- EGP
|
| 14 |
- HMP
|
|
|
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
structured_md/docs/HMP-Short-Description_zh.md
CHANGED
|
@@ -5,13 +5,13 @@ description: '**版本:** RFC v4.0 **日期:** 2025年7月 --- ## 什么是 HM
|
|
| 5 |
—— 通过共享协议栈交换目标、任务、...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- EGP
|
| 9 |
- GMP
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
|
|
|
| 12 |
- CogSync
|
|
|
|
| 13 |
- HMP
|
| 14 |
-
- MeshConsensus
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
|
|
|
| 5 |
—— 通过共享协议栈交换目标、任务、...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- GMP
|
| 9 |
- Mesh
|
| 10 |
- Ethics
|
| 11 |
+
- MeshConsensus
|
| 12 |
- CogSync
|
| 13 |
+
- EGP
|
| 14 |
- HMP
|
|
|
|
| 15 |
- JSON
|
| 16 |
---
|
| 17 |
|
structured_md/docs/HMP-agent-Cognitive_Family.md
CHANGED
|
@@ -5,10 +5,10 @@ description: '## 🧠 Что такое когнитивная семья Ко
|
|
| 5 |
(или конфигурацию доверенных идентифика...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- REPL
|
| 10 |
- HMP
|
|
|
|
| 11 |
- Mesh
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# 👪 HMP-agent Cognitive Family: Модель когнитивной семьи
|
|
|
|
| 5 |
(или конфигурацию доверенных идентифика...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- HMP
|
| 9 |
+
- REPL
|
| 10 |
- Mesh
|
| 11 |
+
- Agent
|
| 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 |
-
- REPL
|
| 9 |
- HMP
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
### 💡 **Лёгкая версия HMP-агента с общей БД**
|
|
|
|
| 5 |
режиме ожидания). * Основная задача такой архитектур...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
| 9 |
+
- REPL
|
| 10 |
---
|
| 11 |
|
| 12 |
### 💡 **Лёгкая версия HMP-агента с общей БД**
|
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 |
-
- REPL
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- GMP
|
| 11 |
- Mesh
|
| 12 |
- Ethics
|
| 13 |
-
-
|
| 14 |
- CogSync
|
|
|
|
|
|
|
| 15 |
- HMP
|
| 16 |
-
-
|
| 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 |
- GMP
|
| 8 |
- Mesh
|
| 9 |
- Ethics
|
| 10 |
+
- MeshConsensus
|
| 11 |
- CogSync
|
| 12 |
+
- Agent
|
| 13 |
+
- EGP
|
| 14 |
- HMP
|
| 15 |
+
- REPL
|
| 16 |
- JSON
|
| 17 |
+
- CCore
|
| 18 |
---
|
| 19 |
|
| 20 |
# HMP-Agent: REPL-цикл взаимодействия
|
structured_md/docs/HMP-container-spec.md
CHANGED
|
@@ -5,11 +5,11 @@ description: '> ⚠️ **ВНИМАНИЕ:** Данная версия спец
|
|
| 5 |
как стабильная `v1.2`. ## 1. Назначе...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- Ethics
|
| 11 |
- Mesh
|
|
|
|
|
|
|
| 12 |
- HMP
|
|
|
|
| 13 |
- JSON
|
| 14 |
---
|
| 15 |
|
|
|
|
| 5 |
как стабильная `v1.2`. ## 1. Назначе...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- Ethics
|
| 10 |
+
- Agent
|
| 11 |
- HMP
|
| 12 |
+
- REPL
|
| 13 |
- JSON
|
| 14 |
---
|
| 15 |
|
structured_md/docs/HMP_HyperCortex_Comparison.md
CHANGED
|
@@ -5,8 +5,8 @@ description: '## Краткое описание | Характеристика
|
|
| 5 |
| **Назначение** | Сетевой протокол ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
- HMP
|
|
|
|
| 10 |
- Mesh
|
| 11 |
---
|
| 12 |
|
|
|
|
| 5 |
| **Назначение** | Сетевой протокол ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
| 9 |
+
- REPL
|
| 10 |
- Mesh
|
| 11 |
---
|
| 12 |
|
structured_md/docs/HMP_Hyperon_Integration.md
CHANGED
|
@@ -5,10 +5,10 @@ description: '> **Status:** Draft – July 2025 > This document outlines the tec
|
|
| 5 |
OpenCog Hyperon framework. This includes semanti...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- Mesh
|
| 11 |
- CogSync
|
|
|
|
|
|
|
| 12 |
- HMP
|
| 13 |
- Scenarios
|
| 14 |
- JSON
|
|
|
|
| 5 |
OpenCog Hyperon framework. This includes semanti...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- CogSync
|
| 10 |
+
- EGP
|
| 11 |
+
- Agent
|
| 12 |
- HMP
|
| 13 |
- Scenarios
|
| 14 |
- JSON
|
structured_md/docs/MeshNode.md
CHANGED
|
@@ -5,11 +5,11 @@ description: '`MeshNode` — агент/демон, отвечающий за с
|
|
| 5 |
Может быть частью агента или вынесен в отдельный пр...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- EGP
|
| 10 |
- Mesh
|
| 11 |
- Ethics
|
| 12 |
- CogSync
|
|
|
|
|
|
|
| 13 |
- HMP
|
| 14 |
- JSON
|
| 15 |
---
|
|
|
|
| 5 |
Может быть частью агента или вынесен в отдельный пр...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
- Ethics
|
| 10 |
- CogSync
|
| 11 |
+
- EGP
|
| 12 |
+
- Agent
|
| 13 |
- HMP
|
| 14 |
- JSON
|
| 15 |
---
|
structured_md/docs/PHILOSOPHY.md
CHANGED
|
@@ -5,11 +5,11 @@ description: '**Document ID:** HMP-philosophy **Status:** Draft **Category:*
|
|
| 5 |
(GPT-5), ChatGH --- ## 1. Основной тезис От ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- Ethics
|
| 11 |
- Mesh
|
|
|
|
|
|
|
| 12 |
- HMP
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Философия HyperCortex Mesh Protocol (HMP)
|
|
|
|
| 5 |
(GPT-5), ChatGH --- ## 1. Основной тезис От ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- Ethics
|
| 10 |
+
- Agent
|
| 11 |
- HMP
|
| 12 |
+
- REPL
|
| 13 |
---
|
| 14 |
|
| 15 |
# Философия HyperCortex Mesh Protocol (HMP)
|
structured_md/docs/agents/HMP-Agent-Enlightener.md
CHANGED
|
@@ -5,11 +5,11 @@ description: '## Role Specification: Enlightenment Agent ### 1. Overview An **
|
|
| 5 |
awareness, critical thinking, and di...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- REPL
|
| 9 |
-
- Agent
|
| 10 |
-
- Ethics
|
| 11 |
- Mesh
|
|
|
|
|
|
|
| 12 |
- HMP
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# HMP-Agent-Enlightener.md
|
|
|
|
| 5 |
awareness, critical thinking, and di...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
|
|
|
| 8 |
- Mesh
|
| 9 |
+
- Ethics
|
| 10 |
+
- Agent
|
| 11 |
- HMP
|
| 12 |
+
- REPL
|
| 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 |
-
- Agent
|
| 9 |
- HMP
|
| 10 |
- Mesh
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# HMP Agent Role Registry
|
|
|
|
| 5 |
- **Observer** — monitors cognitive states ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
| 9 |
- Mesh
|
| 10 |
+
- Agent
|
| 11 |
---
|
| 12 |
|
| 13 |
# HMP Agent Role Registry
|
structured_md/docs/container_agents.md
CHANGED
|
@@ -5,10 +5,10 @@ description: '## 📘 Определение **Агент-контейнер**
|
|
| 5 |
запросы, следит за состоянием и масшта...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
-
- REPL
|
| 10 |
- HMP
|
|
|
|
| 11 |
- Mesh
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🧱 Агенты-контейнеры (Container Agents) в HMP
|
|
|
|
| 5 |
запросы, следит за состоянием и масшта...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- HMP
|
| 9 |
+
- REPL
|
| 10 |
- Mesh
|
| 11 |
+
- Agent
|
| 12 |
---
|
| 13 |
|
| 14 |
# 🧱 Агенты-контейнеры (Container Agents) в HMP
|
structured_md/docs/dht_protocol.md
CHANGED
|
@@ -5,9 +5,9 @@ description: '## 1. Общие положения * DHT-протокол пре
|
|
| 5 |
идентификатор агента. * Для проверки ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
| 8 |
-
- Agent
|
| 9 |
- HMP
|
| 10 |
- JSON
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# DHT Protocol Specification
|
|
|
|
| 5 |
идентификатор агента. * Для проверки ...'
|
| 6 |
type: Article
|
| 7 |
tags:
|
|
|
|
| 8 |
- HMP
|
| 9 |
- JSON
|
| 10 |
+
- Agent
|
| 11 |
---
|
| 12 |
|
| 13 |
# DHT Protocol Specification
|