File size: 172 Bytes
246d201
 
 
 
1
2
3
4
5
from openhands.agenthub.browsing_agent.browsing_agent import BrowsingAgent
from openhands.controller.agent import Agent

Agent.register('BrowsingAgent', BrowsingAgent)