Backup-bdg's picture
Upload 964 files
51ff9e5 verified
raw
history blame
147 Bytes
from openhands.agenthub.dummy_agent.agent import DummyAgent
from openhands.controller.agent import Agent
Agent.register('DummyAgent', DummyAgent)