Some frameworks offer ReAct (Reasoning and Action) agent type in the past. Is there a ReAct agent type in CrewAI? If not, why not? Doesn’t CrewAI framework provide this reasoning and action loop abstraction too?
Hi there,In crewai agents use the ReAct pattern internally that is why there isn’t that explicitly agent type.
Crewai more focuses on the collaboration layer which allows you to delegate agents and tasks, on top of the ReAct foundation.
So the ReAct type is there its just built into every other agent rather than being a selectable option.