diff --git a/README.md b/README.md index 9ef547bf..bbbd1f0d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
|
+Markdown-First Memory +Memory is persisted as plain Markdown: visible, auditable, hand-editable, +Git-friendly, and owned by the user. + |
+
+Lightweight Local Stack +Install with Python. SQLite tracks runtime state; LanceDB powers vector, +BM25, and scalar-filter retrieval locally. + |
+
+Layered Memory Model +User memory and agent memory are first-class today. Wiki-style knowledge +is the next layer in the roadmap. + |
+
|
+Self-Evolving Agents +Agent memory can extract reusable cases and skills from repeated +experience, so workflows become smarter over time. + |
+
+Multimodal Ingestion +Text, image, audio, documents, PDF, HTML, and email can be parsed into +memory through the optional multimodal pipeline. + |
+
+Online And Offline Strategy Control +Online extraction and offline evolution stay separate, with configurable +prompts and models at each step. Dreaming is coming next. + |
+
|
+Orthogonal Memory Scope +Owner, memory type, and scope are independent: search by user, agent, +app, project, session, and structured filters. + |
+
+Progressive Disclosure +Readable memory surfaces stay simple while deeper facts, cases, and +skills remain available. + |
+
+Modular By Design +EverAlgo owns algorithms; EverOS owns runtime, persistence, online flows, +and offline evolution. + |
+
|
+ |
+||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| @@ -329,7 +474,7 @@ Record, visualize, and explore your tasting journey through an immersive 3D star #### EverOS Open Her -Build AI that feels. Open-source persona engine — personality emerges from neural drives, not prompts. Inspired by Her. +Build AI that feels. Open-source persona engine - personality emerges from neural drives, not prompts. Inspired by Her. [Code](https://github.com/kellyvv/OpenHer) @@ -341,7 +486,7 @@ Build AI that feels. Open-source persona engine — personality emerges from neu [](https://chromewebstore.google.com/detail/ruminer-browser-agent/lbccjohfpdpimbhpckljimgolndfmfif) -#### Browser Agent for Personal Memory +#### Browser Agent For Personal Memory Ruminer brings persistent memory to a browser agent so it can carry personal context across web tasks. @@ -352,7 +497,7 @@ Ruminer brings persistent memory to a browser agent so it can carry personal con [](https://github.com/nanxingw/EverMem) -#### EverMem Sync with EverOS +#### EverMem Sync With EverOS One command to connect any AI coding CLI to EverMemOS long-term memory. @@ -361,6 +506,12 @@ One command to connect any AI coding CLI to EverMemOS long-term memory. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
+ |
+||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| @@ -377,7 +528,7 @@ MCO equips your primary agent with an agent team that can work together to solve [](https://github.com/onenewborn/StudyBuddy-public) -#### Study Buddy with Self-Evolving Memory +#### Study Buddy With Self-Evolving Memory Study proactively with an agent that has self-evolving memory. @@ -391,7 +542,7 @@ Study proactively with an agent that has self-evolving memory. [](https://github.com/TonyLiangDesign/MemoCare) -#### Alzheimer’s Memory Assistant +#### Alzheimer's Memory Assistant Empowering individuals with advanced memory support and daily assistance. @@ -427,12 +578,18 @@ An iOS app where users create, nurture, and live with a personalized AI companio [](https://github.com/JaMesLiMers/EvermemCompetition-Spiro) -#### AI Wearable with Memory +#### AI Wearable With Memory A context-native AI wearable that listens to everyday life and converts conversations into memory. [Code](https://github.com/JaMesLiMers/EvermemCompetition-Spiro) + | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
+ |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| EverMind Open-Source Ecosystem | +|
|---|---|
| Core Memory Architecture | +EverOS / EverMemOS - the local memory operating system and research-backed runtime for agent and user memory. | +
| Algorithm Engine | +EverAlgo - stateless extraction, ranking, parsing, and memory operators that power EverOS. | +
| Alternative Architecture | +HyperMem - hypergraph memory for long-term conversations, with its own benchmark-backed topic -> episode -> fact retrieval method. | +
| Benchmarks | +EverMemBench · EvoAgentBench - evaluation suites for conversational memory and agent self-evolution. | +
| Long-Context Research | +MSA - Memory Sparse Attention for scalable latent memory and 100M-token contexts. | +
| Personal Memory Layer | +EverMe - CLI and agent plugin suite for cross-device, cross-agent personal memory. | +
| Developer Integrations | +evermem-claude-code · everos-plugins - plugins, skills, and migration tooling for AI coding agents. | +
|
+Markdown-First Memory +记忆以普通 Markdown 持久化:可见、可审计、可手动编辑、Git 友好,并由用户自己拥有。 + |
+
+Lightweight Local Stack +用 Python 即可安装。SQLite 负责运行时状态;LanceDB 在本地提供向量、BM25 和结构化过滤检索。 + |
+
+Layered Memory Model +用户记忆和 Agent 记忆现在是一等公民。Wiki 式知识层是路线图中的下一层。 + |
+
|
+Self-Evolving Agents +Agent 记忆可以从重复经验中提取可复用的 cases 和 skills,让工作流随着时间变得更聪明。 + |
+
+Multimodal Ingestion +文本、图片、音频、文档、PDF、HTML 和邮件都可以通过可选的多模态管线解析进记忆。 + |
+
+Online And Offline Strategy Control +在线提取和离线进化保持分离,并且每一步都可以配置 prompts 和 models。Dreaming 即将到来。 + |
+
|
+Orthogonal Memory Scope +Owner、memory type 和 scope 相互独立:可以按 user、agent、app、project、session 和结构化 filters 搜索。 + |
+
+Progressive Disclosure +可读记忆界面保持简单,同时更深层的 facts、cases 和 skills 仍然可以被系统使用。 + |
+
+Modular By Design +EverAlgo 负责算法;EverOS 负责运行时、持久化、在线流程和离线进化。 + |
+
| EverMind 开源生态 | +|
|---|---|
| 核心记忆架构 | +EverOS / EverMemOS - 本地记忆操作系统,以及有研究支撑的 Agent 和用户记忆运行时。 | +
| 算法引擎 | +EverAlgo - stateless extraction、ranking、parsing 和 memory operators,为 EverOS 提供算法能力。 | +
| 替代架构 | +HyperMem - 面向长期对话的 hypergraph memory,拥有独立的 benchmark-backed topic -> episode -> fact 检索方法。 | +
| Benchmarks | +EverMemBench · EvoAgentBench - conversational memory 和 Agent self-evolution 的评测套件。 | +
| Long-Context Research | +MSA - Memory Sparse Attention,用于可扩展 latent memory 和 100M-token contexts。 | +
| 个人记忆层 | +EverMe - CLI 和 Agent plugin suite,用于跨设备、跨 Agent 的个人记忆。 | +
| 开发者集成 | +evermem-claude-code · everos-plugins - AI coding agents 的 plugins、skills 和 migration tooling。 | +
| + +[](https://evermind.ai/usecase_reunite) + +#### Reunite - Find with EverOS + +Parents describe what they remember. Children describe what they recall. Reunite uses semantic memory to surface the connections. + +[Learn more](https://evermind.ai/usecase_reunite) + + | ++ +[](https://github.com/tt-a1i/hive) + +#### Hive Orchestrator + +Browser-native hive-mind for CLI coding agents - Claude Code, Codex, Gemini, and OpenCode collaborate as real PTY processes via a team protocol. + +[Code](https://github.com/tt-a1i/hive) + + | +
| + +[](https://github.com/tt-a1i/evermemos-mcp) + +#### AI Coding Assistants with EverOS + +Universal long-term memory layer for AI coding assistants, powered by EverOS. + +[Code](https://github.com/tt-a1i/evermemos-mcp) + + | ++ +[](https://github.com/yuansui123/AI-Data-Technician-EverMemOS) + +#### AI Data Technician + +An agentic AI system that learns from scientist interaction to inspect, analyze, and classify high-dimensional time series data - with persistent memory that improves across sessions. + +[Code](https://github.com/yuansui123/AI-Data-Technician-EverMemOS) + + | +
| + + + +#### Rokid AI Assistant with EverOS + +Connect to EverOS within Rokid Glasses enabling long-term memory for all of your smart activities. + +Coming soon + + | ++ + + +#### Creative Assistant with Memory + +Creative assistant with long-term memory, so your creative context stays available across sessions. + +Coming soon + + | +
| + +[](https://github.com/xunyud/Earth-Online) + +#### Earth Online Memory Game + +Earth Online is a memory-aware productivity game that turns everyday planning into a living quest log. + +[Code](https://github.com/xunyud/Earth-Online) + + | ++ +[](https://github.com/golutra/golutra) + +#### Multi-Agent Orchestration Platform + +Golutra presents a multi-agent workforce for engineering teams, extending the IDE model from a single assistant to coordinated agents. + +[Code](https://github.com/golutra/golutra) + + | +
| + +[](https://github.com/Yangtze-Seventh/taste-verse) + +#### Your Personal Tasting Universe + +Record, visualize, and explore your tasting journey through an immersive 3D star map. + +[Code](https://github.com/Yangtze-Seventh/taste-verse) + + | ++ +[](https://github.com/kellyvv/OpenHer) + +#### EverOS Open Her + +Build AI that feels. Open-source persona engine - personality emerges from neural drives, not prompts. Inspired by Her. + +[Code](https://github.com/kellyvv/OpenHer) + + | +
| + +[](https://chromewebstore.google.com/detail/ruminer-browser-agent/lbccjohfpdpimbhpckljimgolndfmfif) + +#### Browser Agent for Personal Memory + +Ruminer brings persistent memory to a browser agent so it can carry personal context across web tasks. + +[Plugin](https://chromewebstore.google.com/detail/ruminer-browser-agent/lbccjohfpdpimbhpckljimgolndfmfif) + + | ++ +[](https://github.com/nanxingw/EverMem) + +#### EverMem Sync with EverOS + +One command to connect any AI coding CLI to EverMemOS long-term memory. + +[Code](https://github.com/nanxingw/EverMem) + + | +
| + +[](https://github.com/mco-org/mco) + +#### MCO - Orchestrate AI Coding Agents + +MCO equips your primary agent with an agent team that can work together to solve complex tasks. + +[Code](https://github.com/mco-org/mco) + + | ++ +[](https://github.com/onenewborn/StudyBuddy-public) + +#### Study Buddy with Self-Evolving Memory + +Study proactively with an agent that has self-evolving memory. + +[Code](https://github.com/onenewborn/StudyBuddy-public) + + | +
| + +[](https://github.com/TonyLiangDesign/MemoCare) + +#### Alzheimer's Memory Assistant + +Empowering individuals with advanced memory support and daily assistance. + +[Code](https://github.com/TonyLiangDesign/MemoCare) + + | ++ +[](https://github.com/AlexL1024/NeuralConnect) + +#### Memory-Driven Multi-Agent NPC Experience + +An iOS sci-fi mystery game where players explore and uncover the truth. + +[Code](https://github.com/AlexL1024/NeuralConnect) + + | +
| + +[](https://github.com/elontusk5219-prog/Mobi) + +#### Mobi Companion + +An iOS app where users create, nurture, and live with a personalized AI companion called Mobi. + +[Code](https://github.com/elontusk5219-prog/Mobi) + + | ++ +[](https://github.com/JaMesLiMers/EvermemCompetition-Spiro) + +#### AI Wearable with Memory + +A context-native AI wearable that listens to everyday life and converts conversations into memory. + +[Code](https://github.com/JaMesLiMers/EvermemCompetition-Spiro) + + | +
| + +[](migration-to-1.0.0.md) + +#### Legacy OpenClaw Agent Memory + +Archived pre-1.0.0 plugin reference. New integrations should use the EverOS 1.0.0 API. + +[Learn more](migration-to-1.0.0.md) + + | ++ +[](https://github.com/TEN-framework/ten-framework/tree/04cb80601374fa9e35b4e544b2dbd23286ca7763/ai_agents/agents/examples/voice-assistant-with-EverMemOS) + +#### Live2D Character with Memory + +Add long-term memory to a real-time Live2D character, powered by [TEN Framework](https://github.com/TEN-framework/ten-framework). + +[Code](https://github.com/TEN-framework/ten-framework/tree/04cb80601374fa9e35b4e544b2dbd23286ca7763/ai_agents/agents/examples/voice-assistant-with-EverMemOS) + + | +
| + +[](https://screenshot-analysis-vercel.vercel.app/) + +#### Computer-Use with Memory + +Run screenshot-based analysis with computer-use and store the results in memory. + +[Live Demo](https://screenshot-analysis-vercel.vercel.app/) + + | ++ +[](../use-cases/game-of-throne-demo) + +#### Game of Thrones Memories + +A demonstration of AI memory infrastructure through an interactive Q&A experience with *A Game of Thrones*. + +[Code](../use-cases/game-of-throne-demo) + + | +
| + +[](../use-cases/claude-code-plugin) + +#### Claude Code Plugin + +Persistent memory for Claude Code. Automatically saves and recalls context from past coding sessions. + +[Code](../use-cases/claude-code-plugin) + + | ++ +[](https://main.d2j21qxnymu6wl.amplifyapp.com/graph.html) + +#### Memory Graph Visualization + +Explore stored entities and relationships in a graph interface. Frontend demo; backend integration is in progress. + +[Live Demo](https://main.d2j21qxnymu6wl.amplifyapp.com/graph.html) + + | +