Files
crewAI/lib
Devin AI 420ed828b7 fix: capture tool name/input before _handle_agent_action in ReAct loops
_handle_agent_action can convert AgentAction to AgentFinish (when
result_as_answer=True). Accessing .tool and .tool_input on AgentFinish
would raise AttributeError. Now we capture the values beforehand.

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