From 7b9b46ef3bcd69728d413eb6c30fae5bd08788ed Mon Sep 17 00:00:00 2001 From: Yangtze-Seventh <1368653777@qq.com> Date: Fri, 28 Aug 2026 10:32:32 +0800 Subject: [PATCH 1/2] docs: add shared EverMind ecosystem --- README.md | 78 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 70 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 51b4ef75..13b801f2 100644 --- a/README.md +++ b/README.md @@ -262,14 +262,76 @@ ui-tui/ React/Ink terminal interface ## EverMind Ecosystem -Raven is part of the [EverMind](https://evermind.ai/) open-source ecosystem. Explore [EverOS](https://github.com/EverMind-AI/EverOS), [EverAlgo](https://github.com/EverMind-AI/EverAlgo), [HyperMem](https://github.com/EverMind-AI/HyperMem), [EvoAgentBench](https://github.com/EverMind-AI/EvoAgentBench), [EverMemBench](https://github.com/EverMind-AI/EverMemBench), and [EverMe](https://github.com/EverMind-AI/EverMe). - -
-
- -[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top) - -
+EverMind connects memory research, production-ready products, and practical +integrations into one open-source ecosystem. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Products
EverOSA local-first, Markdown-native long-term memory runtime for agents and users.
RavenA 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
SkillCorpusCurated, retrieval-ready agent skill corpora with retrieval and evaluation tooling.
EverAlgoStateless extraction, ranking, parsing, and memory operators that power EverOS.
HyperMemHypergraph-based hierarchical memory for coarse-to-fine long-term conversation retrieval.
MSAMemory Sparse Attention for scalable latent memory and 100M-token contexts.
EverMemBenchEvaluation of factual recall, applied reasoning, and personalized generalization in memory systems.
EvoAgentBenchLongitudinal evaluation of agent self-evolution, transfer efficiency, error avoidance, and skill use.
Integrations
OpenClawOpenClaw plugin for automatic recall, capture, and session-memory lifecycle management.
Hermes AgentHermes plugin for persistent memory across Hermes sessions.
DeepSeek HarnessDSH plugin for memory-aware DeepSeek Harness agents.
DifySelf-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 From d4b95a623ea7a6d5c1d0b4e59d4e158cc01aa919 Mon Sep 17 00:00:00 2001 From: Yangtze-Seventh <1368653777@qq.com> Date: Fri, 28 Aug 2026 10:32:39 +0800 Subject: [PATCH 2/2] docs: add shared EverMind ecosystem --- README.zh-CN.md | 76 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 68 insertions(+), 8 deletions(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 2c153953..24d4d000 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -262,14 +262,74 @@ ui-tui/ React/Ink terminal interface ## EverMind 生态 -Raven 是 [EverMind](https://evermind.ai/) 开源生态的一部分。你可以继续了解 [EverOS](https://github.com/EverMind-AI/EverOS)、[EverAlgo](https://github.com/EverMind-AI/EverAlgo)、[HyperMem](https://github.com/EverMind-AI/HyperMem)、[EvoAgentBench](https://github.com/EverMind-AI/EvoAgentBench)、[EverMemBench](https://github.com/EverMind-AI/EverMemBench) 和 [EverMe](https://github.com/EverMind-AI/EverMe)。 - -
-
- -[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top) - -
+EverMind 将记忆研究、可直接使用的产品与实际集成连接为一个开源生态。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
产品
EverOS本地优先、Markdown 原生的 Agent 与用户长期记忆运行时。
Raven以记忆为核心的自进化 Agent Harness,具备主动性、上下文控制与 Skill 进化能力。
EverMe(CLI)面向跨设备、跨 Agent 个人记忆的 CLI 与 Agent 插件套件。
研究与评测
SkillCorpus将分散的 Agent Skill 整理为可检索语料库,并提供检索与评测工具。
EverAlgo为 EverOS 提供无状态的提取、排序、解析与记忆算法。
HyperMem基于超图的分层记忆架构,用于由粗到细的长期对话检索。
MSA面向可扩展潜在记忆与一亿 Token 上下文的 Memory Sparse Attention。
EverMemBench从事实召回、应用推理和个性化泛化三个层面评测记忆系统。
EvoAgentBench纵向评测 Agent 自进化、迁移效率、错误规避和 Skill 使用能力。
插件与集成
OpenClawOpenClaw 插件,自动管理召回、写入与会话记忆生命周期。
Hermes AgentHermes 插件,为 Hermes 会话提供持久记忆。
DeepSeek HarnessDSH 插件,让 DeepSeek Harness Agent 使用长期记忆。
Dify本地版云端版工具,在工作流和 Agent 中显式搜索与写入记忆。
+ +这些项目共同构成 EverMind 从研究到运行时的完整链路:将方法与评测转化为 +可复用的记忆基础设施、产品和 Agent 集成。 ## 参与贡献