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

Mirrors the ``plugins/web/<vendor>/`` layout: ``provider.py`` holds the
provider class; ``__init__.py::register`` instantiates and registers it.
    )annotations)BrowserUseBrowserProviderreturnNonec                H    |                      t                                 dS )z:Register the Browser Use provider with the plugin context.N)register_browser_providerr   )ctxs    C/usr/local/lib/hermes-agent/plugins/browser/browser_use/__init__.pyregisterr      s#    !!";"="=>>>>>    N)r   r   )__doc__
__future__r   $plugins.browser.browser_use.providerr   r    r   r
   <module>r      sS     # " " " " " J J J J J J? ? ? ? ? ?r   