Files
wehub-resource-sync 6c9c7fe7f3
CI / integration tests (3.13) (push) Failing after 1s
Commit lint / pull request title (push) Has been skipped
Docs / links (push) Failing after 1s
CI / unit tests (3.13) (push) Failing after 1s
CI / lint (push) Failing after 1s
CI / integration tests (push) Failing after 1s
CI / package build (push) Failing after 1s
Commit lint / commit messages (push) Failing after 1s
CI / unit tests (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:24:24 +08:00

3.8 KiB

Acknowledgments

Home > Docs > Acknowledgments

Thanks to the following projects, communities, and individuals for their inspiration and support.


Inspiration & references

memsearch

Inspired our markdown-as-source-of-truth design and the SHA-256 + file-watcher incremental sync model. memsearch is the closest project in spirit to EverOS.

mem0

Inspired the "one provider per file" flat adapter layout that EverOS uses for component/llm/ and component/embedding/.

Letta (MemGPT)

Inspired the multi-tier memory mapping (Core / Recall / Archival) that maps naturally onto our MemCell / Episode / Archival pipeline.

MemOS

Provided a reference for memory taxonomy decisions (textual / parametric / activation) and helped sharpen our scope choice to focus on textual memory.

Memos

A comprehensive open-source note-taking service whose plain-text-first design philosophy reinforced our decision to keep markdown files as the single source of truth.

Nemori

A self-organising long-term memory substrate for agentic LLM workflows that provided valuable inspiration for our extraction pipeline.


Open-source libraries

EverOS is built on top of excellent open-source libraries and frameworks:

Core

  • Python — Programming language (3.12+)
  • uv — Fast Python package manager
  • FastAPI — Modern async web framework (HTTP API)
  • Pydantic — Data validation and settings

Storage

  • LanceDB — Embedded vector + BM25 + scalar database
  • SQLite — Embedded relational database (state + audit log)

Tooling

LLM & embedding providers

EverOS is provider-agnostic by design. Tested provider integrations include OpenAI, Anthropic, Ollama, and SBERT. See component/llm/ and component/embedding/ for the adapter layouts.


Contributors

Thanks to all the developers who have contributed to this project.

See the full list of contributors on GitHub.


Community

Thanks to our community for valuable feedback, bug reports, and feature suggestions:


Supporting organizations

  • Shanda Group — for supporting the development of EverOS

Special thanks

  • To everyone who starred the repository
  • To those who shared EverOS with others
  • To researchers and developers using EverOS in their work

Want to contribute?

Contributions are welcome! See the Contributing Guide to get started.


See also