mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
5 lines
147 B
Python
5 lines
147 B
Python
from openhands.agenthub.dummy_agent.agent import DummyAgent
|
|
from openhands.controller.agent import Agent
|
|
|
|
Agent.register('DummyAgent', DummyAgent)
|