mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
6 lines
119 B
Python
6 lines
119 B
Python
from opendevin.agent import Agent
|
|
|
|
from .agent import MonologueAgent
|
|
|
|
Agent.register('MonologueAgent', MonologueAgent)
|