GitHub Action
commited on
Commit
Β·
8a2955b
1
Parent(s):
91dd668
Sync from GitHub with Git LFS
Browse files
README.md
CHANGED
@@ -351,7 +351,7 @@ To join: fork the repo, run a local agent, or suggest improvements.
|
|
351 |
|
352 |
## π Related Research Projects
|
353 |
|
354 |
-
### Comparison: HMP vs Hyper-Cortex
|
355 |
|
356 |
> π‘ Hyper-Cortex and HMP are two independent projects that conceptually complement each other.
|
357 |
> They address different but mutually supportive tasks, forming a foundation for distributed cognitive systems.
|
@@ -369,12 +369,31 @@ Together, these approaches enable **distributed cognitive systems** that not onl
|
|
369 |
|
370 |
---
|
371 |
|
372 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
|
374 |
> π§ π₯ **Project Spotlight: OpenCog Hyperon** β one of the most comprehensive open AGI frameworks (AtomSpace, PLN, MOSES).
|
375 |
|
376 |
For integration with OpenCog Hyperon, see [HMP\_Hyperon\_Integration.md](docs/HMP_Hyperon_Integration.md)
|
377 |
|
|
|
|
|
|
|
|
|
378 |
| π Project | π§ Description |
|
379 |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
380 |
| π§ π₯ [**OpenCog Hyperon**](https://github.com/opencog) | π¬π₯ Symbolic-neural AGI framework with AtomSpace and hypergraph reasoning (AtomSpace). |
|
|
|
351 |
|
352 |
## π Related Research Projects
|
353 |
|
354 |
+
### π Comparison: HMP vs Hyper-Cortex
|
355 |
|
356 |
> π‘ Hyper-Cortex and HMP are two independent projects that conceptually complement each other.
|
357 |
> They address different but mutually supportive tasks, forming a foundation for distributed cognitive systems.
|
|
|
369 |
|
370 |
---
|
371 |
|
372 |
+
### π Comparison: HMP vs EDA
|
373 |
+
|
374 |
+
> π‘ HMP (HyperCortex Mesh Protocol) and EDA (Event Driven Architecture) operate at different levels but can complement each other.
|
375 |
+
> EDA ensures **transport and scalability** (delivery of events and data), while HMP ensures **cognition and meaning** (structuring, filtering, consensus).
|
376 |
+
|
377 |
+
[**Full comparison β**](docs/HMP_EDA_Comparison.md)
|
378 |
+
|
379 |
+
They solve different but complementary problems:
|
380 |
+
- **EDA** provides a robust backbone for delivering events and data streams.
|
381 |
+
- **HMP** structures, validates, and integrates knowledge into distributed cognitive systems.
|
382 |
+
|
383 |
+
Together, they create resilient and adaptive multi-agent systems that can **both exchange information quickly and reason about it meaningfully**.
|
384 |
+
|
385 |
+
---
|
386 |
+
|
387 |
+
### π€ Integration: HMP & OpenCog Hyperon
|
388 |
|
389 |
> π§ π₯ **Project Spotlight: OpenCog Hyperon** β one of the most comprehensive open AGI frameworks (AtomSpace, PLN, MOSES).
|
390 |
|
391 |
For integration with OpenCog Hyperon, see [HMP\_Hyperon\_Integration.md](docs/HMP_Hyperon_Integration.md)
|
392 |
|
393 |
+
---
|
394 |
+
|
395 |
+
### π§© Other Systems
|
396 |
+
|
397 |
| π Project | π§ Description |
|
398 |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
399 |
| π§ π₯ [**OpenCog Hyperon**](https://github.com/opencog) | π¬π₯ Symbolic-neural AGI framework with AtomSpace and hypergraph reasoning (AtomSpace). |
|