crewAI 1.15.0: Conversational Flow Tracking and Declarative Flow Loading
sdkaiengineerpython-agentic
feature patch
Version 1.15.0 introduces telemetry tracking for conversational flow turn usage and supports these flows in the CLI TUI. It also adds unified declarative flow loading and CLI support, enhancing how users define and execute complex agent workflows. These changes affect developers and users working with agent orchestration, particularly those leveraging new flow definition capabilities and improved performance.
- →Track conversational flow turn usage in telemetry
- →Support conversational flows in the CLI TUI
- →Add unified declarative flow loading
- →Add declarative Flow CLI support
- →Add optional if expression to each.do steps
Features (10) ›
- Track conversational flow turn usage in telemetry
- Support conversational flows in the CLI TUI
- Add unified declarative flow loading
- Add declarative Flow CLI support
- Add optional if expression to each.do steps
- Add single agent action to Flow definitions
- Add crew actions to FlowDefinition
- Add inline crew definition loading
- Add each composite action to FlowDefinition
- Implement DMN mode support in crew creation and execution
Fixes (7) ›
- Fix owner-only permissions enforcement on credential files
- Fix JSON schema flow state kickoff inputs
- Fix symlink path traversal in skill archive extraction
- Aggregate token usage across all LLM calls
- Remove duplicated Exa tool
- Resolve JSON crew issues
- Fix JSON crew handling and enhance memory reset functionality
Maintenance (4) ›
- Update installation and quickstart documentation for JSON-first crew projects
- Add Datadog integration guide with importable operations dashboard
- Add "One Card per Step" Studio page
- Add snapshots and changelogs for previous versions leading to v1.15.0
Read the original announcement →
https://github.com/crewAIInc/crewAI/releases/tag/1.15.0
Related releases
- Pydantic-AI v2.9.0: Security fix, GPT-5.6 models, usage command Pydantic AI Releases ·
- LangGraph 1.2.7: Fixes for delta overwrites and UUID generation LangGraph Releases ·
- pydantic-ai v2.1.0: Anthropic web tools, serialization, and bug fixes Pydantic AI Releases ·
- pydantic-ai v2.5.1: Bug Fixes and Model Compatibility Pydantic AI Releases ·
- OpenAI Agents Python Library v0.17.8: Enhancements and Fixes OpenAI Agents SDK (Python) Releases ·
- LangGraph 1.2.9 fixes state metadata handling LangGraph Releases ·