forked from cardosofelipe/fast-next-template
feat(memory): #62-1 Project Setup & Core Architecture #87
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
Set up the foundational architecture for the Agent Memory System, including directory structure, base interfaces, configuration, and dependency injection.
Tasks
backend/app/services/memory/directory structure__init__.pywith public API exportsconfig.pywithMemorySettings(Pydantic, MEM_ prefix)types.py:MemoryItem- Base class for all memory itemsMemoryScope- Enum for scoping levelsMemoryType- Enum for memory typesmanager.pywithMemoryManagerclass (facade pattern)exceptions.pywith memory-specific errorsAcceptance Criteria
context/,safety/)make validate-allpassesPriority
P0 - Must complete first (blocks all other sub-issues)
Labels
phase-2,mcp,backend,agents