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

Distinct from ``plugins/web/firecrawl/`` (the web search/extract/crawl
plugin); both share the FIRECRAWL_API_KEY but speak to different endpoints
(``/v2/browser`` here vs ``/v2/search`` / ``/v2/scrape`` / ``/v2/crawl``
over there).
    )annotations)FirecrawlBrowserProviderreturnNonec                H    |                      t                                 dS )zFRegister the Firecrawl cloud-browser provider with the plugin context.N)register_browser_providerr   )ctxs    A/usr/local/lib/hermes-agent/plugins/browser/firecrawl/__init__.pyregisterr      s#    !!":"<"<=====    N)r   r   )__doc__
__future__r   "plugins.browser.firecrawl.providerr   r    r   r
   <module>r      sS     # " " " " " G G G G G G> > > > > >r   