Files
crewAI/lib/cli/src/crewai_cli/templates/declarative_flow

{{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/.