Skip to content

Latest commit

 

History

History
130 lines (82 loc) · 3.76 KB

File metadata and controls

130 lines (82 loc) · 3.76 KB

Acknowledgments

Home > Docs > Acknowledgments

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


Inspiration & references

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.

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

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

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

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.

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