mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 12:28:30 +00:00
This fixes GitHub issue #4062 where crewai crashes on Windows with 'module signal has no attribute SIGHUP' error. Changes: - Use getattr with fallback values for signals not available on Windows - Make telemetry signal registration conditional on signal availability - Add regression tests for Windows compatibility The fix maintains backward compatibility on Unix systems while allowing crewai to work on Windows where SIGHUP, SIGTSTP, and SIGCONT are not available. Co-Authored-By: João <joao@crewai.com>