forked from cardosofelipe/fast-next-template
feat(memory): #62-2 Database Schema & Storage Layer #88
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
Create all database tables, migrations, and repository classes for the memory system.
Database Tables
1.
working_memory- Ephemeral key-value storage2.
episodes- Experiential memories3.
facts- Semantic knowledge4.
procedures- Learned skills5.
memory_consolidation_log- Consolidation trackingTasks
backend/app/models/memory/backend/app/crud/memory/Acceptance Criteria
make validate-allpassesPriority
P0 - Required for all memory types
Labels
phase-2,mcp,backend,database,agents