mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-13 10:08:29 +00:00
- Add threading lock for same-process thread safety - Use atomic write operations (write to temp file, then rename) for data integrity - Use portalocker for cross-process read locking - Add comprehensive thread-safety tests covering concurrent reads, writes, and mixed operations Fixes #4215 Co-Authored-By: João <joao@crewai.com>