mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
5 lines
120 B
Python
5 lines
120 B
Python
from opendevin.agent import Agent
|
|
from .codeact_agent import CodeActAgent
|
|
|
|
Agent.register("CodeActAgent", CodeActAgent)
|