Remove DelegatorAgent (fix #7280)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Engel Nyst
2025-03-16 16:49:28 +01:00
committed by GitHub
parent 8897b45eeb
commit dd09d46ccb
4 changed files with 0 additions and 94 deletions

View File

@@ -34,7 +34,6 @@ from openhands.utils.async_utils import call_async_from_sync
FAKE_RESPONSES = {
'CodeActAgent': fake_user_response,
'DelegatorAgent': fake_user_response,
'VisualBrowsingAgent': fake_user_response,
}