__init__.py 168 B

1234
  1. from openhands.agenthub.browsing_agent.browsing_agent import BrowsingAgent
  2. from openhands.controller.agent import Agent
  3. Agent.register('BrowsingAgent', BrowsingAgent)