crewai 1.14.5 released
CrewAI 1.14.5 makes a breaking executor shift by deprecating `CrewAgentExecutor` in favor of `AgentExecutor`, while also renaming `EXASearchTool` to `ExaSearchTool` and fixing the status endpoint path to `/status/{kickoff_id}`. It adds a new `restore_from_state_id` kickoff option, improves Daytona sandbox tools, and tightens runtime behavior with fixes for memory leaks, streamed tool calls, async batch output preservation, and more reliable final-answer handling.
crewai 1.14.5 is available. Release notes →
CrewAI 1.14.5 makes a breaking executor shift by deprecating CrewAgentExecutor in favor of AgentExecutor, while also renaming EXASearchTool to ExaSearchTool and fixing the status endpoint path to /status/{kickoff_id}. It adds a new restore_from_state_id kickoff option, improves Daytona sandbox tools, and tightens runtime behavior with fixes for memory leaks, streamed tool calls, async batch output preservation, and more reliable final-answer handling.
What changed. 1.14.5 is the latest release.
Why it matters. Review the release notes for breaking changes before upgrading.
Builder takeaway. Pin your version or upgrade in a branch and run your eval suite before deploying.