anysearch-team/anysearch-dsh17

@anysearch/anysearch-dsh

AnySearch web search provider and advanced tools for DeepSeek Harness

AI 분석

核心用途是为 DSH 接入 AnySearch 联网搜索能力,并自动挂载相关高级工具。适合需要使用 AnySearch 服务进行信息检索的 Agent 或用户。需要 API Key。

패키지
@anysearch/anysearch-dsh
버전
0.1.1
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:anysearch-team/anysearch-dsh

Configuration

The bundled profile layer automatically selects AnySearch as the existing ctx.web provider and mounts the advanced tools, so no changes are required by default.

To customize it, ask an AI assistant—or edit it manually—to add the complete block below to the target DSH profile's user configuration layer, overriding the bundled id: web-search-anysearch entry. Keep the id unchanged, replace the complete config, and do not add a second AnySearch provider under a different ID:

- id: web-search-anysearch
  config:
    apiKeyEnv: ANYSEARCH_API_KEY
    baseURL: https://api.anysearch.com
    maxRenderedContentChars: 12000
FieldDefaultPurpose
apiKeyEnvANYSEARCH_API_KEYDSH credential reference; missing uses anonymous access
baseURLhttps://api.anysearch.comAnySearch API base URL
maxRenderedContentChars12000Maximum cleaned-content characters rendered to the model per advanced tool call