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

@ -14,7 +14,7 @@ os.chdir("/root/backend")
import redis.asyncio as redis # noqa: E402
from app.crypto_embeddings import get_embedder # noqa: E402
from app.domains.intelligence.crypto_embeddings import get_embedder # noqa: E402
CSV_PATH = "/root/tools/dark-collection/sigmod-pnd/Data/Telegram/Labeled/pred_pump_message.csv"
REDIS_HOST = os.getenv("REDIS_HOST", "rmi-redis")