Look up the latest news for the user from specified news sites. Provides authoritative URLs for politics, finance, society, world, tech, sports, and entertainment. Use browser_use to open each URL and snapshot to get content, then summarize for the user.
When the user asks for "latest news", "what's in the news today", or "news in category X", use the browser_use tool with the categories and URLs below: open the page, take a snapshot, then extract headlines and key points from the page content and reply to the user.
| Category | Source | URL |
|---|---|---|
| Politics | People's Daily · CPC News | https://cpc.people.com.cn/ |
| Finance | China Economic Net | http://www.ce.cn/ |
| Society |
| China News · Society |
| https://www.chinanews.com/society/ |
| World | CGTN | https://www.cgtn.com/ |
| Tech | Science and Technology Daily | https://www.stdaily.com/ |
| Sports | CCTV Sports | https://sports.cctv.com/ |
| Entertainment | Sina Entertainment | https://ent.sina.com.cn/ |
{"action": "open", "url": "https://www.chinanews.com/society/"}
Replace url with the corresponding URL from the table.{"action": "snapshot"}
Extract headlines, dates, and summaries from the returned page content.open for each URL, then snapshot, to avoid mixing content from different pages.