Files
OpenHands-swe-agent/agenthub/codeact_swe_agent/__init__.py
2024-08-21 00:09:48 +08:00

5 lines
170 B
Python

from agenthub.codeact_swe_agent.codeact_swe_agent import CodeActSWEAgent
from openhands.controller.agent import Agent
Agent.register('CodeActSWEAgent', CodeActSWEAgent)