Agent DailyAgent Daily
releaseintermediate

[Release] crewaiInc/crewAI 1.15.16: 1.15.16

By lorenzejaygithub
View original on github

crewAI 1.15.16 introduces execution context management with UUID support, enhanced exception tracking, and deployment origin recording. Bug fixes address span release recording, MySQL validation, and turn failure propagation issues. The release includes new frontend guides for CopilotKit and AG-UI integrations.

Key Points

  • Implement execution context management with UUID support for better request tracing and correlation
  • Record exception types that terminate flows for improved error diagnostics and monitoring
  • Track when trace batches are shared with AMP (Analytics/Monitoring Platform) for audit purposes
  • Count and record deployment origins to understand where deployments are initiated from
  • Fix span emission to include running release information on every trace event
  • Resolve MySQL search table name validation issues that were causing query failures
  • Prevent failed turns from cascading failure status to subsequent turns in workflows
  • Add comprehensive frontend integration guides for CopilotKit and AG-UI frameworks

Found this useful? Add it to a playbook for a step-by-step implementation guide.

Workflow Diagram

Start Process
Step A
Step B
Step C
Complete
Quality

Concepts