rogerdigital/dsh-searxng

rogerdigital★ 0TypeScriptLast synced: 2026-08-16

Open on GitHub

README excerpt

dsh-searxng A DeepSeek Harness (dsh) plugin that registers a SearXNG-backed search provider into the web capability seam ( ctx.web ), giving your agent web search through a free, self-hosted, key-less metasearch instance — instead of the paid Exa/Perplexity APIs. Install (With a named profile: dsh plugin --profile add dsh-searxng .) Quick start 1. Run a SearXNG instance with the JSON format enabled (one command, one minute): The bundled compose file is loopback-only and pre-configures search.formats with json — the one setting most public instances deliberately disable. 2. Point the plugin at it. Either set an environment variable before launching dsh: …or override the plugin row in your profile's cordis.patch.yml ( $DSH HOME/profiles/ /cordis.patch.yml ): 3. Ask your agent something that needs the web. If this is the only search provider you have installed, the seam auto-selects it. If you also have Exa/Perplexity installed, select it explicitly with export DSH WEB SEARCH PROVIDER=searxng (or set searchProvider: searxng in the web row's config). Until baseURL is set, the provider registers as unavailable — no public instance is assumed, because most disable the JSON format and rat…

View full README on GitHub →
Searchdeepseek-harnessdsh-pluginsearch-providersearxngagentsearch

Category