refactor(project): restructure to official everos package layout#247
Merged
Conversation
Migrate legacy EverCore code into the standardized src/everos directory structure aligned with public package conventions. Remove all deprecated unused files from the methods/EverCore directory including demo scripts, evaluation tools, and legacy modules. Update the LICENSE copyright holder from EverMem AI to EverMind AI.
Fearvox
added a commit
to Fearvox/EverOS
that referenced
this pull request
Jun 3, 2026
The openher demo spoke the pre-EverMind-AI#247 API and could not function against the current server: POSTed {base}/memories (real route POST /api/v1/memory/add -> 404); sent a flat body with no session_id + old message field names (MemorizeAddRequest needs session_id + messages[] of {sender_id, role in user|assistant|tool, timestamp ms>0, content} -> 422); GET'd /memories/search (real route POST /api/v1/memory/search -> 405); parsed result.memories (v1 returns data.episodes); and called a /users/{id}/profile route that no longer exists. Rewrite the client to the v1 contract end-to-end (one file): correct paths, MemorizeAddRequest/SearchRequest/GetRequest-shaped bodies (int-ms timestamps, user_id XOR scope, method=hybrid), data.episodes parsing, and profile via POST /api/v1/memory/get memory_type=profile. base_url is normalized so existing EVERMEMOS_BASE_URL values keep working. Verified: the bodies the edited client emits validate against the real upstream pydantic DTOs (ALL EXPECTATIONS MET, incl. every old body rejected); py_compile ok. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.