Merge branch 'refactor/backend-architecture' into development

This commit is contained in:
yangshilin
2026-03-18 17:18:23 +08:00
parent 2070a03d35
commit 48b70e1350
266 changed files with 12386 additions and 9690 deletions

View File

@@ -0,0 +1,6 @@
"""Memoir processor — 从 agents/memoir_processor.py 迁入的占位。
实际逻辑仍由 agents/memoir_processor.py 提供,后续迁入。"""
from app.agents.memoir_processor import BackgroundTaskRunner
__all__ = ["BackgroundTaskRunner"]