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

Mirrors the ``plugins/web/<vendor>/`` and ``plugins/image_gen/openai/``
layout: ``provider.py`` holds the provider class; ``__init__.py::register``
instantiates and registers it via the plugin context.
    )annotations)BrowserbaseBrowserProviderreturnNonec                H    |                      t                                 dS )z:Register the Browserbase provider with the plugin context.N)register_browser_providerr   )ctxs    C/usr/local/lib/hermes-agent/plugins/browser/browserbase/__init__.pyregisterr      s#    !!"<">">?????    N)r   r   )__doc__
__future__r   $plugins.browser.browserbase.providerr   r    r   r
   <module>r      sY     # " " " " " K K K K K K@ @ @ @ @ @r   