From 1fbb002cc9fad3d3be06975486f6d5ae73095a92 Mon Sep 17 00:00:00 2001 From: Brandon Hancock Date: Mon, 9 Sep 2024 12:00:29 -0400 Subject: [PATCH] WIP. --- docs/core-concepts/Pipeline.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/core-concepts/Pipeline.md b/docs/core-concepts/Pipeline.md index 184cce493..278b013f6 100644 --- a/docs/core-concepts/Pipeline.md +++ b/docs/core-concepts/Pipeline.md @@ -38,7 +38,15 @@ Each input creates its own run, flowing through all stages of the pipeline. Mult ## Creating a Pipeline -There are 2 ways to create a pipeline in crewAI: using the CLI and manually. We recommend using the CLI approach for its simplicity and ease of use, but we'll cover both approaches. +There are 2 ways to create a pipeline in crewAI: using the CLI and manually. + +The CLI approach will generate a working pipeline consisting of 2 crews in the crewAI . If you choose to go the manual route, you will need to create the agents, tasks, and crews yourself. + +We recommend using the CLI approach for its simplicity and ease of use, but we'll cover both approaches. + +### Using the CLI + +### Manual Method # TODO: UPDATE TO TALK ABOUT BOTH CLI & MANUAL METHOD