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

First plugin in this repo to expose an async :meth:`extract` — Parallel's
SDK is async-native (``AsyncParallel.beta.extract``). The web_extract_tool
dispatcher detects coroutines via :func:`inspect.iscoroutinefunction` and
awaits.
    )annotations)ParallelWebSearchProviderreturnNonec                H    |                      t                                 dS )z7Register the Parallel provider with the plugin context.N)register_web_search_providerr   )ctxs    </usr/local/lib/hermes-agent/plugins/web/parallel/__init__.pyregisterr      s#    $$%>%@%@AAAAA    N)r   r   )__doc__
__future__r   plugins.web.parallel.providerr   r    r   r
   <module>r      sY     # " " " " " C C C C C CB B B B B Br   