Commit Graph

3 Commits

Author SHA1 Message Date
Devin AI
b98e720531 feat: Add performance monitoring and type safety improvements
- Add performance monitoring for serialization
- Add type safety protocols
- Add concurrent access test
- Improve error handling
- Optimize thread-safe primitive detection

Co-Authored-By: Joe Moura <joao@crewai.com>
2025-02-14 06:27:04 +00:00
Devin AI
5467a70d97 fix: Fix import sorting in test file
Co-Authored-By: Joe Moura <joao@crewai.com>
2025-02-14 06:21:20 +00:00
Devin AI
99a6390158 fix: Handle thread locks in Flow state serialization
- Add custom serialization for thread locks in Flow state
- Add test coverage for thread locks and async primitives
- Maintain backward compatibility
- Fix issue #2120

Co-Authored-By: Joe Moura <joao@crewai.com>
2025-02-14 06:19:45 +00:00