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

Backed by the official Exa SDK (``exa-py``). Both search and extract are
sync; the dispatcher in :mod:`tools.web_tools` handles the wrap when the
caller is async.
    )annotations)ExaWebSearchProviderreturnNonec                H    |                      t                                 dS )z2Register the Exa provider with the plugin context.N)register_web_search_providerr   )ctxs    7/usr/local/lib/hermes-agent/plugins/web/exa/__init__.pyregisterr      s#    $$%9%;%;<<<<<    N)r   r   )__doc__
__future__r   plugins.web.exa.providerr   r    r   r
   <module>r      sS     # " " " " " 9 9 9 9 9 9= = = = = =r   