feat: Implement waiting timeout handling in BaseAgent and AgentState

This commit is contained in:
Ahmed Allam
2025-10-20 21:13:27 -07:00
committed by Ahmed Allam
parent c78f7d37de
commit 49df6ef8e0
4 changed files with 43 additions and 7 deletions

View File

@@ -603,5 +603,6 @@ def wait_for_message(
"Message from another agent",
"Message from user",
"Direct communication",
"Waiting timeout reached",
],
}