mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-10 21:12:37 +00:00
Wrapping sys.stdout and sys.stderr at import time with a threading.Lock is not fork-safe and adds overhead to every print call. litellm.suppress_debug_info already silences the noisy output this was designed to filter.