Files
crewAI/lib
Devin AI c5d438402f fix: use self.tools instead of self.original_tools for no-tools routing
Address Bugbot concern: self.tools includes internal tools (delegation,
human input) while self.original_tools only has user-defined tools.
Only route to native_no_tools when there are truly no tools at all,
so agents with internal tools still use the ReAct loop.

Add test for FC+internal-tools scenario.

Co-Authored-By: João <joao@crewai.com>
2026-03-04 12:37:50 +00:00
..
2026-02-27 09:44:47 -05:00