Geighlord007/qp-exa-dynamic0

qp-exa-dynamic

为 DSH 提供 Exa 网页搜索服务,默认启用动态高亮,支持通过 /exa 命令在运行时调整高亮、搜索类型和结果数量。

AI 分析

核心用途是为 DSH 注入高质量的 Exa 联网搜索能力。适合对检索时效性和精准度有高要求、需要动态调整搜索参数的用户。

包名
qp-exa-dynamic
版本
0.1.0
许可证
MIT
最近更新
2026年9月10日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Geighlord007/qp-exa-dynamic

Configuration

Every field has a safe default; you normally only supply a key.

FieldDefaultMeaning
providerIdexaRegistry id. Change it only to coexist with another Exa provider.
apiKeyunsetLiteral key; falls back to apiKeyEnv.
apiKeyEnvEXA_API_KEYEnvironment variable consulted when apiKey is unset.
baseURLhttps://api.exa.aiExa endpoint; /search is appended.
searchTypeautoRetrieval type — see below. Runtime-settable with /exa type.
numResults8Source cap. Runtime-settable with /exa results.
dynamicHighlightstrueOn by default; adds the required Exa-Beta header. Runtime-settable with /exa.
highlightsMaxCharactersunsetPer-page highlight cap, used only when dynamicHighlights is false.

dynamicHighlights is never combined with highlightsMaxCharacters: Exa sizes and distributes the shared budget itself when dynamic is on, and its docs warn against combining the two.