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

@@ -9,5 +9,4 @@ class EvidenceBundle(BaseModel):
relevant_chunks: list[dict] = []
relevant_summaries: list[dict] = []
relevant_facts: list[dict] = []
timeline_hints: list[dict] = []
relevant_stories: list[dict] = []