시작하기무료로 시작하기

Orchestrating multi-crew flows

이 연습은 강의의 일부입니다

Building AI Agents with CrewAI

강의 보기

연습 안내

Your specialized blog crew works well — but now it’s time to make your workflow dynamic. Using a Flow, you can capture input, route it to the right crew (blog, newsletter, LinkedIn), and persist state across steps. Start your flow by:

  • Create the ContentRouterFlow class, inheriting from Flow[ContentState].
  • Define get_user_input with the @start decorator to capture URL and content type.
  • Run the flow with flow.kickoff() and store the result.


Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.


실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작