mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-06 01:18:45 +00:00
The DuckDuckGo search provider instantiated DDGS(timeout=10) without passing the configured proxy, making web_search unusable in environments that require a proxy (e.g. behind GFW). DDGS supports a proxy parameter and the proxy value is already available as self.proxy — it was simply not forwarded. Add a test verifying the proxy kwarg is forwarded to DDGS.