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

Mirrors the ``plugins/web/brave_free/`` layout: ``provider.py`` holds the
provider class, ``__init__.py::register(ctx)`` registers an instance.
    )annotations)XAIWebSearchProviderreturnNonec                H    |                      t                                 dS )z=Register the xAI Web Search provider with the plugin context.N)register_web_search_providerr   )ctxs    7/usr/local/lib/hermes-agent/plugins/web/xai/__init__.pyregisterr      s#    $$%9%;%;<<<<<    N)r   r   )__doc__
__future__r   plugins.web.xai.providerr   r    r   r
   <module>r      sS     # " " " " " 9 9 9 9 9 9= = = = = =r   