__init__.py 158 B

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