Simplify AI memory pipeline

This commit is contained in:
Kevin
2026-04-30 16:22:55 +08:00
parent 7617ea902c
commit 3234396254
35 changed files with 1002 additions and 579 deletions

View File

@@ -11,7 +11,6 @@ from app.agents.chat.background_voice import get_background_voice_narrative_bloc
from app.agents.chat.occupation_context import get_occupation_narrative_hint
from app.agents.stage_constants import STAGE_ERA_HINTS, STAGE_SLOT_KEYS
from app.agents.style_profiles import MemoirStyleProfile
from app.features.memory.evidence_format import format_evidence_chunks_for_prompt
def _memoir_fidelity_core_rules() -> str: