YePpHa/dsh-web-search-kagi

YePpHa★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

Kagi Search v1 provider for the DeepSeek Harness.

README 摘要

dsh-web-search-kagi Kagi Search v1 provider for the DeepSeek Harness web capability seam ( ctx.web ). Published on npm as dsh-web-search-kagi . Registers a WebSearchProvider with id kagi that POSTs to Kagi's https://kagi.com/api/v1/search with bearer auth and maps data.search[] onto the seam's portable citation shape ( url , title , snippet , publishedAt ). Install Add the package to the profile that runs the web app: This writes dsh-web-search-kagi to the profile's package.json and installs it. Without the dsh CLI, run pnpm add dsh-web-search-kagi from the profile directory instead. Then compose it in $DSH HOME/profiles/web/cordis.patch.yml : Restart the harness. API key The provider reads the key from the credentials service under the KAGI SEARCH API KEY reference. Put it in $DSH HOME/.credentials.yaml : You can also set it later in the web UI at Settings → Plugins → Plugin configuration; the card writes the same credential. Get a key from Kagi. Config All fields optional: Field Default Notes baseURL https://kagi.com/api/v1 Kagi Search API v1 base. limit 10 Fallback result limit, 1 to 1024. safeSearch true Requests Kagi safe search . Settings UI Since DeepSeek Harness v0.1.0-rc.7…

在 GitHub 查看完整 README →
工具/开发deepseekdeepseek-harnessdsh-pluginkagikagi-searchsearch

分类