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

@ -119,7 +119,7 @@ async def mine_hard_negatives(
# Try RAG search for false positives
try:
from app.rag_service import three_pillar_search
from app.domains.intelligence.rag_service import three_pillar_search
results = await three_pillar_search(
query=query,