chore: remove extra debug print (#5994)

This commit is contained in:
Xingyao Wang 2025-01-02 21:57:24 -05:00 committed by GitHub
parent 61ebec9ff7
commit c40b0b9ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,7 +211,6 @@ class AgentController:
await self._react_to_exception(reported)
def should_step(self, event: Event) -> bool:
print('should step?', event)
if isinstance(event, Action):
if isinstance(event, MessageAction) and event.source == EventSource.USER:
return True