without_student_messages fastagency.adapters.awp.tryrun.without_student_messages # without_student_messages(message: Any) -> bool Source code in fastagency/adapters/awp/tryrun.py 50 51def without_student_messages(message: Any) -> bool: return not (message.type == "text" and message.content.sender == "Student_Agent")