refactor(backend): alihkan Memory ke zesdex-cms MarkdownMemoryRepository

Ganti semua pemanggilan Memory::read/write/remove/list di zesdex-backend
dengan MarkdownMemoryRepository dari zesdex-cms. Hapus re-export
model::memory yang sudah tidak dipakai.

Method mapping: read -> load, write -> save, remove -> delete, list -> list.
Import trait MemoryRepository untuk method resolution.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
asepharyana
2026-07-17 09:08:41 +07:00
co-authored by Claude Sonnet 5
parent dc9fd4dbd1
commit 0ad3b0e539
8 changed files with 37 additions and 28 deletions
-3
View File
@@ -8,9 +8,6 @@ pub mod store {
pub mod editlog {
pub use zesdex_entities::seaorm::common::edit_log::*;
}
pub mod memory {
pub use zesdex_entities::seaorm::common::memory::*;
}
/// Local modules not extracted to workspace crates
pub mod msglog;
pub mod agent_def;