python CrewAI Releases · · 1.15.16

crewAI 1.15.16 Introduces Execution Context Management and Enhanced Tracing

sdkobservabilityengineerpython-agentic
feature patch

crewAI version 1.15.16 delivers new features including execution context management with UUID support and improved tracing capabilities for flow exceptions and batch sharing. These updates provide better visibility into agent workflow execution paths and error states, aiding in debugging and monitoring. The release also incorporates bug fixes for span recording and MySQL search validation, alongside new documentation for CopilotKit and AG-UI frontend integrations.

  • Introduce execution context management with UUID support
  • Record what kind of exception ended a flow
  • Record when a trace batch is shared with AMP
  • Count deployments from any origin and record where they started
  • Record the running release on every emitted span
Features (4)
  • Introduce execution context management with UUID support
  • Record what kind of exception ended a flow
  • Record when a trace batch is shared with AMP
  • Count deployments from any origin and record where they started
Fixes (3)
  • Record the running release on every emitted span
  • Fix MySQL search table name validation
  • Stop a failed turn from marking the next one as failed
Maintenance (1)
  • Add Frontend guides for CopilotKit and AG-UI
Read the original announcement →

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

Related releases