mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
5 lines
170 B
Python
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)
|