Industry story
CrewAI 1.15.15 adds flow outcome reporting and HITL signals
agent-framework guardrails orchestration
CrewAI 1.15.15 is a small release doing quiet infrastructure work that will matter later. Flow outcome reporting and duration tracking give operators the telemetry they need to actually audit what their agents did and how long it took. The human-in-the-loop signals are the piece to watch: once you can gate agent actions on a human approval mid-execution, you have a real control plane, not just a log to review after something goes wrong.
Full analysis
CrewAI released version 1.15.15 of its open-source multi-agent orchestration framework, introducing flow outcome reporting, duration tracking, and human-in-the-loop (HITL) signals. HITL signals let human operators review or approve agent actions mid-execution. The release also fixes a bug where the FlowStartedEvent was not emitted when a boundary hook aborted a flow, and scopes span export to the framework's own tracer provider for cleaner observability. Dependency updates include a security-motivated bump of PyTorch to 2.13.0.
Comments