python CrewAI Releases · · 1.15.9

crewAI 1.15.9: Improved Tool Failure Reporting and Flow Events

sdkaiengineerpython-agentic
feature patch

CrewAI version 1.15.9 enhances the platform by surfacing tool failures accurately instead of misreporting them as successes. It also introduces a new FlowFailedEvent to signal execution failures and implements progressive disclosure for skills. These changes are relevant for developers and architects using CrewAI for agent orchestration, providing clearer insights into execution issues.

  • Surface tool failures instead of reporting them as success
  • Emit FlowFailedEvent when a flow execution fails
  • Implement progressive disclosure for skills
  • Update snapshot and changelog for v1.15.8
Features (3)
  • Surface tool failures instead of reporting them as success
  • Emit FlowFailedEvent when a flow execution fails
  • Implement progressive disclosure for skills
Maintenance (1)
  • Update snapshot and changelog for v1.15.8
Read the original announcement →

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

Related releases