tengu_v3_briefing_daily
Daily briefing for a given user_id: regime, overnight futures, earnings_today, macro_today, watchlist_signals, news_highlights, risk_exposure, top_movers. ALWAYS returns a briefing — served from a precomputed cache (~5ms) when available, else built on demand (~3s, no LLM calls). The response carries '_source': 'precomputed' or 'computed:request_time' so callers can tell which path served them. Pass precompute_only=true ONLY when you specifically need to know whether the cron has already run (e.g. monitoring scripts) — that path returns 404 instead of building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| user_id | Yes | ||
| fallback_build | No | ||
| precompute_only | No |