Xingyao Wang 91c691d526
[agent] Read-only Agent (#6947)
Co-authored-by: openhands <openhands@all-hands.dev>
2025-04-19 02:46:24 +08:00

5 lines
168 B
Python

from openhands.agenthub.readonly_agent.readonly_agent import ReadOnlyAgent
from openhands.controller.agent import Agent
Agent.register('ReadOnlyAgent', ReadOnlyAgent)