Commit Graph

5 Commits

Author SHA1 Message Date
Devin AI
a9341b31f5 Fix: Add blank line between stdlib and third-party imports
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 19:35:05 +00:00
Devin AI
1153e8e498 Fix: Remove extra blank line in imports for test_hierarchical_delegation.py
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 19:33:19 +00:00
Devin AI
4764e114ad Fix: Alphabetize imports in test_hierarchical_delegation.py
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 19:31:02 +00:00
Devin AI
a59c13cb58 Fix: Sort imports in test_hierarchical_delegation.py
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 19:28:36 +00:00
Devin AI
0a137ca9dd Fix delegate coworker bug in hierarchical mode and add test
- Update _prepare_tools and _update_manager_tools to handle async execution in hierarchical mode
- Add test cases to verify delegation tool behavior
- Ensure proper tool updates during async task execution

Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 19:26:01 +00:00