feat: add analysis-only crypto asset mode

This commit is contained in:
CadeYu
2026-04-18 20:42:11 +08:00
parent f362a160c3
commit e7ec980021
13 changed files with 141 additions and 19 deletions

View File

@@ -8,3 +8,8 @@ class AnalystType(str, Enum):
SOCIAL = "social"
NEWS = "news"
FUNDAMENTALS = "fundamentals"
class AssetType(str, Enum):
STOCK = "stock"
CRYPTO = "crypto"