mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Co-authored-by: czlll <gangda@huaihe.usc.edu> Co-authored-by: Hoang Tran <descience.thh10@gmail.com>
5 lines
143 B
Python
5 lines
143 B
Python
from openhands.agenthub.loc_agent.loc_agent import LocAgent
|
|
from openhands.controller.agent import Agent
|
|
|
|
Agent.register('LocAgent', LocAgent)
|