You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(memory): apply config defaults in UpdateMemoryTool and fix event memory IDs (#17)
- UpdateMemoryTool now resolves namespace/user_id through _get_namespace and
_get_user_id so configured default_namespace/default_owner_id/default_user_id
are applied on the managed redis-agent-memory backend when the caller omits
them
- RedisLongTermMemoryService derives the events memory ID from event ids and
timestamps instead of len(events), preventing collisions between distinct
event batches of equal length
- Type the backend constants as Literal and re-export
REDIS_AGENT_MEMORY_BACKEND, OPENSOURCE_AGENT_MEMORY_BACKEND, and
MemoryBackendName from adk_redis and adk_redis.memory
- Use the public constants in examples and tests; add AGENT_MEMORY_* fallbacks
for API key and store ID in the integration conftest
0 commit comments