mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
6 lines
101 B
Python
6 lines
101 B
Python
from opendevin.agent import Agent
|
|
|
|
from .agent import SWEAgent
|
|
|
|
Agent.register('SWEAgent', SWEAgent)
|