forked from cardosofelipe/fast-next-template
feat(memory): #62-3 Working Memory Implementation #89
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent Issue
Overview
Implement the Working Memory (short-term memory) component with Redis primary storage and in-memory fallback.
Components
backend/app/services/memory/working/memory.py- WorkingMemory classbackend/app/services/memory/working/storage.py- Redis + in-memory backendAPI Design
Tasks
Acceptance Criteria
make validate-allpassesPriority
P0 - Core functionality
Labels
phase-2,mcp,backend,agents