Condensation request signal in event stream (#9097)

Co-authored-by: Calvin Smith <calvin@all-hands.dev>
This commit is contained in:
Calvin Smith
2025-06-27 09:57:39 -06:00
committed by GitHub
parent b74da7d4c3
commit 04a15b1467
18 changed files with 663 additions and 557 deletions

View File

@@ -9,6 +9,7 @@ from openhands.events.action.agent import (
AgentThinkAction,
ChangeAgentStateAction,
CondensationAction,
CondensationRequestAction,
RecallAction,
)
from openhands.events.action.browse import BrowseInteractiveAction, BrowseURLAction
@@ -43,6 +44,7 @@ actions = (
MessageAction,
SystemMessageAction,
CondensationAction,
CondensationRequestAction,
MCPAction,
)