Xiangliuy/dsh-web-search-bing-rss0

@deepseek-ai/dsh-web-search-bing-rss

Bing RSS search provider for the DeepSeek Harness web capability seam (ctx.web) — free, no API key, uses Bing's public ?format=rss endpoint

包名
@deepseek-ai/dsh-web-search-bing-rss
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

配置

agent.cordis.yml 中的 config

- id: web-search-bing-rss
  name: ./entry.mjs
  config:
    market: en-US        # Bing 市场/区域 (mkt & setlang 参数)
    timeoutMs: 15000     # 请求超时
    maxResults: 10       # 解析的  上限
    # baseURL: https://www.bing.com  # 可选,覆盖端点
    # userAgent: Mozilla/5.0 ...     # 可选,覆盖 UA

环境变量

变量说明
DSH_BING_RSS_BASE_URL覆盖 Bing 端点 base URL
DSH_WEB_SEARCH_PROVIDER设为 bing-rss 可在有多个 provider 时强制选中此 provider