Files
crewAI/tests
Devin AI bab03b2be1 Address review feedback: Add logger caching, improve error handling, expand tests
- Cache litellm logger instance globally for performance optimization
- Implement more specific warning pattern filtering instead of broad matching
- Add robust error handling with graceful degradation in suppression
- Enhance streaming error handling with better logging and continue logic
- Add 3 new comprehensive tests:
  - test_concurrent_llm_calls: Verify thread safety with concurrent LLM calls
  - test_logger_caching_performance: Confirm logger instance caching works
  - test_suppression_error_handling: Test graceful degradation on logger errors
- Fix all lint errors (unused imports) in test file

Co-Authored-By: João <joao@crewai.com>
2025-06-11 23:46:58 +00:00
..
2025-06-10 13:32:32 -04:00
2025-03-14 03:00:30 -03:00
2023-10-29 19:51:59 -03:00