modelscope / modelscope/ms-agent
[tool] Add Webz.io News Search provider
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 521
- Avg merge
- 1d
- Merged PRs (30d)
- 36
Description
Description
Add Webz.io News Search as a modular search tool and deep-research searcher profile.
MS-Agent already has a Tavily search implementation under ms_agent/tools/search and a corresponding deep-research YAML profile. Webz.io would add a news-specific provider for current-events research, company research, risk analysis, and news-grounded agents.
Suggested implementation:
- Add a
webzsearch package alongsidetavily. - Configure authentication through
WEBZ_API_KEY. - Accept a natural-language query and optional filters for publication date, country, language, category, and sentiment.
- Normalize article titles, URLs, publication dates, source metadata, and relevant excerpts into the existing search interface.
- Add a
searcher.webz.yamldeep-research profile, documentation, and tests.
API documentation: https://docs.webz.io/docs/webz/news-search-api
Webz.io searches recent global news rather than the general web, so it would complement the existing Tavily integration.
Disclosure: I am with Webz.io and would be happy to help with API details or implementation guidance.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing Tavily implementation under ms_agent/tools/search and its corresponding deep-research YAML profile to understand the search interface and profile layout. Add the Webz provider with WEBZ_API_KEY authentication, the listed filters and normalized article fields, then add searcher.webz.yaml, documentation, and tests. Done means the provider and profile integrate with the existing search flow and the tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- search, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100