- EverOS (Cloud)
- Python SDK (Cloud)
- EverOS (OSS)
v1.0.0
Unified v2 Memory API: one contract, Cloud or self-hosted
EverOS Cloud now runs on the same v2 Memory API as open-source EverOS. Prototype locally, ship on managed Cloud, or switch between them for compliance, without rewriting your integration or getting locked into a black box.- Write once, run either place
add,flush,get, andsearchbehave identically on Cloud and self-hosted. - Multi-party memory out of the box
Every message carries asender_id, so group chats and human-plus-agent conversations attribute memory to the right participant automatically.
Retrieve the right context
- Four retrieval strategies
Choose keyword, vector, hybrid, or agentic search per query, and scope any retrieval to oneuser_idoragent_idwith time and field filters.
Agent memory, not just user memory
- Cases and skills as first-class memory types
Alongside user profiles and episodes, retrieve what an agent has learned about itself, so your agents get better at a task the more they run it.
Full lifecycle control
Memory is a governable asset, not a write-once black box.- Edit a user’s profile directly; your manual edits survive future background consolidation.
- Delete by user, agent, or session to meet privacy and retention needs.
Compatibility
- The v1 API remains available for existing integrations.
v0.4.0
Request Log Improvements:
- Find requests faster with request ID filtering, custom time-range search, and pagination.
- Click any entry to view its status, latency, and error messages.
API v0 Retirement:
- The v0 API is now fully replaced by v1. Calls to v0 endpoints will return an error.
- Existing data is migrated automatically, so users already on v1 are unaffected.
- See the “API Reference (Cloud)” for the migration guide.
v0.3.1
Streamlined Onboarding:
- Simpler, friendlier setup
A more streamlined onboarding experience that’s friendlier for users of any technical level. - Helpful tips while you wait
While your memory space is being set up, we share helpful tips tailored to you to get you started. - Refreshed look
A cleaner, fully branded onboarding experience.
v0.3.0
Console UI/UX Refresh:
- Zero-setup onboarding
Copy a single prompt, paste it into any agent, and you’re done. No manual install, no API key creation, all automated. - Redesigned Get Started page
Switch between Prompt (for agents) and SDK setup modes, with ready-to-useadd/get/searchcode samples for both Agent and User memory. - Clearer navigation
Reorganized sidebar tabs so you can find what you need faster.
v0.2.1
Performance Improvmenets:
- System-level engineering optimizations for improved speed and stability
v0.2.0
New Features & Updates:
- API path set to v1
The EverOS API has been upgraded to v1 with improved structure and new capabilities. See the “API Reference” for full details and migration guide - Multimodal storage and retrieval (mRAG)
Store and query images, documents, PDFs and web contents alongside text - Self-evolving agent memory
Agents can now build and refine memory through Cases and Skills primitives - Memory Bank
Visualize and manage user, group, and agent memory from a single console - Interactive Playground
Explore and test memory APIs directly in the console, no setup required
v0.1.3
New Features & Updates:
- Dashboard UI updates
- Performance improvements
- Bug fixes and reliability improvements
v0.1.2
v0.1.1
New Features & Updates:
- Refactored Get Memories and Search Memories API parameters
- Dashboard UI interaction improvements
- Added Google and GitHub third-party login support
- Restricted available LLM providers and models on cloud platform
- Bug fixes

