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

@@ -56,18 +56,17 @@ Regenerate: `uv run python api/scripts/ai_touchpoints_scan.py --markdown api/doc
| `api/app/features/memoir/story_pipeline_sync.py` | `agents_layer`, `embedding` |
| `api/app/features/memory/curation.py` | `memory_ai` |
| `api/app/features/memory/deps.py` | `embedding`, `memory_ai` |
| `api/app/features/memory/embedding_scheduler.py` | `memory_ai` |
| `api/app/features/memory/embedding_service.py` | `embedding`, `memory_ai` |
| `api/app/features/memory/enrichment.py` | `json_llm_helpers`, `langchain`, `llm_provider`, `memory_ai` |
| `api/app/features/memory/evidence.py` | `embedding`, `memory_ai`, `ports_ai` |
| `api/app/features/memory/evidence_format.py` | `memory_ai` |
| `api/app/features/memory/extractor.py` | `json_llm_helpers`, `langchain`, `llm_provider` |
| `api/app/features/memory/llm_schemas.py` | `json_llm_helpers` |
| `api/app/features/memory/repo.py` | `embedding`, `memory_ai`, `ports_ai` |
| `api/app/features/memory/retriever.py` | `embedding`, `memory_ai`, `ports_ai` |
| `api/app/features/memory/router.py` | `memory_ai` |
| `api/app/features/memory/schemas.py` | `memory_ai` |
| `api/app/features/memory/service.py` | `embedding`, `memory_ai`, `ports_ai` |
| `api/app/features/memory/summarizer.py` | `json_llm_helpers`, `langchain` |
| `api/app/features/memory/timeline.py` | `json_llm_helpers`, `langchain`, `llm_provider` |
| `api/app/ports/embedding.py` | `embedding` |
| `api/app/ports/llm.py` | `ports_ai` |
| `api/app/tasks/chapter_cover_tasks.py` | `agents_layer` |