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
- OpenAI Agents Python v0.19.1: Bug fixes and documentation updates OpenAI Agents SDK (Python) Releases ·
- pydantic-ai v2.20.0: New Claude Opus, OpenAI Responses API, and Usage Fixes Pydantic AI Releases ·
- LangGraph 1.2.10: Stream events typing, trace policy changes LangGraph Releases ·
- Pydantic-AI v2.19.0 adds headers and retry_after to ModelHTTPError Pydantic AI Releases ·
- OpenAI Agents Python: Programmatic Tool Calling and SDK Enhancements OpenAI Agents SDK (Python) Releases ·
- crewAI 1.15.7: Security patches and observability improvements CrewAI Releases ·