Commit Graph

3 Commits

Author SHA1 Message Date
Devin AI
c12479b96a style: fix import sorting in base_agent_tools and test_manager_llm_delegation
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 16:25:52 +00:00
Devin AI
67ef07e786 style: fix import sorting in base_agent_tools and test_manager_llm_delegation
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 16:15:54 +00:00
Devin AI
1e075a694b fix(manager_llm): improve error handling and add debug logging
- Add debug logging for better observability
- Add sanitize_agent_name helper method
- Enhance error messages with more context
- Add parameterized tests for edge cases:
  - Embedded quotes
  - Trailing newlines
  - Multiple whitespace
  - Case variations
  - None values
- Improve error handling with specific exceptions

Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 16:11:51 +00:00