python CrewAI Releases · · 1.15.17

crewAI 1.15.17 Enhances Conversational Flows and Resolves Tooling Issues

sdkaigaengineerpython-agentic
feature patch

CrewAI 1.15.17 introduces new declarative conversational flows, enabling clearer and more direct agent interactions, alongside improvements to message chunking and tool resolution. This patch release also addresses several critical bug fixes, including issues with URL hostname usage, agent scope closure, and native tool calls over OpenAI's API. These updates refine the framework's stability and security while empowering developers with more robust agent conversational capabilities. The release also pins SSRF checks to each redirect hop and peer IP.

  • Add declarative conversational flows documentation
  • Synthesize built-in conversational methods for declarations
  • Enable declarations to drive conversational mode
  • Make conversational opt-in unmistakable
  • Carry the AMP slug on tools resolved from a slug reference
Features (6)
  • Add declarative conversational flows documentation
  • Synthesize built-in conversational methods for declarations
  • Enable declarations to drive conversational mode
  • Make conversational opt-in unmistakable
  • Carry the AMP slug on tools resolved from a slug reference
  • Handle oversized single messages during chunking
Fixes (5)
  • Fix usage of the URL hostname as MCP HTTP and SSE server_name
  • Close the agent scope on every failed attempt
  • Attribute tool errors to the tool that failed
  • Pin SSRF checks to each redirect hop and peer IP
  • Resolve issues with native tool calls broken over OpenAI Responses API
Maintenance (1)
  • Update documentation with a snapshot and changelog for v1.15.16
Read the original announcement →

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

Related releases