File size: 168 Bytes
51ff9e5
 
 
 
1
2
3
4
5
from openhands.agenthub.browsing_agent.browsing_agent import BrowsingAgent
from openhands.controller.agent import Agent

Agent.register('BrowsingAgent', BrowsingAgent)