feat: add timeout configuration for outgoing HTTP requests and update documentation

This commit is contained in:
Hans Aschauer 2026-05-18 07:33:07 +02:00
parent 3ebd7c5e4a
commit 8288787b4e
4 changed files with 99 additions and 20 deletions

View file

@ -3,6 +3,10 @@
# URL of the SearxNG instance to query.
SEARXNG_BASE_URL=http://localhost:8080
# Default network timeout (seconds) for outgoing HTTP requests.
# Tools may override this per call via timeout_seconds.
#SEARXNG_REQUEST_TIMEOUT_SECONDS=30
# Set to true to run fetched pages through the prompt-guard honeypot before
# returning them to the agent. Requires PROMPT_GUARD_* settings below.
#SEARXNG_GUARD_ENABLED=false