delimit_vendor_news_scan
Scan watchlisted vendor accounts and auto-draft vendor news riffs for ad-hoc vendor-news sensor execution when the normal cron schedule is not used.
Instructions
Scan watchlisted vendor accounts and auto-draft riffs (Pro) (LED-1253).
When to use: for ad-hoc execution of the vendor-news sensor (the cron is the normal autonomous path). When NOT to use: for a single tweet (use delimit_vendor_news_draft) or subsystem health (delimit_vendor_news_health).
Sibling contrast: delimit_vendor_news_draft is one tweet; delimit_vendor_news_health is health rollup; this is the full sensor + drafter pass.
Side effects: gated by require_premium. Wraps ai.vendor_news.sensor.scan_vendor_news + draft_vendor_riff. dry_run=True polls (cache-friendly) but skips JSONL log write AND skips the drafter entirely (no queue, no rate-cap consumption).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If True, sensor-only (no drafter, no queue). Default False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||