
CrewAI Flows: Event-Driven Multi-Agent Pipelines
Summary
Build event-driven multi-agent pipelines in CrewAI Flows: @start, @listen, @router, state.
Why CrewAI Flows, why now
Single-crew CrewAI scripts are great for a linear demo: researcher → analyst → writer and you are done. The moment you need conditional branching, parallel work that must converge, or human approval between steps, that simple kickoff() stops being enough. CrewAI Flows (stable in CrewAI 0.95+) is the event-driven layer that sits above crews. Decorators (@start, @listen, @router) wire methods into a directed graph, a Pydantic model holds typed state across steps, and the runtime fans out, fans in, and routes for you.
Keep reading — it's free
Enter your email to keep reading — plus the best of AI & tech, daily. Free, forever.
Already a member? Sign in
Comments
Be the first to comment