python CrewAI Releases · · 1.15.8

crewAI 1.15.8: WaitTool, FileWriter fix, and docs

sdkaiengineerpython-agentic
feature patch

Version 1.15.8 of crewAI introduces a new WaitTool for pausing long-running jobs, enhancing agent control. It also fixes issues with the FileWriterTool and marks E2B_API_KEY as a required environment variable. These updates are primarily for developers and engineers using crewAI for agent orchestration.

  • Add WaitTool for pausing on long-running jobs
  • Fix FileWriterTool writes and address rough edges in file tool
  • Mark E2B_API_KEY as a required env var for E2B tools
  • Refresh model availability guidance
Features (1)
  • Add WaitTool for pausing on long-running jobs
Fixes (2)
  • Fix FileWriterTool writes and address rough edges in file tool
  • Mark E2B_API_KEY as a required env var for E2B tools
Maintenance (1)
  • Refresh model availability guidance
Read the original announcement →

https://github.com/crewAIInc/crewAI/releases/tag/1.15.8

Related releases