crewAI 1.15.15 Release Adds AI Flow Reporting, Fixes Bugs
sdkaiengineerpython-agentic
feature patch
crewAI version 1.15.15 introduces new reporting capabilities for agent flow outcomes, duration, and human-in-the-loop signals. These additions enhance observability, providing developers with deeper insights into their AI agent team's execution and interactions. The release also addresses several bug fixes, including correctly emitting `FlowStartedEvent` and scoping span exports. Additionally, it bumps `torch` to address a security vulnerability and updates `gitpython`.
- →Report flow outcome, duration, and human-in-the-loop signals
- →Emit FlowStartedEvent when a boundary hook aborts the flow
- →Scope span export to our own tracer provider
- →Bump torch to version 2.13.0 to address security vulnerability
- →Bump gitpython to version 3.1.58 in crewai-tools[github]
Features (1) ›
- Report flow outcome, duration, and human-in-the-loop signals
Fixes (4) ›
- Emit FlowStartedEvent when a boundary hook aborts the flow
- Scope span export to our own tracer provider
- Bump torch to version 2.13.0 to address security vulnerability
- Bump gitpython to version 3.1.58 in crewai-tools[github]
Maintenance (1) ›
- Snapshot and changelog for v1.15.14
Read the original announcement →
https://github.com/crewAIInc/crewAI/releases/tag/1.15.15
Related releases
- Pydantic-AI v2.29.0 Adds Azure AI Voice Live Support and FastMCP 4 Pydantic AI Releases ·
- Pydantic-AI v1.107.4 Addresses High-Severity Web UI Vulnerability Pydantic AI Releases ·
- Pydantic AI v1.107.3 Patches High-Severity Web Chat UI Vulnerability Pydantic AI Releases ·
- Pydantic-AI v2.28.0 Patches High-Severity Security Flaw, Adds Realtime Speech-to-Speech Pydantic AI Releases ·
- LangGraph 1.2.11 Adds Trace Policy to Nodes, Updates Checkpoints LangGraph Releases ·
- OpenAI Agents Python SDK v0.20.0 Updates Default Model & Improves Capabilities OpenAI Agents SDK (Python) Releases ·