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
- google/adk-python v2.6.1: Telemetry enhancements and bug fixes Google ADK (Python) Releases ·
- crewAI 1.15.10 Patch Release CrewAI Releases ·
- LangGraph checkpoint-postgres 3.1.1 update LangGraph Releases ·
- LangGraph checkpoint-sqlite 3.1.1 released LangGraph Releases ·
- adk-python adds async non-blocking tool support Google ADK (Python) Releases ·
- Google ADK Python v2.6.0 adds features, fixes Google ADK (Python) Releases ·