refactor(domains): move 15 app-root monoliths into app/domains/ + lazy cloudscraper

This commit is contained in:
Crypto Rug Munch 2026-07-07 22:00:39 +07:00
parent 25e0891a0d
commit 27184c704d
63 changed files with 145 additions and 136 deletions

View file

@ -154,7 +154,7 @@ async def ingest_via_api(hacks, dry_run=False):
# Method 2: Direct Python import (run inside Docker)
# ─────────────────────────────────────────────────────────────
async def ingest_direct(hacks, dry_run=False):
from app.rag_service import ingest_document
from app.domains.intelligence.rag_service import ingest_document
success = 0
failed = 0