Commit Graph

8 Commits

Author SHA1 Message Date
Devin AI
1302c40607 Fix: Sort imports in test_hierarchical_delegation.py
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 20:29:33 +00:00
Devin AI
f9d11e5cd8 Fix: Update delegation tool handling in hierarchical mode for proper agent recognition
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 20:27:08 +00:00
Devin AI
c08b4e5d9c Fix: Apply Ruff auto-fix for import formatting
Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-30 19:39:18 +00:00
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