GitHub Action commited on
Commit
8a2955b
Β·
1 Parent(s): 91dd668

Sync from GitHub with Git LFS

Browse files
Files changed (1) hide show
  1. README.md +21 -2
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
- We are tracking AGI, cognitive architectures, and mesh networking efforts to stay aligned with the evolving global ecosystem of AGI and decentralized cognition.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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). |