feat: add daily budget, active window, trade snapshots, and price impact monitor
- New migrations for daily_budget, active_window, and bottrade snapshot - Add trumpstruth scraper and price_impact_monitor service - Expand bot_engine, hyperliquid, recovery, and tp_sl_monitor logic - Update API/schemas/models for new features Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -207,7 +207,7 @@ async def analyze_post(text: str) -> dict:
|
||||
if asset not in ("BTC", "ETH", None):
|
||||
asset = None
|
||||
|
||||
reasoning = str(result.get("reasoning", ""))[:600]
|
||||
reasoning = str(result.get("reasoning", ""))[:1200]
|
||||
|
||||
return {
|
||||
"relevant": relevant,
|
||||
|
||||
Reference in New Issue
Block a user