mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 23:08:04 -05:00
5 lines
168 B
Python
5 lines
168 B
Python
from openhands.agenthub.browsing_agent.browsing_agent import BrowsingAgent
|
|
from openhands.controller.agent import Agent
|
|
|
|
Agent.register('BrowsingAgent', BrowsingAgent)
|