Files
crewAI/lib/cli/src/crewai_cli/templates/declarative_flow/README.md
Vinicius Brasil 221dfdb08e Consolidate crewai run and crewai flow kickoff (#6296)
Make `crewai run` the single execution path for crews and flows, with
`crewai flow kickoff` kept as a deprecated compatibility alias.
2026-06-22 20:44:08 -07:00

443 B

{{name}} Flow

This project defines a declarative CrewAI Flow in src/{{folder_name}}/flow.yaml.

Install

crewai install

Run

crewai run

Edit the declarative flow definition at src/{{folder_name}}/flow.yaml to change the flow. Add reusable crews under src/{{folder_name}}/crews/, custom Python tools under src/{{folder_name}}/tools/, and shared knowledge files under src/{{folder_name}}/knowledge/.