mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
5 lines
163 B
Python
5 lines
163 B
Python
from openhands.agenthub.delegator_agent.agent import DelegatorAgent
|
|
from openhands.controller.agent import Agent
|
|
|
|
Agent.register('DelegatorAgent', DelegatorAgent)
|