From 03a679b5dc6b8df493e63e89d0e703054c3f3693 Mon Sep 17 00:00:00 2001
From: Yangtze-Seventh <1368653777@qq.com>
Date: Fri, 28 Aug 2026 10:47:44 +0800
Subject: [PATCH 1/2] docs: add EverMind ecosystem
---
README.md | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/README.md b/README.md
index ddb6235..7f491aa 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,79 @@ Do not paste API keys, `emk_*` keys, `evt_*` agent tokens, cookies, or private l
+## EverMind Ecosystem
+
+EverMind connects memory research, production-ready products, and practical
+integrations into one open-source ecosystem.
+
+
+
+| Products |
+
+
+| EverOS |
+A local-first, Markdown-native long-term memory runtime for agents and users. |
+
+
+| Raven |
+A memory-first, self-improving agent harness with proactivity, context control, and skill evolution. |
+
+
+| EverMe (CLI) |
+A CLI and agent plugin suite for cross-device, cross-agent personal memory. |
+
+
+| Research & Evaluation |
+
+
+| SkillCorpus |
+Curated, retrieval-ready agent skill corpora with retrieval and evaluation tooling. |
+
+
+| EverAlgo |
+Stateless extraction, ranking, parsing, and memory operators that power EverOS. |
+
+
+| HyperMem |
+Hypergraph-based hierarchical memory for coarse-to-fine long-term conversation retrieval. |
+
+
+| MSA |
+Memory Sparse Attention for scalable latent memory and 100M-token contexts. |
+
+
+| EverMemBench |
+Evaluation of factual recall, applied reasoning, and personalized generalization in memory systems. |
+
+
+| EvoAgentBench |
+Longitudinal evaluation of agent self-evolution, transfer efficiency, error avoidance, and skill use. |
+
+
+| Integrations |
+
+
+| OpenClaw |
+OpenClaw plugin for automatic recall, capture, and session-memory lifecycle management. |
+
+
+| Hermes Agent |
+Hermes plugin for persistent memory across Hermes sessions. |
+
+
+| DeepSeek Harness |
+DSH plugin for memory-aware DeepSeek Harness agents. |
+
+
+| Dify |
+Self-hosted and cloud tools for explicit memory search and storage in workflows and agents. |
+
+
+
+Together, these projects form EverMind's research-to-runtime stack: methods
+and benchmarks become reusable memory infrastructure, products, and agent
+integrations.
+
## Contributing
See [`CONTRIBUTING.md`](CONTRIBUTING.md). Bug reports, plugin support for new Agents, and additional importers are all welcome.
From b7872ba1ab6b2a87b2ddd8ddf1e4f05683699f41 Mon Sep 17 00:00:00 2001
From: Yangtze-Seventh <1368653777@qq.com>
Date: Fri, 28 Aug 2026 10:47:52 +0800
Subject: [PATCH 2/2] docs: add EverMind ecosystem
---
README.zh.md | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)
diff --git a/README.zh.md b/README.zh.md
index cbb5faf..834395f 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -199,6 +199,77 @@ npm test --workspaces --if-present
+
+这些项目共同构成 EverMind 从研究到运行时的完整链路:将方法与评测转化为
+可复用的记忆基础设施、产品和 Agent 集成。
+
## 贡献
见 [`CONTRIBUTING.md`](CONTRIBUTING.md)。欢迎 bug 反馈、新增 Agent 的插件支持、以及更多记忆导入器的实现。