mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
6 lines
121 B
Python
6 lines
121 B
Python
from opendevin.agent import Agent
|
|
|
|
from .codeact_agent import CodeActAgent
|
|
|
|
Agent.register('CodeActAgent', CodeActAgent)
|