chore(memory): upgrade redis agent memory sdk - #28
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates adk-redis to require a newer managed Redis Agent Memory SDK (redis-agent-memory>=0.2.0) and aligns user-facing documentation with the new minimum version.
Changes:
- Bump the
memoryoptional dependency requirement fromredis-agent-memory>=0.0.4to>=0.2.0. - Update README and managed memory setup documentation to reflect the new minimum version.
- Update the Redis Agent Memory backend specification doc to match the new dependency floor.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Documents the new minimum redis-agent-memory version installed by the memory extra for the managed backend. |
| pyproject.toml | Raises the redis-agent-memory minimum version in the memory optional dependencies. |
| docs/user_guide/how_to_guides/managed_memory_setup.md | Updates managed setup prerequisites to reflect redis-agent-memory>=0.2.0. |
| docs/specs/redis-agent-memory-default.md | Updates the backend dependency specification to redis-agent-memory>=0.2.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
adk-redis0.0.9 release.redis-agent-memoryrequirement from>=0.0.4to>=0.2.0, the latest PyPI release.0.0.9 release notes
This release consolidates the three previously merged feature PRs:
delete_by_id().tool_context, including ownership validation for mutations.CreateMemoryToolwrites.It also upgrades the managed Redis Agent Memory SDK requirement to
redis-agent-memory>=0.2.0and prevents self-hosted warnings from logging supplied application IDs.Compatibility verification
Verified
redis-agent-memory0.2.0 against every SDK surface used byadk-redis:AgentMemoryclient constructionNo application code changes were required because the used method signatures remain compatible.
Validation
0.0.9make formatuv lock --checkmkdocs build