libinghui55/dsh-tavily-search0

dsh-tavily-search

Tavily-backed web search provider plugin for the DeepSeek Harness (dsh), with a GUI configuration card for the API key and an on/off switch.

AI 分析

核心用途是为 DSH 引入 Tavily 联网搜索能力。适合需要让 AI 智能体具备实时网页检索、信息搜集能力的用户;需自备 Tavily 密钥。

パッケージ
dsh-tavily-search
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:libinghui55/dsh-tavily-search

ドキュメント

README 全文を読む ↗

Configuration

The plugin owns a settings namespace web-search-tavily with the schema:

FieldTypeDefaultDescription
enabledbooleantrueMaster switch; false makes the provider unavailable.
apiKeysecretLiteral API key (written via credentials).
apiKeyEnvstringTAVILY_API_KEYCredential reference resolved when no literal key is set.
baseURLstringhttps://api.tavily.comTavily endpoint override.

Example .yml config: