Files
OpenHands/openhands/agenthub/loc_agent/__init__.py
Zhaoling Chen efe287ce34 integrate LocAgent into OpenHands (#7371)
Co-authored-by: czlll <gangda@huaihe.usc.edu>
Co-authored-by: Hoang Tran <descience.thh10@gmail.com>
2025-05-23 22:42:58 +07:00

5 lines
143 B
Python

from openhands.agenthub.loc_agent.loc_agent import LocAgent
from openhands.controller.agent import Agent
Agent.register('LocAgent', LocAgent)