openpondai/agents/news-intelligence-roundup

OpenTool app

1Branch0Tags
OP
OpenPond Syncsync: merge local template master into production
markdown
# News Intelligence Roundup News Intelligence Roundup is a topic-based OpenTool template that queries the gateway news-intelligence corpus for recent windows like `1h`, `4h`, and `24h`, then returns a structured summary payload. ## What it does - Calls `POST /v1/news/search-current` for one or more lookback windows. - Supports query-driven filtering plus optional `sourceIds` and `sourceFamilies`. - Produces a structured JSON roundup with per-window summaries and top articles. - Persists the latest run payload through `store()` for inspection. ## Setup - Configure the tool through `OPENTOOL_PUBLIC_NEWS_INTELLIGENCE_ROUNDUP_CONFIG`. - Set `OPENPOND_GATEWAY_URL` so the template can reach the gateway news endpoints. - Call the deployed tool endpoint with `POST` to get the latest JSON roundup.