Backup-bdg's picture
Upload 964 files
51ff9e5 verified
raw
history blame contribute delete
207 Bytes
from openhands.agenthub.visualbrowsing_agent.visualbrowsing_agent import (
VisualBrowsingAgent,
)
from openhands.controller.agent import Agent
Agent.register('VisualBrowsingAgent', VisualBrowsingAgent)