Files
crewAI/lib
Joao Moura ff97ae3e8e fix: enhance tool async check in ConversationalAgentExecutor
- Added a check for `None` tools in the `_tool_has_arun` method to prevent errors during tool validation.
- Improved the logic to exclude tools from the `crewai.tools.base_tool` module when determining if they have a real async `_arun` method, ensuring more accurate tool handling.

These changes aim to improve the robustness of tool validation within the CrewAI framework.
2026-05-13 12:28:25 -07:00
..
2026-05-13 02:54:13 +08:00