chore(deps): bump everalgo user-memory and agent-memory to 0.4.0 - #377
Merged
Conversation
Both were pinned to 0.3.x; PyPI 0.4.0 published 2026-07-30. Local make ci is green (lint + 180 integration tests + package smoke). Held on a branch until the next EverOS release picks it up. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 tasks
gloryfromca
approved these changes
Jul 30, 2026
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.
Summary
Bump two algorithm-library pins to their latest PyPI releases:
everalgo-user-memory:0.3.2 → 0.4.0everalgo-agent-memory:0.3.1 → 0.4.0Both 0.4.0 were published 2026-07-30 (about 24h after EverOS 1.2.1 shipped), so they missed the 1.2.1 release window.
Held for later — not cutting a release for this alone
This PR merges into
mainso the next EverOS release picks it up automatically; no 1.2.2 patch just for a deps bump.What's in 0.4.0 (README, not verified against CHANGELOG)
everalgo-agent-memory 0.4.0addsAgentBoundaryDetector(mixed chat + tool-call trajectories) andAgentProfileExtractor(section-level patches to SOUL.md / AGENTS.md). EverOS 1.2.1 does not consume either symbol yet — separate feature work.everalgo-user-memory 0.4.0— README does not surface an obvious API change; likely internal refactor.Test plan
make cilocal: lint + unit + integration (180 passed / 7 deselected) + package build & smoke import — all green with 0.4.0 pinnedNote: this PR replaces #376, which was closed because its
experiment/*branch name did not match the project's allowed prefixes (feat|fix|docs|ci|chore|refactor). Same commit, renamed tochore/*.🤖 Generated with Claude Code