File size: 143 Bytes
51ff9e5
 
 
 
1
2
3
4
5
from openhands.agenthub.loc_agent.loc_agent import LocAgent
from openhands.controller.agent import Agent

Agent.register('LocAgent', LocAgent)