chore(deps): bump everalgo user-memory and agent-memory to 0.4.0 - #376
Closed
Kendrick-Song wants to merge 1 commit into
Closed
chore(deps): bump everalgo user-memory and agent-memory to 0.4.0#376Kendrick-Song wants to merge 1 commit into
Kendrick-Song wants to merge 1 commit into
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>
Kendrick-Song
force-pushed
the
experiment/everalgo-0.4.0
branch
from
July 30, 2026 08:00
b36174f to
7a7f332
Compare
Collaborator
Author
|
Reopening under branch name compliant with the project's branch prefix policy (chore/*). See #. |
2 tasks
Collaborator
Author
|
Replaced by #377 (same commit, branch renamed to chore/*). |
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 merging yet
This PR is parked. The intent is to let CI validate the upgrade and let the change sit until the next EverOS release cycle picks it up (rather than cutting a 1.2.2 patch just for a deps bump). Merge whenever the next release branch opens.
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 pinned🤖 Generated with Claude Code