mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev> Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Graham Neubig <neubig@gmail.com>
7 lines
207 B
Python
7 lines
207 B
Python
from openhands.agenthub.visualbrowsing_agent.visualbrowsing_agent import (
|
|
VisualBrowsingAgent,
|
|
)
|
|
from openhands.controller.agent import Agent
|
|
|
|
Agent.register('VisualBrowsingAgent', VisualBrowsingAgent)
|