mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2024-08-29 01:18:33 +03:00
5 lines
153 B
Python
5 lines
153 B
Python
from agenthub.codeact_agent.codeact_agent import CodeActAgent
|
|
from openhands.controller.agent import Agent
|
|
|
|
Agent.register('CodeActAgent', CodeActAgent)
|