mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
6 lines
119 B
Python
6 lines
119 B
Python
from opendevin.agent import Agent
|
|
|
|
from .agent import MonologueAgent
|
|
|
|
Agent.register('MonologueAgent', MonologueAgent)
|