Remove TaskAction functionality (#5959)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Robert Brennan
2025-01-02 10:11:45 -05:00
committed by GitHub
parent 50a0b1d91d
commit f846b31eb8
20 changed files with 32 additions and 466 deletions

View File

@@ -18,7 +18,6 @@ from openhands.events.action.files import (
FileWriteAction,
)
from openhands.events.action.message import MessageAction
from openhands.events.action.tasks import AddTaskAction, ModifyTaskAction
actions = (
NullAction,
@@ -32,8 +31,6 @@ actions = (
AgentFinishAction,
AgentRejectAction,
AgentDelegateAction,
AddTaskAction,
ModifyTaskAction,
ChangeAgentStateAction,
MessageAction,
)