
    j                    *    d Z ddlmZ ddlmZ ddZdS )	u  DuckDuckGo search plugin — bundled, auto-loaded.

Backed by the community ``ddgs`` Python package which scrapes DDG's HTML
results page. No API key required, but the package itself must be installed
(it's an optional dep — gated via :meth:`is_available`).
    )annotations)DDGSWebSearchProviderreturnNonec                H    |                      t                                 dS )z3Register the DDGS provider with the plugin context.N)register_web_search_providerr   )ctxs    8/usr/local/lib/hermes-agent/plugins/web/ddgs/__init__.pyregisterr      s#    $$%:%<%<=====    N)r   r   )__doc__
__future__r   plugins.web.ddgs.providerr   r    r   r
   <module>r      sS     # " " " " " ; ; ; ; ; ;> > > > > >r   