Files
OpenHands/openhands/agenthub/planner_agent/__init__.py
2024-10-08 00:34:18 +00:00

5 lines
155 B
Python

from openhands.agenthub.planner_agent.agent import PlannerAgent
from openhands.controller.agent import Agent
Agent.register('PlannerAgent', PlannerAgent)