mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
5 lines
153 B
Python
5 lines
153 B
Python
from agenthub.delegator_agent.agent import DelegatorAgent
|
|
from openhands.controller.agent import Agent
|
|
|
|
Agent.register('DelegatorAgent', DelegatorAgent)
|