mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-13 16:58:07 -05:00
5 lines
180 B
Python
5 lines
180 B
Python
from openhands.agenthub.codeact_swe_agent.codeact_swe_agent import CodeActSWEAgent
|
|
from openhands.controller.agent import Agent
|
|
|
|
Agent.register('CodeActSWEAgent', CodeActSWEAgent)
|