mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
Adds plugins/web/searxng/. SearXNG aggregates results from upstream engines via its JSON API (/search?format=json) — search-only, no extract capability (supports_extract() returns False). E2E verified — registry now has ['brave-free', 'ddgs', 'searxng'].
7 lines
247 B
YAML
7 lines
247 B
YAML
name: web-searxng
|
|
version: 1.0.0
|
|
description: "SearXNG web search — free, self-hosted, privacy-respecting metasearch engine. Requires SEARXNG_URL pointing at your instance."
|
|
author: NousResearch
|
|
kind: backend
|
|
provides_web_providers:
|
|
- searxng
|