File size: 147 Bytes
51ff9e5
 
 
 
1
2
3
4
5
from openhands.agenthub.dummy_agent.agent import DummyAgent
from openhands.controller.agent import Agent

Agent.register('DummyAgent', DummyAgent)