Skip to content

Commit

Permalink
Merge pull request crewAIInc#994 from crewAIInc/fix/getting-started-docs
Browse files Browse the repository at this point in the history
fixed bullet points for crew yaml annoations
  • Loading branch information
bhancockio authored Jul 23, 2024
2 parents 4da5cc9 + 776c67c commit 2d086ab
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions docs/how-to/Start-a-New-CrewAI-Project.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We assume you have already installed CrewAI. If not, please refer to the [instal
To create a new project, run the following CLI command:

```shell
$ crewai create my_project
$ crewai create <project_name>
```

This command will create a new project folder with the following structure:
Expand Down Expand Up @@ -114,16 +114,18 @@ email_summarizer_task:
```
Use the annotations are used to properly reference the agent and task in the crew.py file.
Annotations include:
- @agent
- @task
- @crew
- @llm
- @tool
- @callback
- @output_json
- @output_pydantic
- @cache_handler
### Annotations include:
* @agent
* @task
* @crew
* @llm
* @tool
* @callback
* @output_json
* @output_pydantic
* @cache_handler
crew.py
```py
Expand Down

0 comments on commit 2d086ab

Please sign in to comment.